goiri commented on code in PR #4982:
URL: https://github.com/apache/hadoop/pull/4982#discussion_r990466217
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml:
##########
@@ -5016,4 +5016,33 @@
</description>
</property>
+ <property>
+ <name>yarn.router.interceptor.user-thread-pool.minimum-pool-size</name>
+ <value>5</value>
+ <description>
+ This configurable is used to set the corePoolSize(minimumPoolSize)
+ of the thread pool of the interceptor.
+ Default is 5.
Review Comment:
We should have the same defaults as before 5 and 5.
##########
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml:
##########
@@ -5016,4 +5016,33 @@
</description>
</property>
+ <property>
+ <name>yarn.router.interceptor.user-thread-pool.minimum-pool-size</name>
+ <value>5</value>
+ <description>
+ This configurable is used to set the corePoolSize(minimumPoolSize)
+ of the thread pool of the interceptor.
+ Default is 5.
+ </description>
+ </property>
+
+ <property>
+ <name>yarn.router.interceptor.user-thread-pool.maximum-pool-size</name>
+ <value>10</value>
+ <description>
+ This configuration is used to set the default value of maximumPoolSize
+ of the thread pool of the interceptor.
+ Default is 10.
+ </description>
+ </property>
+
+ <property>
+ <name>yarn.router.interceptor.user-thread-pool.keep-alive-time</name>
+ <value>10s</value>
Review Comment:
The default used to be 0, we shouldn't change it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]