You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by es...@apache.org on 2019/07/11 17:59:11 UTC

[geode] branch develop updated (5ac9dc0 -> aa9893e)

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

eshu11 pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 5ac9dc0  GEODE-6938: Correctly log dunit test history (#3784)
     add aa9893e  GEODE-5557: Fix for false read conflict exception (#3492)

No new revisions were added by this update.

Summary of changes:
 .../cache/locks/TXLockServiceDUnitTest.java        |  53 ++++--
 .../cache/TXDetectReadConflictJUnitTest.java       | 204 +++++++++++++++++++--
 .../internal/cache/TXReservationMgrJUnitTest.java  |   3 +-
 .../codeAnalysis/sanctionedDataSerializables.txt   |   4 +-
 .../internal/cache/TXRegionLockRequestImpl.java    |  89 ++++++---
 .../apache/geode/internal/cache/TXRegionState.java |  17 +-
 .../geode/internal/cache/TXReservationMgr.java     |  41 +++--
 .../internal/cache/locks/TXRegionLockRequest.java  |   8 +-
 .../geode/internal/cache/tx/ClientTXStateStub.java |   8 +-
 9 files changed, 343 insertions(+), 84 deletions(-)