ch.writeBytes(clusterDbConfigurations.get(iDatabaseName).toStream());
} catch (IOException e) {
e.printStackTrace();
} finally {
ch.releaseExclusiveLock();
}
} catch (InterruptedException e1) {
OLogManager.instance().warn(this, "[broadcastClusterConfiguration] Timeout on sending configuration to remote node %s",
ch.socket.getRemoteSocketAddress());
}