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 2018/12/18 19:39:54 UTC

[geode] branch develop updated (f2e8db7 -> ebde19f)

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

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


    from f2e8db7  GEODE-6216 add netstat to images for NetstatDUnitTest (#3014)
     add ebde19f  GEODE-6186: Reduced the number of EntryNotFoundExceptions thrown during wan conflation

No new revisions were added by this update.

Summary of changes:
 .../geode/internal/cache/BucketRegionQueue.java    |  54 +++++----
 .../wan/parallel/ParallelGatewaySenderQueue.java   |  20 +++-
 .../internal/cache/BucketRegionQueueJUnitTest.java | 123 +++++++++++++++++++++
 .../wan/parallel/ParallelGatewaySenderHelper.java  |  84 ++++++++++++++
 .../ParallelQueueRemovalMessageJUnitTest.java      |  80 ++------------
 5 files changed, 267 insertions(+), 94 deletions(-)
 create mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/BucketRegionQueueJUnitTest.java