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

[geode] branch develop updated (1438b56 -> b9dbd9e)

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

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


    from 1438b56  GEODE-7055: Don't send failure replies from a P2P reader thread
     add b9dbd9e  GEODE-6748: First part of solution (#3854)

No new revisions were added by this update.

Summary of changes:
 .../geode/cache/client/internal/InvalidateOp.java  |  76 +++++++++++++--
 .../cache/client/internal/ServerRegionProxy.java   |   2 +-
 .../client/internal/InvalidateOpJUnitTest.java     | 108 +++++++++++++++++++++
 .../how_pr_single_hop_works.html.md.erb            |   2 +-
 4 files changed, 180 insertions(+), 8 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/cache/client/internal/InvalidateOpJUnitTest.java