jackjlli commented on issue #5960:
URL: 
https://github.com/apache/incubator-pinot/issues/5960#issuecomment-686038762


   In Pinot 1.0, we used to have a logic that the value of 
`STATE_TRANSITION.maxThreads` is set to 1 if this config is missing in the 
cluster. This will cause issue as this default value 1 will be used as the 
thread pool size, which will make Pinot cluster extremely slow. 
   If you try to upgrade Pinot cluster from 1.0 to a higher version, please 
keep in mind that `STATE_TRANSITION.maxThreads` be set to a higher number 
instead of 1 in `CONFIGS/CLUSTER/pinot` Znode before rolling out to higher 
Pinot version.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to