Re: [PR] [worker] fix kill remote shell task and print exception log #15569 [dolphinscheduler]

2024-02-28 Thread via GitHub
sonarcloud[bot] commented on PR #15628: URL: https://github.com/apache/dolphinscheduler/pull/15628#issuecomment-1968530650 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] [worker] fix kill remote shell task and print exception log #15569 [dolphinscheduler]

2024-02-28 Thread via GitHub
sonarcloud[bot] commented on PR #15628: URL: https://github.com/apache/dolphinscheduler/pull/15628#issuecomment-1968530417 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] fixed The jar type of java task shell script error [dolphinscheduler]

2024-02-28 Thread via GitHub
qingwli commented on PR #15645: URL: https://github.com/apache/dolphinscheduler/pull/15645#issuecomment-1968475068 Could you raise an issue and discribe the bug, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [Fix][ui] fix ui Failed to query list after editing file [dolphinscheduler]

2024-02-28 Thread via GitHub
sonarcloud[bot] commented on PR #15647: URL: https://github.com/apache/dolphinscheduler/pull/15647#issuecomment-1968517361 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] [Fix][ui] fix ui Failed to query list after editing file [dolphinscheduler]

2024-02-28 Thread via GitHub
sonarcloud[bot] commented on PR #15647: URL: https://github.com/apache/dolphinscheduler/pull/15647#issuecomment-1968517424 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

[I] [Doc][remote shell] missing remote shell doc for version 3.2.1 [dolphinscheduler]

2024-02-28 Thread via GitHub
zhongjiajie opened a new issue, #15649: URL: https://github.com/apache/dolphinscheduler/issues/15649 ### 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. ###

Re: [PR] [Fix][ui] fix ui Failed to query list after editing file [dolphinscheduler]

2024-02-28 Thread via GitHub
codecov-commenter commented on PR #15647: URL: https://github.com/apache/dolphinscheduler/pull/15647#issuecomment-1968506244 ## [Codecov](https://app.codecov.io/gh/apache/dolphinscheduler/pull/15647?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)

Re: [PR] [Bug] [dolphinscheduler-ui] UI timed scheduler Improvement [dolphinscheduler]

2024-02-28 Thread via GitHub
sonarcloud[bot] commented on PR #15624: URL: https://github.com/apache/dolphinscheduler/pull/15624#issuecomment-1968527161 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] [Worker] fix cannot kill the subprocess when stop a remote-shell task #15570 [dolphinscheduler]

2024-02-28 Thread via GitHub
sonarcloud[bot] commented on PR #15629: URL: https://github.com/apache/dolphinscheduler/pull/15629#issuecomment-1968522786 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate

Re: [PR] [Worker] fix cannot kill the subprocess when stop a remote-shell task #15570 [dolphinscheduler]

2024-02-28 Thread via GitHub
sonarcloud[bot] commented on PR #15629: URL: https://github.com/apache/dolphinscheduler/pull/15629#issuecomment-1968522899 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate

Re: [PR] [Bug] [dolphinscheduler-ui] UI timed scheduler Improvement [dolphinscheduler]

2024-02-28 Thread via GitHub
sonarcloud[bot] commented on PR #15624: URL: https://github.com/apache/dolphinscheduler/pull/15624#issuecomment-1968524982 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [I] [Bug] [sub_process] the subprocess's tenant is always default and cann't run [dolphinscheduler]

2024-02-28 Thread via GitHub
Anubisxcw commented on issue #15637: URL: https://github.com/apache/dolphinscheduler/issues/15637#issuecomment-1968784108 > > Does this happen in the spark task? Isn't the spark task executed by `hadoop` user? I just test sub_process task, this work well. > > I have encountered a

[PR] [Bug] Fix can modify file which is not under resource path [dolphinscheduler]

2024-02-28 Thread via GitHub
ruanwenjun opened a new pull request, #15652: URL: https://github.com/apache/dolphinscheduler/pull/15652 ## Purpose of the pull request Right now, user can use resource API to modify all files in the machine, this is not accepted. This pr will fix this, user can only modify the

Re: [I] [Bug] [sub_process] the subprocess's tenant is always default and cann't run [dolphinscheduler]

2024-02-28 Thread via GitHub
Anubisxcw commented on issue #15637: URL: https://github.com/apache/dolphinscheduler/issues/15637#issuecomment-1968798634 just delete the default tenant plz.nobody use it in product env,it's useless @rickchengx@SbloodyS -- This is an automated message from the Apache Git Service. To

Re: [I] task is waiting to excecuted for more than 12 hours and seems not to be overtimed [dolphinscheduler]

2024-02-28 Thread via GitHub
ruanwenjun commented on issue #15633: URL: https://github.com/apache/dolphinscheduler/issues/15633#issuecomment-1968728502 > @ruanwenjun 你好,在使用带有subprocess的任务时,主流程到达 subprocess一直处于等待状态,实际上子节点已完成,看了主任务状态还是运行中,下图是任务执行状态和集群部署情况,期待你的回复 >

Re: [PR] [Improvement] Audit log Improvement [dolphinscheduler]

2024-02-28 Thread via GitHub
ruanwenjun commented on code in PR #15554: URL: https://github.com/apache/dolphinscheduler/pull/15554#discussion_r1505823868 ## dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/audit/OperatorLog.java: ## @@ -0,0 +1,63 @@ +/* + * Licensed to the Apache

Re: [PR] [Bug] Fix can modify file which is not under resource path [dolphinscheduler]

2024-02-28 Thread via GitHub
github-advanced-security[bot] commented on code in PR #15652: URL: https://github.com/apache/dolphinscheduler/pull/15652#discussion_r1505841576 ## dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java: ## @@ -241,8 +221,8 @@

Re: [PR] [Feature][DataSource]Add flink datasource plugin [dolphinscheduler]

2024-02-28 Thread via GitHub
pegasas commented on code in PR #15640: URL: https://github.com/apache/dolphinscheduler/pull/15640#discussion_r1506372157 ##

Re: [I] [Improvement][api module] Regarding the api module data query interface, the sql statement does not use paging, resulting in optimization of query error reporting when the amount of data is la

2024-02-28 Thread via GitHub
github-actions[bot] commented on issue #15520: URL: https://github.com/apache/dolphinscheduler/issues/15520#issuecomment-1970153298 This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity

Re: [I] [Question][Workflow Definition ] Could I have a DAG Group function that categories will be set between different tasks on Workflow Definition ? [dolphinscheduler]

2024-02-28 Thread via GitHub
github-actions[bot] commented on issue #15464: URL: https://github.com/apache/dolphinscheduler/issues/15464#issuecomment-1970153347 This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity

Re: [PR] [Bug] Fix can modify file which is not under resource path [dolphinscheduler]

2024-02-28 Thread via GitHub
codecov-commenter commented on PR #15652: URL: https://github.com/apache/dolphinscheduler/pull/15652#issuecomment-1970312879 ## [Codecov](https://app.codecov.io/gh/apache/dolphinscheduler/pull/15652?src=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache)

Re: [I] [Bug] [sub_process] the subprocess's tenant is always default and cann't run [dolphinscheduler]

2024-02-28 Thread via GitHub
tuoluzhe8521 commented on issue #15637: URL: https://github.com/apache/dolphinscheduler/issues/15637#issuecomment-1970303594 Do you have time to help me take a look @ruanwenjun -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[I] [Bug] [flinkStream] The FlinkStream component cannot be started [dolphinscheduler]

2024-02-28 Thread via GitHub
caiyt2001 opened a new issue, #15653: URL: https://github.com/apache/dolphinscheduler/issues/15653 ### 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

(dolphinscheduler-website) branch asf-site updated: Automated deployment: 0d2186aaf1e0d120a924b72c51c4102c97442b10

2024-02-28 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git The following commit(s) were added to refs/heads/asf-site by this push: new ace550be3f Automated

Re: [PR] fixed The jar type of java task shell script error [dolphinscheduler]

2024-02-28 Thread via GitHub
yangyanh commented on PR #15645: URL: https://github.com/apache/dolphinscheduler/pull/15645#issuecomment-1970256035 > Could you raise an issue and discribe the bug, thanks. you can read from :https://github.com/apache/dolphinscheduler/issues/15641 -- This is an automated message

Re: [I] [Bug] [FLINK TASK]When the flink cluster deployment mode is standalone mode, an error occurs when executing the flinksql task [dolphinscheduler]

2024-02-28 Thread via GitHub
dzygoon closed issue #15564: [Bug] [FLINK TASK]When the flink cluster deployment mode is standalone mode, an error occurs when executing the flinksql task URL: https://github.com/apache/dolphinscheduler/issues/15564 -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] [Bug] Fix can modify file which is not under resource path [dolphinscheduler]

2024-02-28 Thread via GitHub
sonarcloud[bot] commented on PR #15652: URL: https://github.com/apache/dolphinscheduler/pull/15652#issuecomment-1970318244 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate

Re: [I] [Bug] [task group]The task group queue is idle, but the queued tasks are not executed [dolphinscheduler]

2024-02-28 Thread via GitHub
himper commented on issue #14813: URL: https://github.com/apache/dolphinscheduler/issues/14813#issuecomment-1970203676 I have this issue on 3.1.18 -- 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

Re: [PR] [Bug] Fix can modify file which is not under resource path [dolphinscheduler]

2024-02-28 Thread via GitHub
sonarcloud[bot] commented on PR #15652: URL: https://github.com/apache/dolphinscheduler/pull/15652#issuecomment-1970317634 ## [![Quality Gate Failed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-failed-20px.png 'Quality Gate

Re: [PR] [Fix] Fix the jmod issues, support 11 and later versions #10232 [dolphinscheduler]

2024-02-28 Thread via GitHub
kezhenxu94 closed pull request #10239: [Fix] Fix the jmod issues, support 11 and later versions #10232 URL: https://github.com/apache/dolphinscheduler/pull/10239 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL