Duo Zhang created HBASE-26640:
---------------------------------
Summary: The master local region should not be effected by the
global SFT configuration change
Key: HBASE-26640
URL: https://issues.apache.org/jira/browse/HBASE-26640
Project: HBase
Issue Type: Sub-task
Reporter: Duo Zhang
It is not like a normal region where we have a TableDescriptor so it can store
the SFT implementation of its own. In the current implementation, if we change
the global SFT configuration, the SFT implementation of the master local reigon
will be changed and cause data loss.
First I think we could hard coded it to use DefaultSFT. The region is small and
will not cause too much performance impact. Then we could find a way to manage
the SFT implementation of it.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)