Re: [PR] Add explicit exit call to each shell command [kafka]

2023-10-26 Thread via GitHub
tkornai closed pull request #14633: Add explicit exit call to each shell command URL: https://github.com/apache/kafka/pull/14633 -- 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.

Re: [PR] Add explicit exit call to each shell command [kafka]

2023-10-26 Thread via GitHub
tkornai commented on PR #14633: URL: https://github.com/apache/kafka/pull/14633#issuecomment-1780699120 Hi @gharris1727, thanks for your prompt reply. The provider in question is [java-spiffe](https://github.com/spiffe/java-spiffe). I agree that tackling the problem from that side

Re: [PR] Add explicit exit call to each shell command [kafka]

2023-10-25 Thread via GitHub
gharris1727 commented on PR #14633: URL: https://github.com/apache/kafka/pull/14633#issuecomment-1779677563 Hi @tkornai thanks for the PR! I think it's a relatively common expectation that returning from `main` will exit the program, and this problem is likely to regress in the

[PR] Add explicit exit call to each shell command [kafka]

2023-10-25 Thread via GitHub
tkornai opened a new pull request, #14633: URL: https://github.com/apache/kafka/pull/14633 Using a custom security.provider may keep shell commands running indefinitely if System.exit() is not called explicitly. This behaviour is due to the reason that a security.provider implementation