Skip to content

Commit bb8991b

Browse files
committed
fix blanks.
1 parent 87f268c commit bb8991b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public RouterRpcClient(Configuration conf, Router router,
227227
}
228228
this.lastActiveNNRefreshTimes = new ConcurrentHashMap<>();
229229
}
230-
230+
231231
protected void initConcurrentCallExecutorService(Configuration conf) {
232232
int numThreads = conf.getInt(
233233
RBFConfigKeys.DFS_ROUTER_CLIENT_THREADS_SIZE,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public RouterAsyncRpcClient(Configuration conf,
118118

119119
@Override
120120
protected void initConcurrentCallExecutorService(Configuration conf) {
121-
// No need to initialize the thread pool for concurrent call.
121+
// No need to initialize the thread pool for concurrent call.
122122
}
123123

124124
/**

0 commit comments

Comments
 (0)