status
stringclasses
1 value
repo_name
stringlengths
9
24
repo_url
stringlengths
28
43
issue_id
int64
1
104k
updated_files
stringlengths
8
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
37
56
pull_url
stringlengths
37
54
before_fix_sha
stringlengths
40
40
after_fix_sha
stringlengths
40
40
report_datetime
timestamp[ns, tz=UTC]
language
stringclasses
5 values
commit_datetime
timestamp[us, tz=UTC]
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,067
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/TaskProcessorFactory.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/service/FailoverService.java", "dolphinscheduler-master/src/test/java/org/apache/dolphinscheduler/server/master/service/FailoverServiceTest.java"]
[Bug] [Master] master taskInstance will failover when run long time
### 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 found that the taskInstance which runs on master will failover when run long time, and the task instance will change to `need fault tolerance` state. ### What you expected to happen taskInstance on master can run normally for long time. ### How to reproduce 1. create a workflow with task a. 2. create a dependent workflow with dependent task b, b depend on a. 3. just run workflow b. ### 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/10067
https://github.com/apache/dolphinscheduler/pull/10065
c16424027e369c8cde2da966f08ded06ba0744df
0cc0ee77faabf1bed495a55ccd7653c03c26a550
2022-05-17T06:21:17Z
java
2022-05-17T08:36:24Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,061
["docs/configs/docsdev.js"]
[Bug] [Document] Task group management document link 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 Task group management document link error. ### What you expected to happen Modify the error link, can normally access the document. ### How to reproduce At this link: https://dolphinscheduler.apache.org/zh-cn/docs/dev/user_doc/guide/resource/task-manage.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/10061
https://github.com/apache/dolphinscheduler/pull/10062
91f1d45948d5d53b790aefbf589d4a91fba7f817
3bca2404466d9ff1a8772e89f50b0dbb27448338
2022-05-17T05:53:22Z
java
2022-05-18T04:21:35Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,057
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessInstanceController.java"]
[Bug] [API] process-instances API parameter processDefiniteCode not 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 API: queryProcessInstanceListPaging /dolphinscheduler/projects/{projectCode}/process-instances set processDefiniteCode=5545511993472, but result still contain processDefiniteCode=5025214719744 data. ![1652756148(1)](https://user-images.githubusercontent.com/5425689/168719016-f6ef5f47-ce36-4fbc-9eef-0ef1326908fd.png) ![image](https://user-images.githubusercontent.com/5425689/168719064-14448f63-3022-470f-9ba2-5c44b79cad2b.png) ### What you expected to happen Only return processDefiniteCode=5545511993472 data. ### How to reproduce query with processDefiniteCode ### Anything else Every time ### 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/10057
https://github.com/apache/dolphinscheduler/pull/10063
cd1dcf1eba13cca5aa4e009a03f7d6e7656e82a0
2251876021dea09786c418dfb1325366358a0601
2022-05-17T03:00:42Z
java
2022-05-21T04:25:32Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,051
["dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertServer.java"]
[Bug] [deploy on k8s ] worker server and alert server always crash
### 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 [Bug] [deploy on k8s ] worker server and alert server always crash curl not found in worker Warning Unhealthy 33m (x641 over 14h) kubelet Readiness probe failed: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "curl": executable file not found in $PATH: unknown Warning BackOff 8m12s (x2238 over 14h) kubelet Back-off restarting failed container Warning Unhealthy 3m23s (x573 over 14h) kubelet Liveness probe failed: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "curl": executable file not found in $PATH: unknown alert crash without log kubelet Back-off restarting failed container ### What you expected to happen [Bug] [deploy on k8s ] worker server and alert server always crash curl not found in worker Warning Unhealthy 33m (x641 over 14h) kubelet Readiness probe failed: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "curl": executable file not found in $PATH: unknown Warning BackOff 8m12s (x2238 over 14h) kubelet Back-off restarting failed container Warning Unhealthy 3m23s (x573 over 14h) kubelet Liveness probe failed: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "curl": executable file not found in $PATH: unknown alert crash without log kubelet Back-off restarting failed container ### How to reproduce . ### Anything else . ### 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/10051
https://github.com/apache/dolphinscheduler/pull/10111
9ab3bebc9011984ef8ec7165ae4c74425f1de9c0
844ae42ee4ba2b2423906891c5dba102aa89a0e3
2022-05-17T02:31:29Z
java
2022-05-19T02:51:37Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,050
["dolphinscheduler-ui/src/views/security/tenant-manage/components/use-modalData.ts"]
[BUG-FE][Tenant Manage] In the Chinese state, there is a problem with the multi-language support of the form.
### 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/19239641/168714005-b4a2afb4-5713-4c8b-817a-93b20dfc6873.png) ### What you expected to happen In the Chinese state, there is a problem with the multi-language support of the form. ### How to reproduce Fix it. ### 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/10050
https://github.com/apache/dolphinscheduler/pull/10066
718e786c24e919b5532c4132171b3303407abfd7
359300380b0a2eb469beb0497271bda675860d7d
2022-05-17T02:11:30Z
java
2022-05-17T06:57:04Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,049
["docs/docs/en/guide/task/conditions.md", "docs/docs/zh/guide/task/conditions.md", "docs/img/tasks/demo/condition_task04.png", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/ConditionTaskProcessor.java", "dolphinscheduler-ui/src/locales/modules/en_US.ts", "dolphinscheduler-ui/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-conditions.ts"]
[BUG] [Plugin] Conditions Task branch flow 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 Condition is a condition node that decides which downstream task should run based on the condition of the upstream task. When the upstream task runs successfully, run the success branch. When the upstream task fails to run, run the failure branch. But now no matter whether the upstream task runs successfully or fails, only the tasks of the successful branch will be run. ### What you expected to happen The Condition task should decide which downstream task should run based on the conditions of the upstream task. ### How to reproduce Create a Condition task, determine the successful or failed branch task and run it。 ![88b146a52756eca53062464932ce43ee83419c55aea5a79790e7b10f03a58656QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NzE4NDY0MjJfNkY4NkVDRTItM0RGMy00YTBkLTlBODctQkQzQ0M3RDJEMjQxLnBuZw==](https://user-images.githubusercontent.com/94423827/168713638-e0224f37-6974-4596-b0a9-ac9f6085c6aa.png) When the upstream task runs successfully, Conditions select the successful branch task and run it. ![f8299c96165ba1ffcb11dbf8594d774f451f56f75a2ee249d7efef113123b647QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NzIzNzYzMTRfNEQwMEFFODItMkM0Mi00MzQ5LUEwQjItNjg3RTNGRkRBREU2LnBuZw==](https://user-images.githubusercontent.com/94423827/168713859-347362dd-9362-4372-afeb-dcbb97a94c3b.png) But when the upstream task fails to run, Conditions still select the successful branch task and run it. ![7c0b8fa87da3b1ed1640c8c7cab9d8d1e5e6a32fd69df209fe46ef541c803686QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NzIyMDAwOTJfODJFRkMyRDgtRjdENC00OTE5LUIyNTEtREE2MUEyNjJCMDVFLnBuZw==](https://user-images.githubusercontent.com/94423827/168713942-d779fded-717f-41c6-af8e-d46b66de8a79.png) ### 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/10049
https://github.com/apache/dolphinscheduler/pull/10077
701b535ae6a9fdd7c67797528fb9ff8f650db514
225cb332d18e2fef58bf653d644f415dfcce2e99
2022-05-17T02:10:46Z
java
2022-05-18T03:40:32Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,047
["dolphinscheduler-ui/src/locales/modules/en_US.ts", "dolphinscheduler-ui/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui/src/views/projects/workflow/instance/components/table-action.tsx"]
[Feature][UI] The Failed to retry description should change to Recovery Failed
### 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 ![](https://vip2.loli.io/2022/05/16/AT8NkL7d9bBrpHc.png) ### 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/10047
https://github.com/apache/dolphinscheduler/pull/10054
a2cd2a99e65c3a85bdebfc37e1465e98b2d4431a
a088ca10489ade01485f7bf3b4fbb3b81d97ceab
2022-05-16T10:25:11Z
java
2022-05-17T03:11:56Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,039
["dolphinscheduler-task-plugin/dolphinscheduler-task-flink/src/main/java/org/apache/dolphinscheduler/plugin/task/flink/FlinkConstants.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-flink/src/main/java/org/apache/dolphinscheduler/plugin/task/flink/FlinkTask.java"]
[Bug][plugin] Flink run command error when submitting Python job
### 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 the program type of the Flink run program is Python, the Flink run command is wrong and cannot be successful ### Steps to reproduce the problem Flink run command missing "-py" when program type is Python. The flink task configuration is as follows: ![ef90c731272b9d3f9c066080e3d1fbf407d35f7f63d3cd6b220278227e05c3b1QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NjQ2ODIyODNfQkJEQTU2ODEtQURDMi00ZDMyLUJBNzItQTBBNzM0MjM5OERFLnBuZw==](https://user-images.githubusercontent.com/94423827/168513765-ca0d425c-0226-475f-a642-a7819e1cc2fc.png) Flink run command error when program type is Python: ![e96c5ab4ea380140aee19967eacb822adfca15c3743e60ccef8fa12624c695fbQzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NzA2ODU2MzlfODI1NjcwN0YtODRDQy00OWY2LUExQUUtMzExQjFDOERFNDk1LnBuZw==](https://user-images.githubusercontent.com/94423827/168513647-6607c244-2421-452a-90ee-f88855781a3d.png) The correct command of flink run runs as follows: ![b58b3af3455089faeb61314d5c2fa80b4507ae646e0ebc4b05b075a4d02f9b65QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NjQ3MzY0NjBfMTc2NDM1NTEtMkQ1Qy00ZDA4LUFCNEEtMTdFMjFDMEJFOTAyLnBuZw==](https://user-images.githubusercontent.com/94423827/168514024-aff4d14f-8f56-48fc-a517-11985cb5efb8.png) ### Brief Changelog Add logical judgment when Flink programming language is Python to FlinkTask.class. Add command parameters when Flink programming language is Python to FlinkConstants.class ### 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/10039
https://github.com/apache/dolphinscheduler/pull/10042
3e471f8b4c9ea781aed152ea4b9c3913503d5909
d643e1c1cf27d6acfc46deb655e0b5f2f813cb24
2022-05-16T03:19:58Z
java
2022-05-16T07:06:21Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,033
["dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/resource/FileManagePage.java"]
[Feature][E2E] Fix flakey e2e test
### 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 https://github.com/apache/dolphinscheduler/runs/6432527655?check_suite_focus=true ### 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/10033
https://github.com/apache/dolphinscheduler/pull/10068
514d26e03f597f0b4f8a77d00e203b377d29d0a6
718e786c24e919b5532c4132171b3303407abfd7
2022-05-14T14:48:50Z
java
2022-05-17T06:51:43Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,029
["script/remove-zk-node.sh"]
Could not find or load main class org.apache.zookeeper.ZooKeeperMain
### 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 3.0.0 sh ./bin/install.sh 3.stop server 17.0.237.209:default 17.0.133.220:default 17.0.133.220:default 17.0.206.7 master server is stopping Begin stop master-server...... no master-server to stop End stop master-server. 17.0.137.109 master server is stopping Begin stop master-server...... no master-server to stop End stop master-server. 17.0.237.209 worker server is stopping Begin stop worker-server...... no worker-server to stop End stop worker-server. 17.0.133.220 worker server is stopping Begin stop worker-server...... no worker-server to stop End stop worker-server. Begin stop alert-server...... no alert-server to stop End stop alert-server. 17.0.237.209 api server is stopping Begin stop api-server...... no api-server to stop End stop api-server. 4.delete zk node Error: Could not find or load main class org.apache.zookeeper.ZooKeeperMain ### What you expected to happen Cluster installation ### How to reproduce Cluster installation ### Anything else no ### Version 3.0.0-alpha ### 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/10029
https://github.com/apache/dolphinscheduler/pull/10535
cc06eaaf54de04a1d763e7a355467fa80e8a3052
4a3dfae0064856f7227430b586eb338c04486eb5
2022-05-13T10:56:15Z
java
2022-06-21T09:26:52Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,028
[".github/workflows/publish-docker.yaml", "docs/docs/en/development/development-environment-setup.md", "docs/docs/en/faq.md", "docs/docs/zh/development/development-environment-setup.md", "docs/docs/zh/faq.md", "pom.xml"]
[Bug] [Docker] Docker Build Not Support Multi Architecture
### 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 exec docker build at M1 Mac, it'll get docker image with ```"Architecture": "arm64"```, can't run at Linux amd64. ### What you expected to happen When running docker build, it can get multi-architecture images with amd64 && arm64. ### How to reproduce Run at local ``` ./mvnw -B clean deploy \ -Dmaven.test.skip \ -Dmaven.javadoc.skip \ -Dmaven.checkstyle.skip \ -Dmaven.deploy.skip \ -Ddocker.tag=tag\ -Ddocker.hub=url\ -Pdocker,release ``` ### 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/10028
https://github.com/apache/dolphinscheduler/pull/10052
cd70ad584aae91958a187800a7083868e778d49b
537c206c2da92e114397dd29a98b70d6c78544dd
2022-05-13T10:21:56Z
java
2022-05-18T02:20:24Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,027
["deploy/docker/docker-compose.yml", "deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-alert.yaml", "deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml", "deploy/kubernetes/dolphinscheduler/templates/job-dolphinscheduler-schema-initializer.yaml", "deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-master.yaml", "deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml", "docs/docs/en/guide/start/docker.md", "docs/docs/zh/guide/start/docker.md", "dolphinscheduler-tools/src/main/bin/upgrade-schema.sh", "dolphinscheduler-tools/src/main/docker/Dockerfile"]
[Bug] [docker-compose] docker-compose start fail due to db init 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 Now when start by docker-compose, it will run `dolphinscheduler-schema-initializer` every time and fail due to init sql error. ### What you expected to happen Detach init sql from docker-compose, and docker-compose up successfully. ### How to reproduce cd deploy/docker docker-compose up -d ### 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/10027
https://github.com/apache/dolphinscheduler/pull/10026
d643e1c1cf27d6acfc46deb655e0b5f2f813cb24
b1885c7a26a5404ce42d8fb0f2d8533d9a7c83c1
2022-05-13T09:47:32Z
java
2022-05-16T07:41:45Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,006
["docs/docs/en/contribute/join/become-a-committer.md", "docs/docs/zh/contribute/join/become-a-committer.md"]
[Feature][doc] Add a guide to nominate new committer
### 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 could learning from https://seatunnel.apache.org/community/contribution_guide/committer#project-management-committee ### 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/10006
https://github.com/apache/dolphinscheduler/pull/12175
aa5526ef5dc177a984a17237c035c141298bc9c7
4973b30efb82d773369a3f93dec5cee6f48b6594
2022-05-12T05:56:48Z
java
2022-09-28T06:23:09Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,003
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-dependent.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/types.ts"]
[Bug] [UI] The validator of task name is error in the dependent 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 <img width="621" alt="image" src="https://user-images.githubusercontent.com/97265214/167976996-1f3ea0e4-e51e-4643-97b0-4b6f1fa8adad.png"> ### What you expected to happen It should be savable when the task is ALL. ### How to reproduce 1. Create a dependent task. 2. Set the task name to ALL. ### 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/10003
https://github.com/apache/dolphinscheduler/pull/10008
bce5a284409e13d477c2f21b40a0db7c895e63f0
00f102959b5a07f56cb2d6f8973949cc4eee22b0
2022-05-12T02:10:10Z
java
2022-05-12T07:27:55Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,002
["dolphinscheduler-ui/src/views/datasource/list/json-highlight.tsx", "dolphinscheduler-ui/src/views/datasource/list/use-columns.ts"]
[Bug] [UI] Bug in datasource list
### 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. when a datasource contains `jdbc connect parameters`. click to view datasource params in datasource list not work well. ![popbug](https://user-images.githubusercontent.com/16065427/167976952-966845b0-ae59-49d7-b5d4-def6925711e7.jpg) 2. datasouce description not shown in datasource list(latest dev branch) ![description](https://user-images.githubusercontent.com/16065427/167976962-8c5a9f10-c133-4e54-be75-b9621eb980f5.jpg) ### What you expected to happen `preview pop` could close normally. `datasource description ` could show normally ![good](https://user-images.githubusercontent.com/16065427/167977410-4b598daa-5b7f-466c-acd2-53228b50063b.jpg) ### How to reproduce 1. add/edit a datsource with `jdbc connect params`, like `{"serverTimezone":"Asia/Shanghai"}` 2. click to view datasource params in datasource list 3. try to close this preview pop ### 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/10002
https://github.com/apache/dolphinscheduler/pull/10005
8d17fd20f99e36f9c5af6e2dfef821e11a70780e
53cd7009deae072c5284ea881204ed2e8845b572
2022-05-12T02:07:49Z
java
2022-05-12T06:11:52Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,999
[".github/workflows/docs.yml"]
[Feature][CI] Add Dead Link Checker
### 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 Dead Link Checker ### 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/9999
https://github.com/apache/dolphinscheduler/pull/10000
5161df04d75dce3dec6cc4114c38d3414ea93af8
cd1dcf1eba13cca5aa4e009a03f7d6e7656e82a0
2022-05-11T13:38:20Z
java
2022-05-21T02:41:34Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,996
["dolphinscheduler-ui/src/views/resource/file/upload/index.tsx", "dolphinscheduler-ui/src/views/resource/file/upload/use-form.ts"]
[Bug-FE] [Resource] Under Resource Management, multiple attachments are uploaded, one attachment is expected to be displayed.
### 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. uploaded multiple attachment ![image](https://user-images.githubusercontent.com/59044203/167844947-51eac7e2-cc9d-4178-b559-5e7b108f7079.png) ### What you expected to happen one attachment is expected to be displayed. ### How to reproduce None. ### Anything else None. ### 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/9996
https://github.com/apache/dolphinscheduler/pull/10007
dbdbfeaeee4b6aaaa738ef642a908f700f0cb9bc
18bfe6399d5faa69f84d7b673269a96f8082ead6
2022-05-11T12:06:42Z
java
2022-05-12T08:54:03Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,993
["dolphinscheduler-ui/src/views/projects/workflow/instance/gantt/components/gantt-chart.tsx"]
[Bug-FE] [Workflow Instance-Gantt] The task name is too long and the display is incomplete
### 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 name is too long and the display is incomplete <img width="1918" alt="image" src="https://user-images.githubusercontent.com/76080484/167821659-22367f4b-9eaa-4ecb-9d06-323a4c0059b0.png"> ### What you expected to happen The display is normal, or the super long is hidden, and the mouse hovers to display the full name ### How to reproduce Workflow Instance Click Gantt Chart ### 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/9993
https://github.com/apache/dolphinscheduler/pull/10900
c9afc1a1f424704f480a631bb9ec25b8771cf01e
0ea5809ff876e7473c2ae8859cdb0771eb6edf07
2022-05-11T09:54:25Z
java
2022-07-13T01:55:10Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,991
["dolphinscheduler-task-plugin/dolphinscheduler-task-sql/src/main/java/org/apache/dolphinscheduler/plugin/task/sql/SqlTask.java"]
[Bug-BE] [sql component] sql component failed to run
### 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 sql component failed to run <img width="1917" alt="image" src="https://user-images.githubusercontent.com/76080484/167818413-a43c4a22-7758-43de-97bd-50d013ed5bc9.png"> ### What you expected to happen sql component runs successfully ### How to reproduce [ERROR] 2022-05-11 09:31:17.553 +0000 [taskAppId=TASK-20220511-5469970732736_2-22-42] TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[213] - execute sql error: Operation not allowed after ResultSet closed [ERROR] 2022-05-11 09:31:17.553 +0000 [taskAppId=TASK-20220511-5469970732736_2-22-42] TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[164] - sql task error: java.sql.SQLException: Operation not allowed after ResultSet closed ### 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/9991
https://github.com/apache/dolphinscheduler/pull/10014
baf654cb47d60a753dd6372698ebb9230fca4859
df04c4aef0956acf3ee948c418d9c546cbc8771c
2022-05-11T09:35:44Z
java
2022-05-15T02:24:31Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,990
["docs/docs/en/development/development-environment-setup.md", "docs/docs/zh/development/development-environment-setup.md"]
[Bug] [Doc] development-environment-setup.md has some outdate description
### 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 development-environment-setup.md has some outdate description. for example: 1.no specific jdk version and node version indicated 2.pom.xml already has mysql-connector-java 3.zookeeper properties already in the config 4.mysql config must modify in dolphinscheduler-master/src/main/resources/application.yaml, dolphinscheduler-worker/src/main/resources/application.yaml, dolphinscheduler-api/src/main/resources/application.yaml 5.logback.xml is from dolphinscheduler-server/src/main/resources/logback-worker.xml to dolphinscheduler-master/src/main/resources/logback-spring.xml etc. 6.JVM options should modify logback.xml's name ### What you expected to happen fix outdate description ### How to reproduce nothing ### Anything else nothing ### 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/9990
https://github.com/apache/dolphinscheduler/pull/9995
359cbe2a1ea247a8a567762100eb80be51679c75
f666c64946ea100c59199940af29dcfeeb688379
2022-05-11T09:11:48Z
java
2022-05-16T01:53:45Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,988
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-rules.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/format-data.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/types.ts"]
[Bug] [UI] When the data quality multi-table accuracy verification is performed, after the ON statement and other necessary configuration parameters are maintained on the front-end interface, the task execution fails. It is found that the data quality task params lacks the key value of mapping_columns, resulting in the backend reporting Json deserialization 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 ![image](https://user-images.githubusercontent.com/35389283/167794638-7255b58a-dac0-437c-a41d-47f03bc246b6.png) ![image](https://user-images.githubusercontent.com/35389283/167794648-95f9b278-62b5-4eea-9266-1283c911b903.png) ![image](https://user-images.githubusercontent.com/35389283/167794658-5db32a7a-7bee-4b11-a615-4de01b030f55.png) ![image](https://user-images.githubusercontent.com/35389283/167794675-ae4f0182-57bf-4400-a802-9675560c964e.png) ![image](https://user-images.githubusercontent.com/35389283/167794686-25cb60b1-acb2-4be1-a8e9-b80ff16bfc98.png) ![image](https://user-images.githubusercontent.com/35389283/167794691-c192a6c3-35be-4909-97a7-7871a9d59252.png) ![image](https://user-images.githubusercontent.com/35389283/167796569-85f457b3-1f8d-4ff8-af60-66ed35766558.png) ![image](https://user-images.githubusercontent.com/35389283/167796594-6fbf2510-339c-40fc-863d-adcd4272bda8.png) When doing the multi-table accuracy verification of data quality, after maintaining the ON statement and other necessary configuration parameters on the front-end interface, the task execution fails, and it is found that the key value of mapping_columns is missing in the data quality task params, which causes the back-end to report a Json deserialization exception, so try it yourself After manually adding mapping_columns, the json file is imported and executed successfully ### What you expected to happen When verifying the accuracy of multiple tables of data quality, after maintaining the ON statement and other necessary configuration parameters on the front-end interface, the parameter mapping_columns can be correctly passed to the data quality task params json assembled in the back-end ### How to reproduce Test a multi-table accuracy case test and you will find the problem ### Anything else When configuring data quality rules again, basically each rule needs to configure local variables or global variables, otherwise it will report data quality task command: null, which is also an urgent problem to be solved ![image](https://user-images.githubusercontent.com/35389283/167797941-dc086985-b56f-4474-a3f4-054e7f7a863d.png) ### 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/9988
https://github.com/apache/dolphinscheduler/pull/10286
2294160cdbe7bd0f4215a5e9950cc784aa0b5a7d
e7fbfa3a26cfe1e697d8f99f1381c2942164d2d8
2022-05-11T07:54:22Z
java
2022-05-30T05:54:10Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,984
["docs/docs/en/guide/installation/kubernetes.md", "docs/docs/zh/guide/installation/kubernetes.md"]
[Bug] [deploy on k8s by helm] Some docker image is not exist and doc has some issues
### 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 docker image does not exist and the doc has some issues. ### What you expected to happen deploy succeeded. ### How to reproduce # 1. Some Docker Images do not exist. ``` ➜ ~ docker pull dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-tools:3.0.0-alpha Error response from daemon: repository dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-tools not found: name unknown: repository name not known to registry ➜ ~ docker pull dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-api:3.0.0-alpha Error response from daemon: repository dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-api not found: name unknown: repository name not known to registry ➜ ~ docker pull dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-alert-server:3.0.0-alpha Error response from daemon: repository dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-alert-server not found: name unknown: repository name not known to registry ``` The 3.0.0-alpha image registry is [dolphinscheduler.docker.scarf.sh/apache](https://github.com/apache/dolphinscheduler/blob/3.0.0-alpha-release/deploy/kubernetes/dolphinscheduler/values.yaml#L25), and I see the Docker image is well at [docker hub](https://hub.docker.com/layers/dolphinscheduler-api/apache/dolphinscheduler-api/3.0.0-alpha/images/sha256-e45078529d80d146e28a979df8cf5c48d900b7cb1aa722624fb868697db811b0?context=explore) Thanks, @kezhenxu94 , now it works. # 2. db-init-job failed when use pg as metadata. Same as #9963. Fixed by #9997 # 3. QuickStart in Kubernetes Doc Error ## 1. Install DolphinScheduler Part ``` $ cd apache-dolphinscheduler-3.0.0-alpha-src/docker/kubernetes/dolphinscheduler ``` The Kubernetes folder is moved to ```deploy/kubernetes/dolphinscheduler```, ~~I'll open a PR to fix this problem.~~ Fixed by #9985 ## 2. Use MySQL && Support MySQL && Support Oracle && Support Python 2 pip && Support Python 3 in FAQ Part Dolphinscheduler has changed all services to different docker images after version 3.0.0. So when we want to Support Mysql or Oracle. Maybe needs to change the API && Master && Worker && alert-service docker images. I'm not sure because I not familiar with this part, but the doc is not correct. Fixed by #10221 ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/9984
https://github.com/apache/dolphinscheduler/pull/10221
6cebdfdf5045862653a1d05354bdd3f039919f54
c12848a4ff7fa2fd307c0c18acef40c410d4db99
2022-05-11T06:35:41Z
java
2022-05-24T09:00:57Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,978
["dolphinscheduler-ui/src/locales/en_US/project.ts", "dolphinscheduler-ui/src/locales/zh_CN/project.ts", "dolphinscheduler-ui/src/views/projects/workflow/definition/components/start-modal.tsx"]
[Feature] I can't select task node to start 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 I select any task node to run in the workflow instance, it will start the entire workflow 我在工作流实例中右键选择任意任务节点运行,将会启动整个工作流 @ke4qqq @gmcdonald @jbampton @simsicon ### What you expected to happen select any task node to run in the workflow instance, it will rerun workflow from this task node. like airflow 在工作流实例中选择任意任务节点运行,它将会从这个任务节点开始重跑工作流。就像airflow一样 ### How to reproduce ![image](https://user-images.githubusercontent.com/54828165/167751571-28deb5ca-7867-4876-90dd-6f89035f5c97.png) ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/9978
https://github.com/apache/dolphinscheduler/pull/11235
c4fdfc7a55553e58c64b556f5057a178b11b4671
c1c6d5921c46f7ccc6c81ef286ed5b090a53de98
2022-05-11T01:57:55Z
java
2022-08-09T06:03:26Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,977
["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"]
[Feature][Task Plugin] Add support for dynamic form for zeppelin 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 * Add support for Apache Zeppelin `dynamic form` in zeppelin task plugin. Click [here](https://zeppelin.apache.org/docs/0.10.1/usage/dynamic_form/intro.html#text-input-form-1) for details about `dynamic form`. * Besides adding the support in backend, we need to add one more field in zeppelin task plugin UI for users to input json format parameters. Also we need to update related docs to give users an example. ### 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/9977
https://github.com/apache/dolphinscheduler/pull/10269
c5961aed25329b1cbd0aab34fc49cc7cffb39753
a8a5da367ad37911ee2400df894cdf8ff16fb73e
2022-05-11T01:56:49Z
java
2022-05-31T03:19:41Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,975
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"]
[Bug-BE] The selected task instance was recreated when the Master service failed over
### 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 selected task instance was recreated when the Master service failed over ### What you expected to happen No new instances should be created. ### How to reproduce Stop the Master service during workflow execution, and then start the Master again. ### 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/9975
https://github.com/apache/dolphinscheduler/pull/9976
00f102959b5a07f56cb2d6f8973949cc4eee22b0
dbdbfeaeee4b6aaaa738ef642a908f700f0cb9bc
2022-05-10T18:52:26Z
java
2022-05-12T08:31:53Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,969
["dolphinscheduler-ui/src/views/data-quality/task-result/use-table.ts"]
[Bug] [UI] The data quality tab page cannot switch with other pages 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 ![SwitchToDataQuality](https://user-images.githubusercontent.com/10829956/167595110-c824603a-151b-4404-89c0-3a9907f7f891.png) ![SwitchToResource](https://user-images.githubusercontent.com/10829956/167595424-970016e1-02b6-4da5-ba84-670ce96c174a.png) When I click the data quality tab page, I can't switch to other tabs ### What you expected to happen The tab page can be switched normally ### How to reproduce Click DataQuality tab page ,and click other page ### 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/9969
https://github.com/apache/dolphinscheduler/pull/10015
80369363c9eccd8371dcbc45c98aa0e361987d23
d17379da1f822d0ccc01f737c3037c18416238db
2022-05-10T09:32:25Z
java
2022-05-13T02:16:54Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,961
["dolphinscheduler-ui/src/components/form/fields/radio.ts", "dolphinscheduler-ui/src/components/form/types.ts"]
[Bug-FE][V1.0.0-Beta.1] Packing failure.
### 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 Package failure after I updated the packages to latest. ### What you expected to happen Packing success. ### How to reproduce 1. Command line execution `pnpm up --latest` 2. Command line execution `pnpm run build:prod` ### 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/9961
https://github.com/apache/dolphinscheduler/pull/9962
316b6118265c9410f343da01e936f983cd53ce99
1971d8b3b594e0f20b6801689a44a9eb72c1c90e
2022-05-10T03:07:39Z
java
2022-05-10T03:52:48Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,949
["docs/docs/en/guide/project/workflow-definition.md", "docs/docs/zh/guide/project/workflow-definition.md", "docs/img/new_ui/dev/project/workflow-task-run-config.png", "docs/img/new_ui/dev/project/workflow-task-run.png"]
[Bug] [Doc] Missing right click to start single task instance job's guide in workflow definition detail 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 Missing right click to start single task instance job's guide in workflow definition detail page ### What you expected to happen aboved. ### How to reproduce aboved. ### 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/9949
https://github.com/apache/dolphinscheduler/pull/10581
33cc68ed4a4d6cae7883c637e37e6eafb7c2b5e1
b2df3578143f2eaf832a7aad805b1dbd46a509fe
2022-05-09T06:53:12Z
java
2022-06-24T08:59:22Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,931
["dolphinscheduler-ui/src/views/projects/workflow/components/dag/use-task-edit.ts"]
[Bug][UI Next][V1.0.0-Beta] Consoled an error after I deleted a node from the context menu.
### 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 Consoled an error after I deleted a node from the context menu. ### What you expected to happen There is no error. ### How to reproduce 1. Create a task, and then delete it by the context menu. ### 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/9931
https://github.com/apache/dolphinscheduler/pull/9932
cac3f780e56037f9b74ecb39d2dced0f907006aa
8215fa8e6f01f5479a1487b70b7b21bf138cdc41
2022-05-07T05:29:15Z
java
2022-05-07T06:18:17Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,929
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-rules.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/format-data.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/types.ts"]
[Bug][UI Next][V1.0.0-Beta] Data Quality data is not displayed.
### 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](https://user-images.githubusercontent.com/97265214/167239559-bbdc0758-3141-41fc-9e8a-412edcc7caac.gif) ### What you expected to happen The data should display correct. ### How to reproduce 1. Open the workflow definition page. 2. Create a data quality task, and then save. 3. Reopen the 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/9929
https://github.com/apache/dolphinscheduler/pull/9930
8562f6a878ffac0064b111bd2f916cc4a00d2942
96b31c81ffbfdf76bc62f4d804afb17d001ba2bc
2022-05-07T05:15:29Z
java
2022-05-07T05:50:03Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,926
["dolphinscheduler-ui/src/locales/modules/en_US.ts", "dolphinscheduler-ui/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui/src/views/monitor/statistics/statistics/index.tsx", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-http.ts"]
[Bug] [Monitor/Statistics] The number of tasks to be run and the number of tasks to be killed The two modules are hidden
### 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 tasks to be run and the number of tasks to be killed The two modules are hidden <img width="1646" alt="image" src="https://user-images.githubusercontent.com/76080484/167233787-81dab07f-7284-42f0-ba87-c32e6371eb8d.png"> ### What you expected to happen Can't get statistics because of logic change ### How to reproduce The number of tasks to be run and the number of tasks to be killed The two modules are hidden ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/9926
https://github.com/apache/dolphinscheduler/pull/9935
40ab72d325ea9f47653ffb6bec267547d78781d6
1f8c59b3b4858a12bdf1a07b261d0fab868c3928
2022-05-07T02:13:24Z
java
2022-05-07T09:07:40Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,925
["dolphinscheduler-ui/src/common/column-width-config.ts", "dolphinscheduler-ui/src/views/projects/list/use-table.ts", "dolphinscheduler-ui/src/views/projects/task/definition/use-table.ts", "dolphinscheduler-ui/src/views/projects/task/instance/use-table.ts", "dolphinscheduler-ui/src/views/projects/workflow/instance/use-table.ts", "dolphinscheduler-ui/src/views/resource/file/table/use-table.ts", "dolphinscheduler-ui/src/views/resource/udf/resource/use-table.ts"]
[Bug] [UI] Ellipsis in Table Column not work well
### 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 ellipsis in table column with `ButtonLink` not work well. ![project-name](https://user-images.githubusercontent.com/16065427/167232131-91daa7a4-4154-458b-ba72-0ff81859e9d9.png) ![TaskInstance](https://user-images.githubusercontent.com/16065427/167232133-1c6d8cbe-32c9-4f22-ba29-213eee21809c.png) ### What you expected to happen expect to have ellipsis in button link. ![expect1](https://user-images.githubusercontent.com/16065427/167231903-28695f43-02df-4f04-8581-fb2308d16352.png) ### How to reproduce 1. go to a page which have button link in table 2. edit it to a long length name ### 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/9925
https://github.com/apache/dolphinscheduler/pull/9936
0e7c98d4655dad8e1bcea4e3723fb4e632d07779
38271cea9c8b307e51ffc7b1306a4acc02a51d82
2022-05-07T01:13:39Z
java
2022-05-09T03:14:37Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,923
["dolphinscheduler-ui/src/views/security/alarm-instance-manage/use-form.ts"]
[Bug] [Alarm Instance Manage] The alarm instance management interface is always in the loding 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 When the alter component is not started, the alarm instance management interface is always in the loding state ### What you expected to happen 1. loading state can be turned off ### How to reproduce 1. first start api and master component 2. start ui component 3. click alarm Instance Manage ### Anything else ![Kapture 2022-05-02 at 02 30 49](https://user-images.githubusercontent.com/42627702/167197405-3637ae2c-410a-450b-bfbc-ea0b63b33024.gif) ### Version 3.0.0-alpha ### 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/9923
https://github.com/apache/dolphinscheduler/pull/9924
d8db2b57d22ed853232d60a6b33462fa442b838b
c5c68a88935095ce277ecd3cfbdacea49e1b50cb
2022-05-06T18:31:47Z
java
2022-05-25T10:13:42Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,906
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java", "dolphinscheduler-master/src/test/java/org/apache/dolphinscheduler/server/master/WorkflowExecuteThreadTest.java"]
[BUG-BE][Workflow] The wait time instance does not wake up after the serial wait task is manually stopped.
### 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 running a serial task, stop the running task, the waiting task will never be pulled up and executed at this time ### What you expected to happen When running a serial task, stop the running task, the waiting task will can be pulled up and executed at this timerun serial ### How to reproduce 1. wait task for three times 2. stop the running 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/9906
https://github.com/apache/dolphinscheduler/pull/9907
7a7807e5208acd9abb3be264c10d3b369826c817
a1b6b033ad53d311329aa095446656491565ca21
2022-05-05T18:03:14Z
java
2022-05-06T07:01:21Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,905
["dolphinscheduler-api/src/main/resources/application.yaml", "dolphinscheduler-standalone-server/src/main/resources/application.yaml"]
[Bug] [Quartz] cron did not work as expected
### 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 Environment: Single-node deployment version 2.0.5, mysql RDS 5.7, ZK 3.5.x Linux Centos7 32C64G Procedure: After the deployment is complete, tenants and projects are created and a periodic shell task is configured to be executed every minute. Symptom: The scheduled task is executed once when it reaches the scheduled time and will not be executed again when the time expires. In addition, the master log does not display any information, and the manual workflow starts normally. Each time the service is restarted, the timing can be executed once and will not be executed later. I have used version 1.3.1 before and have run it for a year and a half without any problems ### What you expected to happen cron work ### How to reproduce cron work ### 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/9905
https://github.com/apache/dolphinscheduler/pull/11851
120d8f696dc72b047ef8e00ecc754a7bb53befae
ca22c083b3f91436c334525536dc58519f13d018
2022-05-05T14:34:43Z
java
2022-09-13T08:05:40Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,901
[".github/CODEOWNERS"]
[Bug][codeowner] Config file CODEOWNER do not work currently
### 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 We have the code owner config file in https://github.com/apache/dolphinscheduler/blob/dev/.github/CODEOWNERS , but it does not work when we submit new PR. ### What you expected to happen ATT ### How to reproduce ATT ### Anything else ATT ### 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/9901
https://github.com/apache/dolphinscheduler/pull/9954
2d36449444567ef86f0ae8260ffdde338aab189c
1efa2c7b1802feff2eb81dedaf55015b37c33357
2022-05-05T09:57:51Z
java
2022-05-09T12:19:49Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,889
["dolphinscheduler-ui-next/src/views/resource/task-group/queue/index.module.scss", "dolphinscheduler-ui-next/src/views/resource/task-group/queue/index.tsx"]
[Bug][UI Next][V1.0.0-Beta] The task group queue page display error in dark mode.
### 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/97265214/166867589-0e9a9c73-49b9-42cd-933a-aaeedd782bec.png) ### What you expected to happen The page should display correct. ### How to reproduce Open the task group queue page in dark mode. ### 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/9889
https://github.com/apache/dolphinscheduler/pull/9890
083050a107726a1f27670802592f3b1d20c7fb83
52df6c1f66640bc7c26fe7a95348870b9da8b571
2022-05-05T05:27:40Z
java
2022-05-05T06:39:42Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,884
["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/utils/index.ts", "dolphinscheduler-ui-next/src/utils/json.ts", "dolphinscheduler-ui-next/src/views/datasource/list/use-form.ts"]
[Bug] [Next UI] When the connection parameter format is wrong, the submission does not respond
### 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 the `jdbc connect parameters` format is wrong, the submission does not respond ### What you expected to happen Prompt jdbc connect parameters error ### How to reproduce - Edit DataSource - Enter jdbc connect parameters in non-json format - Click submit ### 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/9884
https://github.com/apache/dolphinscheduler/pull/9891
72e6a6d06f785c0f27936fa32cadac28e92c932d
87dc42fcc4bb822eb82c2077885cb494baab3359
2022-05-05T03:54:08Z
java
2022-05-05T08:20:33Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,882
["dolphinscheduler-ui-next/src/views/password/index.tsx", "dolphinscheduler-ui-next/src/views/password/use-form.ts"]
[Feature][UI-Next] Add hints when passwords are not same on the password change page.
### 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="982" alt="image" src="https://user-images.githubusercontent.com/97265214/166858384-ec6d3056-5683-4d45-8c9b-171bc079a344.png"> Add hints when passwords are not same on the password change page. ### 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/9882
https://github.com/apache/dolphinscheduler/pull/9888
52df6c1f66640bc7c26fe7a95348870b9da8b571
72e6a6d06f785c0f27936fa32cadac28e92c932d
2022-05-05T03:15:16Z
java
2022-05-05T06:40:27Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,878
["dolphinscheduler-ui-next/src/views/security/token-manage/use-table.ts"]
[Bug][UI Next][V1.0.0-Beta] The page was wrong when deleting from page 2 to page 1
### 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 we have two pages of the token, I delete the item from page two when all items on page two were deleted. After all item in page two were deleted, we will go to page one. Return not data when I delete the latest item in page one ### What you expected to happen The page should be correct. ### How to reproduce 1. Open the token page. 2. Create two pages of token. 3. Delete token from page 2 to page 1. ### 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/9878
https://github.com/apache/dolphinscheduler/pull/9879
136a1830187509c465236274b2e9e423ee13075f
4bddef8238063cade7b0daca6925832da0113660
2022-05-05T02:53:17Z
java
2022-05-05T03:44:56Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,876
["dolphinscheduler-ui-next/src/views/datasource/list/index.tsx", "dolphinscheduler-ui-next/src/views/datasource/list/use-columns.ts"]
[Bug][UI-Next][V1.0.0-Beta] Some errors on the datasource 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 1. The description should has the default value. 2. Pager is missing page selector. <img width="1324" alt="image" src="https://user-images.githubusercontent.com/97265214/165912017-0fe9f761-958a-499e-ad7d-a16de0441c9c.png"> ### What you expected to happen 1. Set the description default value to "-" 2. Add the page selector. ### How to reproduce 1. Open the datasource 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/9876
https://github.com/apache/dolphinscheduler/pull/9877
4bddef8238063cade7b0daca6925832da0113660
84484b6a6b951952a381483fb1799756fdf8794b
2022-05-05T02:43:59Z
java
2022-05-05T03:45:38Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,874
["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-switch.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-task-edit.ts"]
[Bug][UI-Next][V1.0.0-Beta] The Branch Flow of the Switch task 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 When the connection between the Switch task and its child nodes is removed, the Switch task parameters still display the information of the child nodes. The predecessor tasks of the child nodes are displayed as empty. ### What you expected to happen The Branch flow for the Switch task should also appear empty. ### How to reproduce ![1](https://user-images.githubusercontent.com/97265214/166855752-9adfa406-0b3e-429c-87db-61955c42d16e.gif) ### 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/9874
https://github.com/apache/dolphinscheduler/pull/9875
84484b6a6b951952a381483fb1799756fdf8794b
615da96b08140c5585c622e0b35d0a124af892ba
2022-05-05T02:30:46Z
java
2022-05-05T03:48:02Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,868
["dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapper.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapper.xml", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java", "dolphinscheduler-service/src/test/java/org/apache/dolphinscheduler/service/process/ProcessServiceTest.java"]
[Bug-BE] Task flow definition cannot execute serial task flow while parallel serial alternate running.
### 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 flow definition cannot execute serial task flow while parallel serial alternate running. ### What you expected to happen the task is running normally ### How to reproduce 1. create two shell node workflow 2. run four times in parallel 3. offline workflow 4. edit workflow 5. run four times in serial ### 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/9868
https://github.com/apache/dolphinscheduler/pull/9869
778018dcfb21420516b9194f77c199aaf4b56768
fb0f96ed946c89323ba347eb9d538a22b9be6e73
2022-05-03T07:44:53Z
java
2022-05-03T14:52:42Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,856
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ResourcesServiceTest.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java"]
[Bug] [Api] Failed to upload the file because the full name was too long, but get misleading message
### 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 the resource's fullname is longer than the max length of the field named "full_name" in t_ds_resources, the insert option will fail. But the misleading message "resource already exists, can't recreate" will be returned, which is not the root cause. ### What you expected to happen Add a validation of name length, before insert record into db. ### How to reproduce Create a folder with a name length of 64, then upload a file with a name length longer than 64 to that folder. ### Anything else It happens every time. ### 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/9856
https://github.com/apache/dolphinscheduler/pull/9861
fb0f96ed946c89323ba347eb9d538a22b9be6e73
e41de35e17436646c3f551a93e53091e85d76d06
2022-04-30T09:40:37Z
java
2022-05-04T13:20:14Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,849
["dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/processor/TaskCallbackService.java"]
[Bug] [worker] fix CommandType TASK_EXECUTE_RUNNING_ACK don't consumed
### 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 @Service public class TaskCallbackService { private final Logger logger = LoggerFactory.getLogger(TaskCallbackService.class); private static final int[] RETRY_BACKOFF = {1, 2, 3, 5, 10, 20, 40, 100, 100, 100, 100, 200, 200, 200}; @Autowired private TaskExecuteResponseAckProcessor taskExecuteRunningProcessor; @Autowired private TaskExecuteResponseAckProcessor taskExecuteResponseAckProcessor; ... } ### What you expected to happen @Autowired private TaskExecuteRunningAckProcessor taskExecuteRunningProcessor; @Autowired private TaskExecuteResponseAckProcessor taskExecuteResponseAckProcessor; ### How to reproduce none ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/9849
https://github.com/apache/dolphinscheduler/pull/9850
f9f91000fd69caa8f70a9ea12993f7c432d6d30b
778018dcfb21420516b9194f77c199aaf4b56768
2022-04-29T08:49:22Z
java
2022-05-03T06:28:19Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,846
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterSchedulerService.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java", "dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/enums/CommandType.java"]
[Bug] Serial wait for subsequent execution 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 Serial wait for subsequent execution error ### What you expected to happen success ### How to reproduce Create a task flow with an execution policy of Serial Wait and execute it. ### 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/9846
https://github.com/apache/dolphinscheduler/pull/9847
4f2b9ac8863b5ffc275b46d2337254683fdebb66
31cd1b5e617231d771c71d7b55e3c2dd9ee5ed25
2022-04-29T06:59:52Z
java
2022-04-29T07:44:05Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,838
["docs/configs/docsdev.js", "docs/docs/en/guide/task/zeppelin.md", "docs/docs/zh/guide/task/zeppelin.md", "docs/img/tasks/demo/zeppelin.png", "docs/img/tasks/demo/zeppelin_id.png", "docs/img/tasks/icons/zeppelin.png"]
[Feature][Doc] Add docs for zeppelin 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 * We need to add docs for `zeppelin task plugin`. * Besides traditional docs like screenshots or descriptions to instruct users how to use `zeppelin task plugin`, we could also add an example `docker-compose` file to help users get their hands dirty more easily. * related: #9201 ### Use case * Already described above. ### Related issues * Already described above. ### 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/9838
https://github.com/apache/dolphinscheduler/pull/9866
a1b6b033ad53d311329aa095446656491565ca21
1f7884609a96d0e8c588b0b1063f968a92034017
2022-04-28T09:50:56Z
java
2022-05-06T07:04:52Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,831
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"]
[Bug-GroupQueue] Task queue status not updated after forcing.
### 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 queue status not updated after forcing. ### What you expected to happen normal ### How to reproduce Create task groups and execute workflows. ### 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/9831
https://github.com/apache/dolphinscheduler/pull/9832
bbf6c4ed62e0b5ad57d41691a05032e2a613c739
3cea039239a4f4fbe8959228be6f38123f02285c
2022-04-28T08:05:11Z
java
2022-04-28T08:41:00Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,829
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/SchedulerServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/vo/ScheduleVo.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", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/JSONUtilsTest.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/quartz/impl/QuartzExecutorImpl.java"]
[Bug] [Api] scheduler time error when change timezone
### 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/11962619/165702758-b44163a8-54a7-4a8f-882f-b7e792554d0a.png) ![91dc25ef846f67666862b5f229d881c](https://user-images.githubusercontent.com/11962619/165702440-2c62d705-fb37-41f9-b353-b7eac7776bde.png) ### What you expected to happen schedule time correct. ### How to reproduce create a schedule in UTC timezone, and then change timezone to Asia/Shanghai ### 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/9829
https://github.com/apache/dolphinscheduler/pull/9830
d1f5bbfcae3659c885a20e4ea9f0e05001f2db42
5d5125d50760ac7846d78b12c270143bbbe5a037
2022-04-28T07:44:47Z
java
2022-04-29T02:17:34Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,827
["dolphinscheduler-ui-next/src/views/datasource/list/use-form.ts"]
[Bug] [DataSource] json object serialization 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 json object serialization error ### What you expected to happen 1. json object serialization is good ### How to reproduce 1. create datasource 2. edit datasource ### Anything else <img width="2132" alt="image" src="https://user-images.githubusercontent.com/42627702/165702596-b456a4a0-e713-4804-96df-ad6410a60119.png"> ### Version 3.0.0-alpha ### 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/9827
https://github.com/apache/dolphinscheduler/pull/9828
6a2484196ddcb5c87c75e4fe8414d178c2ef4882
47b4489452eb8d19660fe7af8f02299540035424
2022-04-28T07:42:51Z
java
2022-04-28T10:11:02Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,824
["dolphinscheduler-ui-next/src/locales/modules/en_US.ts"]
[Bug][UI-Next][V1.0.0-Beta] The workflow name spelling 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 <img width="596" alt="image" src="https://user-images.githubusercontent.com/97265214/165695878-d9c17b65-06db-4f19-b2da-9684678818b3.png"> ### What you expected to happen Should be workflow not wrokflow. ### How to reproduce 1. Open the workflow definition page. 2. Create a workflow. 3. Create a dependent task. 4. Add a dependency. ### 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/9824
https://github.com/apache/dolphinscheduler/pull/9833
3cea039239a4f4fbe8959228be6f38123f02285c
6a2484196ddcb5c87c75e4fe8414d178c2ef4882
2022-04-28T07:04:22Z
java
2022-04-28T08:52:19Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,822
["dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/logback-spring.xml", "dolphinscheduler-api/src/main/resources/logback-spring.xml", "dolphinscheduler-data-quality/src/main/resources/log4j.properties", "dolphinscheduler-master/src/main/resources/logback-spring.xml", "dolphinscheduler-standalone-server/src/main/resources/logback-spring.xml", "dolphinscheduler-worker/src/main/resources/logback-spring.xml"]
[Feature] [Log] Add timezone information in log output
### 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 timezone information in task log output. If users switch timezone, they may get confused when they check the previous logs. ![image](https://user-images.githubusercontent.com/34905992/165671330-d08a3830-3306-4c51-9908-eef68fb5f85a.png) * related: #8310 ### What you expected to happen * Log output should explicitly show timezone information, e.g. `[INFO] 2022-04-28 03:31:46.300 UTC` or `[INFO] 2022-04-28 03:31:46.300 + 00:00` ### How to reproduce * Already described above. ### 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/9822
https://github.com/apache/dolphinscheduler/pull/9913
c9bba819bd73721c098cfa0352bbb47c1265a5d2
8562f6a878ffac0064b111bd2f916cc4a00d2942
2022-04-28T03:40:14Z
java
2022-05-06T09:31:44Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,819
["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapper.xml"]
[Bug-BD] The serial wait time instance is empty when the serial wait final state is queried.
### 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 serial wait time instance is empty when the serial wait final state is queried. ### What you expected to happen successfully queried ### How to reproduce Select Serial Waiting for Execution Policy ### 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/9819
https://github.com/apache/dolphinscheduler/pull/9820
828034f8b9760ed51cd5657e31b4e4f462c643c0
ab2d535e5451ea05b0da89865176b6612e3d2994
2022-04-28T02:21:01Z
java
2022-04-28T03:00:33Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,811
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java"]
[Bug] [ProcessInstance] Replace default global params value failed at "COMPLEMENT_DATA" mode
### 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="822" alt="process_definition" src="https://user-images.githubusercontent.com/7680235/165489435-14b3f989-9c93-4ac6-be39-bc3561fc6622.png"> The process have several global params default blank. When I run the process at "START_PROCESS" mode, the global_params could be replaced correctly, but if I run the process at "COMPLEMENT_DATA" mode, the replace string all loss. In database, table t_ds_process_instance: Both two modes have the correct command_param, but only "START_PROCESS" have the correct replaced global_params, "COMPLEMENT_DATA" only have the same as process defined. "START_PROCESS": ![correct](https://user-images.githubusercontent.com/7680235/165491987-2757d3df-4635-42ce-9f94-4a302c4c6fdc.jpg) "COMPLEMENT_DATA": ![wrong](https://user-images.githubusercontent.com/7680235/165492073-bb7b581d-026e-4137-aa15-f6277a69079d.jpg) ### What you expected to happen Global params can be replaced correctly at "COMPLEMENT_DATA" mode. ### How to reproduce Create a new process, set some global params default blank. try run at START_PROCESS and COMPLEMENT_DATA mode, see different in t_ds_process_instance. ### Anything else _No response_ ### Version 2.0.3 ### 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/9811
https://github.com/apache/dolphinscheduler/pull/9952
bc1c15b142ea02cdbd9533e890f8f0af897d1cec
d4aeee16e5f3f67e37a31fa606acf0b313189655
2022-04-27T09:55:39Z
java
2022-05-11T10:37:03Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,806
["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx"]
[Bug][Next-UI][V1.0.0-Beta] Logo disappeared when format dag.
### 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 Logo disappeared when format dag <img width="1881" alt="image" src="https://user-images.githubusercontent.com/76080484/165453602-ac0da123-b565-46de-b82f-45023fb506c8.png"> <img width="1645" alt="image" src="https://user-images.githubusercontent.com/76080484/165453689-cc5509c4-3ffa-463c-a626-0aae4cbf6724.png"> ### What you expected to happen Logo display normal ### How to reproduce Open Workflow Instance and select instance into it. Click Format button to format dag. ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/9806
https://github.com/apache/dolphinscheduler/pull/9864
e41de35e17436646c3f551a93e53091e85d76d06
52826194a68c75a7a0f0d85062cef067f71d4b38
2022-04-27T06:19:06Z
java
2022-05-05T02:13:56Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,804
["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/views/resource/task-group/queue/index.tsx"]
[Bug][Next-UI][V1.0.0-Beta] The placeholders are error on the task group queue 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 ![image](https://user-images.githubusercontent.com/97265214/165446847-d61bd3cc-45d9-4724-82ba-7ac600369d78.png) ### What you expected to happen One should be workflow instance and another should be task instance. ### How to reproduce Open the task group queue 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/9804
https://github.com/apache/dolphinscheduler/pull/9805
206b7c1c51e84f2e937748bc94191b23f95298e9
d618602aa309b506698a505b008856cfd16cefb6
2022-04-27T05:26:12Z
java
2022-04-27T09:03:37Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,798
["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/views/projects/task/components/node/fields/use-jupyter.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-zeppelin.ts"]
[Feature][Task Plugin] Enable note-level task scheduling for 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 feature requirement. ### Description * Currently `Zeppelin` task plugin only supports paragraph-level task scheduling because there is no `cancelNote` method in `Zeppelin Client Api` as mentioned here: https://github.com/apache/dolphinscheduler/pull/9327#issue-1190514486 * We should enable note-level task scheduling for `Zeppelin` task as soon as this PR is merged: https://github.com/apache/zeppelin/pull/4362 ### Use case * Users will be able to use Dolphin Scheduler to schedule both zeppelin notebook notes and paragraphs. ### Related issues related: #9201 ### 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/9798
https://github.com/apache/dolphinscheduler/pull/10434
2c227ab3849b50e2fac508c458a8b9b36a073159
4be3b877c3c143e2b5c58c017b641fd927c0dff5
2022-04-26T17:03:31Z
java
2022-06-18T05:34:24Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,796
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ExecutorService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskGroupServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ExecutorServiceTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/TaskGroupServiceTest.java"]
[BUG-BE][Resource/Task Group Queue] The start the task seems not working on the task group queue 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 The start the task seems not working on the task group queue page. It means that I did not get any feedback. ### What you expected to happen It should be working. ### How to reproduce https://user-images.githubusercontent.com/97265214/165246315-8992c1fd-6fcb-4b6c-9019-7e3ccd76de1c.gif ### 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/9796
https://github.com/apache/dolphinscheduler/pull/9797
1c4b8d1811ea9ac61746371c38a88fe84383fb9e
d2fe85d7da6b78177db460b8d04c7cb32f967003
2022-04-26T15:44:57Z
java
2022-04-27T09:23:48Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,786
["dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/src/main/java/org/apache/dolphinscheduler/plugin/alert/http/HttpAlertChannelFactory.java", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/src/main/java/org/apache/dolphinscheduler/plugin/alert/http/HttpSender.java"]
[Bug] [Alert] Http alert Get method not working
### 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 http aler GET method not working, forget to escape symbol characters, will throw URI cannot extract when running ### What you expected to happen http alert GET method working ### How to reproduce create a new http GET method alert ### 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/9786
https://github.com/apache/dolphinscheduler/pull/9787
e3070d9fa3fdccacb3d42380862c85a8b1320f8b
6788c995781f74e3321ebc1ad33050fff5fe94a1
2022-04-26T09:20:25Z
java
2022-04-26T09:55:34Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,783
["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskGroupQueueMapper.xml"]
[BUG-BE][Resource/Task Group] There is no data with search params on task group queue 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 There is no data with search params on task group queue page. ### What you expected to happen Return the correct data. ### How to reproduce Create a task group associated task flow definition and run it. ### 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/9783
https://github.com/apache/dolphinscheduler/pull/9784
6788c995781f74e3321ebc1ad33050fff5fe94a1
f839b527bf88e0f2e17ebb8b8a6c021c2dacc9c5
2022-04-26T08:45:42Z
java
2022-04-26T10:03:55Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,781
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-modal.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/process-instance-condition.tsx"]
[Bug] [workflowtiming Module] Timing set time, online operation, when timed offline again into view, the timing interval will change
### 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 Timing set time, online operation, when timed offline again into view, the timing interval will change ![image](https://user-images.githubusercontent.com/76080484/165243465-4a7da95c-6748-4f05-9442-52377acd7a81.png) ![image](https://user-images.githubusercontent.com/76080484/165243495-810cc429-770c-4406-8cad-d4d9a98a31b2.png) ### What you expected to happen Timing set time, online operation, when the timing down again into the view, the timing interval should not change ### How to reproduce Timing set time, online operation, when timed offline again into view, the timing interval will change ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/9781
https://github.com/apache/dolphinscheduler/pull/9815
d188f49b0e56758cc2aff14d0518a9fcc0febcc3
d3c53af100389e30289d577d92d891e005646047
2022-04-26T07:17:22Z
java
2022-04-27T12:49:04Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,779
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java", "dolphinscheduler-python/pydolphinscheduler/docs/source/config.rst", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/constants.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/configuration.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/default_config.yaml", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/process_definition.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_process_definition.py", "dolphinscheduler-python/pydolphinscheduler/tests/utils/test_yaml_parser.py"]
[Bug] [python] release_state do not work in process definition
### 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 users set `OFFLINE` to process definition and submit to python-gateway-service, they want to submit process definition but keep it offline. but we currently do not pass attr `self.release_state` to python-gateway-service. https://github.com/apache/dolphinscheduler/blob/5289b09817396046489b28857ad54a85c5ffddb2/dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/process_definition.py#L357-L372 and the default process definition state always online https://github.com/apache/dolphinscheduler/blob/3457cee96047ab7ab0371a61852cac3e5a98d991/dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java#L249-L250 ### What you expected to happen when set process definition state as offline, it should be offline ### How to reproduce see what happend ### 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/9779
https://github.com/apache/dolphinscheduler/pull/10151
edcb7aad23f73fb166efc3863dfb58e137ca05b4
56e0ea802d93667de8c48796a9291a775abddd49
2022-04-26T06:58:48Z
java
2022-05-24T02:25:19Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,776
["dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapper.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.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-RD] Serial wait state task instance cannot be executed
### 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 Serial wait state task instance cannot be executed. Serial wait state task instance is missing instance ID parameter when querying ### What you expected to happen Serial wait state task instances can be executed normally. ### How to reproduce Create a task flow definition whose execution strategy is serial wait (nodes with wait time), execute multiple times. ### 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/9776
https://github.com/apache/dolphinscheduler/pull/9777
637028735dbf8a78efa63cf8358d2bead7bb5c6e
5c0be8a3d78bfb97fb4a599979ce3e77ee429784
2022-04-26T06:16:39Z
java
2022-04-26T07:47:01Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,770
["dolphinscheduler-ui-next/src/views/resource/file/edit/index.tsx"]
[Bug] [Next-UI][V1.0.0-Beta] The file detail should has some operation buttons and the shell should be readonly.
### 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 file detail doesn't have any operation buttons and the shell is editable. ### What you expected to happen The file detail should has some operation buttons and the shell should be readonly. ### How to reproduce 1. Enter the file detail 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/9770
https://github.com/apache/dolphinscheduler/pull/9802
d618602aa309b506698a505b008856cfd16cefb6
1c4b8d1811ea9ac61746371c38a88fe84383fb9e
2022-04-26T03:14:28Z
java
2022-04-27T09:05:27Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,768
["dolphinscheduler-ui-next/src/store/project/task-node.ts", "dolphinscheduler-ui-next/src/utils/truncate-text.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-context-menu.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-node-menu.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx"]
[Bug] [Next-UI][V1.0.0-Beta] The entire workflow should not be started when I started a 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 The entire workflow has been started when I started a task. ### What you expected to happen Only start the current task, which I selected, and the follow-up tasks. ### How to reproduce ![1](https://user-images.githubusercontent.com/97265214/165208791-a1c677aa-adfc-4dfd-ba10-2b8654d60379.gif) ### 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/9768
https://github.com/apache/dolphinscheduler/pull/9769
3a66f05bafd014b750d471c9c55ff38d145a6ab5
84cad137824ee886d0e50bd741c23c87823aebe3
2022-04-26T02:40:43Z
java
2022-04-26T03:14:17Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,764
["docs/configs/docsdev.js", "docs/docs/en/guide/alert/http.md", "docs/docs/zh/guide/alert/http.md", "docs/img/alert/http-get-example.png", "docs/img/alert/http-post-example.png", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/src/main/java/org/apache/dolphinscheduler/plugin/alert/http/HttpAlertChannelFactory.java"]
[Bug] [Website] script, pagerduty, http alert plugin doc missing
### 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 script, pagerduty, http alert plugin doc missing ### What you expected to happen script, pagerduty, http alert plugin doc missing ### How to reproduce script, pagerduty, http alert plugin doc missing check 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/9764
https://github.com/apache/dolphinscheduler/pull/9792
d2fe85d7da6b78177db460b8d04c7cb32f967003
7b0b4c126efdb85a076a320749877b4f4ad3ecdc
2022-04-25T15:55:38Z
java
2022-04-27T09:26:58Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,759
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java", "dolphinscheduler-python/pydolphinscheduler/docs/source/config.rst", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/configuration.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/default_config.yaml", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/process_definition.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_configuration.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_process_definition.py", "dolphinscheduler-python/pydolphinscheduler/tests/utils/test_yaml_parser.py"]
[Improvement][Python] WarningGroup should be specified when deploy process-definition via python-gate
### 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 I need to set warningGroup on the web page after I deploy process-definition via python-gate. It's very inconvenient So warningGroup should be specified when deploy process-definition via python-gate ### 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/9759
https://github.com/apache/dolphinscheduler/pull/9773
d3c53af100389e30289d577d92d891e005646047
828034f8b9760ed51cd5657e31b4e4f462c643c0
2022-04-25T10:19:08Z
java
2022-04-27T14:02:14Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,757
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/SubTaskProcessor.java"]
[BUG-BE] SUB_PROCESSS cannot view the log properly.
### 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 SUB_PROCESS task is tested and works fine. However, going into the workflow details and viewing the node's log messages reports an exception. ### What you expected to happen The SUB_PROCESS task log can be viewed normally. ### How to reproduce Successfully execute a subtask component task and view its log ### 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/9757
https://github.com/apache/dolphinscheduler/pull/9758
8b3984b20e1e68b8c082693c6a7a8e0f39e82753
897d7cb5558b581c9fc33e3faef3cefeb996f69d
2022-04-25T09:30:25Z
java
2022-04-25T10:17:48Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,756
["dolphinscheduler-ui-next/src/components/crontab/index.module.scss", "dolphinscheduler-ui-next/src/components/crontab/modules/day.tsx", "dolphinscheduler-ui-next/src/components/crontab/modules/time.tsx"]
[Bug] [UI] cannot select the workload scheduling time
### 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 > On the front page, i cannot select the workload scheduling time https://user-images.githubusercontent.com/72595723/165050360-34858dd7-9e0a-454e-bce1-1e9e76cdd716.mp4 ### What you expected to happen On the front page, i cannot select the workload scheduling time ### How to reproduce none ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/9756
https://github.com/apache/dolphinscheduler/pull/9762
83d9ea3ccb98a9ae0ff5a15aa309747c04b9211c
e1c0b448576b88c135423160de0be46295521cc9
2022-04-25T08:29:46Z
java
2022-04-26T01:18:09Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,754
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"]
[BUG-BE] SUB_PROCESS Failed to view tree view
### 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 Cannot view tree view after SUB_PROCESS task runs ### What you expected to happen This task can view the tree view normally. ### How to reproduce create then run it ### 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/9754
https://github.com/apache/dolphinscheduler/pull/9755
de50f43de63e42488cb38169cd56fba77dd24fc6
ea002452b0a5b95f17354482f5375eab0930fa66
2022-04-25T08:20:21Z
java
2022-04-25T09:07:15Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,751
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/EnvironmentServiceImpl.java"]
[BUG-BE][Env Manage] Env Manage update 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 update env failed ### What you expected to happen update env failed ### How to reproduce ![image](https://user-images.githubusercontent.com/36755957/165038233-6afbc0e9-6e04-476d-b23a-7c1c2a61da5d.png) ![image](https://user-images.githubusercontent.com/36755957/165038262-6d6c2be0-dd84-4b31-aab3-b4c17fdb98e5.png) ### 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/9751
https://github.com/apache/dolphinscheduler/pull/9752
45b4445e121cc4f0da9e29935830f04cb3d1589b
8b3984b20e1e68b8c082693c6a7a8e0f39e82753
2022-04-25T07:11:31Z
java
2022-04-25T09:46:36Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,750
["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-table.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/version-modal.tsx"]
[Bug-FE] [UI Next] Workflow instances do not support versioning, hide the version control button
### 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 instances do not support versioning, hide the version control button ### What you expected to happen hide the version control button ### How to reproduce ![image](https://user-images.githubusercontent.com/76080484/165036207-5720eca1-5bf7-4bea-8c33-40ec26ed71a3.png) ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/9750
https://github.com/apache/dolphinscheduler/pull/9825
4f596f362a976368945d3cce7b6d326d4aecf2a1
bb2d4d18e9670e1444525d7313870d4a334cd445
2022-04-25T06:56:38Z
java
2022-04-28T07:53:26Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,748
["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-child-node.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/tasks/use-sub-process.ts"]
[Bug] [Module Name] The default node name and child node should not appear in the new sub component of the workflow instance
### 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 default node name and child node should not appear in the new sub component of the workflow instance ### What you expected to happen The node name and child nodes should be empty by default ### How to reproduce ![image](https://user-images.githubusercontent.com/76080484/165032820-fe2a0998-8bcc-4f0a-86be-4e7c7b499ed7.png) ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/9748
https://github.com/apache/dolphinscheduler/pull/9760
4e56a1bff639a90b27146a7c6cfe33917b744c5f
83d9ea3ccb98a9ae0ff5a15aa309747c04b9211c
2022-04-25T06:32:20Z
java
2022-04-25T11:03:30Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,740
["dolphinscheduler-ui-next/src/views/datasource/list/index.tsx"]
[Bug-FE][UI Next][V1.0.0-Beta] Citing the wrong question.
### 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 ### What you expected to happen Fix citation errors ### How to reproduce Fix citation errors ### 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/9740
https://github.com/apache/dolphinscheduler/pull/9741
cc40816f87d1251ef2028b5d7e89805e6630a694
15eb1618b45d05442112cf1fa2dbdd59f2669d11
2022-04-25T03:13:28Z
java
2022-04-25T03:37:21Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,737
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/ApiApplicationServer.java"]
[Bug] [WorkFlow] Failed to create workflow prompt parameter
### 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 create workflow prompt parameter ### What you expected to happen 1. save workflow ### How to reproduce 1. create workflow 2. save workflow ### Anything else ![Kapture 2022-04-25 at 10 13 42](https://user-images.githubusercontent.com/42627702/165009736-086901e2-19b5-4e18-903c-c9b0f69aa6e6.gif) ### 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/9737
https://github.com/apache/dolphinscheduler/pull/9744
1f9660b80dc3954b3523e29b5230d65db6d31bf6
0176f4bf61132d48eff13793bea92ffbb0e174ba
2022-04-25T02:16:17Z
java
2022-04-25T05:26:34Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,731
["dolphinscheduler-ui-next/src/common/common.ts", "dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/use-table.ts"]
[Bug] [TaskInstance] Task instance list date processing 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 Task instance list date processing exception ### What you expected to happen 1. like the workflow instance list, it displays a dashed line ### How to reproduce 1. stop work node 2. create workflow 3. run workflow ### Anything else ![image](https://user-images.githubusercontent.com/42627702/164986017-8f38a663-ba05-4b17-ae71-4054c3820d3a.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/9731
https://github.com/apache/dolphinscheduler/pull/9732
ea002452b0a5b95f17354482f5375eab0930fa66
45b4445e121cc4f0da9e29935830f04cb3d1589b
2022-04-24T16:26:51Z
java
2022-04-25T09:10:18Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,729
["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java"]
[BUG-BE][MASTER] The startup global parameter was not working.
### 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 startup parameter was not working when I created a workflow without the global variables. ### What you expected to happen The startup parameter should be working. ### How to reproduce Create a workflow without setting the global variables. Start the workflow with the startup parameter. Check the task instance log. ### 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/9729
https://github.com/apache/dolphinscheduler/pull/9730
9abcbbac2ebf71c2e2966d37ddadf122a6f2122f
e6dade71bb1a30e2499d51af8da20b245e319608
2022-04-24T15:44:00Z
java
2022-04-25T06:05:40Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,719
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/MasterServer.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/FailoverExecuteThread.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterSchedulerService.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/task/TaskPluginManager.java", "dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/WorkerServer.java"]
[Bug] [Master] Failover process instance fail
### 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 ``` [INFO] 2022-04-24 17:42:38.280 org.whaleops.service.process.WhaleProcessService:[1245] - start submit task : c, instance id:132, state: RUNNING_EXECUTION [INFO] 2022-04-24 17:42:38.284 org.whaleops.service.process.WhaleProcessService:[1259] - end submit task to db successfully:240 c state:SUBMITTED_SUCCESS complete, instance id:132 state: RUNNING_EXECUTION [INFO] 2022-04-24 17:42:38.287 TaskLogLogger-class org.apache.dolphinscheduler.server.master.runner.task.CommonTaskProcessor:[113] - task ready to submit: TaskInstance{id=240, name='c', taskType='SHELL', processInstanceId=132, processInstanceName='null', state=SUBMITTED_SUCCESS, firstSubmitTime=Sun Apr 24 17:42:38 CST 2022, submitTime=Sun Apr 24 17:42:38 CST 2022, startTime=null, endTime=null, host='null', executePath='null', logPath='null', retryTimes=0, alertFlag=NO, processInstance=ProcessInstance{id=132, state=RUNNING_EXECUTION, recovery=YES, startTime=Sun Apr 24 17:42:10 CST 2022, endTime=null, runTimes=1, name='c-4-20220424174210410', host='192.168.1.5:5688', processDefinition=ProcessDefinition{id=6, code=5293486169440, name='c', version=4, releaseState=ONLINE, projectCode=5227955009248, description='', globalParams='[]', globalParamList=[], globalParamMap=null, createTime=Sun Apr 24 15:36:01 CST 2022, updateTime=Sun Apr 24 17:26:40 CST 2022, flag=YES, userId=1, userName='null', projectName='null', locations='[{"taskCode":5293484338912,"x":290,"y":178}]', scheduleReleaseState=null, timeout=0, tenantId=1, tenantCode='null', modifyBy='null', warningGroupId=0}, commandType=RECOVER_TOLERANCE_FAULT_PROCESS, commandParam='{}', taskDependType=TASK_POST, maxTryTimes=0, failureStrategy=CONTINUE, warningType=NONE, warningGroupId=0, scheduleTime=null, commandStartTime=Sun Apr 24 17:42:09 CST 2022, globalParams='null', executorId=1, tenantCode='null', queue='null', isSubProcess=NO, locations='null', historyCmd='START_PROCESS,RECOVER_TOLERANCE_FAULT_PROCESS', dependenceScheduleTimes='null', duration=null, processInstancePriority=MEDIUM, workerGroup='default', timeout=0, tenantId=1, processDefinitionCode='5293486169440', processDefinitionVersion='4', dryRun='0'}, restartTime='Sun Apr 24 17:42:38 CST 2022', isBlocked=false}, processDefine=ProcessDefinition{id=6, code=5293486169440, name='c', version=4, releaseState=ONLINE, projectCode=5227955009248, description='', globalParams='[]', globalParamList=[], globalParamMap=null, createTime=Sun Apr 24 15:36:01 CST 2022, updateTime=Sun Apr 24 17:26:40 CST 2022, flag=YES, userId=1, userName='null', projectName='null', locations='[{"taskCode":5293484338912,"x":290,"y":178}]', scheduleReleaseState=null, timeout=0, tenantId=1, tenantCode='null', modifyBy='null', warningGroupId=0}, pid=0, appLink='null', flag=YES, dependency='null', duration=null, maxRetryTimes=0, retryInterval=1, taskInstancePriority=MEDIUM, processInstancePriority=MEDIUM, dependentResult='null', workerGroup='default', environmentCode=-1, environmentConfig='null', executorId=1, executorName='null', delayTime=0, dryRun=0} [ERROR] 2022-04-24 17:42:38.295 TaskLogLogger-class org.apache.dolphinscheduler.server.master.runner.task.CommonTaskProcessor:[131] - submit task error java.lang.NullPointerException: null at org.apache.dolphinscheduler.server.master.runner.task.BaseTaskProcessor.getTaskExecutionContext(BaseTaskProcessor.java:273) at org.apache.dolphinscheduler.server.master.runner.task.CommonTaskProcessor.dispatchTask(CommonTaskProcessor.java:119) at org.apache.dolphinscheduler.server.master.runner.task.CommonTaskProcessor.submitTask(CommonTaskProcessor.java:70) at org.apache.dolphinscheduler.server.master.runner.task.BaseTaskProcessor.submit(BaseTaskProcessor.java:193) at org.apache.dolphinscheduler.server.master.runner.task.BaseTaskProcessor.action(BaseTaskProcessor.java:179) at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.submitTaskExec(WorkflowExecuteThread.java:978) at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.submitStandByTask(WorkflowExecuteThread.java:1814) at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.submitPostNode(WorkflowExecuteThread.java:1336) at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.startProcess(WorkflowExecuteThread.java:795) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) [INFO] 2022-04-24 17:42:38.295 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[1719] - remove task from stand by list, id: 240 name:c [INFO] 2022-04-24 17:42:38.316 springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:[40] - Generating unique operation named: createScheduleUsingPOST_1 [INFO] 2022-04-24 17:42:38.317 springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:[40] - Generating unique operation named: deleteScheduleByIdUsingDELETE_1 [INFO] 2022-04-24 17:42:38.318 springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:[40] - Generating unique operation named: previewScheduleUsingPOST_1 [INFO] 2022-04-24 17:42:38.319 springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:[40] - Generating unique operation named: queryScheduleListPagingUsingGET_1 [INFO] 2022-04-24 17:42:38.322 springfox.documentation.spring.web.readers.operation.CachingOperationNameGenerator:[40] - Generating unique operation named: updateScheduleUsingPUT_1 [INFO] 2022-04-24 17:42:38.356 org.whaleops.WhaleStandaloneServer:[61] - Started WhaleStandaloneServer in 11.038 seconds (JVM running for 13.309) [INFO] 2022-04-24 17:42:38.373 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: CONDITIONS [INFO] 2022-04-24 17:42:38.374 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: CONDITIONS [INFO] 2022-04-24 17:42:38.377 org.apache.dolphinscheduler.spi.utils.JSONUtils:[59] - init timezone: sun.util.calendar.ZoneInfo[id="Asia/Shanghai",offset=28800000,dstSavings=0,useDaylight=false,transitions=31,lastRule=null] [INFO] 2022-04-24 17:42:38.385 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: DATA_QUALITY [INFO] 2022-04-24 17:42:38.386 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: DATA_QUALITY [INFO] 2022-04-24 17:42:38.391 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: DATAX [INFO] 2022-04-24 17:42:38.391 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: DATAX [INFO] 2022-04-24 17:42:38.393 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: DEPENDENT [INFO] 2022-04-24 17:42:38.394 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: DEPENDENT [INFO] 2022-04-24 17:42:38.396 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: FLINK [INFO] 2022-04-24 17:42:38.396 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: FLINK [INFO] 2022-04-24 17:42:38.398 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: HTTP [INFO] 2022-04-24 17:42:38.398 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: HTTP [INFO] 2022-04-24 17:42:38.400 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: MR [INFO] 2022-04-24 17:42:38.401 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: MR [INFO] 2022-04-24 17:42:38.406 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: PIGEON [INFO] 2022-04-24 17:42:38.407 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: PIGEON [INFO] 2022-04-24 17:42:38.410 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: PROCEDURE [INFO] 2022-04-24 17:42:38.410 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: PROCEDURE [INFO] 2022-04-24 17:42:38.412 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: PYTHON [INFO] 2022-04-24 17:42:38.413 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: PYTHON [INFO] 2022-04-24 17:42:38.415 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: SEATUNNEL [INFO] 2022-04-24 17:42:38.415 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: SEATUNNEL [INFO] 2022-04-24 17:42:38.418 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: SHELL [INFO] 2022-04-24 17:42:38.418 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: SHELL [INFO] 2022-04-24 17:42:38.423 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: SPARK [INFO] 2022-04-24 17:42:38.425 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: SPARK [INFO] 2022-04-24 17:42:38.427 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: SQL [INFO] 2022-04-24 17:42:38.428 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: SQL [INFO] 2022-04-24 17:42:38.429 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: SQOOP [INFO] 2022-04-24 17:42:38.430 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: SQOOP [INFO] 2022-04-24 17:42:38.431 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: SUB_PROCESS [INFO] 2022-04-24 17:42:38.432 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: SUB_PROCESS [INFO] 2022-04-24 17:42:38.434 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: SWITCH [INFO] 2022-04-24 17:42:38.435 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: SWITCH [INFO] 2022-04-24 17:42:38.437 org.apache.dolphinscheduler.service.task.TaskPluginManager:[96] - Registering task plugin: EMR [INFO] 2022-04-24 17:42:38.438 org.apache.dolphinscheduler.service.task.TaskPluginManager:[104] - Registered task plugin: EMR ``` ### What you expected to happen can failover normally when master startup. ### How to reproduce create a workflow with a long time task, run workflow and then close the server (master and worker) start server(worker and master). ### 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/9719
https://github.com/apache/dolphinscheduler/pull/9720
ebc4253d5020c0bf319561985c0c25bace5c283b
5657cb9aecfd2ce6b87fb5340439cdf4c1c2bb9a
2022-04-24T10:52:04Z
java
2022-04-24T12:34:21Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,717
["dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/utils/DagHelper.java", "dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/utils/DagHelperTest.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"]
[Bug-RD] When a task flow has multiple nodes and the failure policy is failure to continue, the policy is invalid
### 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 a task flow has multiple nodes and the failure policy is failure to continue, the policy is invalid ### What you expected to happen When you set the failure policy to continue, you can continue execution to complete the entire workflow ### How to reproduce Add a task flow. Create multiple nodes and child nodes. Failure Strategy Selection: Continue. Start execution. ### 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/9717
https://github.com/apache/dolphinscheduler/pull/9718
e6dade71bb1a30e2499d51af8da20b245e319608
7bcec7115aa5967bed9208ee24a567899fb4f84d
2022-04-24T10:29:56Z
java
2022-04-25T07:29:18Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,716
["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/table-action.tsx"]
[Bug-RD] Clicking Resume fails the workflow will continue to run
### 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 Clicking Resume fails the workflow will continue to run ![image](https://user-images.githubusercontent.com/76080484/164971506-e74d9914-218a-4629-8a35-6e2f3efb5db0.png) ### What you expected to happen Click Resume failed to stop running, or modify the click label to: Failed to retry ### How to reproduce Running a failed workflow,Clicking Resume fails the workflow will continue to run ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/9716
https://github.com/apache/dolphinscheduler/pull/9761
897d7cb5558b581c9fc33e3faef3cefeb996f69d
4e56a1bff639a90b27146a7c6cfe33917b744c5f
2022-04-24T10:10:55Z
java
2022-04-25T11:02:47Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,711
["dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts"]
[Bug-FE][UI Next][V1.0.0-Alpha]SUB_PROCESS component execution completion display 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 SUB_PROCESS component execution completion display problem ![image](https://user-images.githubusercontent.com/76080484/164968250-a2601626-dc86-40b5-8002-57c99dccb1a7.png) ### What you expected to happen SUB_PROCESS component will not have host execution host, should be straight line logo, will not generate logs should hide the log display button, or enter the log details page prompt this component will not generate logs ### How to reproduce SUB_PROCESS component execution ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/9711
https://github.com/apache/dolphinscheduler/pull/9742
15eb1618b45d05442112cf1fa2dbdd59f2669d11
1f9660b80dc3954b3523e29b5230d65db6d31bf6
2022-04-24T08:49:49Z
java
2022-04-25T04:27:08Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,707
["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-task-group.ts"]
[Bug] [Next-UI][V1.0.0-Beta] Can not remove the selected task 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 - can not remove the selected task group. <img width="1521" alt="image" src="https://user-images.githubusercontent.com/8847400/164967363-e4faee6b-e6cf-4d34-9eb0-783b7cd5281d.png"> ### What you expected to happen Task group name can clear ### 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/9707
https://github.com/apache/dolphinscheduler/pull/9708
5657cb9aecfd2ce6b87fb5340439cdf4c1c2bb9a
3faa65ef0c3940125bc7443ac7208292709e9f35
2022-04-24T08:26:22Z
java
2022-04-25T02:03:11Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,702
["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx"]
[Bug-FE] [Workflow] Deformation of timeout alarm interface
### 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 Deformation of timeout alarm interface ### What you expected to happen reduce div space ### How to reproduce 1. create workflow 2. create node 3. save workflow 4. click timeout alarm button ### Anything else <img width="1975" alt="image" src="https://user-images.githubusercontent.com/42627702/164965909-411548af-bcbc-40c0-a0c0-060dff7f8069.png"> <img width="1896" alt="image" src="https://user-images.githubusercontent.com/42627702/164967593-baba1059-47fd-49e8-9d5e-a935065e31a6.png"> ### 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/9702
https://github.com/apache/dolphinscheduler/pull/9710
7382284b7d6095ad445a77e81381c1347ba61096
257380467e42100589d8d0533633eafec42dc4fd
2022-04-24T07:54:15Z
java
2022-04-24T09:56:10Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,696
["dolphinscheduler-ui-next/src/views/datasource/list/index.tsx", "dolphinscheduler-ui-next/src/views/datasource/list/use-columns.ts"]
[Bug] [Next-UI][V1.0.0-Beta] Action buttons should be displayed on one line.
### 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 action buttons are displayed as two lines. <img width="1463" alt="image" src="https://user-images.githubusercontent.com/97265214/164960601-0c9be3d4-93ed-45fe-9392-cba25e8b0613.png"> ### What you expected to happen Action buttons should be displayed on one line. ### How to reproduce 1. Open the datasource page. ### 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/9696
https://github.com/apache/dolphinscheduler/pull/9700
3faa65ef0c3940125bc7443ac7208292709e9f35
cd82f45d5eefbf549056d3e4115e0ae7d349cdc7
2022-04-24T06:51:14Z
java
2022-04-25T02:04:04Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,695
["dolphinscheduler-ui-next/src/views/resource/file/index.tsx"]
[Bug-FE][UI Next][V1.0.0-Alpha] Route is error in file manage root
### 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 - Route is error in file manage root <img width="764" alt="image" src="https://user-images.githubusercontent.com/8847400/164960130-7b27964d-fac3-4351-baaf-bdc65a27e001.png"> <img width="616" alt="image" src="https://user-images.githubusercontent.com/8847400/164960117-1310c9c2-668b-4cbd-94ef-10e9ab19eb90.png"> ### What you expected to happen <img width="692" alt="image" src="https://user-images.githubusercontent.com/8847400/164960184-0757464b-7e01-4f4e-a298-01d23870fe46.png"> ### How to reproduce - Open File manage - into child folder - click `Root` on breadcrumb ### 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/9695
https://github.com/apache/dolphinscheduler/pull/9697
0643fe44a4a520727abd61ebcd9af293e25d762f
48d526f275f941d2068985b22747fd017a4d48e0
2022-04-24T06:41:43Z
java
2022-04-24T07:29:50Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,693
["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-node-status.ts"]
[Bug-FE][UI Next][V1.0.0-Alpha] Runs normally, but no run success logo is displayed
### 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 Runs normally, but no run success logo is displayed ### What you expected to happen Normal operation, successful operation display logo ### How to reproduce ![image](https://user-images.githubusercontent.com/76080484/164958491-84a12524-2918-4aee-9559-a7cd06257bec.png) ![image](https://user-images.githubusercontent.com/76080484/164958501-34517675-9de9-4d2e-bc5a-e6fa9a01138e.png) ![image](https://user-images.githubusercontent.com/76080484/164958505-70d1554b-4976-4f48-9db6-dc239539dc7b.png) ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/9693
https://github.com/apache/dolphinscheduler/pull/9694
b276c372d4db2e40e718a21aa4f5ab0ac3c23210
0643fe44a4a520727abd61ebcd9af293e25d762f
2022-04-24T05:50:16Z
java
2022-04-24T07:28:26Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,687
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessTaskRelationServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/SchedulerServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskDefinitionServiceImpl.java"]
[BUG] [API] The alert format is wrong
### 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 error message is not clear when workflow instance reRun failed ### What you expected to happen Prompt clear error message ### How to reproduce Create a workflow and set shell task Online and run it Offline and edit it Open workflow instance and reRun instance ![image](https://user-images.githubusercontent.com/36755957/164955507-cd6f0244-8f61-4615-9723-d880edabbe0b.png) ![image](https://user-images.githubusercontent.com/36755957/164955516-9b93857d-ce1d-426e-aa7e-84b504416efd.png) ### 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/9687
https://github.com/apache/dolphinscheduler/pull/9689
99678c097c3a80757172aca038c4df15117effc4
a51b710b1c8ae43d9e9bcbc386af4d81fb7e6b65
2022-04-24T03:42:05Z
java
2022-04-24T05:29:27Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,682
["dolphinscheduler-ui-next/src/utils/clipboard.ts"]
[Bug-FE] [WorkFlow Instance] Workflow name copy function does not 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 Workflow name copy function does not work ### What you expected to happen The first click of the copy button does not work, the second click does ### How to reproduce 1. run workflow 2. go to workflow instance 3. click workflow instance name 4. click the copy workflow instance name button ### Anything else <img width="1881" alt="image" src="https://user-images.githubusercontent.com/42627702/164916029-58507c5d-6ac4-4767-8f50-579670ac5261.png"> ### 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/9682
https://github.com/apache/dolphinscheduler/pull/9684
29a0ea32c69df836bc3e5a5247810c55fd9bd775
99678c097c3a80757172aca038c4df15117effc4
2022-04-23T17:01:19Z
java
2022-04-24T03:56:58Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,675
["docs/docs/en/guide/installation/pseudo-cluster.md", "docs/docs/en/guide/upgrade.md", "docs/docs/zh/guide/installation/pseudo-cluster.md", "docs/docs/zh/guide/upgrade.md", "dolphinscheduler-tools/src/main/assembly/dolphinscheduler-tools.xml", "dolphinscheduler-tools/src/main/bin/create-schema.sh", "dolphinscheduler-tools/src/main/bin/upgrade-schema.sh"]
[Feature][Deploy] Add missing default values in dolphinscheduler_env.sh
### 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 latest code, we have `dolphinscheduler_env.sh` to set environment variables. However, a few default values are missing. https://github.com/apache/dolphinscheduler/blob/88d2803fe1bd59b1fa719e3cddce1a9e7d1313e8/script/env/dolphinscheduler_env.sh#L33-L36 * Also, we need some examples and docs for Dolphin users about how to config `dolphinscheduler_env.sh` * https://github.com/apache/dolphinscheduler/blob/dev/script/env/dolphinscheduler_env.sh ### Use case * BTW, after building the project, we will have `./tools/bin/dolphinscheduler_env.sh` and `./bin/env/dolphinscheduler_env.sh`. May I ask why we need both of them? ### 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/9675
https://github.com/apache/dolphinscheduler/pull/9733
14144e8d2e08eb7843aa2e20b705577fa23283e5
515c3631480c33c3b12fd0188fe064d59ade7b94
2022-04-22T12:09:53Z
java
2022-04-27T05:44:37Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,674
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-modal.ts"]
[Bug-FE][UI Next][V1.0.0-Beta] Running the same workflow, the parameter displays an error in last one
### 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 run the same workflow, the parameter displays an error in the second time.The default values should actually be displayed,Not the value from the first run. Figure 1 show the default value "123123" of key "a" <img width="493" alt="image" src="https://user-images.githubusercontent.com/31528124/164706334-56bd62fd-4cc4-47d0-9a0c-d86f9882a31f.png"> Figure 2 is my first run <img width="501" alt="image" src="https://user-images.githubusercontent.com/31528124/164706732-f2031e9d-8460-48c0-8fba-ebff85682aa3.png"> Figure 3 shows how I clicked on the workload again after the first run. We can see that the value of key "a" is "asdfasdf", same as my first run.The values are self-filled, I didn't fill them in manually. <img width="496" alt="image" src="https://user-images.githubusercontent.com/31528124/164707387-b0a0d826-eebb-4009-a995-5484e48fabfc.png"> ### What you expected to happen Restore default values (123123) quickly after I have runed the workflow ### How to reproduce If you can't reproduct, please run the second times quickly. ### 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/9674
https://github.com/apache/dolphinscheduler/pull/9692
86bdb826dc4df912a60d1cd8bbaffc7ad2b6913f
3e851940e8f5d155a069d15a55fb57e7d9ea6344
2022-04-22T11:41:14Z
java
2022-04-24T06:15:53Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,670
["docs/docs/en/architecture/configuration.md", "docs/docs/zh/architecture/configuration.md"]
[Bug] [Doc] Update Project directory structure
### 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 * Project directory structure has changed lot, we need to update docs of both English and Chinese versions. * See https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/architecture/configuration.md ### What you expected to happen * Already described above ### How to reproduce * Already described 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/9670
https://github.com/apache/dolphinscheduler/pull/10107
0abfb5e74485d6658d8db33d92549d1f469ab752
7a8f3f1810ec283fc5acd66077d46db88b0400af
2022-04-22T09:43:33Z
java
2022-05-23T03:11:45Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,668
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessDefinitionController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessInstanceController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java"]
[Improvement] Workflow definition and workflow instance response description is unclear when deleting, details are in the 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 The response description of the workflow definition and workflow instance is not clear when deleting, I see the specific reason for the pull response error in the log. ### Use case Create multiple workflow definitions or workflow instances, and then perform batch delete operations. ### 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/9668
https://github.com/apache/dolphinscheduler/pull/9669
b564e58cf365ef0d065d3527bad9f79a8e15c71c
387ebe5bb06ff76a7a62bc901087c8d4ba2ee544
2022-04-22T09:19:46Z
java
2022-04-22T10:17:22Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,666
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.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/ProcessServiceImpl.java"]
[Bug] [Master] Task dispatch error due to the resource pool of the task group will not be released
### 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 ![2718c1ad124b8df2034cf92a24c17a3](https://user-images.githubusercontent.com/11962619/164619328-21c88012-bb4c-4c84-9924-d53d5f4a56b5.png) ![image](https://user-images.githubusercontent.com/11962619/164619629-1e468af4-8860-4a15-bbf5-5e72d18e9207.png) ![image](https://user-images.githubusercontent.com/11962619/164619700-566bfb66-e57b-4803-b0bc-da3ad20a5fa7.png) Task dispatch error due to the resource pool of the task group will not be released ### What you expected to happen When task finish, the resource pool of the task group will release, and next task run normally. ### How to reproduce create a task group with resource pool size 10, and then create a task use it, run more than 10 task instances. ### 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/9666
https://github.com/apache/dolphinscheduler/pull/9667
387ebe5bb06ff76a7a62bc901087c8d4ba2ee544
88d2803fe1bd59b1fa719e3cddce1a9e7d1313e8
2022-04-22T09:08:20Z
java
2022-04-22T10:39:40Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,665
["dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/sql.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_sql.py"]
[Improvement][python] sql type can not be specified
### 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 I deploy sql task through python-gate. Sql type will be identified by the regex. I think it should be specified by a parameter. 当我通过python gate 上传一个 sql 类型的任务时 sql 的类型(SELECT / NOT_SELECT) 只能通过正则确定 应该通过一个参数指定更加直观一点 ### Use case I can't create table task through python-gate. Because the "create table xxx" sql will be identified as "SELECT" type. 当我想弄一个 创建表 的sql任务,它会被认定为 "SELECT" 类型,会导致任务失败,因为 正则表达式 是 "^(?!(.* |)insert |(.* |)delete |(.* |)drop |(.* |)update |(.* |)alter ).*" ### 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/9665
https://github.com/apache/dolphinscheduler/pull/9673
cd82f45d5eefbf549056d3e4115e0ae7d349cdc7
8a8b63cd96ad0301322e25936f305ff595f317dc
2022-04-22T08:55:30Z
java
2022-04-25T02:17:20Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,652
["docs/configs/docsdev.js", "docs/docs/en/guide/data-quality.md", "docs/docs/en/guide/start/docker.md", "docs/docs/zh/guide/data-quality.md", "docs/docs/zh/guide/start/docker.md"]
[Bug] [doc] Data quality without config to sidebar
### 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 Data quality without config to sidebar ### What you expected to happen Data quality without config to sidebar ### How to reproduce Data quality without config to sidebar ### 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/9652
https://github.com/apache/dolphinscheduler/pull/9662
267b307632525b5a58a2dc593df1c140cd481a15
dde6d1f4481b0c2196c40026b51c4373894e9c76
2022-04-21T09:10:44Z
java
2022-04-22T06:45:07Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,650
["dolphinscheduler-ui-next/src/service/service.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx"]
[Bug] [UI][V1.0.0-Beta] The parameter variables and startup parameters window cannot auto close
### 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 parameter variables and startup parameters window cannot auto close <img width="1512" alt="image" src="https://user-images.githubusercontent.com/8847400/164413631-70695d61-d52b-418b-b4e4-8f7956f2c94e.png"> ### What you expected to happen The parameter variables and startup parameters window auto close ### How to reproduce Open Workflow Instance and click `startup parameters` ### 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/9650
https://github.com/apache/dolphinscheduler/pull/9653
dde6d1f4481b0c2196c40026b51c4373894e9c76
30a8372505bdc00b58792f1f3761d93b04d046a7
2022-04-21T08:30:49Z
java
2022-04-22T06:51:30Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,648
["dolphinscheduler-ui-next/src/views/resource/file/index.tsx"]
[Bug] [UI][V1.0.0-Beta] The prompts of resource not exist error message
### 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 prompts of `resource not exist` error message Occasional appearance when I visit not file mange page <img width="1531" alt="image" src="https://user-images.githubusercontent.com/8847400/164409505-71bd27c5-c35a-42d6-80bf-f39647d7772c.png"> ### What you expected to happen above ### 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/9648
https://github.com/apache/dolphinscheduler/pull/9657
30a8372505bdc00b58792f1f3761d93b04d046a7
1de7f154a38566f4d7989c8c7ebe8bda16a8dc6e
2022-04-21T08:11:23Z
java
2022-04-22T06:52:34Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,647
["dolphinscheduler-ui-next/src/store/project/task-node.ts", "dolphinscheduler-ui-next/src/store/project/types.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-dependent.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/types.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-node-status.ts"]
[Feature][UI-Next] Add dependent process/task status icon as we do in 2.0.X version.
### 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 ![](https://vip2.loli.io/2022/04/20/TSLCOHXcRwPaQgZ.png) ### 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/9647
https://github.com/apache/dolphinscheduler/pull/9663
1de7f154a38566f4d7989c8c7ebe8bda16a8dc6e
b564e58cf365ef0d065d3527bad9f79a8e15c71c
2022-04-21T08:06:07Z
java
2022-04-22T08:30:17Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,646
["dolphinscheduler-ui-next/src/components/form/fields/custom-parameters.ts", "dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/service/service.ts", "dolphinscheduler-ui-next/src/utils/downloadFile.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-dependent.ts"]
[Feature][UI-Next][V1.0.0-Beta] Adjust the UI presentation of the dependent 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 I suggest that adjusting the UI presentation of the dependent task. When I added the dependency in the dependent task, I can not figure out which is which. <img width="606" alt="image" src="https://user-images.githubusercontent.com/97265214/164408134-3d886037-ceee-49b2-bc75-ea733d7020a6.png"> ### Use case Add a label for each form item. ### Related issues #9618 ### 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/9646
https://github.com/apache/dolphinscheduler/pull/9649
58c7e5aa08a3036c27d2a1b7ff0e85a54611adff
7b1c316d9e436e895fc2fd3cb133bcbe58d9f879
2022-04-21T08:01:26Z
java
2022-04-21T09:35:56Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,643
["dolphinscheduler-ui-next/src/service/service.ts"]
[Improvement][UI] Modify request timeout of axios
### 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 I find that front-end request timeout sometime. so I think timeout of axios should be change to 15s. ### 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/9643
https://github.com/apache/dolphinscheduler/pull/9644
6966a70acc1ccc333510af9646ba2b88b3c2cc9b
58c7e5aa08a3036c27d2a1b7ff0e85a54611adff
2022-04-21T07:01:53Z
java
2022-04-21T08:03:08Z