You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/07/01 11:01:47 UTC

[GitHub] [hbase] virajjasani commented on a change in pull request #3439: HBASE-22923 min version of RegionServer to move system table regions

virajjasani commented on a change in pull request #3439:
URL: https://github.com/apache/hbase/pull/3439#discussion_r662173042



##########
File path: hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManager.java
##########
@@ -163,6 +163,19 @@
   private final RegionStates regionStates = new RegionStates();
   private final RegionStateStore regionStateStore;
 
+  /**
+   * When the operator uses this configuration option, any version between
+   * the current version and the new value of
+   * "hbase.min.version.move.system.tables" does not trigger any region movement.
+   * It is assumed that the configured range of versions do not require special
+   * handling of moving system table regions to higher versioned RegionServer.

Review comment:
       Done, 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-unsubscribe@hbase.apache.org

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