lizhimins opened a new issue, #8976: URL: https://github.com/apache/rocketmq/issues/8976
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Currently tiered storage module uses a singleton pattern to use thread pool. To better manage the thread pool's lifecycle within the fileSegment, it is necessary to modify the constructor of fileSegment. This is an internal implementation of the broker and will not affect client API. 当前分级存储模块使用单例方式使用线程池,为了更好的在 fileSegment 中使用线程池,管理线程池的生命周期,因此需要修改 fileSegment 的构造函数,这是一个 broker 内部实现,不会对用户产生影响 ### Motivation To better manage the thread pool's lifecycle ### Describe the Solution You'd Like Modify the constructor of fileSegment ### Describe Alternatives You've Considered Modify the constructor of fileSegment ### Additional Context _No response_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org