Skip to content

Commit 4625505

Browse files
committed
fix check
1 parent 4e7e354 commit 4625505

File tree

1 file changed

+3
-0
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router

1 file changed

+3
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterRpcServer.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,9 @@ public RouterRpcServer(Configuration conf, Router router,
449449
initRouterFedRename();
450450
}
451451

452+
/**
453+
* Init router async handlers and router async responders.
454+
*/
452455
protected void initAsyncThreadPool() {
453456
int asyncHandlerCount = conf.getInt(DFS_ROUTER_RPC_ASYNC_HANDLER_COUNT,
454457
DFS_ROUTER_RPC_ASYNC_HANDLER_COUNT_DEFAULT);

0 commit comments

Comments
 (0)