OLogManager.instance().debug(null, "Client connected with session id: " + sessionId);
int tot = network.readInt();
String clusterName;
for (int i = 0; i < tot; ++i) {
clusterName = network.readString().toLowerCase();
clustersIds.put(clusterName, network.readInt());
clustersTypes.put(clusterName, network.readString());
}
// READ CLUSTER CONFIGURATION