You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2019/08/27 16:29:58 UTC

[geode] branch release/1.10.0 updated (e341c21 -> b1308fc)

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

onichols pushed a change to branch release/1.10.0
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from e341c21  GEODE-7085: Ensure bitset is flushed in all code paths
     add bbe598d  GEODE-7088: Using ConcurrentSets for interested clients
     add b1308fc  GEODE-7088: Fixing test build issue

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  | 112 +++++++++++++++++++++
 4 files changed, 162 insertions(+), 74 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientUpdateMessageImplTest.java