OLogManager.instance().info(this, "Sending the configuration to the connected client %s...",
ch.socket.getRemoteSocketAddress());
try {
ch.acquireExclusiveLock();
try {
ch.writeByte(OChannelBinaryProtocol.PUSH_DATA);
ch.writeInt(-10);
ch.writeByte(OChannelDistributedProtocol.PUSH_DISTRIBUTED_CONFIG);