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

Retry sample insert after keeper cluster changes #6515

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

andrewjstone
Copy link
Contributor

In a test run we saw that oximeter sample inserts failed because a keeper leader election was occurring during an insert attempt. Wrap all inserts after keeper cluster changes in a retry to make them resilient.

Fixes #6508

In a [test run](#6508) we
saw that oximeter sample inserts failed because a keeper leader election
was occurring during an insert attempt. Wrap all inserts after keeper
cluster changes in a retry to make them resilient.

Fixes #6508
Copy link
Contributor Author

@andrewjstone andrewjstone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just gonna go ahead and merge this in, as it's pretty uncontroversial and fixes a flaky test.

@andrewjstone andrewjstone merged commit ea85b02 into main Sep 4, 2024
22 checks passed
@andrewjstone andrewjstone deleted the oximeter-test-insert-fix branch September 4, 2024 20:05
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.

test failed in CI: oximeter-db::integration_test test_cluster
1 participant