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


##########
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:
   Removed those redundant checks in 2519c98



-- 
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