kevinrr888 commented on PR #5576:
URL: https://github.com/apache/accumulo/pull/5576#issuecomment-2913901749

   > All the suggested changes for main sound good, was not sure about the one 
above. Was not sure what it does and if it get spun up in client processes. If 
its in client processes may want to defer until a strategy for that is figured 
out.
   
   This is only used in server processes:
   
   ```
   
./server/compactor/src/main/java/org/apache/accumulo/compactor/Compactor.java:  
  sp.startThriftServer("Thrift Client Server");
   ./server/manager/src/main/java/org/apache/accumulo/manager/Manager.java:    
sa.startThriftServer("Manager Client Service Handler");
   
./server/gc/src/main/java/org/apache/accumulo/gc/SimpleGarbageCollector.java:   
 server.startThriftServer("GC Monitor Service");
   
./server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java:   
 sp.startThriftServer("Thrift Client Server");
   ./server/tserver/src/main/java/org/apache/accumulo/tserver/ScanServer.java:  
  sp.startThriftServer("Thrift Client Server");
   ```


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