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

[geode] branch feature/GEODE-6821 updated (3ecdc1f -> ed27b7d)

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

boglesby pushed a change to branch feature/GEODE-6821
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 3ecdc1f  GEODE-6821: Shared P2P reader no longer processes messages on regions with a serial sender inline
     add ed27b7d  GEODE-6821: Cleaned up method names

No new revisions were added by this update.

Summary of changes:
 .../geode/distributed/internal/DistributionMessage.java       | 11 ++++-------
 .../apache/geode/internal/cache/AbstractUpdateOperation.java  |  4 ++--
 .../java/org/apache/geode/internal/cache/BucketRegion.java    |  4 ++--
 .../org/apache/geode/internal/cache/DestroyOperation.java     |  4 ++--
 .../geode/internal/cache/DistributedCacheOperation.java       |  4 ++--
 .../java/org/apache/geode/internal/cache/LocalRegion.java     |  4 ++--
 .../geode/internal/cache/partitioned/DestroyMessage.java      |  4 ++--
 .../geode/internal/cache/partitioned/PartitionMessage.java    |  4 ++--
 .../geode/internal/cache/partitioned/PutAllPRMessage.java     |  4 ++--
 .../apache/geode/internal/cache/partitioned/PutMessage.java   |  4 ++--
 .../geode/internal/cache/partitioned/RemoveAllPRMessage.java  |  4 ++--
 .../geode/internal/cache/CacheOperationMessageTest.java       |  4 ++--
 12 files changed, 26 insertions(+), 29 deletions(-)