OpenSearch/libs/core
Nhat Nguyen 6ece629ec3 Set timeout of master requests on follower to unbounded (#60070)
Today, a follow task will fail if the master node of the follower
cluster is temporarily overloaded and unable to process master node
requests (such as update mapping, setting, or alias) from a follow-task
within the default timeout. This error is transient, and follow-tasks
should not abort. We can avoid this problem by setting the timeout of
master node requests on the follower cluster to unbounded.

Closes #56891
2020-07-28 13:46:49 -04:00
..
src Set timeout of master requests on follower to unbounded (#60070) 2020-07-28 13:46:49 -04:00
.classpath1 Remove eclipse conditionals (#44075) 2019-10-03 11:55:00 +03:00
build.gradle Enforce fail on deprecated gradle usage (7.x backport) (#59758) 2020-07-20 08:52:30 +02:00