// If it is not connected,it will be added to waiting queue for
// reconnecting.
if (!connected) {
// 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()));