1 Reply Latest reply on Mar 28, 2012 8:54 AM by clebert.suconic

    Good news of the day, i.e. 'dead-lock of the day' :-P

    borges

      FYI, I just found a (silly) dead lock between JournalImpl.stop() and checkReclaimStatus (when running through compactorExecutor). The practical result is that AlignedJournalImplTest will take 0.5 secs to run instead of ~ 8 min (the actual number depends on the number of times the dead-lock is triggered).

       

      On a related note, I would like to mention that boolean JournalImpl.checkReclaimStatus() is broken in the sense that it always returns false. @Clebert, any point in having this as a boolean method?