You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by es...@apache.org on 2019/06/12 15:47:37 UTC

[geode] branch develop updated (02c133b -> f38dec9)

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

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


    from 02c133b  Revert "GEODE-6852: updated script due to SSEClient change"
     add f38dec9  GEODE-6853: Do not request region sync during message processing. (#3696)

No new revisions were added by this update.

Summary of changes:
 .../distributed/internal/DistributionAdvisor.java  | 45 ++++--------------
 .../geode/internal/cache/DistributedRegion.java    | 50 +++++++++++++++++++-
 .../internal/cache/InitialImageOperation.java      |  4 +-
 .../internal/DistributionAdvisorTest.java          | 55 ++++++++++++++++++++++
 .../internal/cache/DistributedRegionTest.java      | 36 ++++++++++++++
 .../internal/cache/InitialImageOperationTest.java  |  7 +--
 6 files changed, 154 insertions(+), 43 deletions(-)