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

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


    omit 54eb3c5  GEODE-3967: There're following 6 problems fixed here: 1) When 
ConcurrentCacheModificationException happened, GatewaySenderEventImpl  should 
save the status and notify gatewaysender if it hold primary queue, because 
other member might have put the event into the secondary queue. 2) In 
AbstractUpdateOperation's doPutOrCreate's 3 tries of basicUpdate, the 3rd try 
should allow both create and update. 3) Let event with CME not to dispatch. The 
old logic does not allow CME eve [...]
     add c490493  User Guide: Update expiration overview, modify figure
     add 273d510  Revert "GEODE-3813: Deprecating RegisterInterest ALL_KEYS and 
List behavior (#1376)"
     add 30767df  remove getInstance calls in ShutdownAllRequest (#1429)
     add 303b693  GEODE-3921 Adjust Dockerfile to be Alpine-based for size
     new 5d1c265  GEODE-3967: There're following 6 problems fixed here: 1) When 
ConcurrentCacheModificationException happened, GatewaySenderEventImpl  should 
save the status and notify gatewaysender if it hold primary queue, because 
other member might have put the event into the secondary queue. 2) In 
AbstractUpdateOperation's doPutOrCreate's 3 tries of basicUpdate, the 3rd try 
should allow both create and update. 3) Let event with CME not to dispatch. The 
old logic does not allow CME eve [...]

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (54eb3c5)
            \
             N -- N -- N   refs/heads/feature/GEODE-3967 (5d1c265)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 docker/Dockerfile                                  |  76 ++++-
 docker/README.md                                   |   2 +-
 .../main/java/org/apache/geode/cache/Region.java   | 342 ++-------------------
 .../cache/client/internal/ServerRegionProxy.java   |   3 +-
 .../internal/admin/remote/ShutdownAllRequest.java  |  11 +-
 .../apache/geode/internal/cache/LocalRegion.java   |   4 -
 .../serial/SerialGatewaySenderEventProcessor.java  |   6 +-
 .../sockets/RegisterInterestIntegrationTest.java   | 331 --------------------
 .../expiration/how_expiration_works.html.md.erb    |  14 +-
 geode-docs/images/expiration.png                   | Bin 0 -> 79419 bytes
 geode-docs/images_svg/expiration.svg               |   3 -
 11 files changed, 104 insertions(+), 688 deletions(-)
 delete mode 100644 
geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/RegisterInterestIntegrationTest.java
 create mode 100644 geode-docs/images/expiration.png
 delete mode 100644 geode-docs/images_svg/expiration.svg

-- 
To stop receiving notification emails like this one, please contact
zho...@apache.org.

Reply via email to