Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDK client hanging on PodIT #4885

Closed
shawkins opened this issue Feb 15, 2023 · 0 comments · Fixed by #4887
Closed

JDK client hanging on PodIT #4885

shawkins opened this issue Feb 15, 2023 · 0 comments · Fixed by #4887
Assignees
Milestone

Comments

@shawkins
Copy link
Contributor

Some of the e2e tests with the jdk client are hanging during the run of PodIT - it's not clear which test is the issue. It should be one of the ones that deals with a stream read or other action that has an indefinite timeout.

shawkins added a commit to shawkins/kubernetes-client that referenced this issue Feb 15, 2023
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Feb 15, 2023
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Feb 16, 2023
shawkins added a commit to shawkins/kubernetes-client that referenced this issue Feb 16, 2023
- there is a possibility that the buffer gets modified after the work is
queued
- there is a race condition between the done handling and the async
buffer handling.  If the executor is shutdown before the task starts
running the buffers will be lost.
@manusa manusa added this to the 6.5.0 milestone Feb 16, 2023
manusa pushed a commit that referenced this issue Feb 16, 2023
- there is a possibility that the buffer gets modified after the work is
queued
- there is a race condition between the done handling and the async
buffer handling.  If the executor is shutdown before the task starts
running the buffers will be lost.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants