-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] SearchableSnapshotsIntegTests.testCreateAndRestorePartialSearchableSnapshot fails #69336
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
Comments
Pinging @elastic/es-distributed (Team:Distributed) |
This reproduces locally pretty easily after a few iterations. The deeper issue is this tripped assertion killing the ndoe:
|
... in SearchableSnapshotsIntegTests. Relates #69336
This was/is caused by #68961, we are sharing a stored fields reader across threads now which trips an assertion. I'm looking into this |
@nhat could you have a look here? It's pretty obvious that the way the multi chunk transfer works can lead to the stored fields reader being shared across threads but what the correct fix to this is isn't so obvious to me :) |
@original-brownbear A few more tests in that suite seem to be failing like in https://gradle-enterprise.elastic.co/s/x4r4l3kmjrnci. They seem related. Do you think I should mute them all? |
@dimitris-athanasiou I think the problem is that one test failing kills the rest of the suite because it's a shared test cluster, there's also another failure here that is unrelated that I'll open an issue for shortly. |
I've muted all SearchableSnapshotsIntegTests on master and 7.x |
I've cherry-picked the mute to the |
This failed again for me today in a PR build: https://gradle-enterprise.elastic.co/s/afswubohb2bse
It did not reproduce for me however. The line is:
|
Note that this is a different failure cause, so let's open a fresh issue next time (as Mark did). I'm closing this one, and reopening Mark's one instead. |
Good call. It wasn't obvious to me it was a new underlying cause but I think going forward it's best to just assume it is rather than reopen old issues. |
Build scan: https://gradle-enterprise.elastic.co/s/6mvappg7o6hyo
Repro line:
Reproduces locally?: No
Applicable branches: master/7.x
Failure history: link
Failure excerpt:
The text was updated successfully, but these errors were encountered: