You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by narendly <gi...@git.apache.org> on 2018/04/19 20:44:06 UTC

[GitHub] helix pull request #187: [HELIX-698] Add periodic refresh to RoutingTablePro...

GitHub user narendly opened a pull request:

    https://github.com/apache/helix/pull/187

    [HELIX-698] Add periodic refresh to RoutingTableProvider

    There have been incidents where RoutingTableProvider was not getting a proper refresh potentially due to the lag in ZKClient CallbackHandler or connectivity issues. This addition of periodic refresh avoids cases where RoutingTableProvider is severely delayed by initiating periodic refreshes.

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

    $ git pull https://github.com/narendly/helix periodicRefresh

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

    https://github.com/apache/helix/pull/187.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 #187
    
----
commit efc1e81c24c23c4dfc61c85c14708533d30b032c
Author: Hunter Lee <na...@...>
Date:   2018-04-19T20:42:37Z

    [HELIX-698] Add periodic refresh to RoutingTableProvider
    
    There have been incidents where RoutingTableProvider was not getting a proper refresh potentially due to the lag in ZKClient CallbackHandler or connectivity issues. This addition of periodic refresh avoids cases where RoutingTableProvider is severely delayed by initiating periodic refreshes.

----


---

[GitHub] helix pull request #187: [HELIX-698] Add periodic refresh to RoutingTablePro...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/helix/pull/187


---