Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] 0.10 Release Date?

On Mon, Nov 8, 2010 at 12:51 AM, Chris Aniszczyk <caniszczyk@xxxxxxxxx> wrote:
> How do people feel about December 8th or 15th for a 0.10 release date?
>
> I'm leaning towards the 8th unless someone gives me a good reason to
> not schedule the release review then :)

8th might be OK.  I'm a little worried about how we handle very large
blobs that are delta compressed in pack files.  The current code has
some pretty bad performance.  I think http://egit.eclipse.org/r/1724
is a good solution, but we have no cache cleanup rule so the cache can
grow to an unbounded size, and it hasn't been tested very well.

Within Gerrit Code Review we're being forced to define our server
configurations to set core.streamFileThreshold to 2047m, to disable
the current large delta code paths, because it will just never
complete for the 11 MB XML files that appear in Android's
frameworks/base project.

-- 
Shawn.


Back to the top