String urLedgerPath;
boolean isLedgerReplicationDisabled = true;
@Before
public void setupZooKeeper() throws Exception {
zkUtil = new ZooKeeperUtil();
zkUtil.startServer();
conf = new ServerConfiguration().setZkServers(zkUtil.getZooKeeperConnectString());
executor = Executors.newCachedThreadPool();