github-actions[bot] commented on issue #17133:
URL: 
https://github.com/apache/dolphinscheduler/issues/17133#issuecomment-2804317078

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   dolphin uses HikariDataSource, and only supports configuration of 
DriverClassName in the data information. In the DriverDataSource created at 
this time, using configuration parameters to set HikariDataSource 
connectionTimeOut does not work. Thrift in the underlying HiveSql uses socket 
Timeout to set it. When SQL parsing time is long, an error will be reported; 
parameter settings can be optimized at the data initialization location. 
HikariDataSource defaults to 30s
   
   ### What you expected to happen
   
   Optimize the HikariDataSource parameter configuration, and can use the 
configuration parameters of the data source center to take effect.
   
   ### How to reproduce
   
   In the hive environment, execute executeUpdate when the hive sql parsing 
time is long
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   dev
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)


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

Reply via email to