status
stringclasses
1 value
repo_name
stringclasses
13 values
repo_url
stringclasses
13 values
issue_id
int64
1
104k
updated_files
stringlengths
11
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
38
55
pull_url
stringlengths
38
53
before_fix_sha
stringlengths
40
40
after_fix_sha
stringlengths
40
40
report_datetime
unknown
language
stringclasses
5 values
commit_datetime
unknown
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,328
["dolphinscheduler-ui/src/components/monaco-editor/index.tsx"]
[Improvement][UI] Mouse sliding optimization
### 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 <img width="601" alt="image" src="https://user-images.githubusercontent.com/33984497/183230708-c5e59048-5602-4296-b21a-5ae9ffc2b4d7.png"> When I hover over "SQL语句" the mouse scroll down doesn't work. Maybe the mouse scroll is only for the "SQL语句" module. ## except I would like to modify it to, when the mouse scrolls to the bottom or top of the "SQL 语句" module, then slide over its upper module ### Are you willing to submit a 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)
https://github.com/apache/dolphinscheduler/issues/11328
https://github.com/apache/dolphinscheduler/pull/11335
3aa9f2ea25ca42112141aad85140a72b0963e2c3
991414edc5fa0f72551efddd215e96f65ee4b545
"2022-08-06T02:59:41Z"
java
"2022-08-08T01:53:05Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,321
["dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-chunjun.ts"]
[Bug] [UI] create workflow contains chunjun node failed
Some problem occured after this PR, configuration `customConfig` changed to '0' while it should be defalut value '1'. The value 0 will lead to create chunjun node failed. Following is taskDefinitionJson example, the customConfig is default as '0' taskDefinitionJson: [{"code":6433449457952,"delayTime":"0","description":"","environmentCode":-1,"failRetryInterval":"1","failRetryTimes":"0","flag":"YES","name":"xxxx","taskParams":{"localParams":[],"resourceList":[],**"customConfig":0**,"json":"{}"},"taskPriority":"MEDIUM","taskType":"CHUNJUN","timeout":0,"timeoutFlag":"CLOSE","timeoutNotifyStrategy":"","workerGroup":"default","cpuQuota":-1,"memoryMax":-1}] _Originally posted by @wxing89 in https://github.com/apache/dolphinscheduler/pull/11234#issuecomment-1206284719_
https://github.com/apache/dolphinscheduler/issues/11321
https://github.com/apache/dolphinscheduler/pull/11979
606b56403eadc77a46972c51f23365cc227edd38
9979ea346787fa4270a2a7df4f374ff4c41adaa9
"2022-08-05T10:18:06Z"
java
"2023-05-22T05:52:32Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,319
["dolphinscheduler-ui/src/views/projects/workflow/instance/index.module.scss", "dolphinscheduler-ui/src/views/projects/workflow/instance/use-table.ts"]
[Bug] [UI] The workflow instance action column shows exception.
### 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 The workflow instance action column shows exception. <img width="1221" alt="image" src="https://user-images.githubusercontent.com/8847400/183050237-43b60e0f-d6c7-4512-96da-5257fda05452.png"> ### What you expected to happen Icons are displayed in one line. ### How to reproduce above ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11319
https://github.com/apache/dolphinscheduler/pull/11320
991414edc5fa0f72551efddd215e96f65ee4b545
0fdec2cd5a4053403ce43c4f4bce0b0e63585b12
"2022-08-05T09:40:49Z"
java
"2022-08-08T01:53:58Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,295
["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/ParameterUtils.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/placeholder/PlaceholderUtils.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/placeholder/PropertyPlaceholderHelper.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/placeholder/TimePlaceholderUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/ParameterUtilsTest.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/placeholder/TimePlaceholderUtilsTest.java"]
[Improvement][common,task-api] have duplicate classes
### 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 <img width="874" alt="image" src="https://user-images.githubusercontent.com/33984497/182791206-4e6e5132-9810-4a61-ad4d-875c200a1222.png"> PlaceholderUtils PropertyPlaceholderHelper TimePlaceholderUtils BusinessTimeUtils maybe we can left class in task-api ,because common depends on task -api <img width="983" alt="image" src="https://user-images.githubusercontent.com/33984497/182791857-6198cb0a-4c9e-4007-8681-8ad58920db55.png"> ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11295
https://github.com/apache/dolphinscheduler/pull/11355
e9ccaffbe07158c68e999e65186ea37d6ed33ab0
05932bcf55443e48aafda2201ba2d90806f19c00
"2022-08-04T07:41:32Z"
java
"2022-08-10T02:20:16Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,293
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/security/impl/AbstractAuthenticator.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/security/impl/ldap/LdapAuthenticator.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/security/impl/pwd/PasswordAuthenticator.java"]
[Improvement][dolphinscheduler] Some variables in subclasses of AbstractAuthenticator are redundant
### 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 <img width="888" alt="image" src="https://user-images.githubusercontent.com/33984497/182782451-48a9b9bb-5336-4696-910d-810b449cc859.png"> <img width="869" alt="image" src="https://user-images.githubusercontent.com/33984497/182782737-9d19791f-578e-4864-8bd9-574e9e2dfdaf.png"> ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11293
https://github.com/apache/dolphinscheduler/pull/11305
c9cf8c77746d85d1c0ff3d2073986a19cc71eacc
8ded072f799376d9fadb669cb990edd2197d1062
"2022-08-04T06:55:34Z"
java
"2022-08-05T06:11:12Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,291
["dolphinscheduler-task-plugin/dolphinscheduler-task-sql/src/main/java/org/apache/dolphinscheduler/plugin/task/sql/SqlTask.java"]
[Improvement][sql] Improvement the log output while executing multiple sql statements
### 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 Currently, the log does not output the currently executing sql statement while executing multiple sql statements. ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11291
https://github.com/apache/dolphinscheduler/pull/11292
8cddb10773fe8f7b58533b8e089cabc87622a039
b3bbf69b2ecd44962b612e4456fe2d7d2c3530f1
"2022-08-04T06:07:19Z"
java
"2022-09-20T01:30:27Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,289
["tools/release/README.md", "tools/release/github/__init__.py", "tools/release/github/changelog.py", "tools/release/github/git.py", "tools/release/github/pull_request.py", "tools/release/github/resp_get.py", "tools/release/github/user.py", "tools/release/release.py", "tools/release/requirements.txt"]
[Feature][release] New tool find out not cherry-pick pr with specific milestone
### 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 when we release minor version of dolphinscheudler, we will add milestone to issue or PR, and cherry-pick them when PR merged, currently we have to find not cherry-pick PR by manual, maybe we should add a tool to make it easier ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11289
https://github.com/apache/dolphinscheduler/pull/11478
04e1b88c1c423ca9216af34539cdedf1ac405e82
2525545a41fd13f1e844a814b4883cb03a75f24d
"2022-08-04T04:44:34Z"
java
"2022-10-12T01:00:59Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,270
["dolphinscheduler-ui/src/components/form/fields/monaco-editor.ts", "dolphinscheduler-ui/src/components/monaco-editor/index.tsx", "dolphinscheduler-ui/src/components/monaco-editor/types.ts"]
[Improvement][UI] Improve monaco-editor component.
### 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 _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11270
https://github.com/apache/dolphinscheduler/pull/11274
9ba9a0ff8216cc920969f15f50105ddc5cd1e13e
adfec41986f1a4ae19f2f24f9e37e00355236c3e
"2022-08-03T03:40:25Z"
java
"2022-08-03T07:17:56Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,253
["dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/TaskGroupQueue.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/TaskGroupMapper.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/TaskGroupQueueMapper.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/event/TaskStateEventHandler.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/CommonTaskProcessor.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java"]
[Bug] [Master] TaskGroup cannot work and will cause master handle event dead loop.
### 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 find when we create a workflow with TaskGroup, the workflow may go into dead loop, and status will still in running. ### What you expected to happen work well ### How to reproduce 1. Create a TaskGroup with 3 capaticy. 2. Create a workflow with 6 task, and each task has a unique priority, e.g 1, 2, 3, 4, 5, 6, and use the task group 3. Execute the workflow, find the workflow instance is always running and the master handle event task state change event dead loop, cause by release task group deap loop. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11253
https://github.com/apache/dolphinscheduler/pull/11254
aef2fbf36c76d4dbfcf566ec959acea00e7bec4e
acd3d3fab14d08b3b06015be3ac9cfb2f4bfc934
"2022-08-02T08:02:09Z"
java
"2022-08-04T06:43:45Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,247
["deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml"]
[Improvement][Deploy kubernetes] values.yaml config worker. persistentVolumeClaim
### 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 Improvement deploy kubernetes worker template , in config value.yaml <img width="508" alt="image" src="https://user-images.githubusercontent.com/5198932/182299734-0fe2858d-1472-4b14-837c-d3201a15ad33.png"> if ".Values.worker.persistentVolumeClaim.enabled" is false,but ".Values.worker.persistentVolumeClaim.dataPersistentVolume.enabled" config item is true,the template would take a error. The normal logic main switch is closed, and the sub-switch is turned on, it will not take effect, but the current mechanism main switch does not take effect ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! - https://github.com/apache/dolphinscheduler/pull/11248 ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/11247
https://github.com/apache/dolphinscheduler/pull/11248
1164cb776de194b8059f26f2d7a069b484fe2498
cc5f7101474ecdf689e5fa0ced179ea68bba1ba0
"2022-08-02T05:16:37Z"
java
"2022-09-11T12:46:55Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,246
["dolphinscheduler-ui/src/views/projects/workflow/components/dag/index.tsx"]
[Bug] [API] Cannot view task log
### 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 When I execute a task, and want to view the task log. I find the log can not display well and the front-end is always sending request to back-end. <img width="1714" alt="image" src="https://user-images.githubusercontent.com/22415594/182287907-ee206248-bfd8-48fc-801b-a760c4ff4c2d.png"> ### What you expected to happen xx ### How to reproduce 1. Create a workflow with one task 2. Execute the workflow 3. View taskinstance log. ### 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)
https://github.com/apache/dolphinscheduler/issues/11246
https://github.com/apache/dolphinscheduler/pull/11271
78e912257330c8ec488df7d42e025f47e15331c9
9ba9a0ff8216cc920969f15f50105ddc5cd1e13e
"2022-08-02T03:51:51Z"
java
"2022-08-03T05:54:32Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,244
["dolphinscheduler-ui/src/views/resource/task-group/option/components/form-modal.tsx"]
[Bug] [UI] TaskGroup cannot save unless write desc
### 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 When I create a new TaskGroup, I cannot confirm, unless I write the `Task group desc `, but this parameter is just a choosable parameter? <img width="1254" alt="image" src="https://user-images.githubusercontent.com/22415594/182284232-3a706873-1958-492f-a8f2-c17848ec1939.png"> ### What you expected to happen Can save task group without desc. ### How to reproduce 1. Click Resources -> Task Group Option 2. Create task group ### 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)
https://github.com/apache/dolphinscheduler/issues/11244
https://github.com/apache/dolphinscheduler/pull/11251
d9516e22360fca283e011040e1bef7a8b239cc06
78e912257330c8ec488df7d42e025f47e15331c9
"2022-08-02T03:17:49Z"
java
"2022-08-02T09:38:05Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,238
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java"]
[Bug] [Master] Cannot recover from failed tasks when force success task
### 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 find when the task failed, if I force success the failed task, and then recovery the workflow instance, the master will go into dead loop. This is caused it cannot find the failed tasks. ### What you expected to happen The workflow instance can go into success. ### How to reproduce 1. Create a workflow with one task. 2. The task execute failed. 3. Force success the taskinstance. 4. Recovery the workflow instance. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11238
https://github.com/apache/dolphinscheduler/pull/11239
caa6287d7fb9d73e18cdad2850f1ec08e602ad38
04f3aa97135d79469daf7c21c935029faff827b2
"2022-08-01T11:48:04Z"
java
"2022-08-02T01:30:18Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,236
["docs/docs/en/guide/upgrade/incompatible.md", "docs/docs/zh/guide/upgrade/incompatible.md", "dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/AbstractCommandExecutor.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/ShellCommandExecutor.java"]
[Bug] [DataX] DataX Variable configuration problem
### 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 k8s deployment: ds-version:3.0.0-beat2 <img width="1828" alt="image" src="https://user-images.githubusercontent.com/46189785/182122211-6ddc4250-cd41-4196-9a1c-abe8844e8bba.png"> <img width="2579" alt="image" src="https://user-images.githubusercontent.com/46189785/182122241-75fbb38a-4bc1-46a7-b656-557ceb77e439.png"> datax.py script cannot read! ### What you expected to happen datax.py script available ### How to reproduce 1、https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/installation/kubernetes.html 2、 ``` kubectl cp -n test datax.tar.gz dolphinscheduler-worker-0:/opt/soft ``` 3、 ``` kubectl exec -n test -it dolphinscheduler-worker-0 bash cd /opt/soft tar -zxvf datax.tar.gz rm -rf datax.tar.gz ``` 4、 ``` export DATAX_HOME=/opt/soft/datax export PATH=$HADOOP_HOME/bin:$SPARK_HOME1/bin:$SPARK_HOME2/bin:$PYTHON_HOME/bin:$JAVA_HOME/bin:$HIVE_HOME/bin:$FLINK_HOME/bin:$DATAX_HOME/bin:$PATH ``` <img width="1711" alt="image" src="https://user-images.githubusercontent.com/46189785/182123163-fa9635c2-5231-428d-a747-559a2a4a7584.png"> 5、Execute task execution, prompt the above error ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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)
https://github.com/apache/dolphinscheduler/issues/11236
https://github.com/apache/dolphinscheduler/pull/12180
3bef85f546e5ebb9d4c91e48c515756286631069
ba538067f291c4fdb378ca84c02bb31e2fb2d295
"2022-08-01T09:55:02Z"
java
"2022-10-18T04:57:37Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,225
["dolphinscheduler-alert/dolphinscheduler-alert-api/src/main/java/org/apache/dolphinscheduler/alert/api/AlertChannel.java", "dolphinscheduler-alert/dolphinscheduler-alert-api/src/main/java/org/apache/dolphinscheduler/alert/api/AlertData.java", "dolphinscheduler-alert/dolphinscheduler-alert-api/src/main/java/org/apache/dolphinscheduler/alert/api/AlertResult.java", "dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertSenderService.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/enums/AlertType.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/AlertDao.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/alert/ProcessAlertManager.java"]
[Feature][Alert] Add close alert method
### 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 Right now, we can set the alert when workflow executes failure. In some cases, if the alert plugin is a third party service like [pagerduty](https://www.pagerduty.com), when we send an alert we will call the service to send an alert, and it may send 5 minutes unless we close the alert(We can close the alert by manual too). But we may hope when the workflow success, the before alert can close automatically, so this issue is want to discuss add a new method closeAlert in alert plugin, we will provide a default method, the default method will do nothing, you can override this. When the workflow execute success we will check if there exist a alert, and insert a close alert event, the AlertServer side will consume the event and execute the closeMethod. ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11225
https://github.com/apache/dolphinscheduler/pull/11221
01fc6c8a3a3aa68a45879ec5130250c99492a86b
8e21c38c0041aa2689eb9d9bc703f67292c98e88
"2022-08-01T03:59:56Z"
java
"2022-08-01T05:04:27Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,214
["dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/AbstractCommandExecutor.java"]
[Improvement][Worker] Avoid worker oom when you find appid from task logs
### 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 We deploy app on yarn by spark or flink , if you need to check app status on yarn , you must know appid. In dolphin, the appid is from worker's task logs. when task logs's size is very large, worker's memory will occuted by task logs. eg... <img width="766" alt="98b6e379d63b718e6aef3612eba1b79" src="https://user-images.githubusercontent.com/20475112/182008581-662eae4e-421b-4986-86ca-59b1b5081143.png"> ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11214
https://github.com/apache/dolphinscheduler/pull/11224
0141aa511b6077fca610d6964b4727bfabeda52a
9a53c6ac3430c9edb1ded218d5a0190214fadc80
"2022-07-31T03:29:28Z"
java
"2022-08-01T07:28:06Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,201
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-datasource.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-datax.ts", "dolphinscheduler-ui/src/views/projects/workflow/definition/use-table.ts"]
[Bug] [UI] The saved target instance name will disappear in datax task
### 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 ![](https://vip2.loli.io/2022/07/29/7B4PX9WUORcw5gn.png) ### What you expected to happen Successful configuration ### How to reproduce above. ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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)
https://github.com/apache/dolphinscheduler/issues/11201
https://github.com/apache/dolphinscheduler/pull/11222
8e21c38c0041aa2689eb9d9bc703f67292c98e88
0141aa511b6077fca610d6964b4727bfabeda52a
"2022-07-29T07:18:46Z"
java
"2022-08-01T06:56:19Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,192
["dolphinscheduler-meter/src/main/resources/grafana/Datasource.json", "dolphinscheduler-meter/src/main/resources/grafana/DolphinSchedulerMaster.json", "dolphinscheduler-meter/src/main/resources/grafana/DolphinSchedulerWorker.json", "dolphinscheduler-meter/src/main/resources/grafana/JVM.json"]
[Improvement][Metrics] Upgrade plugin versions in grafana demo dashboards
### 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 * Currently in grafana-demo dashboards, the plugin versions are `8.2.3` and `8.5.3`, a little far from the latest `9.0.5` version. We could upgrade it to make it fancier. ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11192
https://github.com/apache/dolphinscheduler/pull/11193
9e692f919ac9f3e1aa483a9414880573ee4248fa
4b43d62356b7b8def5447389a5c11e5569102e66
"2022-07-28T13:29:54Z"
java
"2022-07-28T23:04:04Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,187
["docs/docs/en/architecture/configuration.md", "docs/docs/zh/architecture/configuration.md"]
[Improvement][Registry] Add support for Zookeeper ACL
### 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 * Zookeeper has `Access Control List` feature for security purpose, protecting the security of data in `znodes`. * We could add support for `DS` users to register ZK which enables ACL. ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11187
https://github.com/apache/dolphinscheduler/pull/11703
4a373454362aeeddafac8649dac76cd199b3315d
5fabce783a7e90b834d9842eebc4a20da6198a0e
"2022-07-28T03:30:53Z"
java
"2022-08-30T13:07:04Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,186
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-custom-params.ts"]
[Improvement][UI] Unified local parameters UI
### 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 Now ds has defferent local params UI for defferent task type. Such as shell、sql、procedure, the local params UI has direct and type, because they support params pass: ![image](https://user-images.githubusercontent.com/11962619/181412174-4d0f25e9-7ba5-4045-9008-bc416f90ef68.png) and some task like flink、k8s, just has key and value, but the hidden logic is direct `IN` and type `VARCHAR`: ![image](https://user-images.githubusercontent.com/11962619/181412558-3c24bcbd-4cce-498f-ba7e-9373a980f548.png) So it is better to unify the local parameters in the UI, and the tasks that do not support the params pass keep the unselectable direct `IN` and type `VARCHAR`, so that users can understand that this is not a bug, but that they do not support direct output. ### Are you willing to submit a 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)
https://github.com/apache/dolphinscheduler/issues/11186
https://github.com/apache/dolphinscheduler/pull/11190
91a944f967592bc1698e078f28cead8b11753291
d85ea8f62f2e1717413d49b6a8da48d27a4b07a1
"2022-07-28T03:20:51Z"
java
"2022-07-29T09:49:33Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,181
["docs/docs/zh/development/architecture-design.md", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java"]
[BUG] [Document] text check
### 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 ![image](https://user-images.githubusercontent.com/33984497/181263326-dabfb66b-3b9b-4617-84d9-6b0fb1ea3231.png) 缺一个点字。应该为子流程节点 ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11181
https://github.com/apache/dolphinscheduler/pull/11183
d85ea8f62f2e1717413d49b6a8da48d27a4b07a1
d73ad2e7d5fb3253a34c1169cd149fa811ec73d7
"2022-07-27T13:49:01Z"
java
"2022-07-29T15:49:46Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,174
["docs/configs/docsdev.js", "docs/docs/en/guide/alert/feishu.md", "docs/docs/zh/guide/alert/feishu.md", "docs/img/new_ui/dev/alert/alert_feishu.png", "docs/img/new_ui/dev/alert/alert_feishu_webhook.png"]
[Bug] [Doc] no Feishu doc and email doc is not shown
### 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 there is no Feishu and Email guidance under the alert category of the website doc. ### What you expected to happen there should be Feishu and Email doc ### How to reproduce check the official website ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11174
https://github.com/apache/dolphinscheduler/pull/11173
818648df7dab928ed61d7239454e7996079316c7
9859b5da1f654739b9b8d6840bdbb0200fe17c57
"2022-07-27T09:19:07Z"
java
"2022-07-28T09:21:32Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,155
["deploy/kubernetes/dolphinscheduler/values.yaml"]
[Bug] [k8s] master and worker start error in k8s deploy
### 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 ``` Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. [ERROR] 2022-07-26 21:48:00.217 +0800 org.springframework.boot.SpringApplication:[843] - [WorkflowInstance-0][TaskInstance-0] - Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'masterServer': Invocation of init method failed; nested exception is org.apache.dolphinscheduler.registry.api.RegistryException: Master registry client start up error at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434) at org.springframework.boot.SpringApplication.run(SpringApplication.java:338) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332) at org.apache.dolphinscheduler.server.master.MasterServer.main(MasterServer.java:78) Caused by: org.apache.dolphinscheduler.registry.api.RegistryException: Master registry client start up error at org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient.start(MasterRegistryClient.java:103) at org.apache.dolphinscheduler.server.master.MasterServer.run(MasterServer.java:94) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) ... 18 common frames omitted Caused by: java.lang.IllegalArgumentException: null at java.util.concurrent.ScheduledThreadPoolExecutor.scheduleAtFixedRate(ScheduledThreadPoolExecutor.java:565) at java.util.concurrent.Executors$DelegatedScheduledExecutorService.scheduleAtFixedRate(Executors.java:735) at org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient.registry(MasterRegistryClient.java:216) at org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient.start(MasterRegistryClient.java:98) ... 26 common frames omitted Exception in thread "Master-Server" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'masterServer': Invocation of init method failed; nested exception is org.apache.dolphinscheduler.registry.api.RegistryException: Master registry client start up error at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434) at org.springframework.boot.SpringApplication.run(SpringApplication.java:338) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1343) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1332) at org.apache.dolphinscheduler.server.master.MasterServer.main(MasterServer.java:78) Caused by: org.apache.dolphinscheduler.registry.api.RegistryException: Master registry client start up error at org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient.start(MasterRegistryClient.java:103) at org.apache.dolphinscheduler.server.master.MasterServer.run(MasterServer.java:94) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) ... 18 more Caused by: java.lang.IllegalArgumentException at java.util.concurrent.ScheduledThreadPoolExecutor.scheduleAtFixedRate(ScheduledThreadPoolExecutor.java:565) at java.util.concurrent.Executors$DelegatedScheduledExecutorService.scheduleAtFixedRate(Executors.java:735) at org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient.registry(MasterRegistryClient.java:216) at org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient.start(MasterRegistryClient.java:98) ... 26 more ``` ### What you expected to happen k8s deploy success. ### How to reproduce 1. build image 2. deploy in k8s, see https://dolphinscheduler.apache.org/en-us/docs/dev/user_doc/guide/installation/kubernetes.html ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11155
https://github.com/apache/dolphinscheduler/pull/11156
8b50578bdb205ed15a43057d4da62bd372ff3fc6
b03f2e22cdd6e72b17eed76f6de121cafc8242fa
"2022-07-26T13:55:34Z"
java
"2022-07-27T01:23:17Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,131
["docs/docs/en/guide/metrics/metrics.md", "docs/docs/zh/guide/metrics/metrics.md", "dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertSenderService.java", "dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertServerMetrics.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/metrics/MasterServerMetrics.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/metrics/ProcessInstanceMetrics.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/metrics/TaskMetrics.java", "dolphinscheduler-meter/src/main/resources/grafana/DolphinSchedulerAlert.json", "dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/metrics/TaskMetrics.java", "dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/metrics/WorkerServerMetrics.java"]
[Improvement][Metrics] Add metrics for alert server
### 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 * Currently we don't have any metrics in `alert server`. If `alert server` fails, with metrics, it would be easier to track down the issues. * Furthermore, metrics enable users to monitor alert server from external system and decrease the probability of failure. * related: #10211 ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11131
https://github.com/apache/dolphinscheduler/pull/11240
adfec41986f1a4ae19f2f24f9e37e00355236c3e
9ca1eb96c429f76574bfa98b0ca5eff8d8c89a82
"2022-07-25T00:53:01Z"
java
"2022-08-03T07:42:06Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,118
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java"]
[Improvement][ExecutorServiceImpl] remove some unnecessary
### 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 ![image](https://user-images.githubusercontent.com/33984497/180593729-9d78514c-c83b-46d4-8e1d-5b549b6f9427.png) Do you mind if I delete the part marked in red, I don't think these lines of code are necessary ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11118
https://github.com/apache/dolphinscheduler/pull/11122
a52d1b4acdafde308d8b0524d1e44764a5cdcfea
81fa09678c201250312ef5acb5874227c9b3ce97
"2022-07-23T06:43:45Z"
java
"2022-07-28T01:57:19Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,114
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-task-priority.ts"]
[Bug] [UI] Changed the background color of the task priority drop-down box to overwrite the font
### 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 ![image](https://user-images.githubusercontent.com/77315486/180468336-5a098309-6f26-48e7-a11a-f7bd05ca8147.png) The value is obscured by the dangling background color of the dropdown box ### What you expected to happen Clash of styles ### How to reproduce .n-base-select-option--pending::before{ background-color: rgba(0,0,0,0.1) !important; } .n-base-select-option--pending::before{ background-color: rgba(0,0,0,0.1) !important; } ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11114
https://github.com/apache/dolphinscheduler/pull/11294
8ded072f799376d9fadb669cb990edd2197d1062
348edb16f9be95ef8d1c8aa6193f616a1ee6c2fe
"2022-07-22T15:09:46Z"
java
"2022-08-05T09:45:07Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,112
["dolphinscheduler-ui/src/views/projects/workflow/instance/gantt/components/gantt-chart.tsx"]
[Bug-FE] [Gantt chart] The Gantt chart does not show the execution status of all components
### 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 The Gantt chart does not show the execution status of all components <img width="1901" alt="image" src="https://user-images.githubusercontent.com/76080484/180415039-b6329abb-50a5-472a-87f9-ab46ff9d3f95.png"> ### What you expected to happen Normal display of component execution status ### How to reproduce Execute workflow definition and view Gantt chart ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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)
https://github.com/apache/dolphinscheduler/issues/11112
https://github.com/apache/dolphinscheduler/pull/11135
764a24384fe8be566407d2816d2f965105b578d6
011040f90edd3afffd286a98cbef550c2c90d7d7
"2022-07-22T09:58:43Z"
java
"2022-07-25T07:53:57Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,108
["docs/configs/docsdev.js", "dolphinscheduler-python/pydolphinscheduler/docs/source/tasks/sagemaker.rst"]
[Doc][Pydolphinscheduler Task Sagemaker] fix py sagemaker doc
### 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 Relate to :https://github.com/apache/dolphinscheduler/pull/11002#discussion_r927248858 ### Documentation Links https://dolphinscheduler.apache.org/python/tasks/sagemaker.html ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11108
https://github.com/apache/dolphinscheduler/pull/11109
2f2de7f90e3cf8f77eb71558b86eab7fe87ed1a0
952aee80e78246dd6ea67ebbc6a7d3ade2ae2f62
"2022-07-22T07:19:49Z"
java
"2022-07-22T14:57:50Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,102
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-zeppelin.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/format-data.ts"]
[Bug] [Task Plugin] Parameter values disappear in UI when editing Zeppelin task
### 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 ![image](https://user-images.githubusercontent.com/34905992/180350164-816a3b1b-7813-4bab-85e0-cf6163b30162.png) * If you define a zeppelin task then edit it again later, values disappear in UI. ### What you expected to happen * The values of zeppelin task parameters such as `noteId`, `paragraphId` shouldn't disappear when editing if you have filled it previously. * There is probably a bug in the front-end but I couldn't find it, hope someone familiar with the front-end could help. ### How to reproduce * Create a zeppelin task, save it and edit it again. ### 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)
https://github.com/apache/dolphinscheduler/issues/11102
https://github.com/apache/dolphinscheduler/pull/11115
cd0c50f3f21202b8a8ab79a6eb2cf5066a56232e
2e81f3029832f5db76df47b07802fbf5b181e8e2
"2022-07-22T02:36:39Z"
java
"2022-07-28T07:03:26Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,101
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/service/MasterFailoverService.java"]
[Bug-BE] [Master Server] Master server reports an error
### 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 Error caused by a large number of complement execution <img width="1736" alt="image" src="https://user-images.githubusercontent.com/76080484/180342547-ed4923d9-b478-4290-86cc-ca570ba6ce22.png"> ### What you expected to happen The master service is running normally ### How to reproduce Error caused by a large number of complement execution ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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)
https://github.com/apache/dolphinscheduler/issues/11101
https://github.com/apache/dolphinscheduler/pull/11168
181cd2ff791822e5cb90a4e8897c80eea1c0ae56
6c7e00c4aa51172dd36d505885ebcd848eed4f3c
"2022-07-22T01:35:20Z"
java
"2022-07-27T11:21:21Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,094
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sql-type.ts"]
[Bug-FE] [SQL component] Incomplete display of SQL component fee query information in Chinese and English
### 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 Incomplete display of SQL component fee query information in Chinese and English <img width="1912" alt="image" src="https://user-images.githubusercontent.com/76080484/180175916-8dff7c97-9c6f-4c94-acd5-e11102a0ec67.png"> <img width="1816" alt="image" src="https://user-images.githubusercontent.com/76080484/180176707-38032626-de0b-40f1-9a1a-d64700c3dd95.png"> ### What you expected to happen SQL component fee query information is displayed completely in Chinese and English ### How to reproduce It will reappear when using SQL component non query function ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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)
https://github.com/apache/dolphinscheduler/issues/11094
https://github.com/apache/dolphinscheduler/pull/11096
cc088e0f54741c17359b33491a5eff2d2205d4cc
79cec274235a7d9915a87282f37468757a9abaff
"2022-07-21T09:10:19Z"
java
"2022-07-22T03:02:25Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,091
["dolphinscheduler-ui/src/locales/en_US/resource.ts", "dolphinscheduler-ui/src/locales/zh_CN/resource.ts", "dolphinscheduler-ui/src/views/resource/file/create/use-form.ts"]
[Bug-FE] [File Manage Module] Create file name input in file details for verification
### 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 Create file name input in file details for verification <img width="1917" alt="image" src="https://user-images.githubusercontent.com/76080484/180163496-da3f1906-1240-4094-be03-4d316492bdc1.png"> <img width="1913" alt="image" src="https://user-images.githubusercontent.com/76080484/180163639-7ee63475-89b6-4f71-b902-fcc46d97c30b.png"> ### What you expected to happen Check the input of the file name field to avoid duplicate suffixes ### How to reproduce Create file name input in file details for verification But it does not affect the normal execution of workflow shell tasks ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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)
https://github.com/apache/dolphinscheduler/issues/11091
https://github.com/apache/dolphinscheduler/pull/11136
4d9db3451ed7d038f5cf7815e61b669cdcf8164a
d76d6da7344b3a937c30b9c5e8c4ae5f9de72b3a
"2022-07-21T08:16:47Z"
java
"2022-07-26T03:25:33Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,087
["docs/configs/docsdev.js", "dolphinscheduler-bom/pom.xml", "dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-oracle/pom.xml"]
[Bug] [Data Source] Can not create oracle data source.
### 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 "Failed to load driver class oracle.jdbc.OracleDriver in either of HikariConfig class loader or Thread context classloader" is prompted when I build a oracle data source connection. I have already copyed ojdbc6.jar or ojdbc8.jar file to all libs directories,and restarted servers .The jdbc file worked well in version 1.x. (By the way ,there is no oracle datasource description in lastest DOC?) ### What you expected to happen create oracle data source properly ### How to reproduce Just create oracle data source. ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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)
https://github.com/apache/dolphinscheduler/issues/11087
https://github.com/apache/dolphinscheduler/pull/11095
c34fe4f9b3202efacdc74fda9685b1c202850b8b
5b429d29b88de4064cb2e87082047f8337da94a2
"2022-07-21T08:02:00Z"
java
"2022-07-22T01:49:20Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,083
["docs/docs/en/architecture/design.md", "docs/docs/en/guide/installation/cluster.md", "docs/docs/en/guide/installation/pseudo-cluster.md", "docs/docs/zh/about/glossary.md", "docs/docs/zh/architecture/design.md", "docs/docs/zh/guide/installation/cluster.md", "docs/docs/zh/guide/installation/pseudo-cluster.md", "docs/docs/zh/guide/project/workflow-definition.md"]
[Doc][Latest] Improvement bugs in lastest user-doc
### 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 Improvement bugs in lastest user-doc ### Documentation Links Improvement bugs in lastest user-doc ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11083
https://github.com/apache/dolphinscheduler/pull/11084
cdfe115247c9cfba2c263fc743be50cf9e768b93
8b50578bdb205ed15a43057d4da62bd372ff3fc6
"2022-07-21T06:54:20Z"
java
"2022-07-26T10:08:19Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,075
["dolphinscheduler-ui/src/views/projects/workflow/definition/components/use-table.ts", "dolphinscheduler-ui/src/views/projects/workflow/definition/index.module.scss", "dolphinscheduler-ui/src/views/projects/workflow/definition/timing/use-table.ts", "dolphinscheduler-ui/src/views/projects/workflow/definition/use-table.ts"]
[Bug-FE] [Workflow Definition] Operation list display questions
### 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 The 27 inch display cannot display the complete operation <img width="1912" alt="image" src="https://user-images.githubusercontent.com/76080484/180121258-6243a307-f49c-4d73-a4a8-3495a8d0dea2.png"> ### What you expected to happen Operation list display interval reduced ### How to reproduce Program start ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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)
https://github.com/apache/dolphinscheduler/issues/11075
https://github.com/apache/dolphinscheduler/pull/11090
7227acd653b26e69c439478c62c9764ec536c989
de6e58ec1b9ffc6ea4081288f58ec4c4d26d998a
"2022-07-21T03:09:28Z"
java
"2022-07-22T03:52:41Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,072
["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/HttpUtils.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/KerberosHttpClient.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/LocalServerHttpUtilsTest.java"]
[Improvement][Common] DS can not request Https url with Kerberos authentication
### 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 In some production environments, kerberos authentication is enabled for security purposes and HTTP ports are disabled while HTTPS ports are reserved , In this environment, DS cannot obtain information such as the start and stop of the application job on YARN ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11072
https://github.com/apache/dolphinscheduler/pull/11127
7ed1e7cd742f0e62f41329467e91e7bf1c20cfa1
6f0a609793f6a157711dd8a5710107b9070788ed
"2022-07-20T12:16:19Z"
java
"2022-07-25T15:21:42Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,067
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/QueueController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/QueueService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/QueueServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/QueueServiceTest.java"]
[Feature][Api] Refactor org.apache.dolphinscheduler.api.controller.QueueController
[[DSIP-7] [API] Suggest refactor the backend api](https://github.com/apache/dolphinscheduler/issues/10257#) #10257 ### 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 Refactor org.apache.dolphinscheduler.api.controller.QueueController ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11067
https://github.com/apache/dolphinscheduler/pull/11154
877441519711c729951ba811f91cdb088d4f1e96
a50f110d3e541a5b832825facea628cddec01e9e
"2022-07-20T05:55:38Z"
java
"2022-08-10T03:34:37Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,037
["dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-toolbar.tsx"]
[Bug] [UI] View variable display problems
### 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 View variable display incomplete ### What you expected to happen Reduce the width of the display ### How to reproduce Setting multiple variables ### Anything else ![image](https://user-images.githubusercontent.com/16248686/179665064-9abda63d-30a4-4446-a4ce-a639223475d0.png) ### Version 3.0.0-beta-2 ### 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)
https://github.com/apache/dolphinscheduler/issues/11037
https://github.com/apache/dolphinscheduler/pull/11100
79cec274235a7d9915a87282f37468757a9abaff
7227acd653b26e69c439478c62c9764ec536c989
"2022-07-19T04:36:03Z"
java
"2022-07-22T03:52:25Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,034
["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/expand/CuringGlobalParams.java"]
[Bug] [Task Plugin] Unable to pass parameters
### 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 workflow: <img width="742" alt="image" src="https://user-images.githubusercontent.com/31528124/179495220-3fb6f976-7ae8-4abb-b204-9ef4ebc76acf.png"> out task <img width="500" alt="image" src="https://user-images.githubusercontent.com/31528124/179495280-8c853bbd-4133-477d-a8c4-26d97563c7f1.png"> in task <img width="492" alt="image" src="https://user-images.githubusercontent.com/31528124/179495331-7bfbd58d-6389-49df-b122-1568917d91a3.png"> Below is the run log out task <img width="343" alt="image" src="https://user-images.githubusercontent.com/31528124/179495439-d1cbddbc-feb4-410c-8810-25f42e308bc4.png"> in task <img width="249" alt="image" src="https://user-images.githubusercontent.com/31528124/179495492-6e9d5127-bfac-46a3-a24e-c835dfc02784.png"> ### What you expected to happen the message of in task instance should be ```shell in1 137 /home/lucky/.bashrc in2 123 in3 ``` ### How to reproduce As shown above ### Anything else Doc : https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/parameter/local.html ### 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)
https://github.com/apache/dolphinscheduler/issues/11034
https://github.com/apache/dolphinscheduler/pull/11053
878cbbc1590de3973b5734bdbe107e252ef14314
65d2b8f14e420ef35cc33c6e02cf3c622f969f0b
"2022-07-18T10:47:13Z"
java
"2022-07-20T02:14:51Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,031
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/AccessTokenServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/AccessTokenServiceTest.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/AccessTokenMapper.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/AccessTokenMapper.xml", "dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/mapper/AccessTokenMapperTest.java"]
[Feature][AccessToken] AccessToken can only be used by the creator.
### 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 AccessToken can only be used by the creator. ### Use case use access token request. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11031
https://github.com/apache/dolphinscheduler/pull/11032
1a08f3970d2cf85e8d10d66139fed70eb787fb3a
fd59f0bb326899f7298a33b01e271070ceba112c
"2022-07-18T10:19:54Z"
java
"2022-07-20T08:32:03Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,026
["dolphinscheduler-task-plugin/dolphinscheduler-task-seatunnel/src/main/java/org/apache/dolphinscheduler/plugin/task/seatunnel/SeatunnelTask.java"]
[Improvement][Task] Improve seatunnel task command log
### 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 Improve seatunnel task command log ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11026
https://github.com/apache/dolphinscheduler/pull/11027
2f0d907bcb2ab7f78cbc0bddf4f894041623c26b
35f32cd16eb7d89a900863755506858e84c699dd
"2022-07-18T07:48:39Z"
java
"2022-07-20T03:06:10Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,013
["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/HadoopUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/CommonUtilsTest.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/HadoopUtilsTest.java"]
[Improvement][Common] YarnHAAdminUtils#getActiveRMName function can not supported HTTPS Hadoop environment
### 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 HTTP requests are hard-coded in this place, and HTTPS Hadoop environment cannot be supported ![image](https://user-images.githubusercontent.com/27595289/179392569-6b1f58f7-714b-4e8b-bae7-5665bd9bf5d8.png) ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11013
https://github.com/apache/dolphinscheduler/pull/11017
ccb76414686bf70d3ada7ad2d35fdc21c7b6f659
f13e7a95ae0c396e943ed048eacda54f9c7d68a1
"2022-07-17T09:40:57Z"
java
"2022-07-25T03:07:40Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,007
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskInstanceServiceImpl.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java"]
[Bug] [Master] Recovery failed and stuck after successful enforcement of failed tasks in sub workflow
### 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 Recovery failed and stuck after successful enforcement of failed tasks in sub workflow ### What you expected to happen Sub workflow succeeded ### How to reproduce 1. AA workflow have three tasks A, B and C. A and B run successfully, while C fails 2. AA is a sub workflow of BB 3. Run BB. 4. Forced successfully C task 5. Execute on BB recovery Failed ### Anything else _No response_ ### Version 2.0.5 ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11007
https://github.com/apache/dolphinscheduler/pull/11088
bfff3a7c5d58429dd14cb81f91931687b236a069
e5cca0e79bfe16d07e931bcc68c279643ad45fab
"2022-07-16T09:21:52Z"
java
"2022-07-30T15:28:31Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
11,003
["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java"]
[BUG-BE][TaskGroupOption] Task group queue is not updated to final state
### 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 Task group queue is not updated to final state <img width="1467" alt="image" src="https://user-images.githubusercontent.com/42627702/179254290-b979ab6b-eb80-4fc2-9a1c-3a42e60db60c.png"> ### What you expected to happen Task group queue is updated to final state ### How to reproduce 1. create workflow 2. bind task queue (queue size is 1) 3. start the workflow three times 4. Force a workflow to start second time ### Anything else ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/11003
https://github.com/apache/dolphinscheduler/pull/11004
a5b3144e53ebea8e89b8c4070330f1eaa7933d0e
d7df89990965155e7695da402dcf322ec276355a
"2022-07-15T15:24:32Z"
java
"2022-07-19T09:48:16Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,986
["dolphinscheduler-task-plugin/dolphinscheduler-task-mlflow/src/main/java/org/apache/dolphinscheduler/plugin/task/mlflow/MlflowConstants.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-mlflow/src/main/java/org/apache/dolphinscheduler/plugin/task/mlflow/MlflowTask.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-mlflow/src/test/java/org/apache/dolphinler/plugin/task/mlflow/MlflowTaskTest.java"]
[Bug] [MLflow Task plugin] Sometimes errors are reported using preset algorithms
### 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 Sometimes errors are reported using preset algorithms ``` File "/home/lucky/anaconda3/bin/mlflow", line 8, in <module> sys.exit(cli()) File "/home/lucky/anaconda3/lib/python3.9/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/home/lucky/anaconda3/lib/python3.9/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/home/lucky/anaconda3/lib/python3.9/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/lucky/anaconda3/lib/python3.9/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/home/lucky/anaconda3/lib/python3.9/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/cli.py", line 168, in run projects.run( File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/projects/__init__.py", line 293, in run submitted_run_obj = _run( File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/projects/__init__.py", line 92, in _run submitted_run = backend.run( File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/projects/backend/local.py", line 45, in run work_dir = fetch_and_validate_project(project_uri, version, entry_point, params) File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/projects/utils.py", line 130, in fetch_and_validate_project work_dir = _fetch_project(uri=uri, version=version) File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/projects/utils.py", line 164, in _fetch_project _fetch_git_repo(parsed_uri, version, dst_dir) File "/home/lucky/anaconda3/lib/python3.9/site-packages/mlflow/projects/utils.py", line 191, in _fetch_git_repo origin.fetch(depth=GIT_FETCH_DEPTH) File "/home/lucky/anaconda3/lib/python3.9/site-packages/git/remote.py", line 886, in fetch res = self._get_fetch_info_from_stderr(proc, progress, File "/home/lucky/anaconda3/lib/python3.9/site-packages/git/remote.py", line 750, in _get_fetch_info_from_stderr proc.wait(stderr=stderr_text) File "/home/lucky/anaconda3/lib/python3.9/site-packages/git/cmd.py", line 502, in wait raise GitCommandError(remove_password_if_present(self.args), status, errstr) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git fetch -v --depth=1 origin stderr: 'fatal: unable to access 'https://github.com/apache/dolphinscheduler-mlflow/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.' ``` ### What you expected to happen This might solve the problem ```shell apt-get install gnutls-bin git config --global http.sslVerify false git config --global http.postBuffer 1048576000 ``` ### How to reproduce Run MLflow Projects (BasicAlgorithm or AutoML) ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10986
https://github.com/apache/dolphinscheduler/pull/10987
fd5fb85858502bc1261669311171b696a806d687
11a354927d42f0a944d51cde10114849cce88c74
"2022-07-15T03:33:04Z"
java
"2022-07-15T07:38:13Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,976
["dolphinscheduler-alert/dolphinscheduler-alert-server/pom.xml", "dolphinscheduler-alert/dolphinscheduler-alert-server/src/test/java/org/apache/dolphinscheduler/alert/AlertServerTest.java", "dolphinscheduler-api/pom.xml", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/TaskInstanceControllerTest.java", "pom.xml"]
[Improvement][UT] Upgrade junit to 5.+
### 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 Right now, we still use junit 4.+ in our repo, I hope we can upgrade to [Junit 5.+](https://junit.org/junit5/docs/current/user-guide/#writing-tests), then we can easy to write the UT, JUnit 5 provide some useful feature, e.g. `assertThrow`, `assertTimeout `... ### Are you willing to submit a 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)
https://github.com/apache/dolphinscheduler/issues/10976
https://github.com/apache/dolphinscheduler/pull/11332
7d80ea34ac0dd60dcae3e7f37c7ce659b56cdce9
b52da64001da3a4458510228d267e6c4abd84252
"2022-07-14T10:29:29Z"
java
"2022-09-21T02:15:21Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,961
["dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/main/java/org/apache/dolphinscheduler/plugin/alert/email/template/DefaultHTMLTemplate.java", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/src/test/java/org/apache/dolphinscheduler/plugin/alert/email/template/DefaultHTMLTemplateTest.java"]
[Bug] [alert service] email alert failed
### 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 The alert service is running. ![企业微信截图_16577684619245](https://user-images.githubusercontent.com/109258081/178890328-be13c1d4-8830-4407-97bc-6f6471491abc.png) When running a work flow, see the alert-server log. ![企业微信截图_16577684067877](https://user-images.githubusercontent.com/109258081/178890481-f985564c-e606-4a5f-ac68-1986a1508af4.png) ### What you expected to happen I have installed CDH 6.3.2.Enviroment is healthy. ### How to reproduce Restart dolphinscheduler, run a new work flow to check this problem. ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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)
https://github.com/apache/dolphinscheduler/issues/10961
https://github.com/apache/dolphinscheduler/pull/11033
47b50067ef26b599a7a1a47594c0c393fddcdfd0
abd57987552b77cc783cad6894ceeda898cccb6c
"2022-07-14T03:16:38Z"
java
"2022-08-12T01:57:27Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,954
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskGroupServiceImpl.java"]
[Bug] [TaskGroupOption] Querying the task group list returns empty data
### 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 Querying the task group list returns empty data ### What you expected to happen Querying the task group list returns data ### How to reproduce see task group option ### Anything else <img width="1854" alt="image" src="https://user-images.githubusercontent.com/42627702/178781218-f0e33e68-491e-46ad-945d-bbc565a0bb9a.png"> ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10954
https://github.com/apache/dolphinscheduler/pull/10955
c2dfda80f606b4fa333588cb91749e11c5d6c327
ed7ec8ac1048aecb12c5e59ba0ceeefef2c57c34
"2022-07-13T16:14:22Z"
java
"2022-07-14T03:16:28Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,949
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/java_gateway.py"]
[Feature][python] Should vaildate version in both python api and java gateway equal or not
### 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 Some users use a different version of python gateway service and pydolphinscheduler, and it will cause errors. we should better check the version of them before submit the actual code ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a 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)
https://github.com/apache/dolphinscheduler/issues/10949
https://github.com/apache/dolphinscheduler/pull/11626
6466cc7c41bc32596499b023ed483387cb32d02a
7ed52c3ecb6b4165256b244cd595e502007b2923
"2022-07-13T13:28:38Z"
java
"2022-09-27T13:28:20Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,942
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-dependent.ts"]
[Improvement][UI][Dependent Task Plugin] The workflow or task name is too long and results in incomplete display
### 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 workflow or task name is too long and results in incomplete display ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10942
https://github.com/apache/dolphinscheduler/pull/10957
4893bef5a79fc022b74f8c273bd8079517726f35
db925f3216b8e6a53fc360c5e4c899620fcd4f45
"2022-07-13T09:42:44Z"
java
"2022-08-23T09:12:40Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,938
["dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/ShellCommandExecutor.java"]
[Question] [3.0.0-beta-2] /tmp/dolphinscheduler/exec/process.command: /bin/spark-submit: not found
### 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 hava deployed ds by docker-compose and mount the spark-client on localhost,when I submit a spark-task(the example task of sparkPi), the error below happends: [INFO] 2022-07-13 08:30:49.424 +0000 [taskAppId=TASK-20220713-6178360895936_1-48-48] TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.spark.SparkTask:[63] - -> /tmp/dolphinscheduler/exec/process/6169061703072/6178360895936_1/48/48/48_48.command: 4: /tmp/dolphinscheduler/exec/process/6169061703072/6178360895936_1/48/48/48_48.command: source: not found /tmp/dolphinscheduler/exec/process/6169061703072/6178360895936_1/48/48/48_48.command: 5: /tmp/dolphinscheduler/exec/process/6169061703072/6178360895936_1/48/48/48_48.command: /bin/spark-submit: not found ### What you expected to happen the task can run successfully ### How to reproduce 1、deployed dolphinscheduler by docker-compose 2、mount the directory /opt/soft on localhost ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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)
https://github.com/apache/dolphinscheduler/issues/10938
https://github.com/apache/dolphinscheduler/pull/11625
9813ded98144d37afbe0a8648c29df234685c106
511149f644224d34ef899321efc114104ef61763
"2022-07-13T09:16:24Z"
java
"2022-09-15T07:05:09Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,930
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-switch.ts"]
[Bug] [Project] The next node of the switch task should not be required.
### 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 The next node is required, and then I can't save a switch task. ### What you expected to happen The next node of the switch task should not be required. ### How to reproduce 1. create a switch task. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10930
https://github.com/apache/dolphinscheduler/pull/10932
b245e7c973a5282a1405097605a4afacac1b5eab
c2dfda80f606b4fa333588cb91749e11c5d6c327
"2022-07-13T08:09:24Z"
java
"2022-07-14T02:15:25Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,918
["dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/main/java/org/apache/dolphinscheduler/plugin/datasource/api/client/CommonDataSourceClient.java", "dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/main/java/org/apache/dolphinscheduler/plugin/datasource/api/plugin/DataSourceClientProvider.java", "dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-hive/src/main/java/org/apache/dolphinscheduler/plugin/datasource/hive/HiveDataSourceClient.java", "dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/datasource/DataSourceClient.java"]
[Bug] [DataSource] MySQL Connection number increasing
### 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 in dolphin worker-server, mysql connection number increasing always, which lead mysql server cannot work. ![image](https://user-images.githubusercontent.com/25889738/178624684-ca6fa8eb-73e5-4dde-b0f2-d45a73208ca5.png) while the mysql connection like below: ![image](https://user-images.githubusercontent.com/25889738/178625005-caf48f0d-b3d4-434f-8fca-3c4073a654ff.png) ### What you expected to happen mysql connection number keep in normal number, ### How to reproduce use MySQL DataSource to perform frequent operations, such as query and create table/delete table/update table. ### Anything else _No response_ ### Version 3.0.0-beta-2 ### 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)
https://github.com/apache/dolphinscheduler/issues/10918
https://github.com/apache/dolphinscheduler/pull/11120
952aee80e78246dd6ea67ebbc6a7d3ade2ae2f62
71cf7e1baa7b813ac381c37c0345e837d2c07557
"2022-07-13T00:49:08Z"
java
"2022-07-23T12:43:37Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,916
["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java"]
[BUG-BE][Complete Data] Under the serial strategy, the complement function is abnormal.
### 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 Under the serial strategy, the complement function is abnormal. ### What you expected to happen normal execution ### How to reproduce 1. create shell task (sleep 60s) 2. select serial wait strategy 3. run shell task 4. run parallel complement (Choose 3 dates, choose 3 for parallelism) ### Anything else No ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10916
https://github.com/apache/dolphinscheduler/pull/10917
2a67866718a74a6abc30fb615c0e16978511e3eb
2397423eb6893458cd13866dd16b2c2e92dda437
"2022-07-12T19:10:14Z"
java
"2022-07-13T03:23:47Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,914
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/vo/ScheduleVo.java"]
[Bug] [Api Server] cron manager create time not display
### 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 <img width="996" alt="image" src="https://user-images.githubusercontent.com/13765310/178515469-4ba65d23-daa5-4cc0-9e7f-4eece8fecc2c.png"> ### What you expected to happen display timing record start time ### How to reproduce check workflow cron manage ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10914
https://github.com/apache/dolphinscheduler/pull/10915
0db9bbd538b0a2301345e1f0cae3e3623039f1af
c9afc1a1f424704f480a631bb9ec25b8771cf01e
"2022-07-12T14:36:10Z"
java
"2022-07-13T01:53:48Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,909
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/AccessTokenServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/AccessTokenServiceTest.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/AccessTokenMapper.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/AccessTokenMapper.xml", "dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/mapper/AccessTokenMapperTest.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java"]
[Bug] Stop process instance state is incorrect.
### 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 Stop process instance state is incorrect. ### What you expected to happen process instance state is correct. ### How to reproduce Execute a process instance and stop it. ### Anything else No ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10909
https://github.com/apache/dolphinscheduler/pull/10922
2d7a48b0f059136e160f0a986265d02432701c66
9f34a837b8ff068dcc516cf68b140c1c2a3e3381
"2022-07-12T11:07:21Z"
java
"2022-07-13T12:45:52Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,902
["dolphinscheduler-task-plugin/dolphinscheduler-task-mlflow/src/main/java/org/apache/dolphinscheduler/plugin/task/mlflow/MlflowTask.java"]
[Bug] [MLflow plugin] The task running status is incorrect
### 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 The task running status is incorrect ### What you expected to happen After model correct training is complete, the state is set to fail ### How to reproduce Run MLflow project ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10902
https://github.com/apache/dolphinscheduler/pull/10897
59cd86157ff8d5ab25f0b200d6a30abd95a64c03
02b2de2a1e3198b96eb5b6a4c42411ec265e1731
"2022-07-12T09:41:30Z"
java
"2022-07-12T12:58:53Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,890
["dolphinscheduler-ui/src/views/resource/file/upload/index.tsx", "dolphinscheduler-ui/src/views/resource/udf/function/components/function-modal.tsx", "dolphinscheduler-ui/src/views/resource/udf/resource/components/folder-modal.tsx", "dolphinscheduler-ui/src/views/resource/udf/resource/components/upload-modal.tsx", "dolphinscheduler-ui/src/views/resource/udf/resource/components/use-form.ts", "dolphinscheduler-ui/src/views/resource/udf/resource/components/use-modal.ts"]
[Bug] [UI] some bugs in the `Resource` page
### 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 some bugs in the `Resource` page 1. click edit a `file` in `UDF Manage - Resource Manage`. modal Text error ![image](https://user-images.githubusercontent.com/16065427/178390953-12c7a2e3-849c-44fd-b29e-f19e17d92a00.png) 2. firstly upload one UDF file succeeded and reupload a file again. button loading default ![image](https://user-images.githubusercontent.com/16065427/178393566-c16b834e-39b3-4e5e-a5f1-3ee247384481.png) 3. UDF files need to limit to one. cause it only supports one upload at once ![image](https://user-images.githubusercontent.com/16065427/178394161-591e6722-3e6b-492f-9b8f-707d8e8dd87d.png) ### What you expected to happen make pages show as expected. ### How to reproduce First, go to the 'Resouce page - UDF Manage'. Second, try to edit a file. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10890
https://github.com/apache/dolphinscheduler/pull/10907
99a134febb84e559cca199d730de93861c781277
895dca3e9301c0495a609c3fac49799f39102217
"2022-07-12T02:41:49Z"
java
"2022-07-14T08:17:06Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,863
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/DataAnalysisServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/aspect/AccessLogAspectTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/DataAnalysisServiceTest.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/CommandMapper.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/CommandMapper.xml", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapper.xml", "dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/mapper/CommandMapperTest.java", "dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/mapper/ErrorCommandMapperTest.java"]
[BUG-BE][Statistics Module] The number of failed commands is incorrectly counted
### 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 The number of failed commands is incorrectly counted ### What you expected to happen display correctly ### How to reproduce The data in the database is inconsistent with the page data display. ### Anything else No ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10863
https://github.com/apache/dolphinscheduler/pull/10864
598290487c837478cd2afe630cb2f25521e9d5ee
3756a233d8a266899ebc75800d55ec4067a3f818
"2022-07-09T08:11:10Z"
java
"2022-07-10T09:17:35Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,861
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java", "dolphinscheduler-master/src/test/java/org/apache/dolphinscheduler/server/master/BlockingTaskTest.java"]
[BUG-BE][Complete Date] Complement numbers will run in a loop under the serial strategy
### 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 Complement numbers will run in a loop under the serial strategy ### What you expected to happen Complement numbers will run in a loop under the serial strategy ### How to reproduce After creating the workflow, select the complement mode and execute it. ### Anything else No ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10861
https://github.com/apache/dolphinscheduler/pull/10862
057a9f6b241bae28ea5ec6d8e1e082b64f6410f3
b5653ea7f2d4d14ba92c45e429c2191099450b0f
"2022-07-09T06:50:39Z"
java
"2022-07-09T08:41:51Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,849
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java"]
[Bug][Api] Complete Data workflow remove duplicates.
### 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 When complete data, the income date format is `2022-06-01 00:02:10, 2022-06-01 00:02:10, 2022-06-02 00:02:10`, and there are duplicate scheduling dates. ### What you expected to happen 1.When complementing, scheduling does not allow duplicates. ### How to reproduce 1.run workflow domplete data. 2.enter data format is `2022-06-01 00:02:10, 2022-06-01 00:02:10, 2022-06-02 00:02:10` ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10849
https://github.com/apache/dolphinscheduler/pull/10850
b5653ea7f2d4d14ba92c45e429c2191099450b0f
73f4846c49a95e5e84e3a6b1102c115e4a031c0a
"2022-07-08T09:42:24Z"
java
"2022-07-09T13:29:11Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,846
["docs/docs/en/guide/upgrade.md", "docs/docs/zh/guide/upgrade.md"]
[Doc][Upgrade] Tiny error in upgrade docs
### 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 - Got some feedback from users in DS Slack Channel, `SPRING_DATASOURCE_URL` example value in `upgrade` docs is not quoted, which misleads users. ![image](https://user-images.githubusercontent.com/34905992/177934823-fdf88f68-997f-4657-be9c-f1980fc3477f.png) ### Documentation Links https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/upgrade.html ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10846
https://github.com/apache/dolphinscheduler/pull/10847
3f69ec8f28c7206c153f5de8c7c0d1fa33d311f9
1387fb3ccf8da6299ad38a3e680a9788fe13490f
"2022-07-08T06:59:27Z"
java
"2022-07-09T06:53:05Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,845
["dolphinscheduler-ui/src/main.ts", "dolphinscheduler-ui/src/utils/trim.ts"]
[Feature][UI] All `NInput` components in the project add the ability to remove spaces before and after.
null
https://github.com/apache/dolphinscheduler/issues/10845
https://github.com/apache/dolphinscheduler/pull/10975
4ff8eaa996fab2593ca77df436727ec7a4d6e596
05308ccfe6ebbe25eae95e332e6928fa4ea50b37
"2022-07-08T05:12:27Z"
java
"2022-07-14T12:44:41Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,844
["dolphinscheduler-ui/src/views/projects/task/definition/components/version-modal.tsx", "dolphinscheduler-ui/src/views/projects/task/definition/components/version.module.scss"]
[Refactor][UI] Use the `NSpace` component to replace unnecessary layout styles.
null
https://github.com/apache/dolphinscheduler/issues/10844
https://github.com/apache/dolphinscheduler/pull/11495
68316f68fa9b90560846c3a12274edec2bf5d960
d798be0e737969a60ac67e16e818a79b3ac8bdeb
"2022-07-08T05:12:23Z"
java
"2022-08-16T05:52:36Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,837
["dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/src/main/java/org/apache/dolphinscheduler/plugin/task/sqoop/SqoopConstants.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/src/main/java/org/apache/dolphinscheduler/plugin/task/sqoop/generator/CommonGenerator.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/src/main/java/org/apache/dolphinscheduler/plugin/task/sqoop/parameter/SqoopParameters.java", "dolphinscheduler-ui/src/locales/en_US/project.ts", "dolphinscheduler-ui/src/locales/zh_CN/project.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sqoop.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/format-data.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/tasks/use-sqoop.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/types.ts"]
[Feature][Task Plugin] Sqoop Task Add --split-by Parameter
### 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 When sqoop param -m >1, we should set --split-by. ### Use case Set sqoop parameter --split-by ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10837
https://github.com/apache/dolphinscheduler/pull/10960
8004e97b4b3b1b1906b66854faf4b21a3cef70b1
cdfe115247c9cfba2c263fc743be50cf9e768b93
"2022-07-07T10:51:28Z"
java
"2022-07-26T09:41:13Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,833
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/SchedulerServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/SchedulerControllerTest.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/DateUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/DateUtilsTest.java"]
[Bug] [Quartz] timezone display doesn't match the next_fire_time in ds 3.0.0-beta1 version
### 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 When I set the quartz time with UTC timezone first time,the execute time and the next five execute time match right.But the task didn't execute at all.So I went to chekc the dolphinscheduler meta table in mysql.I found three tables which are qrzt_triggers and qrtz_cron_triggers and t_ds_schedules.I found the column NEXT_FIRE_TIME showed the time I had set in qrtz_triggers table.The NEXT_FIRE_TIME showed 1657202700000 which means 2022-07-07 22:05:00,Finally I found the bug.Beacuse the ui diplay didn't mean the real execute time. ![image](https://user-images.githubusercontent.com/21135052/177737948-cca6f985-faac-4663-875f-39e3fa26da81.png) ![image](https://user-images.githubusercontent.com/21135052/177738023-1c64de5b-8863-4291-b138-ee905c2ecf8e.png) ![image](https://user-images.githubusercontent.com/21135052/177737742-f1d791e8-f472-4fae-a8bf-e715b5db7a0f.png) ### What you expected to happen <img width="315" alt="84a91d1d39974b575945674f539e8de" src="https://user-images.githubusercontent.com/21135052/177745159-d205e4bc-6bcb-4600-8fc3-fa7d3c92c984.png"> ### How to reproduce ds 3.0.0-beta1 quartz set module ### Anything else _No response_ ### Version 3.0.0-beta-2 ### Are you willing to submit PR? - [x] 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)
https://github.com/apache/dolphinscheduler/issues/10833
https://github.com/apache/dolphinscheduler/pull/10865
73f4846c49a95e5e84e3a6b1102c115e4a031c0a
030fb89d6e44875d08ff34d3cd99ee475de13f42
"2022-07-07T09:17:29Z"
java
"2022-07-09T14:28:08Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,830
["docs/docs/en/guide/expansion-reduction.md", "docs/docs/en/guide/howto/datasource-setting.md", "docs/docs/en/guide/installation/pseudo-cluster.md", "docs/docs/en/guide/installation/standalone.md", "docs/docs/zh/guide/expansion-reduction.md", "docs/docs/zh/guide/howto/datasource-setting.md", "docs/docs/zh/guide/installation/pseudo-cluster.md", "docs/docs/zh/guide/installation/standalone.md"]
[Bug][Doc] Change the start or install script command sh in the document to bash
### 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 In Ubuntu 20.04, using sh to execute the startup and installation scripts under the bin directory reports an error, because Ubuntu uses dash instead of bash by default. In order to be compatible with different types of operating systems, can bash be used to replace sh. The following screenshot is a test of the Ubuntu system: ![image](https://user-images.githubusercontent.com/108530647/177721767-d1d5d864-24f1-4781-a88f-1237c810ef09.png) ### Documentation Links https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/guide/installation/standalone.html ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10830
https://github.com/apache/dolphinscheduler/pull/10831
0cf31232defac2a0cd423222d9a11b9c88fb79e4
057a9f6b241bae28ea5ec6d8e1e082b64f6410f3
"2022-07-07T07:55:32Z"
java
"2022-07-09T07:41:56Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,829
["dolphinscheduler-ui/src/components/result/index.tsx", "dolphinscheduler-ui/src/views/projects/workflow/relation/components/Graph.tsx", "dolphinscheduler-ui/src/views/projects/workflow/relation/index.tsx", "dolphinscheduler-ui/src/views/projects/workflow/relation/use-relation.ts"]
[Bug][UI] `Workflow Relation` not display well when 2 workflows really have relation.
### 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 ### about the problem I created 2 workflows A and B. B depending on A. The relation is not showed in `Workflow Relation` ![image](https://user-images.githubusercontent.com/16065427/177702622-49e78686-ce8e-4825-ac2e-f4d248f475a4.png) ### what Expected ![image](https://user-images.githubusercontent.com/16065427/177703175-6394ed08-c663-4750-a75f-e6fe73bb123a.png) ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10829
https://github.com/apache/dolphinscheduler/pull/10836
ae6aa53f963d2ea02ab435db1e5548da23e3f882
de3d9423d149087dffe0c321976deb443644fb9f
"2022-07-07T06:06:55Z"
java
"2022-07-08T05:19:13Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,822
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ResourcesService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/python/PythonGatewayTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ResourcesServiceTest.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/process_definition.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/resource.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_process_definition.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_resource_definition.py"]
[Improvement][Python] Python-gate supports creating or editing resources.
### 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 Our company now deploy and manage scripts automatically through Python-gate, but resource files need to be maintained manually.We find it inconvenient.So, I think Python-gate should supports creating or editing resources. ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10822
https://github.com/apache/dolphinscheduler/pull/10823
499e5b1307665928f2a17e878d091ac593adbfd8
59cd86157ff8d5ab25f0b200d6a30abd95a64c03
"2022-07-07T02:40:19Z"
java
"2022-07-12T12:44:59Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,820
["dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/parameters/AbstractParameters.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-spark/src/main/java/org/apache/dolphinscheduler/plugin/task/spark/SparkTask.java", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-spark.ts"]
[Bug] [plugin] spark sql causes npe when parameters are used, and parameters never work.
### 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 <img width="568" alt="image" src="https://user-images.githubusercontent.com/37766284/177677218-e22b022e-8938-432d-83ca-ca0e1c4e24b3.png"> ![image](https://user-images.githubusercontent.com/37766284/177677444-b85c3be4-5e77-46cc-af4b-d20181837316.png) CustomParams is missing type and direct. when you use param,the master will npe because property.getDirect() is null. ![image](https://user-images.githubusercontent.com/37766284/177677535-7e69d6af-cec8-4ec4-aed9-385b5f3510f5.png) But even if you fix the above problem, custom parameters still won't work because parameters are not replaced. ### What you expected to happen spark sql can use custom params. ### How to reproduce create a spark task, choose sql and add custom param. ### Anything else none. ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10820
https://github.com/apache/dolphinscheduler/pull/10821
2397423eb6893458cd13866dd16b2c2e92dda437
427c58546c93869e0bee7fb853319083c35c8bc4
"2022-07-07T02:25:03Z"
java
"2022-07-13T03:44:13Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,815
["dolphinscheduler-task-plugin/dolphinscheduler-task-datax/src/main/java/org/apache/dolphinscheduler/plugin/task/datax/DataxTask.java", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-datax.ts"]
[Feature][Datax Task] Suggest support input parameters in datax task
### 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 datax support parameters, but datax task not support parameters now, suggest support it. ![image](https://user-images.githubusercontent.com/13765310/178748357-994ef826-e042-491c-b9ac-263c1b0149f0.png) ### Use case ```shell bin/datax.py xxx.json -p "-Dp1=1 -Dp2=2" ``` ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10815
https://github.com/apache/dolphinscheduler/pull/10950
a38fa34d43b2c39cda955bd8d73b1148b6decdd6
7196b125d9a6612f2f175c2190d7758a09d7e0b9
"2022-07-06T12:24:24Z"
java
"2022-07-15T01:27:23Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,806
["dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql", "dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql", "dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/3.0.0_schema/mysql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/3.0.0_schema/postgresql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/mapper/UdfFuncMapperTest.java"]
[Improvement] Project, Queue, UDF, Tenant module database tables are missing unique indexes.
### 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 Project, Queue, UDF, Tenant module database tables are missing unique indexes. ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10806
https://github.com/apache/dolphinscheduler/pull/10807
5083e0be6a12e85f000d12c05dcdf0021f42c741
b8a90d801e2c38c59dd2d250ff5c8a5505cceeed
"2022-07-06T07:53:23Z"
java
"2022-07-07T06:35:50Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,795
["dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/src/main/java/org/apache/dolphinscheduler/plugin/task/sqoop/SqoopColumnType.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/src/main/java/org/apache/dolphinscheduler/plugin/task/sqoop/generator/sources/MySQLSourceGenerator.java"]
[Bug] [plugin] sqoop task query columns config bug
### 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 when I submited a sqoop task which use `All Columns` of the column type, but the sqoop task had the different columns. Because I used to write those columns into the input box of `Some Columns`, I forgot to clear that. Front-end transmits data to the back-end. Maybe front-end also need to fix it. ![image](https://user-images.githubusercontent.com/42668765/177288766-91f85372-5493-4a89-b052-de49442df292.png) ![image](https://user-images.githubusercontent.com/42668765/177288822-550fe140-9ae7-4274-8392-886efb94f583.png) ### What you expected to happen When I choose the `All Columns`, sqoop task use the all columns from the table which I choosed. When I choose the `Some Columns`, sqoop task use the columns from what I customized. ### How to reproduce I will submit a pr. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10795
https://github.com/apache/dolphinscheduler/pull/10776
4aab0b234f8d5e93a727181a16411441ebfed123
512f4c70219a12c66be801b5bf199911555c8ea9
"2022-07-05T08:50:57Z"
java
"2023-07-26T02:42:29Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,784
["dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertConfig.java", "dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertSenderService.java", "dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml", "dolphinscheduler-alert/dolphinscheduler-alert-server/src/test/java/org/apache/dolphinscheduler/alert/runner/AlertSenderServiceTest.java", "dolphinscheduler-standalone-server/src/main/resources/application.yaml"]
[Bug] [ALERT-SERVER] FEISHU Plugin might block the whole alert process loop
### 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 FEISHU Plugin has no timeout, if the feishu alert block , it will block the whole alert process and lock the loop ### What you expected to happen Feishu alert should have timeout trategy if the server cannot alert the feishu robot. ### How to reproduce Make the server no communicate with the Feishu robot, and select Feishu alert instance to alert. The feishu alert process will block. ### 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)
https://github.com/apache/dolphinscheduler/issues/10784
https://github.com/apache/dolphinscheduler/pull/10888
427c58546c93869e0bee7fb853319083c35c8bc4
7a15877fa412078a6d46b36ff07388ea491e95bb
"2022-07-05T03:45:51Z"
java
"2022-07-13T06:27:44Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,760
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/DataSourceServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProjectServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/UsersServiceImpl.java"]
[Feature][dolphinscheduler-api] Some variables are redundant
### 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 Subclasses that inherit BaseServiceImpl and have the resourcePermissionCheckService attribute should remove this attribute in the subclass. Because this attribute already exists in the BaseServiceImpl class (eg:DataSourceServiceImpl ,ProjectServiceImpl) ### Use case remove the resourcePermissionCheckService attribute ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10760
https://github.com/apache/dolphinscheduler/pull/11213
163df5f1a3acccea6f6cd68e2921a892b6dc8935
cb001b581aa7649f6bde5b15cbc022ba8b989874
"2022-07-04T05:53:40Z"
java
"2022-08-01T01:24:02Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,750
["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java"]
[Feature][Master] Failover workflow instance in priority
### 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 When failing over a workflow instance, it should be based on the priority of the instance ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10750
https://github.com/apache/dolphinscheduler/pull/10754
35a10d092f566c07137da5fb67b21cee644cdc8f
182b9c9b26acf9e375a1b6fd1813c5d9bfd16104
"2022-07-03T17:06:03Z"
java
"2022-07-04T15:35:24Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,740
["dolphinscheduler-task-plugin/dolphinscheduler-task-mlflow/pom.xml", "dolphinscheduler-task-plugin/dolphinscheduler-task-mlflow/src/main/java/org/apache/dolphinscheduler/plugin/task/mlflow/MlflowConstants.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-mlflow/src/main/java/org/apache/dolphinscheduler/plugin/task/mlflow/MlflowParameters.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-mlflow/src/main/java/org/apache/dolphinscheduler/plugin/task/mlflow/MlflowTask.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-mlflow/src/test/java/org/apache/dolphinler/plugin/task/mlflow/MlflowTaskTest.java"]
[Optimization]Optimize some details of MLFlow task plugin
### 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 - [x] Add a health check for deploying the model with docker - [x] Change to health Check implemented in Java instead of shell command - [x] Modify the test case to improve reading ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10740
https://github.com/apache/dolphinscheduler/pull/10739
5b0347e8daa997da7d0214c81b385828bcb1de0c
7d79a2165ee5f0bf1aa7c949c852da179d6c0cc9
"2022-07-02T13:42:23Z"
java
"2022-07-05T03:05:20Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,730
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-environment-name.ts", "dolphinscheduler-ui/src/views/projects/workflow/components/dag/use-task-edit.ts"]
[Bug] [UI] Workflow Definition. default `environment name` showed wrong when changing `worker group`
### 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 in the workflow definition. the default `environment name` showed wrong when changing `worker group` ![wrong-env](https://user-images.githubusercontent.com/16065427/176857044-3bba1141-37be-4eb2-9e0a-8e9ab2a99a3e.jpg) ### What you expected to happen default `worker group` correctly changed when `environment name` changed ![expect](https://user-images.githubusercontent.com/16065427/176857532-29265b6a-a0a5-44da-8746-1c3181372f24.png) ### How to reproduce 1. drag a node in the workflow definition 2. change worker group ### Anything else it happened when 2 worker groups have the same length environment options. ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10730
https://github.com/apache/dolphinscheduler/pull/10797
91b59dee541268109ea7bc22caebc68848903be0
a1aff5156e53c7659c4a57fe9b21057433cc48ef
"2022-07-01T08:38:12Z"
java
"2022-07-05T13:24:51Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,729
["dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/DataSourceControllerTest.java"]
[Bug] The request's url given by the test case looks different from the controller layer
### 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 ![image](https://user-images.githubusercontent.com/33984497/176857042-61d7a1fd-f81a-4858-8ccf-a1e40c7ff733.png) ![image](https://user-images.githubusercontent.com/33984497/176857243-eef2f144-53e6-4d79-8696-6a78e61e1615.png) ### What you expected to happen The request's url given by the test case which become right ### How to reproduce ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [x] 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)
https://github.com/apache/dolphinscheduler/issues/10729
https://github.com/apache/dolphinscheduler/pull/10734
f689220290a13d5ce3b451e65a475c0444e7a047
1a08f3970d2cf85e8d10d66139fed70eb787fb3a
"2022-07-01T08:33:55Z"
java
"2022-07-20T07:42:45Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,719
["dolphinscheduler-ui/src/views/projects/overview/index.tsx"]
[Bug] [UI] Project Overview page display No Data when I refresh page
### 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 <img width="1919" alt="image" src="https://user-images.githubusercontent.com/8847400/176806858-5219b22c-4801-4fe3-8004-e76cbb4b8b95.png"> ### What you expected to happen <img width="1919" alt="image" src="https://user-images.githubusercontent.com/8847400/176807275-e0d82203-8c6e-4d2c-90d6-46f38edc291c.png"> ### How to reproduce - switch language to English - Click `Project` menu and into `Project Overview` page - Refresh current page ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10719
https://github.com/apache/dolphinscheduler/pull/10720
4a3c3e779781b432e43cc96ab6a729c060e084d7
48d0e7f3899bbf5193af953cb636e2cefb73a3c3
"2022-07-01T01:55:28Z"
java
"2022-07-01T05:59:06Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,696
["dolphinscheduler-ui/src/views/home/index.tsx"]
[Bug] [UI] Home page display No Data when I refresh page
### 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 Home page display No Data when I refresh page. <img width="1908" alt="image" src="https://user-images.githubusercontent.com/8847400/176628622-4e24a12d-20f7-473a-959c-12f8a1bb1e1e.png"> ### What you expected to happen <img width="1910" alt="image" src="https://user-images.githubusercontent.com/8847400/176628711-9efeff84-e902-45e3-8158-83fc6c7a8b20.png"> ### How to reproduce - switch language to English - Click Home menu - Refresh current page ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10696
https://github.com/apache/dolphinscheduler/pull/10697
c2f1886306e01089ede0c0ac694c07f732ab7fc0
77fea1446133447c52ea0bebdbef25246e0d0915
"2022-06-30T08:21:24Z"
java
"2022-06-30T10:32:32Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,671
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"]
[Enhancement][API] Suggest support batch copy workflow with scheduler
### 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 Should the batch copy workflow support copy scheduler of workflow ### Use case The workflow and the scheduler of the workflow should be copied together so that the copied workflow does not have to reconfigure the scheduler ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10671
https://github.com/apache/dolphinscheduler/pull/10677
de5c22b27654e3f3fd48ea3be97ce994be52a94d
cc2f17ddcc3649bf9f1222e01c00e95053d376ad
"2022-06-29T12:25:05Z"
java
"2022-07-27T05:45:45Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,666
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/exception/MasterException.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/metrics/ProcessInstanceMetrics.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterSchedulerService.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/StateWheelExecuteThread.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowSubmitStatue.java", "dolphinscheduler-master/src/test/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnableTest.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"]
[Bug] [Master] Workflow submit failed will still in memory and never retry
### 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 When we execute a workflow, if the workflow submit failed in MasterServer, the WorkflowRunnable will always stay in memory, and it will not retry. This is caused we didn't judge the submit status. ### What you expected to happen When workflow submit failed, it will retry. ### How to reproduce Submit the workflow, and restart the mysql. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10666
https://github.com/apache/dolphinscheduler/pull/10667
f8650b7b7c0a14f33a536418a4ef23092c941bb6
35a10d092f566c07137da5fb67b21cee644cdc8f
"2022-06-29T09:17:05Z"
java
"2022-07-04T14:08:15Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,665
["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/S3Utils.java"]
[Bug] [Worker] Tasks with S3 resource files failed incorrectly
### 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 The following error is thrown while executing a task, Failed to download S3(MINIO) resource causing task failed ![image](https://user-images.githubusercontent.com/39169452/176363954-4f4265d2-7d52-48ac-b35f-6c934c98041a.png) ![image](https://user-images.githubusercontent.com/39169452/176349495-b4e80c1b-ef60-4023-93dc-147236ea8083.png) ### What you expected to happen 1.The error is because the folder in the resource path is not created 2.The ambiguity of the error log makes it possible to interpret the file as a file on S3, but it is actually the destination file ### How to reproduce Set the resource type to S3 and select a file on S3 in the shell script task ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [x] 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)
https://github.com/apache/dolphinscheduler/issues/10665
https://github.com/apache/dolphinscheduler/pull/10675
6c7e00c4aa51172dd36d505885ebcd848eed4f3c
efd68f480548839fe6c21dcdf3836afa42bc9029
"2022-06-29T04:24:01Z"
java
"2022-07-27T13:25:13Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,655
["dolphinscheduler-task-plugin/dolphinscheduler-task-datax/src/main/java/org/apache/dolphinscheduler/plugin/task/datax/DataxTask.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-sql/src/main/java/org/apache/dolphinscheduler/plugin/task/sql/SqlTask.java"]
[Bug] [Task] SQL task and Datax Task no exception stack trace in task log
### 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 when SQL task or Datax task execution failed, only print exception message, no stack trace, which is not convenient to troubleshoot the cause of the problem <img width="774" alt="image" src="https://user-images.githubusercontent.com/13765310/176186667-04b65ed0-9e08-4296-82f3-f8b056ed19eb.png"> ### What you expected to happen print exception stack trace to task log after task execution failed. <img width="824" alt="image" src="https://user-images.githubusercontent.com/13765310/176186974-74d10d4d-3a3e-4fec-9586-a2c6266daf4e.png"> ### How to reproduce execute a sql with a column not exist ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10655
https://github.com/apache/dolphinscheduler/pull/10656
e0b0f986f72e3fe4f7b5dea5a80c0366131ba0cd
7e7df1d8ffa2955a430b4458c11931bce007427c
"2022-06-28T13:14:01Z"
java
"2022-06-29T01:57:05Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,652
["deploy/docker/docker-compose.yml", "deploy/docker/docker-stack.yml", "deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml", "deploy/kubernetes/dolphinscheduler/templates/svc-dolphinscheduler-api.yaml"]
[Bug] [api] docker compose does not expose port 25333
### 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 docker compose does not expose port 25333 so that the python api cannot be called ### What you expected to happen python api be called ### How to reproduce use docker compose ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10652
https://github.com/apache/dolphinscheduler/pull/10653
a90e5746fc3d6103c00ad39715f58ed54eb1700f
5855274b2634b33f7de3862694d36f3df94dd965
"2022-06-28T09:17:23Z"
java
"2022-06-30T07:43:19Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,648
["docs/docs/en/guide/task/jupyter.md", "docs/docs/zh/guide/task/jupyter.md", "dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/utils/DateUtils.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-jupyter/src/main/java/org/apache/dolphinscheduler/plugin/task/jupyter/JupyterConstants.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-jupyter/src/main/java/org/apache/dolphinscheduler/plugin/task/jupyter/JupyterTask.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-jupyter/src/test/java/org/apache/dolphinscheduler/plugin/task/jupyter/JupyterTaskTest.java"]
[Feature][Task Plugin] Enable users to create python env from requirements.txt
### 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 * We have already provided users with ability to create / switch python envs by names or packed conda envs. The last approach we could offer is to create envs from `requirements.txt` as discussed in comment: https://github.com/apache/dolphinscheduler/issues/10302#issuecomment-1149527875 ### Use case * See #10302 ### Related issues related: #10302 ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10648
https://github.com/apache/dolphinscheduler/pull/10658
426567348ec3dee46171c2cee4b44dd01c0a97a3
71f016851093c18376e3bb301bf6e41dee215706
"2022-06-28T03:09:51Z"
java
"2022-07-06T07:56:39Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,632
["dolphinscheduler-ui/src/views/projects/workflow/definition/index.module.scss"]
[Bug] [ui] The workflow name witch underline cannot be displayed correctly in the list of workflow definitions page.
### 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 In Project-Workflow-Workflow definitions page, workflow name with underline cannot be displayed correctly. For example: test_1 will show as test 1. ![image](https://user-images.githubusercontent.com/3146890/175899183-ea2ed334-2d18-4143-9571-bc0efa7ed55d.png) ### What you expected to happen Workflow name can be displayed correctly. ### How to reproduce Create a workflow name with an underscore. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10632
https://github.com/apache/dolphinscheduler/pull/10636
bbc1e052ab3ce8933b0f1f5f703674e34c0661b1
d021da4dfbc79a35c81a43cc91c25bcbeb498f1a
"2022-06-27T08:13:22Z"
java
"2022-06-28T03:04:18Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,626
["dolphinscheduler-registry/dolphinscheduler-registry-api/src/main/java/org/apache/dolphinscheduler/registry/api/Registry.java", "dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-mysql/src/main/java/org/apache/dolphinscheduler/plugin/registry/mysql/MysqlRegistry.java", "dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/src/main/java/org/apache/dolphinscheduler/plugin/registry/zookeeper/ZookeeperRegistry.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/registry/RegistryClient.java"]
[Improvment][Registry] getSessionTime() that has not been used in the project in the Registry
### 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 There is a function getSessionTime() that has not been used in the project in the Registry interface . And now,there are two class(MySqlRegistry and ZookeeperRegistry) that implement this interface. In the ZookeeperRegistry, just returns the value from the config file. ![image](https://user-images.githubusercontent.com/52238329/175850683-24075aed-14fc-4964-a59a-86fd6e6b67ec.png) And in the MySqlRegistry,throw new UnsupportedOperationException. ![image](https://user-images.githubusercontent.com/52238329/175850663-b28c7ca0-18db-4ea1-84c7-91b855ebd938.png) ### Use case I think this function can be deleted ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10626
https://github.com/apache/dolphinscheduler/pull/10633
7e7df1d8ffa2955a430b4458c11931bce007427c
75581b7543cfb2560090d349f9879a3d6fda142c
"2022-06-27T03:03:17Z"
java
"2022-06-29T03:20:52Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,622
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionServiceTest.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java"]
[Bug] [Api] The name of the workflow or task exceeds the length limit after the workflow is copied multiple times
### 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 The name of the workflow or task exceeds the length limit after the workflow is copied multiple times <img width="1134" alt="image" src="https://user-images.githubusercontent.com/13765310/175562154-e99c751e-cfd6-4351-879f-341cc5b71310.png"> ### What you expected to happen The name length of the workflow or task does not exceed the limit ### How to reproduce Copy a workflow until an error of "batch copy process definition error" is reported ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10622
https://github.com/apache/dolphinscheduler/pull/10621
acd3d3fab14d08b3b06015be3ac9cfb2f4bfc934
c34503e3f6cbfb20f1298a57d52af1990ddaf5aa
"2022-06-26T14:13:27Z"
java
"2022-08-04T07:04:14Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,619
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/processor/TaskRecallProcessor.java"]
[Improvement] [Master] MDC Logging causing OutOfMemory with TaskRecallProcessor [TaskRecallProcessor#process(Channel channel, Command command)]
### 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 In the process method of the TaskRecallProcessor, add WorkflowInstanceId 、TaskInstanceId to MDC Context, but only remove WorkflowInstanceId ` try { LoggerUtils.setWorkflowAndTaskInstanceIDMDC(cmd.getProcessInstanceId(),cmd.getTaskInstanceId()); //........ } finally { LoggerUtils.removeWorkflowInstanceIdMDC(); } ` ### Use case No response ### Related issues No response ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10619
https://github.com/apache/dolphinscheduler/pull/10620
16144a8858ab538be797f93abaaef8f291878eff
628c8ab2a144a4d49d60f02a08e7cdc1672970de
"2022-06-25T17:45:27Z"
java
"2022-06-26T02:07:35Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,617
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterSchedulerService.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java"]
[Improvement][Master] Remove the extra check of slot
### 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 We have a many places to check the slot of master. This is not needed, since this will not gurantee the command to be executed by only one master. We already have the database transaction to deal with this case. When we transform the command to processInstance, we will delete the command at one transaction, if the delete failed, the generate of processInstance will also failed. ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10617
https://github.com/apache/dolphinscheduler/pull/10618
5855274b2634b33f7de3862694d36f3df94dd965
247ca4ae8a6d6e7a0580a999e04692a69f885144
"2022-06-25T16:16:55Z"
java
"2022-06-30T07:58:49Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,605
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"]
[Bug] [Api] The copied workflow create time and update time is still copied from the original workflow
### 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 The copied workflow's create time and update time same to the original workflow <img width="711" alt="image" src="https://user-images.githubusercontent.com/13765310/175552826-35a319df-b261-40b2-8eea-5fe59d4f7019.png"> ### What you expected to happen copied workflow's create time and update time same should be current time ### How to reproduce copy the workflow ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10605
https://github.com/apache/dolphinscheduler/pull/10606
35b25da863e38df817bfe3cb2ef758d426b8b699
5ebd982e920c9196210fc1e619afb73d81689d2b
"2022-06-24T14:09:03Z"
java
"2022-06-28T13:33:58Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,604
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"]
[Feature][Api] Task name in the copied workflow without copy suffix
### 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 In most cases, the task name does not need to be changed in copied workflow , task name do not need add copy suffix ### Use case copied task name without copy suffix <img width="549" alt="image" src="https://user-images.githubusercontent.com/13765310/175551021-a2f13221-592e-4441-85ff-4042e3d9f7c6.png"> ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10604
https://github.com/apache/dolphinscheduler/pull/10607
c7789bf0499f5893810d93e144250544a528caa4
5ebd53893cce180e1af9fa6b067ca6c58d22a5d4
"2022-06-24T13:57:15Z"
java
"2022-07-26T07:21:33Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,596
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/WorkFlowLineageServiceImpl.java"]
[Bug] [Api] Workflow relationship cannot be displayed normally
### 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 1.Workflow add a dependency node without setting dependency and save 2.View project workflow relationships 3.Unable to present workflow relationship ### What you expected to happen {"code":10161,"msg":"查询血缘失败","data":null,"failed":true,"success":false} ### How to reproduce 1.Workflow add a dependency node without setting dependency and save 2.View project workflow relationships ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10596
https://github.com/apache/dolphinscheduler/pull/10625
a14b96b09143ab52a54683def740295a873bb5ad
56d3db030640881e8cf5e0c93ce25a540580b08d
"2022-06-24T09:41:36Z"
java
"2022-06-27T09:26:41Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,595
["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml", "dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/mapper/ProjectMapperTest.java"]
[Bug] [Api] Dependent Node Only View Projects Created By Self
### 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 Only display project code. ### What you expected to happen correct it. ### How to reproduce None ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10595
https://github.com/apache/dolphinscheduler/pull/10834
89780e296d7dc3e9fe510e3b9d3e8addc17acdd9
4ff8eaa996fab2593ca77df436727ec7a4d6e596
"2022-06-24T08:59:42Z"
java
"2022-07-14T11:03:34Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,594
["dolphinscheduler-ui/src/views/data-quality/task-result/use-table.ts"]
[Feature] [UI] Data Quality Result Display Optimize
### 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 Such as State, Alert Type and so on. ### What you expected to happen UI optimize ### How to reproduce None ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10594
https://github.com/apache/dolphinscheduler/pull/10835
41698011b344f167447d64c001a04e8b1bab9a6d
4d07efd3f27288ace85081f61a00dbdbbad9ae1b
"2022-06-24T08:56:09Z"
java
"2022-07-08T02:38:07Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,589
["docs/configs/docsdev.js", "docs/docs/en/guide/healthcheck.md", "docs/docs/zh/guide/healthcheck.md"]
[Feature][Doc] Add doc about how to use healthcheck endpoints
### 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 Add doc about how to use healthcheck endpoints ### Use case _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10589
https://github.com/apache/dolphinscheduler/pull/10592
397e51fa63b39bc2ec2d68091c5b613aad7fa4ac
33cc68ed4a4d6cae7883c637e37e6eafb7c2b5e1
"2022-06-24T03:47:57Z"
java
"2022-06-24T08:56:26Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,584
["docs/docs/en/guide/task/zeppelin.md", "docs/docs/zh/guide/task/zeppelin.md", "dolphinscheduler-task-plugin/dolphinscheduler-task-zeppelin/src/main/java/org/apache/dolphinscheduler/plugin/task/zeppelin/ZeppelinParameters.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-zeppelin/src/main/java/org/apache/dolphinscheduler/plugin/task/zeppelin/ZeppelinTask.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-zeppelin/src/test/java/org/apache/dolphinscheduler/plugin/task/zeppelin/ZeppelinTaskTest.java", "dolphinscheduler-ui/src/locales/en_US/project.ts", "dolphinscheduler-ui/src/locales/zh_CN/project.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-zeppelin.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/format-data.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/types.ts"]
[Feature][Task Plugin] Zeppelin Task will run a duplicate note instead of the original one
### 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 * At present, zeppelin task plugin runs the zeppelin notes / paragraphs directly. If users modify the notes / paragraphs during scheduling, it may lead to inconsistent result. * Zeppelin task plugin should duplicate the target notes / paragraphs and run the duplicates instead of the origins. When done, zeppelin task plugin is supposed to delete the duplicates. ### Use case * Already described above. ### Related issues related: #9814 ### Are you willing to submit a PR? - [X] 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)
https://github.com/apache/dolphinscheduler/issues/10584
https://github.com/apache/dolphinscheduler/pull/11010
35f32cd16eb7d89a900863755506858e84c699dd
f689220290a13d5ce3b451e65a475c0444e7a047
"2022-06-23T23:54:29Z"
java
"2022-07-20T06:16:47Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,579
["dolphinscheduler-ui/src/views/projects/workflow/definition/components/start-modal.tsx", "dolphinscheduler-ui/src/views/projects/workflow/definition/components/use-form.ts"]
[Bug] [Dependent] Use dependent not rerun when upstream rerun
### 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 Dependent not rerun when upstream rerun. ### What you expected to happen downstream workflow can rerun. ### How to reproduce create dependent and rerun upstream task. ### Anything else _No response_ ### Version 3.0.0-beta-1 ### 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)
https://github.com/apache/dolphinscheduler/issues/10579
https://github.com/apache/dolphinscheduler/pull/10580
7a292cfccf796384ecd4b7d7bcd221a8e827aab9
393cb648f9c900c43fe8b4273100ae04622e4f02
"2022-06-23T10:27:27Z"
java
"2022-06-23T12:49:28Z"