yashmayya commented on code in PR #17623:
URL: https://github.com/apache/pinot/pull/17623#discussion_r2795596269
##########
pinot-server/src/main/java/org/apache/pinot/server/starter/helix/BaseServerStarter.java:
##########
@@ -300,7 +300,7 @@ public void init(PinotConfiguration serverConf)
* Override to provide custom transition thread pool manager
*/
protected void initTransitionThreadPoolManager() {
- _transitionThreadPoolManager = null;
+ _transitionThreadPoolManager = new
DefaultStateTransitionThreadPoolManager();
Review Comment:
Let's clearly document this new change and make sure that the number of
state transition threads is still configurable.
--
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]