KAFKA-18343: Use java_pids to implement pids#18312
Merged
jolshan merged 1 commit intoapache:trunkfrom Dec 24, 2024
Merged
Conversation
Member
Author
|
Ran Test Result |
3 tasks
Member
|
I also started a build for all the tests, but that will take a few more hours. Not sure if we want to wait for that to complete too. |
jolshan
approved these changes
Dec 24, 2024
Member
|
Here's the full build. Quick spot check shows that these failures are unrelated. (and a lot less than the 500 I was seeing!) |
Member
|
I will merge and cherry-pick to 4.0 |
jolshan
pushed a commit
that referenced
this pull request
Dec 24, 2024
Related to KAFKA-18343, Currently, there is an issue that the ps ax output is truncated, which causes the Kafka process ID to be unavailable. This issue can be mitigated by replacing ps ax with jcmd (i.e. using java_pids in ducktape), as it does not suffer from the truncation problem. Reviewers: Justine Olshan <jolshan@confluent.io>
tedyu
pushed a commit
to tedyu/kafka
that referenced
this pull request
Jan 6, 2025
Related to KAFKA-18343, Currently, there is an issue that the ps ax output is truncated, which causes the Kafka process ID to be unavailable. This issue can be mitigated by replacing ps ax with jcmd (i.e. using java_pids in ducktape), as it does not suffer from the truncation problem. Reviewers: Justine Olshan <jolshan@confluent.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
related to KAFKA-18343,
Currently, there is an issue that the
ps axoutput is truncated, which causes the Kafka process ID to be unavailable. This issue can be mitigated by replacingps axwithjcmd(i.e. using java_pids in ducktape), as it does not suffer from the truncation problem.Committer Checklist (excluded from commit message)