This is an automated email from the ASF dual-hosted git repository.
udo pushed a change to branch feature/GEODE-925
in repository https://gitbox.apache.org/repos/asf/geode.git.
omit 53327dc GEODE-925: Replaced all Wait.pause with Awaitility. Replaced
all ThreadUtils.join with an Awaitility. General code and lambda clean up
Modify test to use test rules remove TODO from test
omit c5f8089 Merge branch 'develop' of github.com:apache/geode into develop
omit a7b9736 GEODE-5129 Amend DistributedTestRule to honor the vmCount
parameter when < 4 hosts
add c020dc9 GEODE-4957: fix race in concurrent create on region (#1836)
add 1d474c0 GEODE-5113: fix javadocs on getMaximum (#1843)
add abcd2c8 Update docs dependencies (incl nokogiri vuln)
add 0b7550f Remove bookbinder lock from geode-book Gemfile
add e26889d GEODE-4647 Document eventSecondaryQueueSize statistic (#1831)
add d4b02cb GEODE-5129 Amend DistributedTestRule to honor the vmCount
parameter when < 4 hosts
new 9145fa3 GEODE-925: Replaced all Wait.pause with Awaitility. Replaced
all ThreadUtils.join with an Awaitility. General code and lambda clean up
Modify test to use test rules remove TODO from test
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 (53327dc)
\
N -- N -- N refs/heads/feature/GEODE-925 (9145fa3)
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:
geode-book/Gemfile | 2 +-
geode-book/Gemfile.lock | 40 +-
.../org/apache/geode/cache/EvictionAttributes.java | 10 +-
.../geode/internal/cache/AbstractRegionMap.java | 576 +++++++++++----------
.../apache/geode/internal/cache/LocalRegion.java | 5 -
.../internal/cache/map/RegionMapPutContext.java | 194 +++++++
.../internal/cache/AbstractRegionMapTest.java | 228 ++++++++
geode-docs/reference/statistics_list.html.md.erb | 1 +
8 files changed, 756 insertions(+), 300 deletions(-)
create mode 100644
geode-core/src/main/java/org/apache/geode/internal/cache/map/RegionMapPutContext.java
--
To stop receiving notification emails like this one, please contact
[email protected].