dlmarion commented on code in PR #3835:
URL: https://github.com/apache/accumulo/pull/3835#discussion_r1360775299
##########
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:
lol. I missed that it was being checked when computing `shouldBeOnline`.
--
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]