Activity log for bug #256757

Date Who What changed Old value New value Message
2008-08-10 23:34:32 Ignas Mikalajūnas bug added bug
2008-08-18 11:44:27 Matthew Fuller bzr: importance Undecided Critical
2008-08-18 16:05:55 John A Meinel bzr: status New Triaged
2008-08-18 18:16:32 John A Meinel bzr: assignee jameinel
2008-08-18 18:16:32 John A Meinel bzr: statusexplanation I've decided to block 1.6-final on fixing this bug. I'm not strictly concerned about the memory consumption (it is a problem, but not the most serious one). The general problem is the knit => pack fetching code is highly unoptimized, and the resultant pack repository is grossly bloated. And 'bzr pack' doesn't know (yet) how to re-optimize at the text-level. So you end up with a very sub-optimal result, and no way to improve it.
2008-08-18 18:16:32 John A Meinel bzr: milestone 1.6
2008-08-18 18:35:31 John A Meinel bug added attachment 'fetch_delta.diff' (fetch_delta.diff)
2008-08-18 19:11:54 John A Meinel bzr: status Triaged Fix Committed
2008-08-18 19:11:54 John A Meinel bzr: statusexplanation I've decided to block 1.6-final on fixing this bug. I'm not strictly concerned about the memory consumption (it is a problem, but not the most serious one). The general problem is the knit => pack fetching code is highly unoptimized, and the resultant pack repository is grossly bloated. And 'bzr pack' doesn't know (yet) how to re-optimize at the text-level. So you end up with a very sub-optimal result, and no way to improve it. This *does* effect bzr.1.6 and I have a better fix I'll be publishing.
2008-08-18 19:17:58 John A Meinel bug added attachment 'fetch_regression_256767.patch' (fetch_regression_256767.patch)
2008-08-27 17:44:46 John A Meinel bzr: status Fix Committed Fix Released
2008-08-27 17:44:46 John A Meinel bzr: statusexplanation This *does* effect bzr.1.6 and I have a better fix I'll be publishing.