keith-turner commented on PR #5439:
URL: https://github.com/apache/accumulo/pull/5439#issuecomment-2770368396

   > I'd have reservations further coupling the accumulo-cluster script to our 
code. 
   
   I like that goal, but we are not currently achieving it.  Ran the following 
on the cluster script in 2.1 branch to see where we are using random accumulo 
classes.
   
   ```
   $ grep org.apache accumulo-cluster 
     "$accumulo_cmd" org.apache.accumulo.core.conf.cluster.ClusterConfigParser 
"$conf/cluster.yaml" "$CONFIG_FILE" || parse_fail
         "$accumulo_cmd" org.apache.accumulo.server.util.ZooZap -manager 
-tservers -compaction-coordinators -compactors -sservers
   
   ```
   
   > Basically, I think adding more primitives supports this use case and 
others, whereas adding a high level prune command only satisfies this one use 
case
   
   However its done I would like be able to quickly find and/or kill processes 
running on hosts that are not listed cluster.yaml.  I don't know of an easy and 
quick way to accomplish this on the command line.  What are the primitives you 
are thinking of and what are the other use cases those primitives would support?
   
   
   


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