keith-turner commented on code in PR #3835:
URL: https://github.com/apache/accumulo/pull/3835#discussion_r1360763943


##########
server/base/src/main/java/org/apache/accumulo/server/manager/state/TabletManagementIterator.java:
##########
@@ -312,7 +313,8 @@ private boolean shouldReturnDueToLocation(final 
TabletMetadata tm,
         return true;
       case SUSPENDED:
       case UNASSIGNED:
-        if (shouldBeOnline && (tm.getHostingGoal() == TabletHostingGoal.ALWAYS
+        if (shouldBeOnline && tm.getOperationId() == null && 
(tm.getHostingGoal()

Review Comment:
   My question was terrible, was wondering if it needs be checked since when 
shouldBeOnline is computed it checks 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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to