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
My theory of why this test failed is that when we waited for the data
stream to be marked for rollover, that condition was met on one of the
nodes, causing us to index the documents to trigger the rollover, but
the master node did not fully process the mark-for-rollover cluster
state, resulting in the documents ending up in the first backing index.
Therefore, we use `awaitClusterState` to wait for the data stream to be
marked for rollover, which waits on the master node by default.
Fixes#127692
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/internalClusterTest/java/org/elasticsearch/xpack/core/template/IndexTemplateRegistryRolloverIT.java
0 commit comments