chia7712 commented on PR #18286: URL: https://github.com/apache/kafka/pull/18286#issuecomment-2558816147
the above comment is not correct :( The true root cause is that the `grep -i kafka.Kafka` command can inadvertently match paths like `kafka/kafka`. Specifically, it matched `Dlog4j.configuration=file:/mnt/kafka/kafka-log4j.properties` even though the process name was truncated. However, [#17373](https://github.com/apache/kafka/pull/17373) changes the log path from `/mnt/kafka/kafka-log4j.properties` to `/mnt/kafka/log4j.properties`. As a result, the grep command no longer matches any relevant lines, leading to the failure. -- 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