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


##########
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:
   If the tablet is unassigned, but should be hosted, then we only want to do 
that if the operationId is 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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to