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


   Or another way, is to add some restrictions when users want to change the 
StoreFileTracker implementation.
   
   For example, if users want to change the implementation, first they can only 
change the implementation to MigrationStoreFileTracker, and the source 
implementation for MigrationStoreFileTracker must be the same with the old 
implementation. And when you want to set StoreFileTracker to an implementation 
other than MigrationStoreFileTracker, the old implementation must be 
MigrationStoreFileTracker, and its dest implementation must be the same with 
the new implementation.
   
   This is easier for developers, but maybe more complicated for our end 
users...


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