-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53071/
-----------------------------------------------------------
(Updated Oct. 20, 2016, 11:29 p.m.)
Review request for geode, Darrel Schneider and Swapnil Bawaskar.
Changes
-------
Using new Assertions to avoid try catch blocks.
Disalbe the dunit test to be run in dist tx tests.
Bugs: GEODE-2021
https://issues.apache.org/jira/browse/GEODE-2021
Repository: geode
Description
-------
Throw TransactionDataNotColocatedException when get locally failed with
BucketNotFoundException
Added a dunit test which passes with the fix and failed without the fix.
Diffs (updated)
-----
geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegion.java
baab79f
geode-core/src/test/java/org/apache/geode/disttx/PRDistTXDUnitTest.java
f36085b
geode-core/src/test/java/org/apache/geode/disttx/PRDistTXWithVersionsDUnitTest.java
268c2ed
geode-core/src/test/java/org/apache/geode/internal/cache/execute/PRColocationDUnitTest.java
1b8d2d1
geode-core/src/test/java/org/apache/geode/internal/cache/execute/PRTransactionDUnitTest.java
516c240
Diff: https://reviews.apache.org/r/53071/diff/
Testing
-------
precheckin.
Thanks,
Eric Shu