cshannon commented on code in PR #4517:
URL: https://github.com/apache/accumulo/pull/4517#discussion_r1589679860


##########
server/monitor/src/main/java/org/apache/accumulo/monitor/Monitor.java:
##########
@@ -485,6 +485,12 @@ public void run() {
       }
     }
     log.debug("Using {} to advertise monitor location in ZooKeeper", 
advertiseHost);
+    try {
+      monitorLock.replaceLockData(

Review Comment:
   I should clarify specially i'm referring to using 
`HostAndPort.fromParts(advertiseHost, livePort)`



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to