eolivelli commented on issue #317: Issue-316 
BookKeeperTest#testReadEntryReleaseByteBufs is failing
URL: https://github.com/apache/bookkeeper/pull/317#issuecomment-318665060
 
 
   There is one problem, I have changed the assertion and if I run the single 
test it works as expected, but if I run the all class (BookKeeperTest) it fails 
at line 753, because ByteBuf#release does not return 'true', which means that 
this is not the 'last' release (refcount goes to 0)
   
   I think that it is some kind of race condition, due to the fact that 
launching the full suite the JVM runs faster and faster while compiling code in 
the background.
   
   I would like that @merlimat  or @sijie  o @kishorekasi could take a look.
   If the assertion is not useful I will remove it
   
   Maybe the race is due to the fact that the Channel is retain the ByteBuf ?
   
 
----------------------------------------------------------------
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