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/20 22:52:49 UTC

[geode] branch develop updated (7d6e08a -> 5d0153a)

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 7d6e08a  GEODE-6945: expand the type to related xml attributes (#3936)
     add 5d0153a  GEODE-7089: Each client registration thread uses its own queue

No new revisions were added by this update.

Summary of changes:
 .../cache/ha/HARegionQueueIntegrationTest.java     |   4 +-
 .../internal/cache/tier/sockets/AcceptorImpl.java  |   3 +-
 .../cache/tier/sockets/CacheClientNotifier.java    |  51 +--
 .../ClientRegistrationEventQueueManager.java       | 357 ++++++++++-----------
 .../tier/sockets/ClientUpdateMessageImpl.java      |   4 -
 .../geode/internal/cache/BucketRegionTest.java     |   7 +-
 .../geode/internal/cache/CacheServerImplTest.java  |  16 +-
 .../internal/cache/LocalRegionPartialMockTest.java |   7 +-
 .../cache/tier/sockets/AcceptorImplTest.java       |   4 +-
 .../tier/sockets/CacheClientNotifierTest.java      |  62 +++-
 .../ClientRegistrationEventQueueManagerTest.java   | 271 ++++++++++------
 11 files changed, 462 insertions(+), 324 deletions(-)