You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mc...@apache.org on 2019/08/21 22:31:18 UTC

[geode] branch develop updated (9368e09 -> 174af1d)

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

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


    from 9368e09  GEODE-6915: Improve CompiledGroupBySelect Tests (#3954)
     add 174af1d  GEODE-7088: Using ConcurrentSets for interested clients

No new revisions were added by this update.

Summary of changes:
 .../codeAnalysis/sanctionedDataSerializables.txt   |   4 +-
 .../cache/tier/sockets/CacheClientNotifier.java    |  14 ++-
 .../tier/sockets/ClientUpdateMessageImpl.java      | 106 ++++++++------------
 .../tier/sockets/ClientUpdateMessageImplTest.java  | 110 +++++++++++++++++++++
 4 files changed, 160 insertions(+), 74 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientUpdateMessageImplTest.java