Closed GoogleCodeExporter closed 9 years ago
Original comment by ryan.daum
on 5 Feb 2010 at 3:31
Seems to be a memory leak; starts to occur after multiple daemon creations in
the same
test runs (multiple configurations)
Original comment by ryan.daum
on 5 Feb 2010 at 3:34
Problem is localized to the ByteBufferBlockStore but not the memory-mapped
version of
it. Likely related to the cleanup of the byte buffer.
Original comment by ryan.daum
on 5 Feb 2010 at 3:46
decreased total heap usage in tests, allocate buffer direct, and make sure
resources
are cleaned up more elegantly on shutdown. Likely need to spend more time with
a
profiler here verifying proper cleanup, but this particular bug is closed for
now
Original comment by ryan.daum
on 5 Feb 2010 at 3:55
Original issue reported on code.google.com by
ryan.daum
on 8 Nov 2009 at 6:53