You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Jie Huang (JIRA)" <ji...@apache.org> on 2019/06/20 19:20:00 UTC

[jira] [Created] (ZOOKEEPER-3437) Improve sync throttling on a learner master

Jie Huang created ZOOKEEPER-3437:
------------------------------------

             Summary: Improve sync throttling on a learner master
                 Key: ZOOKEEPER-3437
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3437
             Project: ZooKeeper
          Issue Type: Improvement
          Components: quorum
    Affects Versions: 3.6.0
            Reporter: Jie Huang
             Fix For: 3.6.0


As described in ZOOKEEPER-1928, a leader can become overloaded if it sends too many snapshots concurrently during sync time.  Sending too many diffs at the same time can also cause the overloading issue. 

In this JIRA, we will:
 # add diff sync throttling in addition to snap sync throttling
 # extend the protection to followers that serve observers
 # improve the counting of concurrent snap syncs/diff syncs to avoid double counting or missing counting



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)