This is an automated email from the ASF dual-hosted git repository.
bschuchardt pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from f355664 GEODE-5524: Fix a race by waiting on correct condition.
(#2258)
add 73d90e0 GEODE-5520 Inconsistency created by delta interaction with
concurrency control
new b6f0ca1 Merge branch 'feature/GEODE-5520' into develop
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:
.../apache/geode/cache/client/internal/PutOp.java | 9 ++--
.../cache/client/internal/PutOpJUnitTest.java | 60 ++++++++++++++++++++++
2 files changed, 66 insertions(+), 3 deletions(-)
create mode 100644
geode-core/src/test/java/org/apache/geode/cache/client/internal/PutOpJUnitTest.java