Shivamrut commented on code in PR #23110:
URL: https://github.com/apache/kafka/pull/23110#discussion_r3791940422


##########
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:
   Hi @chia7712 Im interested in taking up KAFKA-20944 if you'd
   welcome that. Happy to work from your guidance on approach. Commented the 
same on the ticket.



-- 
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]

Reply via email to