Zhenyu Fan
Zhenyu Fan
When I run the docker build command, I get the following error: ...... Cloning into 'protobuf'... fatal: unable to access 'https://github.com/protocolbuffers/protobuf/': gnutls_handshake() failed: Error in the push function. The command...
### 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 I have defined a workflow that includes two tasks of...
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description The pagination queries for project list, workflow instance list, and...
## Purpose of the pull request close #17755 ## Brief change log Add the following indexes to improve the pagination query performance: ### For `t_ds_workflow_instance` table: - `idx_project_code_start_time` (`project_code`, `start_time`...