EdColeman commented on issue #3138: URL: https://github.com/apache/accumulo/issues/3138#issuecomment-1359958127
Removing the zlock is an effective way of killing the tserver. This could be implemented independent of the shell (only ZooKeeper access is required) and could be a stand-alone utility or even a bash script. One issue could be actually defining "dead". Removing the lock will kill the tserver - but something else (as defined by the user) could just try to restart the process - and usually this is probably the default action - taking flapping and other considerations into account. To prevent external processes from restarting the process would be outside the scope of the shell. -- 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]
