> > Results : > > Tests in error: > testLeaderSelection(org.apache.hadoop.hbase.zookeeper.TestZKLeaderManager): > KeeperErrorCode = Session expired for /test/TestZKLeaderManager
There's a dumb assumption in the test that sometimes leads to ZKUtil.getData() being called on a ZooKeeperWatcher after it's been closed. Sorry about that. Fixing.
