jbertram commented on PR #4811: URL: https://github.com/apache/activemq-artemis/pull/4811#issuecomment-1930048938
After further investigation I don't think this solution is valid. The problem is that `lsof -a -d cwd -p <pid>` will report the directory from which the `artemis-service` script _was executed_. However, this script can be invoked from *any* directory. Therefore, it's very easy to break the script with this change such that it actually starts the broker but reports that it didn't and then continues to report the wrong status. I will revert these commits soon. -- 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]
