Apache9 commented on a change in pull request #133: HBASE-22193 Add backoff 
when region failed open too many times
URL: https://github.com/apache/hbase/pull/133#discussion_r273425452
 
 

 ##########
 File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/master/assignment/AssignmentManager.java
 ##########
 @@ -131,6 +131,9 @@
       "hbase.assignment.maximum.attempts";
   private static final int DEFAULT_ASSIGN_MAX_ATTEMPTS = Integer.MAX_VALUE;
 
+  public static final String ASSIGN_NORMAL_ATTEMPTS = 
"hbase.assignment.normal.attempts";
 
 Review comment:
   Add something like 'failed open' in the name to better describe it?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to