apurtell opened a new pull request, #4338:
URL: https://github.com/apache/hbase/pull/4338

   Compactions might be concurrent against a given store and the Compactor is
   shared among them. Do not put mutable state into shared class fields. All
   Compactor class fields should be final. At the moment 'keepSeqIdPeriod'
   is an exception to this rule because some unit tests change it.
   
   Compactor#getProgress and Compactor#getCompactionTargets now return union
   results of all compactions in progress against the store.


-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to