} else {
toInvalidate.add(new Block(iblk));
}
continue;
}
int index = storedBlock.findDatanode(this);
if(index < 0) {// Known block, but not on the DN
// if the size/GS differs from what is in the blockmap, then return
// the new block. addStoredBlock will then pick up the right size/GS of
// this block and will update the block object in the BlocksMap
if (storedBlock.getNumBytes() != iblk.getNumBytes()