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

Break up backupIsReady in SolrCloud status by backupRepository #326

Closed
HoustonPutman opened this issue Sep 24, 2021 · 1 comment · Fixed by #358
Closed

Break up backupIsReady in SolrCloud status by backupRepository #326

HoustonPutman opened this issue Sep 24, 2021 · 1 comment · Fixed by #358
Labels
Milestone

Comments

@HoustonPutman
Copy link
Contributor

There is also a much easier way to calculate this.

When we generate a Solr pod spec in the StatefulSet, that pod spec should "be ready" for all backupRepos currently configured. So if we set an annotation on the pod for each repo stating it's most recent version, then we should be able to easily get the annotations on each pod to see the backupRepos that are able to be used on each pod. Much better than scanning for various volumes, or whatever else that specific BackupRepository implementation might require.

@HoustonPutman
Copy link
Contributor Author

Relates to #301 now that you can define multiple backup repositories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant