DTStack / Taier

Taier is a big data development platform for submission, scheduling, operation and maintenance, and indicator information display
https://dtstack.github.io/Taier/
Apache License 2.0
1.32k stars 330 forks source link

[feat_datasource_config][Taier-common] fix datasource config bug #1148

Closed starrywu closed 8 months ago

starrywu commented 9 months ago

解决datasource plugin里的ProxyThreadPoolManager在设置线程池时无法拿到正确的参数。 改之前: 在application.properties里配的是 taier.datasource.execute.pool.max.size=30

改之后 在application.properties里配的是 taier.datasource.execute_pool_max_size=30

vainhope commented 8 months ago

建议调整为taier.datasource.executePoolMaxSize