gaurav-narula opened a new pull request, #22990: URL: https://github.com/apache/kafka/pull/22990
`kafka-server-stop.sh` uses `ps` to figure out Kafka's pid. This fails when the command is long which may happen due to classpath being passed as the args to the java command. This change adds the `ww` flag which ensures no limits are put on `ps`' output. It also changes `jvm/Dockerfile` to use `ps` from `procps-ng` package as the `ps` implementation that ships in busybox limits the output to a max of `2048` characters [0]. [0]: https://github.com/mirror/busybox/blob/371fe9f71d445d18be28c82a2a6d82115c8af19d/procps/ps.c#L679 -- 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]
