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