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

Impossible to remove empty cluster contexts #8

Open
ceresek opened this issue Feb 29, 2016 · 0 comments
Open

Impossible to remove empty cluster contexts #8

ceresek opened this issue Feb 29, 2016 · 0 comments
Labels

Comments

@ceresek
Copy link

ceresek commented Feb 29, 2016

It is possible to have contexts that are marked as RUNNING but have no running tasks in them (probably this can happen when an exception is thrown in the generator task). These contexts are displayed in the UI and cannot be removed - the Remove button is not displayed (because the contexts are still running), and the Kill button does nothing (because the contexts have no tasks to kill and hence the TaskContextCheckerAction, which would probably mark the context as finished, never runs).

@ceresek ceresek added the bug label Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant