dlmarion commented on code in PR #5419:
URL: https://github.com/apache/accumulo/pull/5419#discussion_r2004266828
##########
server/manager/src/main/java/org/apache/accumulo/manager/Manager.java:
##########
@@ -1402,7 +1395,11 @@ boolean canSuspendTablets() {
log.info("AuthenticationTokenSecretManager is initialized");
}
- UUID uuid = sld.getServerUUID(ThriftService.MANAGER);
+ // Replace the ServiceLockData informion in the Manager lock node in
ZooKeeper.
Review Comment:
```suggestion
// Replace the ServiceLockData information in the Manager lock node in
ZooKeeper.
```
--
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]