|
|
-
Review Request: FLUME-1823. LoadBalancingRpcClient method must throw exception if it is called after close is called.Hari Shreedharan 2013-01-08, 03:16
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8874/ ----------------------------------------------------------- Review request for Flume. Description ------- A closed RpcClient will now throw if append is called after close This addresses bug FLUME-1823. https://issues.apache.org/jira/browse/FLUME-1823 Diffs ----- flume-ng-sdk/src/main/java/org/apache/flume/api/LoadBalancingRpcClient.java f396104 flume-ng-sdk/src/test/java/org/apache/flume/api/TestLoadBalancingRpcClient.java 9071734 Diff: https://reviews.apache.org/r/8874/diff/ Testing ------- Added a unit test to verify the new feature. All current tests pass. Thanks, Hari Shreedharan +
Brock Noland 2013-04-06, 03:07
+
Hari Shreedharan 2013-04-06, 03:16
|