This is an automated email from the ASF dual-hosted git repository. eshu11 pushed a change to branch feature/GEODE-5376 in repository https://gitbox.apache.org/repos/asf/geode.git.
from 0ea86c8 do not abort when beforeCompletion failed, only do it in afterCompletion. new 376b0d4 wip fix review comments. new c5bf1c7 Remove the syncRunable. The 2 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: .../org/apache/geode/internal/cache/TXState.java | 97 +++----------- .../cache/TXStateSynchronizationRunnable.java | 144 --------------------- .../cache/TXStateSynchronizationRunnableTest.java | 90 ------------- .../apache/geode/internal/cache/TXStateTest.java | 63 ++------- 4 files changed, 27 insertions(+), 367 deletions(-) delete mode 100644 geode-core/src/main/java/org/apache/geode/internal/cache/TXStateSynchronizationRunnable.java delete mode 100644 geode-core/src/test/java/org/apache/geode/internal/cache/TXStateSynchronizationRunnableTest.java