byte[] localSessionPwd = zk.getSessionPasswd().clone();
// Try connecting with the same session id on a different
// server. This should fail since it is a local sesion.
try {
watcher.reset();
DisconnectableZooKeeper zknew = new DisconnectableZooKeeper(
hostPorts[otherFollowerIdx], CONNECTION_TIMEOUT, watcher,
localSessionId, localSessionPwd);
zknew.create(nodePrefix + "5", new byte[0],