Mario Kevo created GEODE-8293:
---------------------------------
Summary: activeCQCount has negative value
Key: GEODE-8293
URL: https://issues.apache.org/jira/browse/GEODE-8293
Project: Geode
Issue Type: Bug
Components: statistics
Reporter: Mario Kevo
In case you have more than one server in the system and you close CQ there will
be negative value of active cqs.
The problem is when you started more than one server and execute cq on it. In
that case we got incCqsActive on one server, but when it is closed we have
decCqsActive on both servers.
{code:java}
gfsh>show metrics --categories=query
Cluster-wide MetricsCategory | Metric | Value
-------- | ---------------- | -----
query | activeCQCount | 1
| queryRequestRate | 0.0
{code}
After cq is closed or stopped:
{code:java}
gfsh>show metrics --categories=query
Cluster-wide Metrics
Category | Metric | Value
-------- | ---------------- | -----
query | activeCQCount | -1
| queryRequestRate | 0.0
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)