clearClusterConnections();
}
public void flushExecutor()
{
FutureLatch future = new FutureLatch();
executor.execute(future);
if (!future.await(10000))
{
server.threadDump("Couldn't flush ClusterManager executor (" + this +
") in 10 seconds, verify your thread pool size");
}
}