DomGarguilo commented on issue #262: URL: https://github.com/apache/fluo-uno/issues/262#issuecomment-742777627
The issue comes from gathering the process name. In the `commands.sh` script, the last column in the process info is usually the name of the process so the script grabs that and prints it as the name. In the case of the shell process, for some reason `-u root -p secret` is included at the end after the name "shell", so `secret` is printed as the name. I think a more consistent approach would be to retrieve the name by gathering the entry after `org.apache.accumulo.start.Main` since it comes before the name in every case. I am now working to update the script accordingly. Just wanted to leave my thoughts here in case anyone had suggestions. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
