@After
 public void teardown() throws IOException, KeeperException {
   stopper.stop("");
   slm.stop();
   TEST_UTIL.shutdownMiniZKCluster();
 }