You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/clientrm/FederationClientInterceptor.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1961,14 +1961,14 @@ protected int getNumMinThreads(Configuration conf) {
1961
1961
// If the user configures YarnConfiguration.ROUTER_USER_CLIENT_THREADS_SIZE,
1962
1962
// we will still get the number of threads from this configuration.
1963
1963
if (StringUtils.isNotBlank(threadSize)) {
1964
-
LOG.warn("{} is an deprecated property, " +
1964
+
LOG.warn("{} is a deprecated property, " +
1965
1965
"please remove it, use {} to configure the minimum number of thread pool.",
0 commit comments