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:
[email protected]
With regards,
Apache Git Services