----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45180/ -----------------------------------------------------------
Review request for geode, anilkumar gingade, Barry Oglesby, nabarun nag, Dan Smith, and xiaojian zhou. Repository: geode Description ------- When a function exception is thrown due to failing, the results senders are currently logging this at a fatal level. This is not a "catastrophic" error and should be reduced from fatal to either error, warn or even info level. Diffs ----- geode-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/DistributedRegionFunctionResultSender.java 18106c1 geode-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/MemberFunctionResultSender.java 30c652c geode-core/src/main/java/com/gemstone/gemfire/internal/cache/execute/PartitionedRegionFunctionResultSender.java 813d833 Diff: https://reviews.apache.org/r/45180/diff/ Testing ------- Thanks, Jason Huynh
