----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54870/ -----------------------------------------------------------
Review request for geode and Udo Kohlmeyer. Bugs: GEODE-2228 https://issues.apache.org/jira/browse/GEODE-2228 Repository: geode Description ------- Adding cancellation checks to the get() methods in FutureResult. This prevents the TXLockService from hanging waiting for a FutureResult from another thread when none will ever appear. Diffs ----- geode-core/src/main/java/org/apache/geode/internal/util/concurrent/FutureResult.java 06c394e5bbf865d135b21175b22da27a1cb195fd geode-core/src/test/java/org/apache/geode/internal/util/concurrent/FutureResultJUnitTest.java PRE-CREATION Diff: https://reviews.apache.org/r/54870/diff/ Testing ------- New unit test, precheckin, integration testing Thanks, Bruce Schuchardt