You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mk...@apache.org on 2020/11/17 07:38:53 UTC

[geode] branch develop updated (399b875 -> f3d806f)

This is an automated email from the ASF dual-hosted git repository.

mkevo pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 399b875  GEODE-8706: getConnection should get readLock to sync with destroyCon… (#5750)
     add f3d806f  GEODE-8293: fix activeCQCount has negative value after close/stop cq for PR (#5620)

No new revisions were added by this update.

Summary of changes:
 .../GetClientPartitionAttributesCommand66.java     |   2 +-
 .../geode/cache/query/cq/CQMetricsDUnitTest.java   | 175 +++++++++++++++++++++
 .../cache/query/cq/internal/ServerCQImpl.java      |  19 +--
 geode-docs/reference/statistics_list.html.md.erb   |   6 +-
 4 files changed, 189 insertions(+), 13 deletions(-)
 create mode 100644 geode-cq/src/distributedTest/java/org/apache/geode/cache/query/cq/CQMetricsDUnitTest.java