-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5503/
-----------------------------------------------------------
Review request for Flume.
Description
-------
LoadBalancingRpcClient should catch exception for invalid RpcClient and
failover to valid one. I just moved
RpcClient client = getClient(host);
to try block.
This addresses bug FLUME-1306.
https://issues.apache.org/jira/browse/FLUME-1306
Diffs
-----
trunk/flume-ng-sdk/src/main/java/org/apache/flume/api/LoadBalancingRpcClient.java
1352719
Diff: https://reviews.apache.org/r/5503/diff/
Testing
-------
Yes.
Thanks,
Mubarak Seyed