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

Backport of Fix tidy-status, tidy-cancel on PR Secondaries into release/1.12.x #17505

Conversation

hc-github-team-secure-vault-core
Copy link
Collaborator

Backport

This PR is auto-generated from #17497 to be assessed for backporting due to the inclusion of the label backport/1.12.x.

The below text is copied from the body of the original PR.


PKI's tidy-status included a bug that prevented PR secondary nodes from responding with the status of the running tidy operation: while the operation constructor correctly forwarded the node on PR standby instances, the handler itself forwarded also on PR secondary nodes.

This is incorrect as the PR secondary nodes are the active node in the local PR cluster, and run tidy operations otherwise.

This meant that while auto-tidy and tidy operations would run, there was no insight into the process.

When implementing tidy-cancel, tidy-status's handler logic was reused, duplicating the bug there as well.

Signed-off-by: Alexander Scheel <[email protected]>


Overview of commits

@hc-github-team-secure-vault-core hc-github-team-secure-vault-core force-pushed the backport/cipherboy-fix-tidy-run-on-nodes/terminally-next-civet branch from 54a2483 to 9b929b3 Compare October 12, 2022 13:15
@cipherboy cipherboy enabled auto-merge (squash) October 12, 2022 13:16
@cipherboy cipherboy merged commit a141f4b into release/1.12.x Oct 12, 2022
@cipherboy cipherboy deleted the backport/cipherboy-fix-tidy-run-on-nodes/terminally-next-civet branch December 1, 2022 14:57
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 this pull request may close these issues.

2 participants