// create new bookie client, and forcing to establish new
// PerChannelBookieClient connections for recovery flows.
BookKeeperTestClient bkc1 = new BookKeeperTestClient(baseClientConf);
// try to open ledger with recovery
LedgerHandle afterlh = bkc1.openLedger(beforelh.getId(), digestType, ""
.getBytes());
assertEquals("Entries got missed", beforelh.getLastAddPushed(), afterlh
.getLastAddConfirmed());
bkc1.close();