throw ex;
}
break;
case RESPONSE_FAILURE:
RpcFailure failure = RpcFailure.parseFrom(new ByteBufInputStream(msg.pBody, msg.pBody.readableBytes()));
queue.updateFailedFuture(msg.coordinationId, failure);
if (RpcConstants.EXTRA_DEBUGGING)
logger.debug("Updated rpc future with coordinationId {} with failure ", msg.coordinationId, failure);
break;