// Logger.getRootLogger().setLevel(Level.DEBUG);
}
public static void disconnectSession(final ZkClient zkClient) throws Exception
{
IZkStateListener listener = new IZkStateListener()
{
@Override
public void handleStateChanged(KeeperState state) throws Exception
{
// System.err.println("disconnectSession handleStateChanged. state: " + state);