DarkAssassinator opened a new pull request, #12736: URL: https://github.com/apache/dolphinscheduler/pull/12736
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request + This PR will close #11652 + This is a part of #12436 ## Brief change log **1. Add a Task Remote Host Management** + Add a table named `t_ds_task_remote_host` in DB + Add a `Task Remote Host Management` page in `Security` + Support use test connet this host (use SSH)  **2. Add a column named `remoteHostCode` in `TaskInstance`, `TaskDefinition` and `TaskDefinitionLog` entities.** **3. Add SSH code for shell task.** + Use `ACP` to controll SSH Session. And the pooled object just is session not channel. If DS need channel control in the future, i will add channel pooled object. + Limit SFTP upload rate and max file size. + Add SFTP monitor process. ## Limitations + DS SSH do not support CPU/Memory limit on the remote server. Because other non-DS cluster servers may not necessarily deploy this feature. + SSH pool just controll session, not channel. + Now just support Shell and Python. ## Verify this pull request This pull request is already covered by existing tests -- 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]
