Apache9 commented on PR #7046: URL: https://github.com/apache/hbase/pull/7046#issuecomment-2930815933
> We run into this issue from time to time. When creating a cluster with storage location set to a storage location of an earlier cluster. Both clusters are set to use meta replication. Only the default replica gets assigned on the new cluster. > > Do you think this change could cause any problems? I agree that before identifying the root cause, you can apply some temporary approaches on your internal branches to 'fix' the problem. But on the open source branch, I think we should find the root cause and then applying the fix. As I've said above, please check whether we have the master local region related changes in your internal branch. And on the unit testing, please try delete everything on zookeeper to simulate your scenario. You can see HBASE-29292 and TestRecreateCluster on how to do this. If you can still produce the problem, we can check again whether we need the changes here. 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