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

[kbn/es] auto-retry all requests in native realm setup #36867

Merged

Conversation

spalger
Copy link
Contributor

@spalger spalger commented May 22, 2019

Welp, we're still seeing sporadic failures in 7.x because the elastic user isn't ready when setting up the native realm users. Unsurprisingly, the request to check if security is enabled is throwing the same 401 that I was trying to protect against in #36290. This wraps all of the request in the native realm setup logic with auto-retry logic on 401s, including logging.

@spalger spalger added review Team:Operations Team label for Operations Team v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.2.0 labels May 22, 2019
@spalger spalger requested a review from tylersmalley May 22, 2019 06:35
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations

@spalger
Copy link
Contributor Author

spalger commented May 22, 2019

Created #36868 to verify that this at least doesn't make things worse on 7.x, which is where the failures are showing up most of the time.

@elasticmachine

This comment has been minimized.

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@spalger spalger merged commit 83b7ea7 into elastic:master May 22, 2019
@spalger
Copy link
Contributor Author

spalger commented May 22, 2019

7.x/7.2: 18c3eec

@spalger spalger deleted the implement/kbn-es/native-realm-auto-retry-all branch May 22, 2019 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes review Team:Operations Team label for Operations Team v7.2.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants