-
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
ReplicationTrackerRetentionLeaseTests.testReplicaIgnoresOlderRetentionLeasesVersion fails occasionally #38245
Comments
Pinging @elastic/es-distributed |
If the innerLength is 0, the version won't be increased; then there will be two RetentionLeases with the same term and version, but their leases are different. Relates elastic#37951 Closes elastic#38245
Still failing on at least 6.x with very similar looking failure:
Reproduces locally, this is on current 6.x head at 3bca1aa which includes 0169965. |
Also reproduces on master at 3c1544d with the same above reproduce line. I don't know about the frequency of these failures yet but will mute these tests again just in case. |
Sorry, didn't realize this fails in a different method than the original issue ("testAddOrRenewRetentionLease"), the error looks like this:
If its unrelated I can open a seprate issue. |
I ran into this locally, and it reproduces reliably for me on latest master at time of writing. The test appears to pass most of the time, although this particular line fails reproducibly. There aren't any failures of this test in the build stats tracker, so I'm not going to mute it (yet).
The failure is:
The text was updated successfully, but these errors were encountered: