Pengzna opened a new pull request, #16163: URL: https://github.com/apache/iotdb/pull/16163
As IoTV2's sink num is equals to data regions num, and data regions num is limited and strictly controlled, there is no need for IoTV2 to use separate executor pool for each sink, which may cause threads booming. So we use global singleton executor pool for all of IoTV2 sinks. Use fixedThreadPool here, and its core size is carefully set to Min(core num, data region soft limit). -- 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]
