ZkConfiguration conf2 = new ZkConfiguration();
conf1.setZKRootPath("MultiClusterTest/pool1");
conf2.setZKRootPath("MultiClusterTest/pool2");
_zkServer = ZkKattaUtil.startZkServer(new ZkConfiguration());
_cluster1 = new KattaMiniCluster(SleepServer.class, conf1, POOL_SIZE_1, 30000);
_cluster2 = new KattaMiniCluster(SleepServer.class, conf2, POOL_SIZE_2, 40000);
_cluster1.setZkServer(_zkServer);
_cluster2.setZkServer(_zkServer);
_cluster1.start();
_cluster2.start();