removeCompressibleBinReference(bin.getNodeId());
if ((binRef == null) || (!binRef.deletedKeysExist())) {
return;
} else {
boolean requeued = bin.compress(binRef, false /* canFetch */);
lazyProcessed++;
/*
* If this wasn't requeued, but there were deleted keys
* remaining, requeue, so the daemon can handle this. Either