chia7712 commented on code in PR #23110:
URL: https://github.com/apache/kafka/pull/23110#discussion_r3793866357
##########
bin/kafka-server-stop.sh:
##########
@@ -40,7 +40,7 @@ else
if [ -z "$INPUT_PROCESS_ROLE" ] && [ -z "$INPUT_NID" ]; then
kill -s $SIGNAL $PIDS
else
- RelativePathToConfig=$(ps ax | grep ' kafka\.Kafka ' | grep java | grep -v
grep | sed 's/--override property=[^ ]*//g' | awk 'NF>1{print $NF}' | xargs)
+ RelativePathToConfig=$(ps axww | grep ' kafka\.Kafka ' | grep java | grep
-v grep | sed 's/--override property=[^ ]*//g' | awk 'NF>1{print $NF}' | xargs)
Review Comment:
@Shivamrut Sure, please feel free to assign the ticket to yourself :
--
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]