-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48187/
-----------------------------------------------------------
(Updated June 3, 2016, 12:05 a.m.)
Review request for geode, Darrel Schneider and Swapnil Bawaskar.
Bugs: GEODE-1491
https://issues.apache.org/jira/browse/GEODE-1491
Repository: geode
Description
-------
Make sure when checking if a transaction is completed from
isHostedTxRecentlyCompleted() method, the rolled back transaction is considered
as well.
Added a unit test that would fail without the fix and pass with the fix.
Diffs (updated)
-----
geode-core/src/main/java/com/gemstone/gemfire/internal/cache/TXManagerImpl.java
df0176d
geode-core/src/main/java/com/gemstone/gemfire/internal/cache/partitioned/PartitionMessage.java
9c54587
geode-core/src/main/java/com/gemstone/gemfire/internal/cache/tier/sockets/command/RollbackCommand.java
ed7c706
geode-core/src/test/java/com/gemstone/gemfire/internal/cache/TXManagerImplTest.java
a4b8127
Diff: https://reviews.apache.org/r/48187/diff/
Testing
-------
precheckin.
Thanks,
Eric Shu