You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2017/11/03 12:49:41 UTC

[GitHub] ivankelly opened a new pull request #690: Fix race in CompactionTest

ivankelly opened a new pull request #690: Fix race in CompactionTest
URL: https://github.com/apache/bookkeeper/pull/690
 
 
   testMinorCompactionWithNoWritableLedgerDirsButIsForceGCAllowWhenNoSpaceIsSet
   was failing regularly on jenkins. The issue was that it was trying to
   kick off a forced garbage collection by setting the force flag and
   triggering. However, in some cases another GC would be running and
   would clear the flag after it had been set, but before the trigger was
   called.
   
   This patch adds a new form of triggering which allows the caller to
   explicitly specify which flags will be active for the GC run.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services