rondagostino commented on code in PR #14996:
URL: https://github.com/apache/kafka/pull/14996#discussion_r1425899082


##########
bin/kafka-server-stop.sh:
##########
@@ -32,16 +32,6 @@ elif [[ "$OSNAME" == "OS400" ]]; then
 else
     PIDS=$(ps ax | grep ' kafka\.Kafka ' | grep java | grep -v grep | awk 
'{print $1}'| xargs)
     RelativePathToConfig=$(ps ax | grep ' kafka\.Kafka ' | grep java | grep -v 
grep | sed 's/--override property=[^ ]*//g' | awk 'NF>1{print $NF}' | xargs)

Review Comment:
   Should move this line down as well, right?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to