You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bruce Schuchardt (JIRA)" <ji...@apache.org> on 2018/02/14 19:55:00 UTC

[jira] [Resolved] (GEODE-2853) Change of locator list request interval

     [ https://issues.apache.org/jira/browse/GEODE-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Schuchardt resolved GEODE-2853.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

The PR for this ticket was merged in May 2017 so I'm closing this ticket.

> Change of locator list request interval
> ---------------------------------------
>
>                 Key: GEODE-2853
>                 URL: https://issues.apache.org/jira/browse/GEODE-2853
>             Project: Geode
>          Issue Type: Improvement
>          Components: client/server
>            Reporter: Masaki Yamakawa
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> If you connect to a Geode cluster using a locator from the client, the locator list request will be executed at regular intervals in the background thread. I want to tune this interval. I understand that this interval can be changed by the ping-interval of the Pool attribute. However, I think that ping-interval originally sets the ping interval for health check to the cache server. Therefore, it is not possible to change the locator list request interval without changing the health check interval to the cache server. So,I want to add a java system property that can change the locator list request interval.
> The locator list request interval is determined by the following priority order.
>   1. java system property "gemfire.LOCATOR_UPDATE_INTERVAL"
>   2. ping-interval of the Pool attribute
> In addition, when changing this time, the background thread is activated only when this value is a positive value.



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