Details
Description
On calculating space quota usage
if (file.getBlocks() != null) { allBlocks.addAll(Arrays.asList(file.getBlocks())); } if (removed.getBlocks() != null) { allBlocks.addAll(Arrays.asList(removed.getBlocks())); } for (BlockInfo b: allBlocks) {
we missed out the blocks of file snapshot feature's Diffs