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

Check Job's Pod eviction case: tracker should not hang #127

Closed
distorhead opened this issue Jul 31, 2019 · 1 comment · Fixed by #184
Closed

Check Job's Pod eviction case: tracker should not hang #127

distorhead opened this issue Jul 31, 2019 · 1 comment · Fixed by #184

Comments

@distorhead
Copy link
Member

No description provided.

@distorhead
Copy link
Member Author

Fixed by the #184

distorhead added a commit that referenced this issue Nov 25, 2020
The issue occured when deleting a Pod of the Job. Then Job tracker starts tracking newly created Pod, but a tracker for old Pod has not been stopped properly in some condition.

Added Deleted channel to the Pod tracker, added handling of Pod deletion to Job, StatefulSet, DaemonSet and Deployment trackers.

fixes #127
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.

1 participant