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 2019/11/03 08:16:08 UTC

[GitHub] [hbase] Apache9 commented on a change in pull request #791: HBASE-23247 [hbck2] Schedule SCPs for 'Unknown Servers'

Apache9 commented on a change in pull request #791: HBASE-23247 [hbck2] Schedule SCPs for 'Unknown Servers'
URL: https://github.com/apache/hbase/pull/791#discussion_r341840235
 
 

 ##########
 File path: hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/store/ProcedureStoreTracker.java
 ##########
 @@ -136,6 +136,9 @@ private BitSetNode update(BitSetNode node, long procId) {
     node = lookupClosestNode(node, procId);
     assert node != null : "expected node to update procId=" + procId;
 
 Review comment:
   We have an assert here on node not null?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services