Commit 6fb5733
committed
FIx testReplicaIgnoresOlderRetentionLeasesVersion (elastic#38246)
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#382451 parent cca86ea commit 6fb5733
File tree
1 file changed
+1
-1
lines changed- server/src/test/java/org/elasticsearch/index/seqno
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
342 | | - | |
343 | 342 | | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
0 commit comments