You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/04/19 20:45:00 UTC

[jira] [Commented] (HELIX-698) Add periodic refresh to RoutingTableProvider

    [ https://issues.apache.org/jira/browse/HELIX-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444758#comment-16444758 ] 

ASF GitHub Bot commented on HELIX-698:
--------------------------------------

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.

----


> Add periodic refresh to RoutingTableProvider 
> ---------------------------------------------
>
>                 Key: HELIX-698
>                 URL: https://issues.apache.org/jira/browse/HELIX-698
>             Project: Apache Helix
>          Issue Type: Improvement
>            Reporter: Hunter L
>            Priority: Major
>
> 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.



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