zhaijack commented on issue #317: Issue-316 
BookKeeperTest#testReadEntryReleaseByteBufs is failing
URL: https://github.com/apache/bookkeeper/pull/317#issuecomment-319326481
 
 
   there is in general a problem with #testReadEntryReleaseByteBufs - it made a 
very bad assumption that #release() call will be the last call in the tests. 
that would be true for v3 protocol, because the bytebuf returned in v3 protocol 
is always a new allocated now. However, in v2 protocol, the bytebuf is actually 
the buf from netty, netty might not release its references before the test ran.
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to