cross-cluster-replication icon indicating copy to clipboard operation
cross-cluster-replication copied to clipboard

[FEATURE] Limit memory usage of replication tasks

Open soosinha opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? When replication is running on multiple indices simultaneously, all the replication tasks will try to get changes from leader and write to follower indices. This can increase memory usage causing instability on the follower cluster nodes.

What solution would you like? Replication tasks should use memory up to a certain limit rather than all the available memory.

soosinha avatar Jan 19 '23 09:01 soosinha