You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.AssertionError: expected at least 1 old segment. Actual: 0
at __randomizedtesting.SeedInfo.seed([BA8111C3B9EB2432:7B71686F94BBEE95]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failEquals(Assert.java:185)
at org.junit.Assert.assertNotEquals(Assert.java:199)
at org.elasticsearch.upgrades.FullClusterRestartIT.testRecovery(FullClusterRestartIT.java:697)
The text was updated successfully, but these errors were encountered:
…rget from an old node
#27580 added extra flushes when a shard transitions to primary to make sure that we never replay translog ops without seq# during recovery. The current logic causes an extra flush when a primary starts when it's recovering from the store. This is not needed as we also flush in the engine itself (to add sequence numbers info into the commit). This double flushing confuses tests and is unneeded.
Fixes#27649
…rget from an old node
#27580 added extra flushes when a shard transitions to primary to make sure that we never replay translog ops without seq# during recovery. The current logic causes an extra flush when a primary starts when it's recovering from the store. This is not needed as we also flush in the engine itself (to add sequence numbers info into the commit). This double flushing confuses tests and is unneeded.
Fixes#27649
…rget from an old node
#27580 added extra flushes when a shard transitions to primary to make sure that we never replay translog ops without seq# during recovery. The current logic causes an extra flush when a primary starts when it's recovering from the store. This is not needed as we also flush in the engine itself (to add sequence numbers info into the commit). This double flushing confuses tests and is unneeded.
Fixes#27649
# Conflicts:
# core/src/main/java/org/elasticsearch/index/shard/IndexShard.java
see https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+oracle-periodic/1556/console
The text was updated successfully, but these errors were encountered: