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

alberto pushed a change to branch support/1.15
in repository https://gitbox.apache.org/repos/asf/geode.git


    from 5364cce7cd GEODE-10415: bump dependencies due to vulnerability scan 
(#7855)
     new 0bd51e8d5d GEODE-10155: Avoid threads hanging when function execution 
times-out (#7493)
     new 73aa4b3f72 GEODE-10323: Remove schedule threads in MemoryAllocatorImpl 
constructor (#7715)
     new e72da0d984 GEODE-10323: Add small changes after review (#7819)
     new 982333d4ba GEODE-10346: Correct description of batch-time-interval in 
doc. (#7742)
     new b64cdd1473 GEODE-10348: Fix documentation on conflation (#7746)
     new 5ee944475a GEODE-10352: Update Ruby version in Geode doc preview tool 
(#7753)
     new 3ada8fe80f GEODE-10403: Fix distributed deadlock with stop gw sender 
(#7830)
     new 8b751804c5 GEODE-10417: Fix NullPointerException in WAN replication 
(#7845)
     new 62e60b5062 GEODE-10420: Finish distribute() work if interrupted (#7854)

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dev-tools/docker/docs/Dockerfile                   |  18 +-
 ...nctionExecutionNoSingleHopDistributedTest.java} | 895 ++++++++++-----------
 .../cache/execute/PRClientServerTestBase.java      | 351 ++++----
 .../internal/ClusterOperationExecutors.java        |   9 +-
 .../geode/internal/cache/BucketRegionQueue.java    |   4 +
 .../geode/internal/cache/EntryEventImpl.java       |   5 +-
 .../PartitionedRegionFunctionResultSender.java     |  77 +-
 .../internal/cache/wan/AbstractGatewaySender.java  |  58 +-
 .../internal/offheap/MemoryAllocatorImpl.java      |  80 +-
 .../internal/offheap/NonRealTimeStatsUpdater.java  |  47 ++
 .../geode/internal/offheap/OffHeapStorage.java     |  19 +-
 .../internal/cache/BucketRegionQueueJUnitTest.java |  56 +-
 .../PartitionedRegionFunctionResultSenderTest.java | 174 ++++
 .../cache/wan/AbstractGatewaySenderTest.java       | 170 ++++
 .../serial/SerialGatewaySenderQueueJUnitTest.java  |  28 +-
 .../internal/offheap/MemoryAllocatorJUnitTest.java |  14 +-
 .../internal/offheap/OffHeapHelperJUnitTest.java   |   3 +-
 .../OffHeapRegionEntryHelperInstanceTest.java      |   3 +-
 .../internal/offheap/OffHeapStorageJUnitTest.java  |   4 +-
 .../OffHeapStorageNonRuntimeStatsJUnitTest.java    |   3 +-
 .../offheap/OffHeapStoredObjectJUnitTest.java      |   3 +-
 .../conflate_multisite_gateway_queue.html.md.erb   |   4 +-
 geode-docs/images/MultiSite-4.gif                  | Bin 4991 -> 0 bytes
 geode-docs/images_svg/MultiSite-4.svg              |   4 +
 geode-docs/reference/topics/cache_xml.html.md.erb  |   4 +-
 .../gfsh/command-pages/alter.html.md.erb           |   2 +-
 .../gfsh/command-pages/create.html.md.erb          |   4 +-
 .../internal/cache/functions/TestFunction.java     |  23 +-
 .../geode/test/junit/rules/ServerStarterRule.java  |   9 +
 .../sanctioned-geode-dunit-serializables.txt       |   2 +-
 .../geode/internal/cache/wan/WANTestBase.java      |   7 +
 ...llelGatewaySenderOperationsDistributedTest.java |  86 +-
 32 files changed, 1379 insertions(+), 787 deletions(-)
 rename 
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/execute/{PRClientServerRegionFunctionExecutionNoSingleHopDUnitTest.java
 => PRClientServerRegionFunctionExecutionNoSingleHopDistributedTest.java} (53%)
 create mode 100644 
geode-core/src/main/java/org/apache/geode/internal/offheap/NonRealTimeStatsUpdater.java
 create mode 100644 
geode-core/src/test/java/org/apache/geode/internal/cache/execute/PartitionedRegionFunctionResultSenderTest.java
 delete mode 100644 geode-docs/images/MultiSite-4.gif
 create mode 100644 geode-docs/images_svg/MultiSite-4.svg

Reply via email to