You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by leonhong <gi...@git.apache.org> on 2017/12/07 14:34:36 UTC

[GitHub] kafka pull request #4302: when broker is unavailable, fast revover

GitHub user leonhong opened a pull request:

    https://github.com/apache/kafka/pull/4302

    when broker is unavailable, fast revover

    - when broker is unavailable(such as broker's machine is down), controller will wait 30 sec timeout by dedault. it seems to be that the timeout waiting is not necessary. It will be increase the MTTR of dead broker .
    ![_f7d1d2b4-39ae-4e02-8519-99bcba849668](https://user-images.githubusercontent.com/231336/33720382-c38061d8-db9e-11e7-8a57-083d25abe1a8.png)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/leonhong/kafka trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/4302.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4302
    
----
commit 11e93f6dfc9cf777a70047e16b3be31ff660325f
Author: hongliang <ho...@hongliangdemacbook-pro.local>
Date:   2017-12-07T14:24:33Z

    when broker is unavailable, fast revover

----


---