Yuta HIGUCHI

ClusterMessagingProtocolClient: add log

Change-Id: Ic85fc765cc4140af0d69fd4ccccd091634b8deca
......@@ -145,6 +145,7 @@ public class ClusterMessagingProtocolClient implements ProtocolClient {
future.completeExceptionally(e);
}
} catch (Exception e) {
log.warn("RPCTask for {} terribly failed.", request, e);
future.completeExceptionally(e);
}
}
......