OpenSearch/x-pack/plugin/ccr
Nhat Nguyen e242fd2e42
CCR: Add TransportService closed to retryable errors (#34722)
Both testFollowIndexAndCloseNode and testFailOverOnFollower failed
because they responded to the FollowTask a TransportService closed
exception which is currently considered as a fatal error. This behavior
is not desirable since a closing node can throw that exception, and we
should retry in that case.

This change adds TransportService closed error to the list of retryable
errors.

Closes #34694
2018-10-23 14:23:29 -04:00
..
qa [CCR] Move leader_index and leader_cluster parameters from resume follow to put follow api (#34638) 2018-10-23 19:37:45 +02:00
src CCR: Add TransportService closed to retryable errors (#34722) 2018-10-23 14:23:29 -04:00
build.gradle Move CCR REST tests to a sub-project of ccr 2018-09-15 10:18:59 -04:00