}
public MemcachedConnection createConnection(List<InetSocketAddress> addrs)
throws IOException {
final MemcachedConnection connection = new MemcachedConnection(getReadBufSize(), this, addrs, getInitialObservers(), getFailureMode(), getOperationFactory());
connection.setName(appName + "-" + zone + "-" + id);
return connection;
}