[CI] Uncaught exception between ccr tests due to missing remote cluster alias #36764
Labels
:Distributed Indexing/CCR
Issues around the Cross Cluster State Replication features
>test-failure
Triaged test failures from CI
Between tests the remote connections get removed, because tests are not supposed to leave cluster settings around. Sometimes a shard follow tasks maybe not have stopped yet and as part of executing the last shard changes api call; it fails because a remote cluster alias is missing and currently this error is not handled and ends up not being caught at all. This is a problem for most of the internal ccr integration tests.
Example stacktrace:
Recent failing tests:
Failing builds:
This PR fixed shard follow tasks to handle missing remote cluster aliases property: #36682
When this PR gets merged then these failures should stop occurring.
Relates to #36696
The text was updated successfully, but these errors were encountered: