bharathv opened a new pull request #1829:
URL: https://github.com/apache/hbase/pull/1829


   This one surfaced as a flake test but turns out to be a legit bug
   in FIFOCompaction code. FifoCompaction does not check if an empty
   store file is already being compacted by an in-flight compaction
   request and still enqueues. It can potentially race with a running
   compaction (as in this test case, see jira for the exact exception).
   
   Fixes the edge case and cleans up the test code a bit.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to