Skip to content

Commit ff1a312

Browse files
committed
blanks
1 parent 5af06d9 commit ff1a312

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/BlockManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2972,7 +2972,7 @@ void removeDNLeaseIfNeeded(DatanodeDescriptor node) {
29722972
blockReportLeaseManager.removeLease(node);
29732973
}
29742974
}
2975-
2975+
29762976
public void removeBRLeaseIfNeeded(final DatanodeID nodeID,
29772977
final BlockReportContext context) throws IOException {
29782978
namesystem.writeLock();

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestBlockReportLease.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public void testFirstIncompleteBlockReport() throws Exception {
311311
doAnswer(delayer).when(spyBlockManager).processReport(
312312
any(DatanodeStorageInfo.class),
313313
any(BlockListAsLongs.class));
314-
314+
315315
// Trigger sendBlockReport.
316316
BlockReportContext brContext = new BlockReportContext(1, 0,
317317
rand.nextLong(), hbResponse.getFullBlockReportLeaseId());

0 commit comments

Comments
 (0)