-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
RareClusterStateIT#testDelayedMappingPropagationOnPrimary can fail with assertion error. #41030
Comments
Pinging @elastic/es-distributed |
@original-brownbear as this test has been muted for a while and there is no recent failures with logs, and I can't reproduce this locally, should we enable the test again on master to get a recent failure? |
* Reenabling these to get fresh failure logs since they are not reproducible locally * Relates # elastic#36813, elastic#41030
Sure I opened #41884 |
This popped up today in a PR build, the build scan is https://gradle.com/s/nczuoemcggsl2. |
This failed in a different place I think, and it does not make sense to me how it could fail there (it's an assertNotNull in an assertBusy that's failing, and the assertBusy does not seem to be repeated..., the test finishes in a few seconds, much faster than the assertBusy which typically takes 10 seconds to retry). We will need another failure to be reported here. |
…await a fix. Tracked in elastic#41030.
* Reenabling these to get fresh failure logs since they are not reproducible locally * Relates # elastic#36813, elastic#41030
fixed by #42430 |
I wasn't able to reproduce this error locally. Although it's only failed once, I opted to file an issue because there have been some recent changes to the test related to Zen2.
This looks related to #36813, feel free to close this issue if you'd prefer to track work there.
Link to the build: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+matrix-java-periodic/ES_BUILD_JAVA=openjdk12,ES_RUNTIME_JAVA=zulu11,nodes=immutable&&linux&&docker/349/console
Command to reproduce:
Relevant excerpt from the logs:
The text was updated successfully, but these errors were encountered: