[ https://issues.apache.org/jira/browse/GEODE-8293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17214310#comment-17214310 ]
ASF GitHub Bot commented on GEODE-8293: --------------------------------------- karensmolermiller commented on a change in pull request #5620: URL: https://github.com/apache/geode/pull/5620#discussion_r505024176 ########## File path: geode-docs/reference/statistics_list.html.md.erb ########## @@ -553,7 +553,12 @@ These statistics are in a client and they describe one of the client’s connect ## <a id="section_66C0E7748501480B85209D57D24256D5" class="no-quick-link"></a>Continuous Querying (CqQueryStats) -These statistics are for continuous querying information. The statistics are: +These statistics are for continuous querying information. + +**Note:** +The subscription redundancy changes CQS_ACTIVE, CQS_STOPPED and CQS_CLOSED count on partitioned region Review comment: May we discuss what is intended in this Note? I don't understand it, so I'd like to help revise the wording? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > 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 > Assignee: Mario Kevo > Priority: Major > Labels: pull-request-available > > 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)