|
@@ -137,8 +137,6 @@ public class RetryInvocationHandler<T> implements RpcInvocationHandler {
|
|
msg += ". Trying to fail over " + formatSleepMessage(action.delayMillis);
|
|
msg += ". Trying to fail over " + formatSleepMessage(action.delayMillis);
|
|
if (LOG.isDebugEnabled()) {
|
|
if (LOG.isDebugEnabled()) {
|
|
LOG.debug(msg, e);
|
|
LOG.debug(msg, e);
|
|
- } else {
|
|
|
|
- LOG.warn(msg);
|
|
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
if(LOG.isDebugEnabled()) {
|
|
if(LOG.isDebugEnabled()) {
|