Odg: negative ActiveCQCount

2020-07-23 Thread Mario Kevo
2020. 21:19 Prima: dev@geode.apache.org Predmet: Re: negative ActiveCQCount Mario, Here is how the CQ register behaves: When there is a single client and two servers. When CQ is registered, with redundancy 0: - On non-partitioned region, the CQ gets registered on one server, through registerCQ

Odg: Odg: negative ActiveCQCount

2020-07-17 Thread Mario Kevo
Hi devs, Just reminder if someone is familiar with this, or someone has some idea how to resolve this issue. Thanks and BR, Mario Šalje: Mario Kevo Poslano: 7. srpnja 2020. 15:24 Prima: dev@geode.apache.org Predmet: Odg: Odg: negative ActiveCQCount Hi, Thank

Odg: Odg: negative ActiveCQCount

2020-07-07 Thread Mario Kevo
Šalje: Kirk Lund Poslano: 1. srpnja 2020. 19:52 Prima: dev@geode.apache.org Predmet: Re: Odg: negative ActiveCQCount Yeah, https://issues.apache.org/jira/browse/GEODE-8293 sounds like a statistic decrement bug for activeCqCount. Somewhere, each Server is decrementing it once too

Re: Odg: negative ActiveCQCount

2020-07-01 Thread Kirk Lund
of ServerCqImpl). When we close CQ there is two different > instances on servers and it closed both of them, but as they are in RUNNING > state before closing, it decrements activeCqCount on both of them. > > BR, > Mario > > ____ > Šalje: Kirk Lund > Poslano: 3

Re: negative ActiveCQCount

2020-07-01 Thread Anilkumar Gingade
, it decrements activeCqCount on both of them. BR, Mario Šalje: Kirk Lund Poslano: 30. lipnja 2020. 19:54 Prima: dev@geode.apache.org Predmet: Re: negative ActiveCQCount I think *show metrics --categories=query* is showing you the quer

Odg: negative ActiveCQCount

2020-07-01 Thread Mario Kevo
lipnja 2020. 19:54 Prima: dev@geode.apache.org Predmet: Re: negative ActiveCQCount I think *show metrics --categories=query* is showing you the query stats from DistributedSystemMXBean (see ShowMetricsCommand#writeSystemWideMetricValues). DistributedSystemMXBean aggregates values across all m

Re: negative ActiveCQCount

2020-06-30 Thread Kirk Lund
I think *show metrics --categories=query* is showing you the query stats from DistributedSystemMXBean (see ShowMetricsCommand#writeSystemWideMetricValues). DistributedSystemMXBean aggregates values across all members in the cluster, so I would have expected activeCQCount to initially show a value

negative ActiveCQCount

2020-06-30 Thread Mario Kevo
Hi geode-dev, I have a question about CQ(https://issues.apache.org/jira/browse/GEODE-8293). If we run CQ it register cq on one of the servers(setPoolSubscriptionRedundancy is 1) and increment activeCQCount. As I understand then it processInputBuffer to another server and there is