strongduanmu opened a new issue, #23884: URL: https://github.com/apache/shardingsphere/issues/23884
## Feature Request ### Is your feature request related to a problem? No. ### Describe the feature you would like. Currently, ShardingSphere uses ExecutorDataMap to handle threadlocal transfer between threads and sub-threads, but this requires developers to pay attention to the way ExecutorDataMap is used, just like #23552. A better way is to use TransmittableThreadLocal to handle thread and sub-thread transfer issues, PR #23682 provides a good example, it seems to have no usage cost, and the code is clearer. -- 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]
