try {
// read first entry, both go to first bookie, should be fine
LatchCallback nospeccb = new LatchCallback();
LatchCallback speccb = new LatchCallback();
lnospec.asyncReadEntries(0, 0, nospeccb, null);
lspec.asyncReadEntries(0, 0, speccb, null);
nospeccb.expectSuccess(2000);
speccb.expectSuccess(2000);
// read second entry, both look for second book, spec read client
// tries third bookie, nonspec client hangs as read timeout is very long.