From be907516adb1d4409af349a7b84c8ea4f4ac8b2b Mon Sep 17 00:00:00 2001 From: Boaz Leskes Date: Wed, 24 Oct 2018 13:32:48 +0200 Subject: [PATCH] Change ShardFollowTask defaults (#34793) Per #31717 this commit changes the defaults to the following: Batch size of 5120 ops. Maximum of 12 concurrent read requests. Maximum of 9 concurrent write requests. This is not necessarily our final values but it's good to have these as defaults for the purposes of initial testing. --- .../xpack/ccr/action/TransportResumeFollowAction.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/action/TransportResumeFollowAction.java b/x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/action/TransportResumeFollowAction.java index 36b56fb3d5e..01d76a4ea26 100644 --- a/x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/action/TransportResumeFollowAction.java +++ b/x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/action/TransportResumeFollowAction.java @@ -54,10 +54,10 @@ public class TransportResumeFollowAction extends HandledTransportAction