diff --git a/internal/querycoord/task.go b/internal/querycoord/task.go index 9cec464b6eaa7d3f7234e45d5da600740a80b8ba..d44b11a523859869e019c4ab1b6ae54748fc8b0a 100644 --- a/internal/querycoord/task.go +++ b/internal/querycoord/task.go @@ -44,7 +44,9 @@ const ( // MaxRetryNum is the maximum number of times that each task can be retried MaxRetryNum = 5 // MaxSendSizeToEtcd is the default limit size of etcd messages that can be sent and received - MaxSendSizeToEtcd = 2097152 + // MaxSendSizeToEtcd = 2097152 + // Limit size of every loadSegmentReq to 200k + MaxSendSizeToEtcd = 200000 ) type taskState int