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

Force running repairs to always show up in Running on Repairs page #1217

Closed
1 task done
nathanielgw opened this issue Aug 8, 2022 · 1 comment · Fixed by #1262
Closed
1 task done

Force running repairs to always show up in Running on Repairs page #1217

nathanielgw opened this issue Aug 8, 2022 · 1 comment · Fixed by #1262
Assignees
Labels
bug done Issues in the state 'done'

Comments

@nathanielgw
Copy link

nathanielgw commented Aug 8, 2022

Sometimes I have repair segements that will hang and need to be aborted and retried (almost always completing successfully on the second try) but with the default display set to 10, it can hide running repairs that are stuck until changing the Display:.. is there a way to force repairs in State: RUNNING to always show up in the Repairs tab?

Depends upon

┆Issue is synchronized with this Jira Task by Unito
┆friendlyId: K8SSAND-1719
┆priority: Medium

@adejanovski adejanovski added the new Issues requiring triage label Aug 8, 2022
@nathanielgw nathanielgw changed the title Force running repairs to always show up in Running Force running repairs to always show up in Running on Repairs page Aug 8, 2022
@adejanovski
Copy link
Contributor

This is definitely something that we need to address as it's not currently possible. It's been reported in other issues as well.
We could implement a two steps lookup which would rely on a secondary index to get the RUNNING and PAUSED repairs first, and then the DONE/ERROR/ABORTED ones by applying the requested limits on both and prioritizing the display of the former.

@adejanovski adejanovski added in-progress Issues in the state 'in-progress' and removed ready labels Jan 9, 2023
@Miles-Garnsey Miles-Garnsey linked a pull request Jan 11, 2023 that will close this issue
@adejanovski adejanovski added review Issues in the state 'review' and removed in-progress Issues in the state 'in-progress' labels Feb 13, 2023
@adejanovski adejanovski added done Issues in the state 'done' and removed review Issues in the state 'review' labels Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug done Issues in the state 'done'
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants