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


   Moved StoreFileTracker to StoreEngine, per @z-york and @saintstack 's 
suggestion on the design doc. And the root reason is I found that there is 
already a DateTieredStoreEngine, where we just make use 
DefaultStoreFileManager, so when switching StoreEngine, it does not mean that 
you need to change all the components. So I think make all StoreEngine use the 
same StoreFileTracker abstraction is also workable here.
   
   And I also moved the createWriterInTmp method to StoreFileTracker, to hide 
the requireCreateInTmp method.
   
   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