Apache9 commented on pull request #3460:
URL: https://github.com/apache/hbase/pull/3460#issuecomment-888802510


   @saintstack @wchevreuil @z-york I've modified the patch. PTAL.
   
   Now most storefile relate operations are moved to StoreEngine, and we will 
not expose StoreFileTracker to upper layer any more. In HStore we just need to 
call the methods in StoreEngine, and inside StoreEngine we will update 
StoreFileTracker and then StoreFileManager. The store lock is also moved into 
StoreEngine to allow we do fine-grained lock in StoreEngine.
   
   Thanks.


-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to