LOG.debug("evaluation result: finished={}, {} / {}", finished, peerOnTracker.size(),
atLeastEntriesFromTrackers);
// if peer reported that he can provide more data, we keep
// the peer in the list
if (!finished && isPartial) {
LOG.debug("partial1: {}, secondaryQueue {}", futureResponse.request().recipient(), queueToAsk);
queueToAsk.add(futureResponse.request().recipient());
}
if (!finished && isFull) {
LOG.debug("tracker reported to be full. Check if finished due to full trackers.");
finished = trackerFull.incrementAndGet() >= maxTrackerFull;