[
https://issues.apache.org/jira/browse/GEODE-6894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kamilla Aslami resolved GEODE-6894.
-----------------------------------
Resolution: Won't Fix
This class is deprecated and will be removed in Geode 2.0. No reason to care if
its stats usage is broken.
> reconnect depends on the value of the reliableRegionsMissing CachePerfStat
> --------------------------------------------------------------------------
>
> Key: GEODE-6894
> URL: https://issues.apache.org/jira/browse/GEODE-6894
> Project: Geode
> Issue Type: Bug
> Components: core
> Reporter: Darrel Schneider
> Priority: Major
>
> InternalDistributedSystem.reconnect(boolean, String) has the following code
> that reads a statistics:
> {code:java}
> if (cache.getCachePerfStats().getReliableRegionsMissing()
> == 0) {
> reconnectAttemptCounter.set(0);
> {code}
> This should be changed to read an internal value that is updated whenever the
> reliableRegionsMissing stat is updated. Otherwise reconnect will not behave
> as expected when stats are disabled.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)