this.getTransactionId(), OpaqueGenerator.getNextOpaque());
final BooleanCommand resp = this.invokeToGroup(serverUrl, partition, putCommand, message, timeout, unit);
return this.genSendResult(message, partition, serverUrl, resp);
}
catch (final TimeoutException e) {
throw new MetaOpeartionTimeoutException("Send message timeout in "
+ TimeUnit.MILLISECONDS.convert(timeout, unit) + " mills");
}
catch (final InterruptedException e) {
throw e;
}