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 | 9,172 | ["dolphinscheduler-ui-next/src/components/form/use-form.ts", "dolphinscheduler-ui-next/src/views/security/alarm-instance-manage/use-form.ts"] | [Bug] [UI Next] Alert instance data form 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
2 main problems:
1. If I have created 10 instances of different types, the email username and password will display on other different types of instances' proxy username and password column.
2. If there already have on email or the same type of instance, when I create a new one, the old data will display on the new create form. If I make some changes on the new created instance, it also influences the old one when you click edit.
In conclusion, It's wired in this alert instance part. Data seems display in the wrong places they shouldn't in.
### What you expected to happen
All data display in right place.
### How to reproduce
1.create one email instance and fill in the username and password, create other types of instance and leave the proxy part in blank. The email username and password will show in others' proxy part.
2. create a type instance that already exists, the form will be the same with the old one. and if you make any changes will influence the old one.
### 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/9172 | https://github.com/apache/dolphinscheduler/pull/9258 | 4c1578a374772310383ad2c08647e4ff94ffa81d | fa56751a56742d372b9e1d0f55213c10c20d0c78 | 2022-03-24T11:21:37Z | java | 2022-03-29T09:39:04Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,168 | ["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-config.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-canvas-init.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha]The connection line should be centered before the 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 connection line should be centered before the task
<img width="1920" alt="image" src="https://user-images.githubusercontent.com/76080484/159890476-de288e99-42dc-4e6c-b1a6-61e27ee975aa.png">
### What you expected to happen
The connection line should be centered before the task
### How to reproduce
The connection line should be centered before the task
### 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/9168 | https://github.com/apache/dolphinscheduler/pull/9272 | 08af02151b6323072479b12e1011bd23aac6eff5 | 11d9859c407caa6ad287b1a9c64bbfda4b669b87 | 2022-03-24T09:56:53Z | java | 2022-03-30T02:52:32Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,166 | ["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-datax.ts"] | [Bug-FE] [UI Next][V1.0.0-Alpha] The unlimited label be configured in the language pack in DATAX. | ### 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="691" alt="image" src="https://user-images.githubusercontent.com/97265214/159885223-2982917a-03ce-4a04-8e3f-7a858d02b1c6.png">
### What you expected to happen
The unlimited label be configured in the language pack in DATAX.
### How to reproduce
1. Open the dag page.
2. Create a DATAX node.
### 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/9166 | https://github.com/apache/dolphinscheduler/pull/9167 | 6e6407cb18eff6fd0e1ef33e1a7c1b782e44a067 | 64d449952df2cadfbbd61264c63b58fc04c7f564 | 2022-03-24T09:27:13Z | java | 2022-03-24T10:43:57Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,160 | ["dolphinscheduler-ui-next/src/layouts/content/components/timezone/index.tsx", "dolphinscheduler-ui-next/src/utils/timezone.ts", "dolphinscheduler-ui-next/src/views/login/use-login.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/timing-modal.tsx"] | [Bug-FE][UI Next][V1.0.0-Alpha] Home white screen | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Home white screen and the console has the following error

### What you expected to happen
The page displays normally.
### How to reproduce
above
### Anything else
above
### 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/9160 | https://github.com/apache/dolphinscheduler/pull/9161 | 327a60efd3fb2c2c802b18b5ccc7f7a13eec74e4 | 6e6407cb18eff6fd0e1ef33e1a7c1b782e44a067 | 2022-03-24T08:32:33Z | java | 2022-03-24T10:14:03Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,158 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-datax.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/format-data.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/tasks/use-datax.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/types.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] The default value of custom template should be false in DATAX. | ### 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 value of custom template should be false in DATAX.
<img width="620" alt="image" src="https://user-images.githubusercontent.com/97265214/159865715-e856dc3a-bcf1-4d07-afac-f541b206fff7.png">
### What you expected to happen
<img width="669" alt="image" src="https://user-images.githubusercontent.com/97265214/159865754-3061d672-283b-4163-bf47-28d39965003b.png">
### How to reproduce
1. Open the dag page.
2. Create a DATAX node.
### 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/9158 | https://github.com/apache/dolphinscheduler/pull/9163 | 8ebd24a420a48aca105c8d967411b3769f8aaca7 | 327a60efd3fb2c2c802b18b5ccc7f7a13eec74e4 | 2022-03-24T07:36:56Z | java | 2022-03-24T10:12:43Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,154 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sql-type.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/format-data.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] The title and alarm group should be hidden when the sql type is non query in SQL. | ### 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 title and alarm group should be hidden when the sql type is non query in SQL.
### What you expected to happen
The title and alarm group should be hidden.
### How to reproduce
1. Open the dag page.
2. Create a SQL node.
3. Switch send email to true.
4. Change the SQL type to non query.
### 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/9154 | https://github.com/apache/dolphinscheduler/pull/9157 | 2d444e56b3e33624d8745fc9fd1d1b89dc1b86cf | 8ebd24a420a48aca105c8d967411b3769f8aaca7 | 2022-03-24T07:06:50Z | java | 2022-03-24T09:31:06Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,151 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sql.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] There should be no resources here in SQL. | ### 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 should be no resources here in SQL.
<img width="655" alt="image" src="https://user-images.githubusercontent.com/97265214/159859183-7a2bf50b-49b1-4d2c-aa64-a499d469dd0f.png">
### What you expected to happen
<img width="743" alt="image" src="https://user-images.githubusercontent.com/97265214/159859249-6508d53d-0ff2-4f1f-a65c-6e87ee386f20.png">
### How to reproduce
1. Open the dag page.
2. Create a SQL node.
3. Scroll to bottom.
### 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/9151 | https://github.com/apache/dolphinscheduler/pull/9153 | 647b0990aabe78151a0e8788ec80a237ae8a4e6b | 2d444e56b3e33624d8745fc9fd1d1b89dc1b86cf | 2022-03-24T06:53:56Z | java | 2022-03-24T08:57:50Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,147 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-http.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/format-data.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/tasks/use-http.ts"] | [Bug][UI Next][V1.0.0-Alpha] The default value of the timeout settings should be false in HTTP. | ### 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 value of the timeout settings should be false in HTTP.
### What you expected to happen
<img width="744" alt="image" src="https://user-images.githubusercontent.com/97265214/159851645-e91a2b67-a433-452c-86f5-909ea06fd1dd.png">
### How to reproduce
1. Open the dag page.
2. Create a HTTP node.
### 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/9147 | https://github.com/apache/dolphinscheduler/pull/9149 | 5289b09817396046489b28857ad54a85c5ffddb2 | 0868a81061a87d80f6fecc39a3fcfa08cc210551 | 2022-03-24T05:56:31Z | java | 2022-03-24T08:02:26Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,145 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/format-data.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha](Important)Click to view workflow examples or edit workflow backend error reports | ### 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
Click to view workflow examples or edit workflow backend error reports
<img width="1918" alt="image" src="https://user-images.githubusercontent.com/76080484/159836766-0519fada-518a-46a1-8af9-a6b24394dabe.png">
<img width="1365" alt="image" src="https://user-images.githubusercontent.com/76080484/159836626-f03e4f90-39c2-44c7-abbe-861f76ec7793.png">
### What you expected to happen
Click or edit the workflow to edit or view it normally
### How to reproduce
**Click to view workflow examples or edit workflow backend error reports**
### 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/9145 | https://github.com/apache/dolphinscheduler/pull/9190 | c6e0882113051dd805845de4a3d395b09c349734 | 3ca0986acfa3ab4288e50dca661218c504c39968 | 2022-03-24T03:34:19Z | java | 2022-03-25T09:09:26Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,132 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-flink.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] The Flink Version and App Name should be hidden when the deploy mode is local in FLINK. | ### 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 Flink Version and App Name should be hidden when the deploy mode is local in FLINK.
<img width="614" alt="image" src="https://user-images.githubusercontent.com/97265214/159667910-5ccd20d7-0e11-4ee5-96ac-befdead5891f.png">
### What you expected to happen
<img width="709" alt="image" src="https://user-images.githubusercontent.com/97265214/159667956-8a74a46f-ac48-4e70-9bbf-cb0041417d68.png">
### How to reproduce
1. Open the dag page.
2. Create a FLINK node.
3. Choose the local deploy 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/9132 | https://github.com/apache/dolphinscheduler/pull/9135 | d3cbb011c651bb7874bb77489f86daf1cd1878c6 | 9c33c3e692922a416d839d8234029df55eb1c20f | 2022-03-23T09:33:42Z | java | 2022-03-23T14:07:34Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,130 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-deploy-mode.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-flink.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] The deploy mode shouldn't has the client option in FLINK. | ### 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 deploy mode shouldn't has the client option in FLINK.
<img width="543" alt="image" src="https://user-images.githubusercontent.com/97265214/159664667-7540c27a-89f9-4d6e-9fe7-ee7f225074ad.png">
### What you expected to happen
<img width="603" alt="image" src="https://user-images.githubusercontent.com/97265214/159664806-34f4200b-335d-44eb-8f7a-c7f49eb76470.png">
### How to reproduce
1. Open the dag page.
2. Create a FLINK node.
### 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/9130 | https://github.com/apache/dolphinscheduler/pull/9131 | ecd3ce4196222267711f968cc23815baf1f4aef2 | 08ea1aa701910d90ed16164e9019557292cc4249 | 2022-03-23T09:17:28Z | java | 2022-03-23T10:24:28Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,127 | ["dolphinscheduler-task-plugin/dolphinscheduler-task-datax/src/main/java/org/apache/dolphinscheduler/plugin/task/datax/DataxTaskChannel.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-procedure/src/main/java/org/apache/dolphinscheduler/plugin/task/procedure/ProcedureTaskChannel.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/src/main/java/org/apache/dolphinscheduler/plugin/task/sqoop/SqoopTaskChannel.java"] | [Bug] [DataX Task] DataX Task run 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
DataX Task run fail.
code version: branch/dev
### What you expected to happen
DataX Task can run success.
### How to reproduce
Create a `MySQL` datasource.
And then create a workflow with a `DataX` Task. This task use `MySQL` datasource and with the config input:
```
select * from test_datax
```
From the worker-server log, I found some Exception:
```
[INFO] 2022-03-23 15:49:15.896 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.datax.DataxTask:[133] - datax task params {"localParams":[],"resourceList":[],"customConfig":0,"dsType":"MYSQL","dataSource":"1","dtType":"MYSQL","dataTarget":"1","sql":"select * from test_datax","targetTable":"test_datax_1","jobSpeedByte":0,"jobSpeedRecord":1000,"preStatements":[],"postStatements":[],"xms":1,"xmx":1}
[ERROR] 2022-03-23 15:49:15.898 org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread:[203] - task scheduler failure
java.lang.NullPointerException: null
at org.apache.dolphinscheduler.plugin.task.datax.DataxParameters.generateExtendedContext(DataxParameters.java:265)
at org.apache.dolphinscheduler.plugin.task.datax.DataxTask.init(DataxTask.java:140)
at org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread.run(TaskExecuteThread.java:182)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
[INFO] 2022-03-23 15:49:15.899 org.apache.dolphinscheduler.server.worker.processor.DBTaskAckProcessor:[56] - dBTask ACK request command : DBTaskAckCommand{taskInstanceId=123, status=7}
```
### 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/9127 | https://github.com/apache/dolphinscheduler/pull/9134 | 7c5bebea98b64394a74960a5fa0e7a40af26c465 | 25fc1dcb5f48ee01477c75a9b5f0508fc4c9f1b2 | 2022-03-23T08:01:42Z | java | 2022-03-23T11:00:09Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,124 | ["dolphinscheduler-task-plugin/dolphinscheduler-task-datax/src/main/java/org/apache/dolphinscheduler/plugin/task/datax/DataxTaskChannel.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-procedure/src/main/java/org/apache/dolphinscheduler/plugin/task/procedure/ProcedureTaskChannel.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/src/main/java/org/apache/dolphinscheduler/plugin/task/sqoop/SqoopTaskChannel.java"] | [Bug] [Task Run] PROCEDURE task run 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
PROCEDURE task run fail.
code version: branch/dev
When I run a `PROCEDURE` task ,it's failed.
The procedure sql like this:
```
use procedure_test;
drop PROCEDURE if EXISTS tw_base_resource_share;
delimiter d//
CREATE PROCEDURE tw_base_resource_share()
BEGIN
IF NOT EXISTS (SELECT 1 FROM information_schema.COLUMNS
WHERE TABLE_SCHEMA='procedure_test' AND TABLE_NAME='test_test_1')
THEN
CREATE table procedure_test.test_test_1(id int NOT NULL);
END IF;
END;
d//
delimiter ;
CALL tw_base_resource_share;
DROP PROCEDURE tw_base_resource_share;
```
From the worker-server log , I found some Exception:
```
[INFO] 2022-03-23 15:26:59.530 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.procedure.ProcedureTask:[74] - procedure task params {"localParams":[],"resourceList":[],"type":"MYSQL","datasource":"1","method":"use procedure_test;\ndrop PROCEDURE if EXISTS tw_base_resource_share;\ndelimiter d//\nCREATE PROCEDURE tw_base_resource_share()\n BEGIN\n IF NOT EXISTS (SELECT 1 FROM information_schema.COLUMNS \n WHERE TABLE_SCHEMA='procedure_test' AND TABLE_NAME='test_test_1')\n THEN\n CREATE table procedure_test.test_test_1(id int NOT NULL);\n END IF;\n END;\nd//\ndelimiter ;\nCALL tw_base_resource_share;\nDROP PROCEDURE tw_base_resource_share;"}
[ERROR] 2022-03-23 15:26:59.532 org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread:[203] - task scheduler failure
java.lang.NullPointerException: null
at org.apache.dolphinscheduler.plugin.task.procedure.ProcedureParameters.generateExtendedContext(ProcedureParameters.java:138)
at org.apache.dolphinscheduler.plugin.task.procedure.ProcedureTask.<init>(ProcedureTask.java:83)
at org.apache.dolphinscheduler.plugin.task.procedure.ProcedureTaskChannel.createTask(ProcedureTaskChannel.java:37)
at org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread.run(TaskExecuteThread.java:179)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
[INFO] 2022-03-23 15:26:59.532 org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread:[226] - develop mode is: false
```
### What you expected to happen
PROCEDURE task can work.
### How to reproduce
Create a `MySQL` datasource. And then create a workflow with a PROCEDURE task. This task use `MySQL` datasource .
Run the workflow and you can get the error.
### 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/9124 | https://github.com/apache/dolphinscheduler/pull/9134 | 7c5bebea98b64394a74960a5fa0e7a40af26c465 | 25fc1dcb5f48ee01477c75a9b5f0508fc4c9f1b2 | 2022-03-23T07:39:08Z | java | 2022-03-23T11:00:09Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,122 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-spark.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] The resources options were incorrect in SPARK. | ### 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 resources options were incorrect in SPARK.
<img width="603" alt="image" src="https://user-images.githubusercontent.com/97265214/159646816-cf738446-b7c0-4f47-ae62-31cc26d4c039.png">
### What you expected to happen
<img width="608" alt="image" src="https://user-images.githubusercontent.com/97265214/159646874-99f3b662-e15f-46bb-befa-4065804ba638.png">
### How to reproduce
1. Open the dag page.
2. Create a SPARK node.
3. Click the resources select.
### 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/9122 | https://github.com/apache/dolphinscheduler/pull/9128 | 8db65fcf1e2039936b78e9fbe7d8b2d8c5aa01b3 | ecd3ce4196222267711f968cc23815baf1f4aef2 | 2022-03-23T07:35:21Z | java | 2022-03-23T09:49:30Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,121 | ["dolphinscheduler-python/pom.xml"] | [Feature][python] Change python dist file name when releasing | ### 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
for now, our python distribute package used the same name as the main package, it is better to use another name like `dolphinscheduler-python-api` for make more sense
### 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/9121 | https://github.com/apache/dolphinscheduler/pull/10134 | 8fab224e0de98eb46380b72b8115c695fd4c3bec | bf4b8ff0d98990a46dbc7adac01164c515b13ad3 | 2022-03-23T07:25:30Z | java | 2022-05-19T12:27:38Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,118 | ["dolphinscheduler-ui-next/src/views/resource/udf/resource/use-table.ts"] | [Feature][UI Next][V1.0.0-Alpha] The column of the resource name on the page of the UDF resource management is too narrow. | ### 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 column of the resource name on the page of the UDF resource management is too narrow.

### Use case
I'd like to extend the column of the resource name.
### 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/9118 | https://github.com/apache/dolphinscheduler/pull/9119 | d2138c7dfacee8aff85a423b1a8f469558ba88f2 | 8db65fcf1e2039936b78e9fbe7d8b2d8c5aa01b3 | 2022-03-23T06:29:48Z | java | 2022-03-23T08:58:02Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,115 | ["dolphinscheduler-ui-next/src/views/projects/workflow/definition/use-table.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] There are multiple hover prompts. | ### 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
There are multiple hover prompts
### How to reproduce
Keep one
### 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/9115 | https://github.com/apache/dolphinscheduler/pull/9116 | aae328e3a13b675e553a4c81658baf80585aed1c | c69d9f8a7b56457b6127ff84f1ffcce6a029b14e | 2022-03-23T06:11:46Z | java | 2022-03-23T08:00:27Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,114 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/service/modules/resources/index.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sql.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-udfs.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/format-data.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/tasks/use-sql.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/types.ts"] | [Bug-FE] [UI Next] [V1.0.0-Alpha] The SQL Parameter and UDF function were not shown when I changed the datasource type to HIVE. | ### 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 SQL Parameter and UDF function were not shown when I changed the datasource type to HIVE.
### What you expected to happen
<img width="749" alt="image" src="https://user-images.githubusercontent.com/97265214/159633524-1f5d98de-3895-4db5-9b32-10bb3daa5aae.png">
### How to reproduce
1.Open the dag page.
2.Create a SQL node.
3.Change the datasource type to HIVE.
### 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/9114 | https://github.com/apache/dolphinscheduler/pull/9120 | c69d9f8a7b56457b6127ff84f1ffcce6a029b14e | d2138c7dfacee8aff85a423b1a8f469558ba88f2 | 2022-03-23T05:59:15Z | java | 2022-03-23T08:34:09Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,113 | ["dolphinscheduler-ui-next/src/views/projects/task/definition/use-table.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] Upstream Tasks field UI display extra long | ### 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
Upstream Tasks field UI display extra long
<img width="1917" alt="image" src="https://user-images.githubusercontent.com/76080484/159622481-5f5920a4-2e98-49fb-bc38-e70231a76817.png">
### What you expected to happen
Display effect can be super long hidden, mouse hover to show the details
### How to reproduce
Entering Task Definition will show
### 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/9113 | https://github.com/apache/dolphinscheduler/pull/9148 | 0868a81061a87d80f6fecc39a3fcfa08cc210551 | 647b0990aabe78151a0e8788ec80a237ae8a4e6b | 2022-03-23T04:16:07Z | java | 2022-03-24T08:35:29Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,109 | ["dolphinscheduler-ui-next/src/components/result/index.tsx", "dolphinscheduler-ui-next/src/layouts/content/index.tsx", "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/relation/index.tsx"] | [Feature][UI Next][V1.0.0-Alpha] Workflow relationship has no data to make a prompt with empty data instead of showing a `Card` component with no content | null | https://github.com/apache/dolphinscheduler/issues/9109 | https://github.com/apache/dolphinscheduler/pull/9133 | 9c33c3e692922a416d839d8234029df55eb1c20f | 49de0f092c356956276d10aba82219179016bad3 | 2022-03-23T02:35:46Z | java | 2022-03-23T14:08:34Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,108 | ["dolphinscheduler-ui-next/src/views/resource/file/index.tsx"] | [Feature][UI Next][V1.0.0-Alpha] Misspelled search word in `Resource - File Manage` code | null | https://github.com/apache/dolphinscheduler/issues/9108 | https://github.com/apache/dolphinscheduler/pull/9117 | 7022b181f4e02b253b3fac3a51f2873808f4aefd | aae328e3a13b675e553a4c81658baf80585aed1c | 2022-03-23T02:33:50Z | java | 2022-03-23T06:58:54Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,103 | ["dolphinscheduler-ui-next/src/views/security/token-manage/components/token-modal.tsx"] | [Bug-FE][UI Next][V1.0.0-Alpha] User token edit bug | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
- Token manage
Token not set null when user change
<img width="1145" alt="image" src="https://user-images.githubusercontent.com/8847400/159478218-74fe7280-ff3c-41fa-bf24-978f59ce3586.png">
### What you expected to happen
token set null
### How to reproduce
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/9103 | https://github.com/apache/dolphinscheduler/pull/9123 | 25fc1dcb5f48ee01477c75a9b5f0508fc4c9f1b2 | ddfd4a5762a961f33b8ed67763292b48a24d9999 | 2022-03-22T12:07:45Z | java | 2022-03-23T11:00:53Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,100 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] Alarm Instance console 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
Console prompt error When I open the modal box of the alarm instance and select `DingTalk` plugin
<img width="1319" alt="image" src="https://user-images.githubusercontent.com/8847400/159467731-aad3306b-c26a-49b2-862a-2733cdd510a4.png">
### What you expected to happen
no error
### 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/9100 | https://github.com/apache/dolphinscheduler/pull/9141 | ddfd4a5762a961f33b8ed67763292b48a24d9999 | d3cbb011c651bb7874bb77489f86daf1cd1878c6 | 2022-03-22T11:04:05Z | java | 2022-03-23T14:05:47Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,099 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] Alarm Instance lable dispaly bug | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
<img width="706" alt="image" src="https://user-images.githubusercontent.com/8847400/159464721-e9fc3f22-8548-409a-a062-2af609541730.png">
### What you expected to happen
display correct label
### 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/9099 | https://github.com/apache/dolphinscheduler/pull/9079 | 117963f7c806a1b18b0133a2930a941b64a23a14 | 23b24508abb14a96687dba856efb5915a33a331c | 2022-03-22T10:46:58Z | java | 2022-03-22T08:07:42Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,097 | ["dolphinscheduler-ui-next/src/views/security/user-manage/components/use-authorize.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] Udf function auth dispaly blank | ### 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="1155" alt="image" src="https://user-images.githubusercontent.com/8847400/159462240-1671e735-b63f-4fdf-aedd-921694a25541.png">
### What you expected to happen
show udf function name
### 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/9097 | https://github.com/apache/dolphinscheduler/pull/9111 | 0c5c9cabc3eac65449e04d5ec33536919a7b271b | 184691ab17800e8ffc713a6979870dcfd1860161 | 2022-03-22T10:31:57Z | java | 2022-03-23T04:34:58Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,096 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/views/resource/udf/function/components/function-modal.tsx"] | [Bug-FE][UI Next][V1.0.0-Alpha] Udf function upload internationalization | ### 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="755" alt="image" src="https://user-images.githubusercontent.com/8847400/159460327-03c38739-96a2-4ff6-85c3-2db630f69805.png">
### What you expected to happen
Upload display in english
### 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/9096 | https://github.com/apache/dolphinscheduler/pull/9110 | 3c377ff54a9b13ff519bc1d67e4528ec186967d5 | 0c5c9cabc3eac65449e04d5ec33536919a7b271b | 2022-03-22T10:26:39Z | java | 2022-03-23T04:27:00Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,088 | ["docs/docs/en/faq.md", "docs/docs/zh/faq.md"] | [Discussion] [2.0.1-release] There are some version errors in the 2.0.1-release | ### 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 are some version errors in the old version database. Please check the following issue.
https://github.com/apache/dolphinscheduler/issues/9068#issuecomment-1074842224
Since 2.0.1 has been released. I suggest put this into ```FAQ```. What do you think? @caishunfeng @zhongjiajie @JinyLeeChina
### What you expected to happen
above.
### How to reproduce
above.
### Anything else
_No response_
### Version
2.0.1
### Are you willing to submit PR?
- [x] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/9088 | https://github.com/apache/dolphinscheduler/pull/9335 | a866465d010256d03228e4b00b74f4fc28d09b8c | 3c5568c16cbbadd609f2c08e07710900d95100f4 | 2022-03-22T08:11:27Z | java | 2022-04-03T04:55:25Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,087 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-timeout-alarm.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/format-data.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] cannot set Timeout strategy | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Whatever I set to the Timeout strategy, it won't save and will show the default value '30 mins and Timeout alarm checked'
### What you expected to happen
It should save the Timeout strategy value and the next time I open the task node, the value should be the value I saved last time.
### How to reproduce
Just create a new task node and set the Timeout strategy, and open it again it won't save.
### 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/9087 | https://github.com/apache/dolphinscheduler/pull/9245 | 85e56b5e2a083a904bbee4debd459dd8313b84e6 | a56e1d260dcf73724cc4b041cbaec239f3f55f74 | 2022-03-22T07:29:36Z | java | 2022-03-28T14:59:20Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,084 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/utils/column-width-config.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-datasource.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sql-type.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/format-data.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/index.module.scss", "dolphinscheduler-ui-next/src/views/projects/task/components/node/tasks/use-sql.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/types.ts", "dolphinscheduler-ui-next/src/views/projects/task/definition/use-table.ts"] | [Bug FE] [UI Next] [V1.0.0-Alpha] The send email and the log display are not shown when the SQL type is query in the SQL 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 send email and the log display are not shown when the SQL type is query in the SQL task.
<img width="617" alt="image" src="https://user-images.githubusercontent.com/97265214/159422308-409b0b08-e563-449b-9adb-13d094dcdb5d.png">
### What you expected to happen
<img width="687" alt="image" src="https://user-images.githubusercontent.com/97265214/159422366-fc5fd085-0db1-44a9-a656-7f28300c0683.png">
### How to reproduce
1.Open the dag page.
2.Create the SQL node.
3.Select the SQL type to query.
### 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/9084 | https://github.com/apache/dolphinscheduler/pull/9112 | 8d1974b9bc2558714e6c8cb3e536e5d4baf90b5a | 7022b181f4e02b253b3fac3a51f2873808f4aefd | 2022-03-22T06:39:26Z | java | 2022-03-23T04:40:42Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,078 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts"] | [Bug FE] [UI Next] [V1.0.0-Alpha] The interface for adding DingTalk alert instance is not fully internationalized | ### 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="587" alt="alert instance" src="https://user-images.githubusercontent.com/1137341/159412473-1469085c-a329-40ba-bf13-3a4e7fadad11.png">
### What you expected to happen
Fields in red boxes are displayed in chinese
### 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/9078 | https://github.com/apache/dolphinscheduler/pull/9079 | 117963f7c806a1b18b0133a2930a941b64a23a14 | 23b24508abb14a96687dba856efb5915a33a331c | 2022-03-22T05:17:10Z | java | 2022-03-22T08:07:42Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,074 | ["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/import-modal.tsx"] | [Bug-FE][UI Next][V1.0.0-Alpha] Workflow upload button internationalization | ### 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="1261" alt="image" src="https://user-images.githubusercontent.com/8847400/159402251-3ecac0eb-8113-4226-84a1-d6ce8e15cc23.png">
### What you expected to happen
upload button display in english
### 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/9074 | https://github.com/apache/dolphinscheduler/pull/9083 | 936ea993031fdc2fbfacfba4bdd8588099fd380f | 5762a5c86f86dc7157007ed1f0a84749b4ca7568 | 2022-03-22T03:31:06Z | java | 2022-03-22T07:13:04Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,073 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-custom-params.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-shell.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] The custom parameters were missing the other two parameters in shell. | ### 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 custom parameters were missing the other two parameters in shell.
<img width="573" alt="image" src="https://user-images.githubusercontent.com/97265214/159402102-e1cc4140-5263-4891-af99-5064b9ea5b55.png">
### What you expected to happen
<img width="729" alt="image" src="https://user-images.githubusercontent.com/97265214/159402266-eed63220-d1a3-4ddd-af42-3c77674e059d.png">
### How to reproduce
1. Open the dag page.
2. Create the shell node.
3. Add custom 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/9073 | https://github.com/apache/dolphinscheduler/pull/9081 | b9448c3f6fc21c9e3030038e76f0f4cf0be768a9 | 73ca831cb4c678ad7110676a473c6fbb117cb38e | 2022-03-22T03:29:35Z | java | 2022-03-24T04:09:25Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,071 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-child-node.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] The node name did not display the default name when I created the sub process node in dag 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 node name did not display the default name when I created the sub process node in dag page.
### What you expected to happen
The node name displays the default name.
### How to reproduce
1. Open the dag page.
2. Create a new sub process node.
### 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/9071 | https://github.com/apache/dolphinscheduler/pull/9075 | 197accc60107370600719a7ade7e86bd80f69d26 | 936ea993031fdc2fbfacfba4bdd8588099fd380f | 2022-03-22T03:19:59Z | java | 2022-03-22T07:06:55Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,070 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/consumer/TaskPriorityQueueConsumer.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/parameters/resource/AbstractResourceParameters.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/parameters/resource/ResourceParametersHelper.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/test/java/org/apache/dolphinscheduler/plugin/task/api/parameters/resource/AbstractResourceParametersTest.java"] | [Bug] [Server] SQL task dispatch fail and keep submit 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
SQL task dispatch fail and no error log.
### What you expected to happen
SQL task can run success.
### How to reproduce
1. create a datasource, like MySQL;
2. create a workflow with a SQL task, like `select now();`, use the MySQL datasource;
3. run workflow;
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/9070 | https://github.com/apache/dolphinscheduler/pull/9072 | f5ef410d06e0ef7717dd0065320edbd631aef8c3 | 852597c9bf3340b679be8e11b5fe33b3e34e03e7 | 2022-03-22T03:12:05Z | java | 2022-03-22T06:02:07Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,069 | ["dolphinscheduler-ui-next/src/views/projects/workflow/relation/components/Graph.tsx"] | [Bug-FE][UI Next][V1.0.0-Alpha] Workflow Relation field display 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
url:http://8.142.81.15:12345/dolphinscheduler/ui/projects/4915141548736/workflow/relation
<img width="1916" alt="image" src="https://user-images.githubusercontent.com/76080484/159399088-1a91fbed-b334-4c6f-80d6-81485c280503.png">
### What you expected to happen
When the back-end return field is empty, it should also be displayed as empty or "-"
### How to reproduce
click Workflow Relation
### 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/9069 | https://github.com/apache/dolphinscheduler/pull/9091 | 23b24508abb14a96687dba856efb5915a33a331c | d641c8d4eaf509dbfcf066554f247ce7efdafba3 | 2022-03-22T03:01:04Z | java | 2022-03-22T10:49:15Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,065 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"] | [Bug] [Master] When there is only one task and the submit failed, the state of Process Instance is Incorrect | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
BG : The Process Instance have only one task
In the method of `submitPostNode`, the task successfully added to `readyToSubmitTaskQueue`, then submit task from queue, if submit failed, such as DB error, the `taskFailedSubmit` is true and `readyToSubmitTaskQueue` size is not empty.
when execute the method of `updateProcessInstanceState`,
case one: FailureStrategy is END, it return state of `FAILURE`, and update state;
case two: FailureStrategy is CONTINUE, it return state of `RUNNING_EXECUTION`, and remain the same state forever;
More seriously, both cases will cause `processInstanceExecCacheManager` not remove `WorkflowExecuteThread`


### What you expected to happen
the process instance can update the state normally and can terminate normally.
I hope it will be resolved in v2.0.6
### How to reproduce
Refer to `What happened`
### 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/9065 | https://github.com/apache/dolphinscheduler/pull/9186 | 6b2a4e31eadf707272381ced26a81eaa557e60c0 | 3e5781b6e1c38675ba134048b21941be63723cb6 | 2022-03-21T12:46:10Z | java | 2022-04-01T14:23:35Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,055 | ["dolphinscheduler-ui-next/src/utils/tree-format.ts", "dolphinscheduler-ui-next/src/views/security/user-manage/components/use-authorize.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] Resource authorization 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
Resource auth failed. I authorized two files for the user, but he can only see one.
- Resource authorization page
<img width="1306" alt="image" src="https://user-images.githubusercontent.com/8847400/159221348-18ba0455-f4d6-46bf-9aeb-6ef720640491.png">
- User resources page
<img width="1913" alt="image" src="https://user-images.githubusercontent.com/8847400/159221463-57721a4c-89af-4043-81b6-96b31a727c29.png">
### What you expected to happen
User can see it.
### 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/9055 | https://github.com/apache/dolphinscheduler/pull/9092 | d641c8d4eaf509dbfcf066554f247ce7efdafba3 | 0b2923d57765d64e387a092a96bd8c97716c3b27 | 2022-03-21T07:50:25Z | java | 2022-03-22T10:56:41Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,052 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha]The data_quality.rule.all was not configured in the language packs. | ### 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 data_quality.rule.all was not configured in the language packs.
### What you expected to happen
Config it in the language packs.
### How to reproduce
1. Open the data quality rule management 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/9052 | https://github.com/apache/dolphinscheduler/pull/9054 | 8bb6971c2f6a4c4e42ee1d06bd07ba7d75e6bc3d | af2321f2287719f256071ff8a69840663d87e24c | 2022-03-21T07:32:06Z | java | 2022-03-21T09:06:33Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,050 | ["dolphinscheduler-ui-next/src/views/security/user-manage/components/use-user-detail.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] User Manage Queue display 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
Queue display error when I create user
<img width="1919" alt="image" src="https://user-images.githubusercontent.com/8847400/159216962-b5d9a348-9dcf-47f6-849a-3c4f9b101293.png">
### What you expected to happen
Display yarn1 in Queue
### 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/9050 | https://github.com/apache/dolphinscheduler/pull/9060 | cfe2473e578d25909ce74e968fb1a93aa6d225e6 | bae9f16b6c803bd382310be46b7244356b4a7d48 | 2022-03-21T07:00:43Z | java | 2022-03-21T10:56:49Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,048 | ["dolphinscheduler-ui-next/src/views/security/tenant-manage/components/tenant-modal.tsx", "dolphinscheduler-ui-next/src/views/security/tenant-manage/components/use-modalData.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] The queue name always shows the first one in tenant edit | ### 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="1631" alt="image" src="https://user-images.githubusercontent.com/8847400/159213841-c0e09ad7-d7fa-44bc-a6de-dc03ef514eaa.png">
### What you expected to happen
The queue name display queue1
### 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/9048 | https://github.com/apache/dolphinscheduler/pull/9064 | bf1f959f587ff7dfb268a21b2c99b72388ad778a | f5ef410d06e0ef7717dd0065320edbd631aef8c3 | 2022-03-21T06:25:39Z | java | 2022-03-22T03:27:22Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,045 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/LoggerServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/LoggerServiceTest.java"] | [Bug-RD][UI Next][V1.0.0-Alpha] A new fault-tolerant test bug | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Run the workflow to close worker and master, restart the workflow did not continue to execute
url:http://8.142.81.15:12345/dolphinscheduler/ui/projects/4915141548736/workflow/instances/9801?code=4915682115648
<img width="1919" alt="image" src="https://user-images.githubusercontent.com/76080484/159208421-134de269-94dc-4572-b5d8-4eea7a8c84d3.png">
### What you expected to happen
Restarting master and worker continues execution to completion and outputs logs correctly
### How to reproduce
1. Run one or more process instances and tasks
2. Hang the Master and then the Worker
3. Restart the Master and then the Worker
### 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/9045 | https://github.com/apache/dolphinscheduler/pull/9205 | d3251c9bcc5744905723df7fab11a676029e7d6e | 994de4c9027f02b713bc3b03daad965bc01a25e1 | 2022-03-21T05:17:07Z | java | 2022-03-28T03:36:56Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,039 | ["dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/project/workflow/WorkflowRunDialog.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-core/src/main/java/org/apache/dolphinscheduler/e2e/core/DolphinSchedulerExtension.java"] | [Feature][e2e] Suggest e2e test adapt M1 chip | ### 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 ```E2E``` test does not support running in M1 chip.
Suggest to support it.
### 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/9039 | https://github.com/apache/dolphinscheduler/pull/9077 | 852597c9bf3340b679be8e11b5fe33b3e34e03e7 | 197accc60107370600719a7ade7e86bd80f69d26 | 2022-03-21T01:54:42Z | java | 2022-03-22T06:11:50Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,034 | ["dolphinscheduler-ui-next/src/store/project/task-node.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-conditions.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/format-data.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/types.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-canvas-init.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-cell-update.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-task-edit.ts"] | [Bug] [UI Next] When adding a condition node, the branch flow does not display the flow node | ### 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="945" alt="image" src="https://user-images.githubusercontent.com/95271106/159162110-bf30838e-f183-487f-af5d-8ebb2b0e5870.png">
### What you expected to happen
.
### How to reproduce
.
### 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/9034 | https://github.com/apache/dolphinscheduler/pull/9049 | d91711b3222044e619daeaef780bb3498bb83085 | 8bb6971c2f6a4c4e42ee1d06bd07ba7d75e6bc3d | 2022-03-20T12:28:53Z | java | 2022-03-21T07:28:58Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,026 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskGroupServiceImpl.java", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-task-group.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/format-data.ts"] | [Bug] [UI Next] When there is no task group, the task group name is always displayed in loading | ### 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 there is no task group, the task group name is always displayed in loading
<img width="921" alt="image" src="https://user-images.githubusercontent.com/95271106/159150317-41a8e5e5-cc83-4c60-a400-80ac690308f1.png">
### What you expected to happen
.
### How to reproduce
.
### 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/9026 | https://github.com/apache/dolphinscheduler/pull/9063 | 659c610457c566160b9211764580eab93fdf8c01 | 9b163249d60a3abaf63c834da173dbaa58ebb606 | 2022-03-20T06:01:38Z | java | 2022-03-21T13:52:07Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,025 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskGroupServiceImpl.java", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-task-group.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/format-data.ts"] | [Bug] [UI Next] An error is reported when an ordinary user creates a workflow 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
1. Ordinary users create workflows and drag shell components
2. Picture 404, JS error
<img width="912" alt="image" src="https://user-images.githubusercontent.com/95271106/159149774-6eecc175-1059-407b-8d28-d6eadbc60c8d.png">
3. No operation permission returned by the interface
<img width="1108" alt="image" src="https://user-images.githubusercontent.com/95271106/159149807-efe39272-a5d9-4fe6-b068-5c7a667683c6.png">
### What you expected to happen
.
### How to reproduce
.
### 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/9025 | https://github.com/apache/dolphinscheduler/pull/9063 | 659c610457c566160b9211764580eab93fdf8c01 | 9b163249d60a3abaf63c834da173dbaa58ebb606 | 2022-03-20T05:49:14Z | java | 2022-03-21T13:52:07Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,024 | ["dolphinscheduler-ui-next/src/views/projects/list/components/project-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/list/components/use-form.ts"] | [Bug][UI Next][V1.0.0-Alpha] When creating a new project, the last created project information is not cleared | ### 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. Create a new project. Enter the project name and description. The project is created successfully
2. Click "create project" again, the name and description of the last created project will be displayed, which should be empty
<img width="869" alt="image" src="https://user-images.githubusercontent.com/95271106/159149588-24862cc6-53ae-44b9-99a1-b52be2df5d25.png">
### What you expected to happen
.
### How to reproduce
.
### 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/9024 | https://github.com/apache/dolphinscheduler/pull/9037 | ce8f0ad0a5c7cc37229d84383dbe3f0bb114839c | 16bc226bad3d8c6ce43f8f4903453f65d2400a22 | 2022-03-20T05:34:29Z | java | 2022-03-21T01:22:05Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,021 | ["dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/WorkflowE2ETest.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/project/workflow/WorkflowDefinitionTab.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/project/workflow/task/SubWorkflowTaskForm.java"] | [Feature][E2E] Recover sub_process e2e test in ui-next | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
_No response_
### 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/9021 | https://github.com/apache/dolphinscheduler/pull/9023 | fd5e79bd803a287aa6f7074333029347bcceef1d | 82394ba81d54cab5ada8be06990ec52e486a91b9 | 2022-03-20T02:59:05Z | java | 2022-03-20T05:11:48Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,015 | ["dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx"] | [Bug][UI Next][V1.0.0-Alpha] When assigning another project to the task group it can be updated successfully. | ### 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 assign another project to the task group It can be updated successfully.
Edit a task group:
<img width="1006" alt="image" src="https://user-images.githubusercontent.com/4928204/159114004-4e2b73f5-d5a7-4115-9a63-834fedbea181.png">
Assign another project and save it:
<img width="878" alt="image" src="https://user-images.githubusercontent.com/4928204/159114006-b6f29f61-2d40-4316-bc78-fb58692f20de.png">
The project's name of the task group couldn't be modified:

### What you expected to happen
I expect that I can modify the project's name for a task group.
### How to reproduce
You can modify a task group and select another project. At last you will see 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/9015 | https://github.com/apache/dolphinscheduler/pull/9017 | 7b190e4ab3ef51bca4515e35dfb12c1fd250d525 | 48dc0a059cbe0335d13afb18b4f9e4a8a06c2fb1 | 2022-03-19T08:39:14Z | java | 2022-03-19T11:44:18Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,010 | ["dolphinscheduler-ui-next/src/service/modules/task-group/types.ts", "dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx", "dolphinscheduler-ui-next/src/views/resource/task-group/option/use-form.ts"] | [Bug][UI Next][V1.0.0-Alpha] There is a warning message in the task group configuration. | ### 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
There is a warning message in the task group configuration.
### How to reproduce
Fix.
### 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/9010 | https://github.com/apache/dolphinscheduler/pull/9011 | 7ca204772b40e0c16e11c7ae9352893a3ee228fb | 06ef1ae6cd882447d8257503af961a3ea31fbf11 | 2022-03-19T03:29:37Z | java | 2022-03-19T05:09:04Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,009 | ["dolphinscheduler-ui-next/src/views/resource/task-group/option/index.tsx"] | [Bug][UI Next][V1.0.0-Alpha] The information entered after the task group configuration is clicked on the Edit button is incorrect. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

### What you expected to happen
The information entered after the task group configuration is clicked on the Edit button is incorrect.
### How to reproduce
Make the entered information correct.
### 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/9009 | https://github.com/apache/dolphinscheduler/pull/9012 | d9109739a0e15db8b4b94aec738b3212a91f9712 | 7114c1531ec0a4733afbd6a75cb287e8ffa1a0d5 | 2022-03-19T03:21:50Z | java | 2022-03-19T06:51:31Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,003 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts"] | [Bug][UI Next][V1.0.0-Alpha] Alarm instance management edit button floating prompt 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

### What you expected to happen
Alarm instance management edit button floating prompt error.
### How to reproduce
Support i18n.
### 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/9003 | https://github.com/apache/dolphinscheduler/pull/9005 | d89c7ac8bb0f4c35cccb89b7cf05afa53fd5fb85 | 5c5f737a0049dc4c61d21091ef3d0ca10b339ade | 2022-03-18T15:00:53Z | java | 2022-03-19T02:16:37Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,002 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts"] | [Bug][UI Next][V1.0.0-Alpha] WebexTeams alarm instance language support has problems. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

### What you expected to happen
WebexTeams alarm instance language support has problems.
### How to reproduce
Support i18n.
### 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/9002 | https://github.com/apache/dolphinscheduler/pull/9033 | 7cf79da5d9ee8ac2c6754632ff65d820b62e2a1c | ce8f0ad0a5c7cc37229d84383dbe3f0bb114839c | 2022-03-18T14:58:37Z | java | 2022-03-20T09:52:40Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 9,001 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts"] | [Bug][UI Next][V1.0.0-Alpha] There is a problem with the language support of the PagerDuty alarm 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

### What you expected to happen
There is a problem with the language support of the PagerDuty alarm instance.
### How to reproduce
Support i18n.
### 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/9001 | https://github.com/apache/dolphinscheduler/pull/9027 | 82394ba81d54cab5ada8be06990ec52e486a91b9 | 7ada204bda28853891708d4b7a4ca1217d5a4718 | 2022-03-18T14:56:57Z | java | 2022-03-20T06:32:16Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,998 | ["dolphinscheduler-ui-next/src/views/monitor/servers/master/index.module.scss", "dolphinscheduler-ui-next/src/views/monitor/servers/master/index.tsx", "dolphinscheduler-ui-next/src/views/monitor/servers/master/master-modal.tsx", "dolphinscheduler-ui-next/src/views/monitor/servers/master/use-master.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/relation/components/Graph.tsx"] | [Bug][UI Next][V1.0.0-Alpha] Monitoring Center does not support multiple `master`. | ### 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
Monitoring Center does not support multiple `master`.
### What you expected to happen
Monitoring Center does not support multiple `master`.
### How to reproduce
Support `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/8998 | https://github.com/apache/dolphinscheduler/pull/9207 | d7d756e7b0165bfcdc2e0bffcfcb45892e23feb5 | 8d60e920adcde0c8807b5aed6733939ef0ee8b23 | 2022-03-18T14:47:41Z | java | 2022-03-27T02:25:57Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,997 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/service/modules/monitor/types.ts", "dolphinscheduler-ui-next/src/views/monitor/servers/master/index.tsx", "dolphinscheduler-ui-next/src/views/monitor/servers/worker/index.module.scss", "dolphinscheduler-ui-next/src/views/monitor/servers/worker/index.tsx", "dolphinscheduler-ui-next/src/views/monitor/servers/worker/use-worker.ts", "dolphinscheduler-ui-next/src/views/monitor/servers/worker/worker-modal.tsx", "dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx"] | [Bug][UI Next][V1.0.0-Alpha] Monitoring Center does not support multiple `worker`. | ### 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
Monitoring Center does not support multiple `worker`.
### What you expected to happen
Monitoring Center does not support multiple `worker`.
### How to reproduce
Support `worker`.
### 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/8997 | https://github.com/apache/dolphinscheduler/pull/9061 | 63a10037a66b4b420a320f026cebcb2ab08833d8 | 659c610457c566160b9211764580eab93fdf8c01 | 2022-03-18T14:46:06Z | java | 2022-03-21T12:00:25Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,996 | ["dolphinscheduler-ui-next/src/service/modules/task-group/types.ts", "dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx", "dolphinscheduler-ui-next/src/views/resource/task-group/option/use-form.ts"] | [Bug][UI Next][V1.0.0-Alpha] The new task group configuration item name is displayed as 0. | ### 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
The new task group configuration item name is displayed as 0.
### How to reproduce
should appear empty.
### 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/8996 | https://github.com/apache/dolphinscheduler/pull/9014 | 7114c1531ec0a4733afbd6a75cb287e8ffa1a0d5 | 7b190e4ab3ef51bca4515e35dfb12c1fd250d525 | 2022-03-18T14:39:39Z | java | 2022-03-19T08:02:35Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,988 | ["dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts"] | [Bug][UI Next][V1.0.0-Alpha] The Dry Run Flag column of task instance table displays 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
The Dry Run Flag column of task instance table displays error.
<img width="308" alt="image" src="https://user-images.githubusercontent.com/97265214/158967594-9784a151-6352-4ffb-9be5-acb1e05499f4.png">
### What you expected to happen
The Dry Run Flag column of task instance table should be NO or YES.
<img width="282" alt="image" src="https://user-images.githubusercontent.com/97265214/158968527-ad15cc5a-4882-43fb-8b75-9ea8be15883d.png">
### How to reproduce
1. Open the task instance 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/8988 | https://github.com/apache/dolphinscheduler/pull/9038 | 16bc226bad3d8c6ce43f8f4903453f65d2400a22 | 3a87e76c47253eb98226df3aaf373cbfb000aef3 | 2022-03-18T08:52:32Z | java | 2022-03-21T02:18:54Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,985 | ["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-dependent.ts"] | [Feature][UI] Add an option "thisMonthBegin" in dependency settings in dependent node | ### 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 thisMonthBegin in the drop down menu here, it will be useful in some cases, for example, we have lots of workflows which depended by other workflows, and the workflow being depended are running on 1st day of the month, if we had this option, things will be easyer.
有的工作流依赖本月初运行的工作流,如果在依赖节点中有 本月初 的选项,会很有用。
### 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/8985 | https://github.com/apache/dolphinscheduler/pull/9004 | 7d94adabc8073e00263f982ed7882b8cb7b03a63 | d89c7ac8bb0f4c35cccb89b7cf05afa53fd5fb85 | 2022-03-18T07:44:53Z | java | 2022-03-19T01:51:36Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,983 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/views/security/alarm-instance-manage/detail.tsx", "dolphinscheduler-ui-next/src/views/security/alarm-instance-manage/index.tsx"] | [Bug][UI Next][V1.0.0-Alpha] The new button in the English state of the alarm instance page lacks a space. | ### 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
The new button in the English state of the alarm instance page lacks a space.
### How to reproduce
Add space
### 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/8983 | https://github.com/apache/dolphinscheduler/pull/8984 | c29a51a8c71fd015cb459daa1ae77d1cc3255e28 | 9fbc62f7849836edb408c95cd409cad0df2f7225 | 2022-03-18T06:37:49Z | java | 2022-03-18T07:50:34Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,982 | ["dolphinscheduler-ui-next/src/service/modules/process-instances/types.ts", "dolphinscheduler-ui-next/src/utils/common.ts", "dolphinscheduler-ui-next/src/utils/types.ts", "dolphinscheduler-ui-next/src/views/projects/task/instance/types.ts", "dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/types.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-node-status.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/gantt/components/gantt-chart.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/gantt/type.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/use-table.ts"] | [Bug][UI Next][V1.0.0-Alpha] The state column of task instance table displays 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
The state column of task instance table displays error.
### What you expected to happen
Same as the old ui.
### How to reproduce
1. Open the task instance 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/8982 | https://github.com/apache/dolphinscheduler/pull/8987 | a93033b62051c5cd0c509c6d856c3a75697da6ae | 85b2352abf868f55bdc3f38e33374c0ae927d535 | 2022-03-18T06:30:53Z | java | 2022-03-18T13:10:18Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,980 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/enums/SlotCheckState.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/ServerNodeManager.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterSchedulerService.java"] | [Bug] [Master] master can repeat processing command | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Question one : If master online or offline, the other active masters will execute the `updateMasterNodes` method, first initialize param of `MASTER_SLOT` to zero, and then get lock from zookeeper and execute `syncMasterNodes` method serially, it initialize param of `MASTER_SIZE` and `MASTER_SLOT`.
so, during the get lock, the `MASTER_SIZE` and `MASTER_SLOT` of each master is valid and has the same value, so the scan command is likely to be repeated. Even if there is a double-check slot in `command2ProcessInstance`, if it cannot be changed before double-check, it will be repeated.
(如果master上线或下线,会通知其他master执行updateMasterNodes方法,首先会初始化MASTER_SLOT=0 (0是有效值),然后串行争夺zk锁,抢到锁的才会执行syncMasterNodes,这里才会更改MASTER_SIZE。也就是为抢到锁的其他master的MASTER_SIZE相同,MASTER_SLOT都为0,所以此时扫描的command应该都是一样的。虽然再转为processintance之前有二次校验,但是此时如果还没获取到锁,其实值没变,依旧校验通过,所以会多个master会处理同一command)


Question two: Because the timing of master processing is different, and the data will be deleted when completed, so the master query command that will skip part of the data when getting the next page.

### What you expected to happen
No 1. Do not repeat processing command
No 2. As much as possible, ensure that the order of process instances is generated
### How to reproduce
I am so sorry,I don't have enough nodes to test, I can provide a plan.
1. Prepare four master nodes
2. Sleep for 30 seconds after acquiring the lock
3. Large number of inserts command
### 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/8980 | https://github.com/apache/dolphinscheduler/pull/9220 | 7553ae5a1707b1e735b7b192777bda20e454463f | 258285e6bb196439efdf7fa18d536723e779fe4f | 2022-03-18T06:11:01Z | java | 2022-03-27T15:33:30Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,971 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/views/datasource/list/use-columns.ts"] | [Bug][UI Next][V1.0.0-Alpha] The table action button in the data source center lacks a floating prompt. | ### 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
The table action button in the data source center lacks a floating prompt.
### How to reproduce
Data source center table operation button adds floating prompt
### 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/8971 | https://github.com/apache/dolphinscheduler/pull/8977 | 045ef753d1276aafe938fa319b16f444be783845 | a485771a738397dc8ced69636a3098eb89b47741 | 2022-03-17T10:12:23Z | java | 2022-03-18T06:29:51Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,969 | ["dolphinscheduler-ui-next/src/views/datasource/list/index.tsx", "dolphinscheduler-ui-next/src/views/datasource/list/use-columns.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/index.tsx"] | [Bug][UI Next][V1.0.0-Alpha] After the data source center switches languages, the header language does not 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

### What you expected to happen
After the data source center switches languages, the header language does not change.
### How to reproduce
After the data source center switches the language, the header should also be changed accordingly.
### 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/8969 | https://github.com/apache/dolphinscheduler/pull/8970 | 451f2849c10e972b61ed0c3f89e0e65791db95c5 | 045ef753d1276aafe938fa319b16f444be783845 | 2022-03-17T09:50:29Z | java | 2022-03-17T13:26:59Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,967 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/views/security/alarm-instance-manage/use-columns.ts"] | [Bug][UI Next][V1.0.0-Alpha] There is no floating prompt for the table operation button in the alarm instance management. | ### 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
There is no floating prompt for the table operation button in the alarm instance management.
### How to reproduce
Add hover prompt.
### 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/8967 | https://github.com/apache/dolphinscheduler/pull/8978 | a485771a738397dc8ced69636a3098eb89b47741 | c29a51a8c71fd015cb459daa1ae77d1cc3255e28 | 2022-03-17T09:40:02Z | java | 2022-03-18T06:32:22Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,965 | ["dolphinscheduler-ui-next/src/components/card/index.tsx", "dolphinscheduler-ui-next/src/views/projects/task/definition/use-table.ts", "dolphinscheduler-ui-next/src/views/resource/file/index.tsx", "dolphinscheduler-ui-next/src/views/resource/file/types.ts", "dolphinscheduler-ui-next/src/views/security/alarm-instance-manage/index.tsx"] | [Bug-FE][UI Next][V1.0.0-Alpha] Task definition page table scale imbalance 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
Page display ratio error
<img width="1920" alt="image" src="https://user-images.githubusercontent.com/76080484/158771315-21023658-4d0a-4bda-b3a5-1303a24f04c9.png">
### What you expected to happen
Wrong display ratio
### How to reproduce
Task Definition click
### 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/8965 | https://github.com/apache/dolphinscheduler/pull/8992 | 85b2352abf868f55bdc3f38e33374c0ae927d535 | 1a7d88e84b76d0910f984490032d94b2e651cf83 | 2022-03-17T09:05:45Z | java | 2022-03-18T14:02:22Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,961 | ["dolphinscheduler-ui-next/src/views/security/alarm-instance-manage/index.tsx", "dolphinscheduler-ui-next/src/views/security/alarm-instance-manage/use-columns.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] English should be displayed here | ### 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
English should be displayed here
<img width="1915" alt="image" src="https://user-images.githubusercontent.com/76080484/158768663-3e3fa1d1-1e98-41d6-a767-7aea5a652e1c.png">
### What you expected to happen
English should be displayed here
### How to reproduce
English should be displayed here
### 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/8961 | https://github.com/apache/dolphinscheduler/pull/8968 | 44c8d615a41a851a3547d34ff9332a97ee6d5997 | 451f2849c10e972b61ed0c3f89e0e65791db95c5 | 2022-03-17T08:31:04Z | java | 2022-03-17T12:16:11Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,959 | ["dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/table-action.tsx"] | [Bug] [UI Next][V1.0.0-Alpha] The stop button shows the error tips and it should be clickable when the state is STOP | ### 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 stop button shows the error tips and it should be clickable when the state is STOP.
<img width="1151" alt="image" src="https://user-images.githubusercontent.com/97265214/158758714-0983fec9-4a57-4135-b379-319bae09c69a.png">
### What you expected to happen
<img width="981" alt="image" src="https://user-images.githubusercontent.com/97265214/158758782-1b261b91-04e5-4064-9da6-aa481d443798.png">
### How to reproduce
1. Open the process instance page.
2. Pick one record which state is STOP.
### 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/8959 | https://github.com/apache/dolphinscheduler/pull/8960 | 2b63de029703d1b1222187a4bdf24b346101a9c9 | b9e89b1922c979e1b4273564ee3bb8708e36f54a | 2022-03-17T07:34:53Z | java | 2022-03-17T08:30:53Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,953 | ["dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts"] | [Bug] [UI Next][V1.0.0-Alpha] The pagination of task instance table always shows one 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 pagination of task instance table always shows one page.
### What you expected to happen
The pagination shows the correct page.
### How to reproduce
1. Open the task instance 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/8953 | https://github.com/apache/dolphinscheduler/pull/8954 | 3955d84ce3c1652efec58a91da0e6e447a6882f9 | aa7dcf3a2760009970ea220602e544a815c250ba | 2022-03-17T06:16:29Z | java | 2022-03-17T07:19:10Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,945 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts"] | [Bug] [UI Next][V1.0.0-Alpha] The serial wait text language was not supported in task instance 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 serial wait text language was not supported in task instance page.
<img width="273" alt="image" src="https://user-images.githubusercontent.com/97265214/158727439-af644e3d-df0a-430b-ac0d-d353baba1f18.png">
### What you expected to happen
<img width="393" alt="image" src="https://user-images.githubusercontent.com/97265214/158727461-262a75b4-52e4-40e1-a8be-0aaa633a4c2f.png">
### How to reproduce
1. Open the task instance page.
2. Open the state options.
3. Scroll to bottom.
### 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/8945 | https://github.com/apache/dolphinscheduler/pull/8949 | e8e2e3a13d0922dc7c21894a4ba6e2f183ec5e92 | 8fcca27fcb4e1d01019c98126c30a56f8a1e5255 | 2022-03-17T02:57:32Z | java | 2022-03-17T04:36:16Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,944 | ["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-cell-update.ts"] | [Bug] [UI Next][V1.0.0-Alpha] The edge was missing when I edited the first task node in dag 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 edge was missing when I edited the first task node in dag page.
### What you expected to happen
The edge is not missing.
### How to reproduce
1. Open the dag page.
2. Edit the first task node.
3. Save the first task node.
### 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/8944 | https://github.com/apache/dolphinscheduler/pull/8947 | af9aedfd2d231dd6e911679d6b54084dc409bf54 | e8e2e3a13d0922dc7c21894a4ba6e2f183ec5e92 | 2022-03-17T02:52:32Z | java | 2022-03-17T04:35:06Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,943 | ["dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts"] | [Bug] [UI Next][V1.0.0-Alpha] The workflow instance name is not clickable in task instance table. | ### 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="1894" alt="image" src="https://user-images.githubusercontent.com/97265214/158726443-3c786f4e-6fe8-4b28-a420-e26ed87626de.png">
### What you expected to happen
It is clickable and links to instance list page.
### How to reproduce
1. Open the task instance 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/8943 | https://github.com/apache/dolphinscheduler/pull/8952 | 192086e639d32ca09fe15ea27595e95e35dbd218 | b86dce53a3ff1e8a3eed409acfd3e339c03d2470 | 2022-03-17T02:47:45Z | java | 2022-03-17T04:39:09Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,941 | ["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/timing-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/types.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-form.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-modal.ts"] | [Bug] [UI Next][V1.0.0-Alpha] Enviroment name display error in cron manage | ### 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 Name display -1
<img width="729" alt="image" src="https://user-images.githubusercontent.com/8847400/158725457-3f03c71c-3802-4235-97c5-7b22b5143b15.png">
### What you expected to happen
Environment Name display is blank.
### 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/8941 | https://github.com/apache/dolphinscheduler/pull/8957 | aa7dcf3a2760009970ea220602e544a815c250ba | 2b63de029703d1b1222187a4bdf24b346101a9c9 | 2022-03-17T02:39:53Z | java | 2022-03-17T07:46:36Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,940 | ["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx"] | [Bug] [UI Next][V1.0.0-Alpha] Workflow modal timeout alert internationalization | ### 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="1181" alt="image" src="https://user-images.githubusercontent.com/8847400/158723553-cc81fb55-4b09-478b-9b79-de66bbccc4d9.png">
### What you expected to happen
minute are displayed in english
### How to reproduce
Open workflow definition and click save button to open modal
### 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/8940 | https://github.com/apache/dolphinscheduler/pull/8950 | 8fcca27fcb4e1d01019c98126c30a56f8a1e5255 | 192086e639d32ca09fe15ea27595e95e35dbd218 | 2022-03-17T02:22:36Z | java | 2022-03-17T04:37:40Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,931 | ["dolphinscheduler-ui-next/src/service/service.ts", "dolphinscheduler-ui-next/src/views/login/use-login.ts"] | [Bug] [UI Next][V1.0.0-Alpha] Auto logout bug | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
When I refresh the browser on the resource manage page, I will automatically logout.
<img width="1919" alt="image" src="https://user-images.githubusercontent.com/8847400/158556710-fbd18808-a785-4089-b251-7e3f92277955.png">
### What you expected to happen
Refresh the page
### How to reproduce
Refresh the browser on the resource manage 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/8931 | https://github.com/apache/dolphinscheduler/pull/8932 | dde81eb93c88042f415cb5f6e0f55c75d6ef95fb | f9efd68878070ed549bc5f1bf0553b54b992c08b | 2022-03-16T09:16:37Z | java | 2022-03-16T11:18:50Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,923 | ["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/types.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-cell-update.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-task-edit.ts"] | [Bug] [UI Next][V1.0.0-Alpha] pre task can not be display when creating task in dag 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

### What you expected to happen
above.
### How to reproduce
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/8923 | https://github.com/apache/dolphinscheduler/pull/8928 | 4ec2db9e5c2a0a4c191cd2bbf7f42e77f771fc74 | 9cf5c6d00eb70166eeb58d750910935e60df6acd | 2022-03-16T03:25:59Z | java | 2022-03-16T08:04:38Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,917 | ["dolphinscheduler-python/pydolphinscheduler/docs/source/config.rst", "dolphinscheduler-python/pydolphinscheduler/docs/source/howto/index.rst", "dolphinscheduler-python/pydolphinscheduler/docs/source/howto/remote-submit.rst", "dolphinscheduler-python/pydolphinscheduler/docs/source/index.rst", "dolphinscheduler-python/pydolphinscheduler/docs/source/start.rst"] | [Feature][python] Add docs for config.yml | ### 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 #8585 we add `config.yml` but we do not add some docs about it. we should add some docs about it
### 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/8917 | https://github.com/apache/dolphinscheduler/pull/9443 | 62284ae689e3e95f9951322650f62db84f09b47b | aaf2042ec46ced05e4d0d8f98ee8b0192b78a0f5 | 2022-03-15T11:29:52Z | java | 2022-04-12T01:42:28Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,913 | ["dolphinscheduler-log-server/src/main/java/org/apache/dolphinscheduler/server/log/LoggerRequestProcessor.java"] | [Bug] [Worker] roll view log 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
```
java.lang.NullPointerException: null
at java.lang.String.startsWith(String.java:1405)
at java.lang.String.startsWith(String.java:1434)
at org.apache.dolphinscheduler.server.log.LoggerRequestProcessor.checkPathSecurity(LoggerRequestProcessor.java:149)
at org.apache.dolphinscheduler.server.log.LoggerRequestProcessor.process(LoggerRequestProcessor.java:103)
at org.apache.dolphinscheduler.remote.handler.NettyServerHandler.lambda$processReceived$0(NettyServerHandler.java:129)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
[ERROR] 2022-03-15 12:46:54.403 org.apache.dolphinscheduler.service.log.LogClientService:[101] - roll view log error
```
### What you expected to happen
roll view log is normal
### How to reproduce
View the online log of a 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/8913 | https://github.com/apache/dolphinscheduler/pull/8914 | e53ac4e304c3b0d80a710d27d1ebc66d60a43822 | 5ad73f8352ae74d2f8804d75e00eb2712c6be879 | 2022-03-15T11:00:07Z | java | 2022-03-16T02:09:29Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,894 | ["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/table-action.tsx"] | [Bug-RD][UI Next][V1.0.0-Alpha] Remove workflow prompt 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
Remove workflow prompt error

### What you expected to happen
Should show workflow name , shouldn't show workflow id
### How to reproduce
1、New workflow
2、On-line workflow
3、Delete workflow
### 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/8894 | https://github.com/apache/dolphinscheduler/pull/9057 | e0e77013415f053ce228be1a3f9a14e08d361bda | cfe2473e578d25909ce74e968fb1a93aa6d225e6 | 2022-03-15T05:49:53Z | java | 2022-03-21T10:50:26Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,889 | ["dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-oracle/src/main/java/org/apache/dolphinscheduler/plugin/datasource/oracle/OracleDataSourceClient.java"] | [Bug][DataSource] upgrade from 2.0.0 to 2.0.5 then oracle datasource will not to 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
upgrade from 2.0.0 to 2.0.5 then oracle datasource will not to work:
[ERROR] 2022-03-15 09:38:30.560 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[160] - sql task error: java.lang.RuntimeException: JDBC connect failed
[ERROR] 2022-03-15 09:38:30.561 org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread:[207] - task scheduler failure
java.lang.RuntimeException: JDBC connect failed
at org.apache.dolphinscheduler.plugin.datasource.api.client.CommonDataSourceClient.checkClient(CommonDataSourceClient.java:106)
at org.apache.dolphinscheduler.plugin.datasource.api.client.CommonDataSourceClient.<init>(CommonDataSourceClient.java:55)
at org.apache.dolphinscheduler.plugin.datasource.oracle.OracleDataSourceClient.<init>(OracleDataSourceClient.java:27)
at org.apache.dolphinscheduler.plugin.datasource.oracle.OracleDataSourceChannel.createDataSourceClient(OracleDataSourceChannel.java:29)
at org.apache.dolphinscheduler.plugin.datasource.api.plugin.DataSourceClientProvider.lambda$getConnection$0(DataSourceClientProvider.java:64)
at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
at org.apache.dolphinscheduler.plugin.datasource.api.plugin.DataSourceClientProvider.getConnection(DataSourceClientProvider.java:58)
at org.apache.dolphinscheduler.plugin.task.sql.SqlTask.executeFuncAndSql(SqlTask.java:183)
at org.apache.dolphinscheduler.plugin.task.sql.SqlTask.handle(SqlTask.java:154)
at org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread.run(TaskExecuteThread.java:189)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:125)
at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:57)
at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:78)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:83)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:376)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:431)
at org.apache.dolphinscheduler.plugin.datasource.api.client.CommonDataSourceClient.checkClient(CommonDataSourceClient.java:104)
... 16 common frames omitted
Caused by: java.sql.SQLSyntaxErrorException: ORA-00923: FROM keyword not found where expected
### What you expected to happen
all my job faild
### How to reproduce
a jdbc datasouce create in 2.0.0 or before then upgrade to 2.0.5
### Anything else
_No response_
### Version
2.0.5
### 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/8889 | https://github.com/apache/dolphinscheduler/pull/8921 | 4bb85dd16b77111cdad9406f10fa5955acb350d5 | af9aedfd2d231dd6e911679d6b54084dc409bf54 | 2022-03-15T02:14:49Z | java | 2022-03-17T03:10:39Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,882 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/service/modules/process-instances/index.ts", "dolphinscheduler-ui-next/src/service/modules/process-instances/types.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/detail-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-toolbar.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/types.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/detail/index.tsx"] | [Bug][UI Next][V1.0.0-Alpha] save workflow in workflow instance detail page no response | ### 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
above.
### How to reproduce
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/8882 | https://github.com/apache/dolphinscheduler/pull/8926 | e17c2bb56a0c844cd9760518ef3fe2505d0491c0 | 276a68a23e791eac08626febfed14e1ef2c01dd9 | 2022-03-14T11:07:00Z | java | 2022-03-16T06:18:35Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,879 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/service/modules/process-definition/index.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/copy-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-form.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-modal.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/index.module.scss", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/index.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/use-table.ts"] | [Bug] [UI Next][V1.0.0-Alpha] missing batch delete and batch copy and batch export in workflow definition 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

### What you expected to happen
above.
### How to reproduce
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/8879 | https://github.com/apache/dolphinscheduler/pull/8930 | 9cf5c6d00eb70166eeb58d750910935e60df6acd | dde81eb93c88042f415cb5f6e0f55c75d6ef95fb | 2022-03-14T10:20:48Z | java | 2022-03-16T09:59:20Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,878 | ["dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/FileManageE2ETest.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/FunctionManageE2ETest.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/UdfManageE2ETest.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/UserE2ETest.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/WorkflowE2ETest.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/security/UserPage.java", "dolphinscheduler-ui-next/src/views/security/user-manage/components/user-detail-modal.tsx"] | [Bug] [UI-Next] Cannot update tenant individually on user info site. | ### 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 want to update the tenant individually on user info site, but the 'password' field is a required.
I think this password field should not be required, because i want to set tenant individually.
<img width="590" alt="image" src="https://user-images.githubusercontent.com/29528966/158149934-7d95d106-2f27-488a-b73c-4e1a04bd4b91.png">
### What you expected to happen
I can update the tenant individually on user info site.
### How to reproduce
update the user info
### 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/8878 | https://github.com/apache/dolphinscheduler/pull/9237 | 3e8231271351454dacd3e9b6edab0a17fdc81a68 | 0d0674df1f78d666fc7c2155629627380aa0a9b1 | 2022-03-14T10:08:59Z | java | 2022-03-28T09:55:15Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,877 | ["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-cell-update.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-task-edit.ts"] | [Bug] [UI Next][V1.0.0-Alpha] The dag map displays error when I changed the pre tasks. | ### 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 changed the pre tasks in task editor model, the dag map displays error.
### What you expected to happen
The dag map displays correct as old ui page.
<img width="711" alt="image" src="https://user-images.githubusercontent.com/97265214/158150470-364e99fd-f42d-4b89-9d27-dbbef65c9b09.png">
### How to reproduce
1. Open the workflow definitions page.
2. Edit a task node.
3. Change the pre task, and then save.
<img width="671" alt="image" src="https://user-images.githubusercontent.com/97265214/158150381-449d8aee-929f-4b54-99ca-e864adcb7ba2.png">
<img width="626" alt="image" src="https://user-images.githubusercontent.com/97265214/158150569-cf936097-1e51-493b-b92b-080153645336.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/8877 | https://github.com/apache/dolphinscheduler/pull/8895 | 14bb722f6f8d8a4071ebe59f0ffa50df5d782f35 | 8bcbe2a1f466e588a119de32dfb3935af7614a35 | 2022-03-14T10:06:57Z | java | 2022-03-15T06:55:19Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,875 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sqoop-source-type.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sqoop-target-type.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-sqoop.ts"] | [Bug] [UI Next][V1.0.0-Alpha] sqoop task node missing some type when type is export | ### 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
above.
### How to reproduce
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/8875 | https://github.com/apache/dolphinscheduler/pull/8898 | 3114c917484e50aa241d20b9593e98625f2680fb | 8402367d826ae742dedc2c6cfbe51fbab57a1fcf | 2022-03-14T08:39:30Z | java | 2022-03-15T09:09:58Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,855 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java", "dolphinscheduler-ui/src/views/projects/workflow/definition/components/table-action.tsx", "dolphinscheduler-ui/src/views/projects/workflow/definition/use-table.ts"] | [Enhancement][API] Suggest support batch copy online process definitions. | ### 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
If need to batch copy online process definitions,it should set the process definition offline,and then batch copy them.
Whether can support batch copy online process definitions?
<img width="400" alt="image" src="https://user-images.githubusercontent.com/15651066/158095998-aecc1ef8-4a1f-4e1f-8539-22a570552545.png">
### Use case
Whether can support batch copy online process definitions?
### 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/8855 | https://github.com/apache/dolphinscheduler/pull/10678 | 491d5001fcaf4f1e4cd16807375435282ea35aef | 4bbf3c8ea19cd4198d4b55aa2549d20ad70fb2ab | 2022-03-14T02:49:51Z | java | 2022-07-01T03:30:01Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,844 | [".github/workflows/e2e.yml", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/ClickhouseDataSourceE2ETest.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/HiveDataSourceE2ETest.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/MysqlDataSourceE2ETest.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/PostgresDataSourceE2ETest.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/SqlServerDataSourceE2ETest.java", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/datasource/DataSourcePage.java"] | [Feature][E2E] Restore datasource center e2e test cases in ui-next | ### 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
Restore datasource center e2e test cases in ui-next
### 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/8844 | https://github.com/apache/dolphinscheduler/pull/8845 | b0ffec5a4ca619f84aa44d1491c44d3fa0d8c7fe | 2335453482df236841bf2147596a89ef359f7036 | 2022-03-13T01:39:02Z | java | 2022-03-13T04:33:19Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,836 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ResourcesController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ResourcesService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java", "dolphinscheduler-ui-next/src/layouts/content/components/timezone/index.module.scss", "dolphinscheduler-ui-next/src/service/modules/resources/index.ts", "dolphinscheduler-ui-next/src/service/modules/resources/types.ts", "dolphinscheduler-ui-next/src/views/resource/file/index.tsx"] | [Bug][UI Next][V1.0.0-Alpha] create directory/file path 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

### What you expected to happen
above.
### How to reproduce
create index folder ```test2``` in root path. And then entering the ```test2``` folder. And then create folder ```test1```. And then returning to the root path. And then create folder ```test2``` success.
In the same path can not contain two identical file/folder.
There are two issues:
1. Send request path error while creating folder
2. Folder hierarchy display error
### 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/8836 | https://github.com/apache/dolphinscheduler/pull/8892 | db64dcade8446267bce7423940f133492c07eaac | c7e80e42d79f56e237d296d430386860724588ff | 2022-03-11T08:33:58Z | java | 2022-03-15T06:19:19Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,835 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/fields/use-child-node.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/format-data.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/tasks/use-sub-process.ts", "dolphinscheduler-ui-next/src/views/projects/task/components/node/types.ts"] | [Bug(Serious)-FE][UI Next][V1.0.0-Alpha]Failed to save a workflow containing a child workflow node | ### 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 save a workflow containing a child workflow node
<img width="1900" alt="image" src="https://user-images.githubusercontent.com/76080484/157829805-2aa693cf-6096-4477-af83-b437477bc27a.png">
### What you expected to happen
Successfully saved and ready to run
### How to reproduce
1、First complete a new workflow
2、Create a new workflow that is being edited
3、Drag a sub-workflow component
4、Set the sub-workflow as the first new workflow completed
5、Click Save Workflow to report an error
The front end does not pass information about the child node to the back end
### 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/8835 | https://github.com/apache/dolphinscheduler/pull/8908 | f726730d93d52e646d6b27fbddf23fae643f868c | 9a93910ac5af8512e6f02f664995897e8e0459a5 | 2022-03-11T08:23:35Z | java | 2022-03-15T11:01:48Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,834 | ["dolphinscheduler-ui-next/src/components/card/index.tsx", "dolphinscheduler-ui-next/src/views/resource/file/index.module.scss", "dolphinscheduler-ui-next/src/views/resource/file/index.tsx", "dolphinscheduler-ui-next/src/views/resource/file/types.ts"] | [Bug][UI Next][V1.0.0-Alpha] missing path in resources center | ### 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
above.
### How to reproduce
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/8834 | https://github.com/apache/dolphinscheduler/pull/8963 | b9e89b1922c979e1b4273564ee3bb8708e36f54a | 44c8d615a41a851a3547d34ff9332a97ee6d5997 | 2022-03-11T08:19:45Z | java | 2022-03-17T09:52:04Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,831 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha]Language display 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
Language display error
<img width="1916" alt="image" src="https://user-images.githubusercontent.com/76080484/157797986-010601d9-55fe-48d9-aea0-ad1db096c8e5.png">
### What you expected to happen
Correct language presentation
### How to reproduce
1、Login
2、Switch Chinese
3、Click project management
### 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/8831 | https://github.com/apache/dolphinscheduler/pull/8925 | 276a68a23e791eac08626febfed14e1ef2c01dd9 | 4ec2db9e5c2a0a4c191cd2bbf7f42e77f771fc74 | 2022-03-11T03:59:25Z | java | 2022-03-16T06:30:30Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,810 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThreadPool.java"] | [Bug] [Master] Process Instance state does not change correctly and may cause Memory Leak | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
In `EventExecuteService`class, If an exception is throw in the `onSuccess` method, then `eventHandlerMap` (the dev branch is `multiThreadFilterMap`) cannot remove the thread of `WorkflowExecuteThread` normally, which has two effects: 1)The `WorkflowExecuteThread` will not handle any events, so processInstance state does not change; 2. There is a risk of memory leak.
Also, I found that exceptions in the `onSuccess` method do not print out logs, making it difficult to locate the problem

>
### What you expected to happen
The state of `ProcessInstance`changes normally
### How to reproduce
In the `onSuccess` method throw an exception, can reproduce.
Note:
1. You need to print `eventHandlerMap`and will find that `WorkflowExecuteThread` is always held and will not be removed
2. You won't see any exception messages in the master log
### Anything else
_No response_
### Version
2.0.1
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8810 | https://github.com/apache/dolphinscheduler/pull/8896 | a1bef43981b6a8f0f570dcb54551232696f9449c | 3114c917484e50aa241d20b9593e98625f2680fb | 2022-03-10T09:02:44Z | java | 2022-03-15T08:34:19Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,809 | ["dolphinscheduler-ui-next/src/assets/images/task-icons/data_quality.png", "dolphinscheduler-ui-next/src/assets/images/task-icons/data_quality_hover.png", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-sidebar.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag.module.scss"] | [Bug-FE][UI Next][V1.0.0-Alpha] DATA_QUALITY icon is null | ### 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 icon is null
<img width="1902" alt="image" src="https://user-images.githubusercontent.com/76080484/157627147-8fab0a8a-8854-42b1-97f5-71ad7bdd3132.png">
### What you expected to happen
DATA_QUALITY icon According to the normal
### How to reproduce
Click Create Workflow
### 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/8809 | https://github.com/apache/dolphinscheduler/pull/8822 | 939f280e7152f2f93f88cfb97f6952a8d87c16c4 | a9c9eb00d09722069f02c56cd5974178894d22e4 | 2022-03-10T08:59:03Z | java | 2022-03-11T02:00:30Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,808 | ["dolphinscheduler-ui-next/src/components/modal/index.tsx", "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/instance/components/log-modal.tsx"] | [Bug-FE][UI Next][V1.0.0-Alpha]Task instance logs are not automatically updated | ### 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 logs are not automatically updated
<img width="1917" alt="image" src="https://user-images.githubusercontent.com/76080484/157622048-000faeae-86d3-469c-98fd-d3ae26f4aa9c.png">
### What you expected to happen
Task instance logs can be updated automatically
### How to reproduce
1. Execute a long workflow
2. View task instance logs
3. The log is not updated. You need to close the log window and open it again to update the latest log
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8808 | https://github.com/apache/dolphinscheduler/pull/8912 | 32a5ccac72682b2efc1639a46d0fd6458b37216e | bde7d52c5d8322ebc6897771cc10725aefb19e9b | 2022-03-10T08:42:36Z | java | 2022-03-15T12:58:10Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,806 | ["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-modal.ts"] | [Bug-FE][UI Next][V1.0.0-Alpha] Repeat workflow import, the last import file was not cleared | ### 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
Repeat workflow import, the last import file was not cleared
<img width="1914" alt="image" src="https://user-images.githubusercontent.com/76080484/157603260-5f082bec-19ad-4745-be65-19a42e4d1552.png">
### What you expected to happen
The file check box can be cleared when repeating workflow imports
### How to reproduce
1. Click Import Workflow
2. Select the workflow to be imported
3. Click Import
4. Click Import workflow again
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8806 | https://github.com/apache/dolphinscheduler/pull/8905 | 242b5dd5b61a86c8a2baeb291d4def4d9fb07b26 | 58e341c19cde597a7e8deb84c6e5f2a53c857e78 | 2022-03-10T06:40:12Z | java | 2022-03-15T09:43:49Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,803 | ["dolphinscheduler-ui-next/src/views/projects/task/definition/components/version-modal.tsx"] | [Bug][UI Next][V1.0.0-Alpha] An error occurred while opening the task definition 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
An error occurred while opening the task definition page.
<img width="1822" alt="image" src="https://user-images.githubusercontent.com/97265214/157634610-e824671c-b822-4f2b-8f9d-95d790dddc5f.png">
### What you expected to happen
No error.
### How to reproduce
Open the task definition 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/8803 | https://github.com/apache/dolphinscheduler/pull/8814 | f5711e4fcd744cdab8aefcf8f08a4a951481b83b | 53fcffedb6108930fa32dad854826a5de319858a | 2022-03-10T06:23:59Z | java | 2022-03-10T11:27:37Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,802 | ["dolphinscheduler-ui-next/src/views/projects/workflow/relation/components/Graph.tsx"] | [Bug-FE] [UI Next][V1.0.0-Alpha] The Workflow Relation page cannot be zoomed in or out using a scroll wheel | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
The Workflow Relation page cannot be zoomed in or out using a scroll wheel
<img width="1918" alt="image" src="https://user-images.githubusercontent.com/76080484/157601202-a42caa98-ef3b-4180-8ea4-6cb644dcbe3b.png">
### What you expected to happen
The Workflow Relation page is zoomed in or out by scrolling on a scroll wheel
### How to reproduce
The Workflow Relation page cannot be zoomed in or out using a scroll wheel
### 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/8802 | https://github.com/apache/dolphinscheduler/pull/8868 | 1f831405588626cec0f6d27b97695895d0ee7108 | a7dd073e8304d1bcf3436a0606406690007f1b16 | 2022-03-10T06:22:02Z | java | 2022-03-14T09:07:52Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,801 | ["dolphinscheduler-ui-next/src/views/projects/task/components/node/detail-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/task/constants/task-type.ts"] | [Bug][UI Next][V1.0.0-Alpha] The instructions button always links to shell in task editor modal. | ### 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 instructions button always links to shell in task editor modal.
### What you expected to happen
Links to the current task type instructions.
### How to reproduce
1. Open the task definition page
2. Click the create task button
3. Click the instructions button
<img width="1781" alt="image" src="https://user-images.githubusercontent.com/97265214/157600308-84c744ea-1a86-4b4b-aefe-02b944bff5e5.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/8801 | https://github.com/apache/dolphinscheduler/pull/8924 | b1f7f788fda60d1f50bc4a398ede5c2b31246884 | e17c2bb56a0c844cd9760518ef3fe2505d0491c0 | 2022-03-10T06:20:54Z | java | 2022-03-16T06:17:00Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,793 | ["dolphinscheduler-ui-next/.eslintignore", "dolphinscheduler-ui-next/.prettierignore", "dolphinscheduler-ui-next/public/lodash.min.js"] | [Improvement] [UI Next][V1.0.0-Alpha] Prettier and ESlint | ### 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 files in the public folder are formatted when prettier or eslint is running.
### What you expected to happen
The files in the public folder are not formatted
### How to reproduce
`pnpm run prettier . `
### 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/8793 | https://github.com/apache/dolphinscheduler/pull/8794 | 41b66b6adbf286671a9d9682d04b769ad9d21003 | cb5910c95b8c2c069183361feb8f8181acdb4874 | 2022-03-10T03:08:05Z | java | 2022-03-10T03:59:23Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,790 | ["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | [Bug] [Process Definition] Duplicate key TaskDefinition | ### 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'm trying to save an process instance which was upgrade from before version(v2.0.1) and it reporting this error:
![Uploading Screen Shot 2022-03-10 at 10.41.08 AM.png…]()
### What you expected to happen
saved successfully
### How to reproduce
upgrade from v2.0.1 to v2.0.3,and try to modify process instance and save
### Anything else
_No response_
### Version
2.0.3
### 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/8790 | https://github.com/apache/dolphinscheduler/pull/8986 | 30746d9762b350df530187a628c58c547c7f7ba1 | a93033b62051c5cd0c509c6d856c3a75697da6ae | 2022-03-10T02:42:43Z | java | 2022-03-18T11:02:16Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,786 | ["dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/udf/pages/subUdfDirectory/index.vue"] | [Bug] [ui] the "RESOURCE_NOT_EXIST" error message when clicking udF resource list file navigation prompt | ### 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
Click on the folder in the UDF resource list and the navigation prompts "RESOURCE_NOT_EXIST"
### What you expected to happen
After the interface is upgraded, you need to input the ID when clicking the navigation.
### How to reproduce
In the resource management function, click the folder in the UDF resource list to navigate
### Anything else
Expect a fix in the next version
### 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/8786 | https://github.com/apache/dolphinscheduler/pull/8788 | 97a0eede25d27c8b603099c7c1592c70e468c6c0 | 0bce1a96a14cf46e9d5852d9778da02cbc1a2560 | 2022-03-09T14:52:06Z | java | 2022-03-10T03:31:37Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.