// If we use failure mode, add a mock session at first
if (this.failureMode) {
this.connector.addSession(new ClosedMemcachedTCPSession(
inetSocketAddressWrapper));
}
this.connector.addToWatingQueue(new ReconnectRequest(
inetSocketAddressWrapper, 0, this
.getHealSessionInterval()));
log.error("Connect to "
+ SystemUtils.getRawAddress(inetSocketAddress) + ":"
+ inetSocketAddress.getPort() + " fail", throwable);