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


##########
server/monitor/src/main/java/org/apache/accumulo/monitor/Monitor.java:
##########
@@ -453,10 +453,14 @@ private GCStatus fetchGcStatus() {
   public void run() {
     ServerContext context = getContext();
     int[] ports = getConfiguration().getPort(Property.MONITOR_PORT);
+    String rootContext = System.getProperty("monitorPrefix", "");

Review Comment:
   I think we have tried to limit the usage of system properties. Why not just 
create a new MONITOR_ROOT_CONTEXT property?



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