----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40200/ -----------------------------------------------------------
Review request for geode and Swapnil Bawaskar. Repository: geode Description ------- There was a catch clause of a CancelException that was causing us not to reply to a function call if a CacheClosedException was thrown from the function. That caused as hang waiting for replies. Diffs ----- gemfire-core/src/main/java/com/gemstone/gemfire/internal/cache/MemberFunctionStreamingMessage.java 9ea6f280d9569e0046d9a2ba370155d08e000a68 gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/MemberFunctionExecutionDUnitTest.java 129cd180da10c71139b13c212a3c84961938db50 Diff: https://reviews.apache.org/r/40200/diff/ Testing ------- Thanks, Dan Smith
