if (futureRouting.isSuccess()) {
LOG.debug("found direct hits for tracker get: {}", futureRouting.directHits());
startLoop(builder, futureTracker, futureRouting.directHits(),
futureChannelCreator2.channelCreator());
} else {
futureTracker.failed(futureRouting);
}
}
});
}
Utils.addReleaseListener(futureChannelCreator2.channelCreator(), futureTracker);