dlmarion commented on code in PR #3294:
URL: https://github.com/apache/accumulo/pull/3294#discussion_r1168712677


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/TableOperationsImpl.java:
##########
@@ -1379,8 +1383,10 @@ private void waitForTableStateTransition(TableId 
tableId, TableState expectedSta
       for (TabletMetadata tablet : tablets) {
         total++;
         Location loc = tablet.getLocation();
+        TabletHostingGoal goal = tablet.getHostingGoal();
 
         if ((expectedState == TableState.ONLINE
+            && (goal == TabletHostingGoal.ALWAYS || goal == 
TabletHostingGoal.ONDEMAND)

Review Comment:
   First suggestion applied in cd223b6



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to