keith-turner commented on PR #5745: URL: https://github.com/apache/accumulo/pull/5745#issuecomment-3099641914
Found the following comand works to stop all tservers on a particular host using the new host:port capability. ```bash accumulo stop $(accumulo admin serviceStatus --json 2>/dev/null | jq -r ' .summaries.T_SERVER.serviceByGroups.NO_GROUP | flatten[]' | grep myHost | paste -sd ' ') ``` -- 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