public boolean stop() { _zkServer.shutdown(); return true; }
@AfterClass public static void onAfterClass() throws Exception { _luceneCluster.stop(false); _loadtestCluster.stop(false); _zkServer.shutdown(); }