status
stringclasses 1
value | repo_name
stringclasses 13
values | repo_url
stringclasses 13
values | issue_id
int64 1
104k
| updated_files
stringlengths 11
1.76k
| title
stringlengths 4
369
| body
stringlengths 0
254k
⌀ | issue_url
stringlengths 38
55
| pull_url
stringlengths 38
53
| before_fix_sha
stringlengths 40
40
| after_fix_sha
stringlengths 40
40
| report_datetime
unknown | language
stringclasses 5
values | commit_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,671 | ["dolphinscheduler-common/src/main/resources/common.properties", "dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/main/java/org/apache/dolphinscheduler/plugin/datasource/api/provider/JDBCDataSourceProvider.java", "dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/utils/Constants.java"] | [Bug] [task-plugin-sql] hive/impala datasource can not get connection, throw NullpointerException | ### 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


使用JdbcDataSourceProvider.createOneSessionJdbcDataSource()方法hive/impala创建连接池设置了MaximumPoolSize=1,但是调度任务是,一般hive/impala都是多任务同时跑的话,会出现getConnection=null的情况,因此SqlTask.prepareStatementAndBind()方法会抛出空指针异常。
### What you expected to happen
为什么hive/impala连接池需要创建容量为1的连接池?
### How to reproduce
see what happened
### Anything else
_No response_
### Version
2.0.1
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7671 | https://github.com/apache/dolphinscheduler/pull/7675 | 713d0e75501f714e35189a33e8cee67926f7bd9e | 898727709f49e403e232bf5b68f006d3c6b28e55 | "2021-12-28T07:03:08Z" | java | "2022-01-13T10:06:40Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,660 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/versions.vue"] | [Bug] [ui] Wrong create time of process definition version | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
In our process definition page, version info dialogs given a wrong create time info. For now it just use `process_definition.create_time` which should use `process_definition.update_time` make more sence.

### What you expected to happen
We should display process definition `updateTime` instead of `createTime`
![Uploading image.png…]()
### How to reproduce
Go to web ui project -> process -> process definition, create a new process definition save it, and then add one more task and save again, you would see two version in this process definition `version info` and both them have same create time
### 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/7660 | https://github.com/apache/dolphinscheduler/pull/7662 | d3bd7309fb623d87ae7f35a01bdaec727a672be4 | abf3d001fc9cce2dc5a097a3b9902ce9d5e1007e | "2021-12-28T03:13:55Z" | java | "2021-12-29T09:25:00Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,658 | ["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | [Bug] [ApiServer] workflow copy 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
copy workflow error
### What you expected to happen
can copy workflow successfully
### How to reproduce
create a easy workflow with a shell task, then copy.
### 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/7658 | https://github.com/apache/dolphinscheduler/pull/7659 | b2e2de7a5e7c172cc5d4923783f6e5e53a83da44 | d75f22781be2bc33a399ded7aac5fb2665de8bcf | "2021-12-28T02:59:22Z" | java | "2021-12-28T03:25:18Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,656 | ["dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/security/TenantPage.java"] | [Bug] [ci] CI is unstable and will random failure | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
CI is unstable and will fail @zhongjiajie
### What you expected to happen
It may be a configuration problem
### How to reproduce
Submit code to request detection when merging
### 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/7656 | https://github.com/apache/dolphinscheduler/pull/7847 | ae09702b351c71babf2c93996e56a1358eb71d39 | 079adc9eca5271462f664cb517491ecd24d17953 | "2021-12-28T01:21:40Z" | java | "2022-01-06T09:29:06Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,643 | ["dolphinscheduler-ui-next/src/views/login/index.tsx", "dolphinscheduler-ui-next/src/views/project/list/index.module.scss"] | [Feature][UI Next] Add login and logout function. | ### 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 login and logout function.
### Use case
_No response_
### Related issues
[#7332](https://github.com/apache/dolphinscheduler/issues/7332)
_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/7643 | https://github.com/apache/dolphinscheduler/pull/7965 | 455cede28e204839c3c024e0bbcc94c302cb3148 | 79e2c386dfbb726ffb7d152da76cc1a2e01debc1 | "2021-12-27T07:50:02Z" | java | "2022-01-12T10:39:33Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,627 | ["dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/constants.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/task.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_task.py"] | [Bug] [python] Task relation missing when run tutorial | ### 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
After I run `python tutorial.py` it could DAG like
```
--> task_child_one
/ \
task_parent --> --> task_union
\ /
--> task_child_two
```
but what I really got is
```
--> task_child_one
/ \
task_parent --> --> task_union
\
--> task_child_two
```
### What you expected to happen
My DAG should look like
```
--> task_child_one
/ \
task_parent --> --> task_union
\ /
--> task_child_two
```
### How to reproduce
Run `python tutorial.py`
### 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/7627 | https://github.com/apache/dolphinscheduler/pull/7628 | 0d861fe46af595156342b56ef2edf3a2f24a0e4c | b1afd99c9e4ba5f4fc3bb3ee3fbce5fe64cbc201 | "2021-12-26T05:23:25Z" | java | "2021-12-26T07:44:30Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,616 | ["dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/database.py", "dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java"] | [Bug] [python] Class database raise error NPE when database name not exists | ### 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 database source name not exists, would raise NPE without detail info, it not user friendly.
### What you expected to happen
should remind user that datasouece not exists
### How to reproduce
run `python ./example/task_datax_example.py`
### 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/7616 | https://github.com/apache/dolphinscheduler/pull/7631 | 0b38d0e8269ef127e9ce11dff09a07b828961ebb | 65322155a3b27d8f3def00e1d1ce7c11ad68c6c7 | "2021-12-24T11:42:32Z" | java | "2022-01-07T13:29:37Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,607 | ["dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/AbstractTaskExecutor.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-procedure/src/main/java/org/apache/dolphinscheduler/plugin/task/procedure/ProcedureParameters.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-procedure/src/main/java/org/apache/dolphinscheduler/plugin/task/procedure/ProcedureTask.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-sql/src/main/java/org/apache/dolphinscheduler/plugin/task/sql/SqlTask.java"] | [Bug] [dolphinscheduler-api] Failed to execute PROCEDURE 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
1.An error is reported when the data storage IN mode references a user-defined parameter


2.An error is reported when the data storage OUTmode references a user-defined parameter


### What you expected to happen
.
### How to reproduce
.
### Anything else
_No response_
### Version
2.0.1
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7607 | https://github.com/apache/dolphinscheduler/pull/7680 | 2b05ebf47e3f6c3d02810a8c0dd18c32be4ffde0 | cc77963522536526618e19216d38dcd4fd8da472 | "2021-12-24T03:58:29Z" | java | "2021-12-28T11:19:30Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,605 | ["dolphinscheduler-ui-next/src/components/card/index.tsx", "dolphinscheduler-ui-next/src/components/card/types.ts", "dolphinscheduler-ui-next/src/components/chart/index.ts"] | [Feature][UI Next] Add card component. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Add card component.
### Use case
_No response_
### Related issues
[#7332](https://github.com/apache/dolphinscheduler/issues/7332)
### 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/7605 | https://github.com/apache/dolphinscheduler/pull/7635 | 2d73083e87e7ab2e117e9512437e3ab4cd2be6a4 | 36dd43737764a2e81875ca2f7b0831cc4b5709dc | "2021-12-24T02:51:25Z" | java | "2021-12-27T01:42:11Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,593 | ["dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/createUser.vue"] | [Improvement] [UI] java.lang.NumberFormatException: For input string: "" | ### 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 creating a user or updating user information, do not select a tenant, click save, the back-end code will report an error
```
[ERROR] 2021-12-23 19:43:27.798 org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[46] - 创建用户错误
org.springframework.web.method.annotation.MethodArgumentTypeMismatchException: Failed to convert value of type 'java.lang.String' to required type 'int'; nested exception is java.lang.NumberFormatException: For input string: ""
at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:133)
at org.springframework.web.method.support.HandlerMethodArgumentResolverComposite.resolveArgument(HandlerMethodArgumentResolverComposite.java:121)
at org.springframework.web.method.support.InvocableHandlerMethod.getMethodArgumentValues(InvocableHandlerMethod.java:179)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:146)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895)
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808)
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87)
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:517)
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:584)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799)
```
### What you expected to happen
When creating a user or updating user information, do not select a tenant, click Save, and the page directly prompts you to select a tenant
### How to reproduce
When creating a user or updating user information, do not select a tenant, click save.
### 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/7593 | https://github.com/apache/dolphinscheduler/pull/7594 | 5be8e0531c4ab4863f0ec5d590418014575b0bfc | 64efc65edf06e8dc2ffdae14eabd4aab3d518a02 | "2021-12-23T11:49:11Z" | java | "2022-01-12T06:38:41Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,576 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ExecutorServiceTest.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/quartz/cron/CronUtils.java"] | [Feature][Master] Optimize complement task's date | ### 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

Current complement task's date is left closed and right open time interval (startDate <= N < endDate).
From a user's point of view, what you see is what you get.In order that users do not need to transform understanding.I suggest changing left closed and right open time interval to left closed and right closed time interval.
### 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/7576 | https://github.com/apache/dolphinscheduler/pull/7585 | f450b7ef28ef97a9fc6caa6a6978b94e659a8e7f | 3d9d91ccc37f9dc2f6d6081892f8e18acff82fe5 | "2021-12-23T07:27:57Z" | java | "2021-12-25T04:22:22Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,569 | ["dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql", "dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.1.0_schema/mysql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.1.0_schema/mysql/dolphinscheduler_dml.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.1.0_schema/postgresql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.1.0_schema/postgresql/dolphinscheduler_dml.sql"] | [Feature][Dao] Optimize Dependent node loading times | ### 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
Optimize Dependent node loading times
### 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/7569 | https://github.com/apache/dolphinscheduler/pull/7626 | 2d2cc35ccae54f6e89532d92944b8df60721b92d | 8b292132c83374b6364abf4d40505593760c27c2 | "2021-12-23T05:47:35Z" | java | "2021-12-27T10:05:56Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,564 | ["dolphinscheduler-ui/src/js/conf/home/pages/datasource/pages/list/_source/createDataSource.vue"] | [Bug] [UI] Datasource's domain name too long to fill | ### 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
input domain successfully
### How to reproduce
The domain name of AWS RDS and AWS aurora is very long.
### 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/7564 | https://github.com/apache/dolphinscheduler/pull/7625 | b1afd99c9e4ba5f4fc3bb3ee3fbce5fe64cbc201 | 82db009781cbd9d2d8e1dbd8fc567f296de27496 | "2021-12-23T02:25:21Z" | java | "2021-12-26T11:45:15Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,554 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/aspect/AccessLogAnnotation.java", "dolphinscheduler-standalone-server/src/main/resources/application.yaml"] | [Bug] [Standlone] H2 in standalone server will auto restart after several minutes | ### 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
After starting the Standalone server several minutes, find the data in database lost.
It seems the h2 has been restart.
I guess this is related with `minimum-idle`, I will take a deep look at this.
### What you expected to happen
No.
### How to reproduce
Start Standalone server and wait, this may happen in several minutes.
If you hope to reproduce fast, you can set minimum-idle=1/2/3, then you will reproduce in less than 3 minutes.
### 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/7554 | https://github.com/apache/dolphinscheduler/pull/7556 | 146471eb487293684be81a0697b2bb56c86bb187 | 82075a4476c16e1ab3806d914e571e0cf48bebc0 | "2021-12-22T12:43:19Z" | java | "2021-12-23T01:26:42Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,542 | ["dolphinscheduler-ui-next/src/components/chart/modules/Bar.tsx", "dolphinscheduler-ui-next/src/views/home/index.tsx"] | [Feature][UI Next] Add charts setting. | ### 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 charts setting.
### Use case
_No response_
### Related issues
[#7332](https://github.com/apache/dolphinscheduler/issues/7332)
### 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/7542 | https://github.com/apache/dolphinscheduler/pull/7547 | 46fa9ed9c83b65ae1b09a3fd5e714e1323c9346e | b2a378693f2030c6742feb9ab3b4874426dac5d0 | "2021-12-22T07:12:19Z" | java | "2021-12-22T09:39:06Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,538 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"] | [Bug] [server] when there is a forbidden node in dag, the execution flow is abnormal | ### Search before asking
- [x] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
In a dag, after the node is forbidden to execute, there is a problem with the judgment of the execution of the node that depends on the forbidden node.
### What you expected to happen
When a node depends on a forbidden node, it should be judged whether the parent node of the forbidden node has finished running.
### How to reproduce

As shown in the figure, test1_stop and test2_stop are forbidden nodes. The test3 node depends on test1_stop and test2_stop. In my opinion, whether test3 is executed depends on whether test1 and test2 are executed. But in my test, although the test1 node has been executed, but test2 is being executed, I think test3 should not be executed at this time, but he was executed. Is this a special design? If this is a bug, I would be happy to contribute my code, thank you.
### 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/7538 | https://github.com/apache/dolphinscheduler/pull/7613 | 605767e47b29f7dc6f2c1c69e13848a8268fcd1c | 3af4d765c254b1ef72d1d3aeefd9b4a427cb281d | "2021-12-22T02:56:03Z" | java | "2021-12-28T10:37:59Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,537 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/StateWheelExecuteThread.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"] | [Bug] [Master] dependent node retry delay did not work | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened


### What you expected to happen
Dependent node retry delay works.
### 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/7537 | https://github.com/apache/dolphinscheduler/pull/7551 | b2a378693f2030c6742feb9ab3b4874426dac5d0 | 9f56123a26096e9e423a447e659180b9153de07d | "2021-12-22T02:31:36Z" | java | "2021-12-22T12:21:52Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,520 | ["dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql", "dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.1.0_schema/mysql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.1.0_schema/mysql/dolphinscheduler_dml.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.1.0_schema/postgresql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.1.0_schema/postgresql/dolphinscheduler_dml.sql"] | [Bug] [Master] Data too long for column 'task_params' at row 1 | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
```
[INFO] 2021-12-20 12:44:29.923 org.apache.dolphinscheduler.service.process.ProcessService:[1060] - start submit task : 依赖检查, instance id:176379, state: RUNNING_EXECUTION
[ERROR] 2021-12-20 12:44:29.933 org.apache.dolphinscheduler.service.process.ProcessService:[1043] - task commit to mysql failed
org.springframework.dao.DataIntegrityViolationException:
### Error updating database. Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'task_params' at row 1
### The error may exist in org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapper.java (best guess)
### The error may involve org.apache.dolphinscheduler.dao.mapper.TaskInstanceMapper.insert-Inline
### The error occurred while setting parameters
### SQL: INSERT INTO t_ds_task_instance ( dry_run, flag, environment_code, pid, task_params, task_type, task_instance_priority, task_code, worker_group, state, process_instance_id, executor_id, alert_flag, first_submit_time, max_retry_times, retry_times, submit_time, name, task_definition_version, delay_time, retry_interval ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
### Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'task_params' at row 1
; Data truncation: Data too long for column 'task_params' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'task_params' at row 1
at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:104)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79)
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:79)
at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74)
at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440)
at com.sun.proxy.$Proxy83.insert(Unknown Source)
at org.mybatis.spring.SqlSessionTemplate.insert(SqlSessionTemplate.java:271)
at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:58)
at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:61)
at com.sun.proxy.$Proxy90.insert(Unknown Source)
at org.apache.dolphinscheduler.service.process.ProcessService.createTaskInstance(ProcessService.java:1445)
at org.apache.dolphinscheduler.service.process.ProcessService.saveTaskInstance(ProcessService.java:1434)
at org.apache.dolphinscheduler.service.process.ProcessService.submitTaskInstanceToDB(ProcessService.java:1326)
at org.apache.dolphinscheduler.service.process.ProcessService.submitTask(ProcessService.java:1063)
at org.apache.dolphinscheduler.service.process.ProcessService.submitTask(ProcessService.java:1032)
at org.apache.dolphinscheduler.service.process.ProcessService$$FastClassBySpringCGLIB$$ed138739.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:689)
at org.apache.dolphinscheduler.service.process.ProcessService$$EnhancerBySpringCGLIB$$b8f3698c.submitTask(<generated>)
at org.apache.dolphinscheduler.server.master.runner.task.DependentTaskProcessor.submit(DependentTaskProcessor.java:86)
at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.submitTaskExec(WorkflowExecuteThread.java:620)
at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.submitStandByTask(WorkflowExecuteThread.java:1273)
at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.submitPostNode(WorkflowExecuteThread.java:888)
at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.startProcess(WorkflowExecuteThread.java:505)
at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.run(WorkflowExecuteThread.java:227)
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)
```
### What you expected to happen
run job successfully
### How to reproduce
above
### Anything else
_No response_
### Version
2.0.1-release
### 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/7520 | https://github.com/apache/dolphinscheduler/pull/7521 | 7a888c544c562b9320d786ad9700b2754746f2d3 | c7d7eec67931009a9713bd370ab8b39c57f50219 | "2021-12-21T06:10:57Z" | java | "2021-12-24T14:51:18Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,518 | ["dolphinscheduler-ui-next/src/router/routes.ts", "dolphinscheduler-ui-next/src/utils/index.ts", "dolphinscheduler-ui-next/src/utils/mapping.ts", "dolphinscheduler-ui-next/src/views/login/index.tsx", "dolphinscheduler-ui-next/src/views/login/use-login.ts", "dolphinscheduler-ui-next/src/views/login/use-translate.ts", "dolphinscheduler-ui-next/src/views/login/use-validate.ts"] | [Feature][UI-Next] Refactor Login to better match the composition API implementation | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Refactor Login to better match the composition API implementation
Please refer to the main `issue` [#7332](https://github.com/apache/dolphinscheduler/issues/7332).
### 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/7518 | https://github.com/apache/dolphinscheduler/pull/7519 | 85beb50f03457d9687e9f1761becd4f37ec41766 | ed6a3b6c87f61a7e72c18848d59d2826bdb3e017 | "2021-12-21T05:17:53Z" | java | "2021-12-21T07:24:04Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,513 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/_source/selectInput.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue"] | [Feature][UI] max retry time and max retry delay dropdown box can be edited | ### 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

Max retry time and max retry delay dropdown box can be edited.Just like the old ways in 1.3.X.
### Use case
user can modified different max retry time and max retry delay.
### 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/7513 | https://github.com/apache/dolphinscheduler/pull/8032 | 677482795c5d95f26a6b64fe5bf00372626d4a59 | e45e78d8031e64b8f408d712251c2c6c94c52f93 | "2021-12-21T03:22:31Z" | java | "2022-01-14T07:45:53Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,512 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/_source/dependentTimeout.vue"] | [BUG][UI] dependent node ui dislocation | ### 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
2.0.1-release
### 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/7512 | https://github.com/apache/dolphinscheduler/pull/7716 | 0bc4f9b5de4f7ab0275ee77e3d769f1e58792962 | 1cd5162e4e9ba1ab5a3c3b254f8bc89bb9da94b9 | "2021-12-21T03:18:13Z" | java | "2021-12-30T02:34:10Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,510 | ["dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/file/pages/subdirectory/index.vue"] | [Bug] [UI] File Manage when return the parent folder ,ui send "undefined" to backend | ### 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
issue:can not dispaly noraml when click the prent floder from the child folder
create file folder (at least 2 layer),click the parent folder from the child folder ,then exception occuer

### What you expected to happen
should display the parent folder content
### How to reproduce
create file folder (at least 2 layer),click the parent folder from the child folder ,then exception occuer
version:2.0.0 release
### Anything else
_No response_
### Version
2.0.0
### 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/7510 | https://github.com/apache/dolphinscheduler/pull/7747 | b2e6b69b0902ddd0dac9aca12ca40224dd90cfaa | 1f97a62411da2a2f9b43c6a54fe9a2a8c6929411 | "2021-12-21T03:02:36Z" | java | "2021-12-31T05:14:07Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,508 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/list.vue"] | [Bug] [dolphinscheduler-api] The workflow is moved and copied to other projects in batches. Running the workflow does not generate task instances | ### 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.Batch move and batch copy the workflow of project A to project B
2.Running the workflow in project B,does not generate task instances


### What you expected to happen
.
### How to reproduce
1.Batch move and batch copy the workflow of project A to project B
2.Running the workflow in project B,which should generate task instances
### Anything else
_No response_
### Version
2.0.0
### 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/7508 | https://github.com/apache/dolphinscheduler/pull/7666 | d75f22781be2bc33a399ded7aac5fb2665de8bcf | 86137e05ea37dd3346dcf8c2e790b410533ac53c | "2021-12-21T02:40:49Z" | java | "2021-12-28T05:27:52Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,499 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue"] | [Bug] [UI] View history result 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

/projects/3909232228064/task-instance?taskName=rtbhouse2mysql_ods_marketing_spend_h&pageSize=10&pageNo=1&searchVal=&host=&stateType=&startDate=&endDate=&executorName=&processInstanceName=
View history should request processInstanceId instead of taskName.Otherwise It will show duplicated result because taskName is not unique.
### What you expected to happen
View history returns the correct results.
### How to reproduce
view history in process instance detail.
### Anything else
_No response_
### Version
2.0.1-release
### 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/7499 | https://github.com/apache/dolphinscheduler/pull/7739 | d9496efc380e559b81781ebaae20478a17f03ed4 | 70ab2b886f5627c9048ee94b8bbb7bba2c0895b5 | "2021-12-20T07:12:22Z" | java | "2022-01-04T02:18:57Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,493 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/toolbar.vue", "dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js", "dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js"] | [Feature][UI]Fuzzy search and case-insensitive search should be supported in process definition details page | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
1、click a process and enter the process definition details page
eg:http://XXXXX:12345/dolphinscheduler/ui/#/projects/3880463913664/definition/list/3880470637248
2、search node with the search button in the upper right corner of the page
3、Enter a partial name or enter it regardless of case ,and click search button
[expect]
1、search node successful
[actual]
1、The corresponding node is not found
### Use case
Fuzzy search and case-insensitive search should be supported。
This is useful when there are many nodes
### 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/7493 | https://github.com/apache/dolphinscheduler/pull/7766 | 7e378ea6728f881232824d0cb95d547d21a47759 | 4203304b08847d57218f9e9cb4edf7447f6eab8b | "2021-12-19T09:53:48Z" | java | "2022-01-01T04:46:40Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,480 | ["dolphinscheduler-standalone-server/pom.xml", "dolphinscheduler-standalone-server/src/main/java/org/apache/dolphinscheduler/StandaloneServer.java", "dolphinscheduler-standalone-server/src/main/resources/logback-spring.xml", "pom.xml"] | [Bug] [Standalone] Cannot query task log information through WEBUI | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Cannot query task log information through WEBUI
### What you expected to happen
Normally query task log information
### How to reproduce
Query the task log on 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/7480 | https://github.com/apache/dolphinscheduler/pull/7481 | cdd4e7bf03d0e4c0f486ed8d327151475167584e | 146471eb487293684be81a0697b2bb56c86bb187 | "2021-12-18T06:39:20Z" | java | "2021-12-22T16:54:44Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,471 | ["dolphinscheduler-ui-next/package.json", "dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/router/index.ts", "dolphinscheduler-ui-next/src/service/service.ts", "dolphinscheduler-ui-next/src/store/theme/theme.ts", "dolphinscheduler-ui-next/src/views/login/index.tsx"] | [Feature][UI-Next] Interface debugging | ### 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
- Interface debugging(login)
- Import `qs` package
- Modified AXIOS to support QS
Please refer to the main `issue` [#7332](https://github.com/apache/dolphinscheduler/issues/7332)
### 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/7471 | https://github.com/apache/dolphinscheduler/pull/7472 | b54482cbb5ff51fc69df626767d807e033556c3f | fc162826d91576da2649f5acfd6f11bcff58c5d7 | "2021-12-17T10:07:57Z" | java | "2021-12-17T13:10:59Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,462 | ["dolphinscheduler-ui-next/src/service/modules/process-instances/index.ts", "dolphinscheduler-ui-next/src/service/modules/process-instances/types.ts", "dolphinscheduler-ui-next/src/service/modules/projects/index.ts", "dolphinscheduler-ui-next/src/service/modules/projects/types.ts", "dolphinscheduler-ui-next/src/service/modules/queues/index.ts", "dolphinscheduler-ui-next/src/service/modules/queues/types.ts", "dolphinscheduler-ui-next/src/service/modules/resources/index.ts", "dolphinscheduler-ui-next/src/service/modules/resources/types.ts"] | [Feature][UI Next] Write part of the api method. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Write part of the api method.
Please refer to the main `issue` [#7332](https://github.com/apache/dolphinscheduler/issues/7332).
### 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/7462 | https://github.com/apache/dolphinscheduler/pull/7476 | 01a2b9684a4c6478ca4aea74b2307558c57468a7 | 2f7a406ea9d1cc79441759ae3691a88841f50fb7 | "2021-12-17T06:48:25Z" | java | "2021-12-18T09:07:24Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,460 | ["dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-wechat/src/main/java/org/apache/dolphinscheduler/plugin/alert/wechat/WeChatAlertChannelFactory.java", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-wechat/src/main/java/org/apache/dolphinscheduler/plugin/alert/wechat/WeChatAlertConstants.java", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-wechat/src/main/java/org/apache/dolphinscheduler/plugin/alert/wechat/WeChatAlertParamsConstants.java", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-wechat/src/main/java/org/apache/dolphinscheduler/plugin/alert/wechat/WeChatSender.java", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-wechat/src/main/java/org/apache/dolphinscheduler/plugin/alert/wechat/WeChatType.java", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-wechat/src/test/java/org/apache/dolphinscheduler/plugin/alert/wechat/WeChatAlertChannelFactoryTest.java"] | [Feature][Alert] Wechat alert support send to group chat | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
We only support sending to apps right now in 2.0.1-release. https://work.weixin.qq.com/api/doc/90000/90135/90236
We should add support send to appchat .And add a switch button in UI. https://work.weixin.qq.com/api/doc/90000/90135/90248
### 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/7460 | https://github.com/apache/dolphinscheduler/pull/7465 | fc162826d91576da2649f5acfd6f11bcff58c5d7 | 86b476a1601872d1e47c3e9ca5ee4c18cbea92d3 | "2021-12-17T04:05:54Z" | java | "2021-12-18T02:26:16Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,459 | ["dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/src/main/java/org/apache/dolphinscheduler/plugin/task/sqoop/generator/targets/HiveTargetGenerator.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/src/main/java/org/apache/dolphinscheduler/plugin/task/sqoop/parameter/targets/TargetHiveParameter.java", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/sqoop.vue", "dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js", "dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js"] | [Bug][Sqoop] running error in parallel | ### 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

sqoop task misssing --target-dir in 2.0.1-release.
Causing error while running in parallel with the same source table in different database.
### What you expected to happen
running successfully
### How to reproduce
above
### Anything else
_No response_
### Version
2.0.1-release
### 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/7459 | https://github.com/apache/dolphinscheduler/pull/7752 | d7d13f7f51c5a2d6fd19076018ff5528f140c49a | c58dbefaa50224f60d581980a43ba3d2ee4634a2 | "2021-12-17T03:43:39Z" | java | "2021-12-31T08:26:07Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,457 | ["dolphinscheduler-ui/src/js/module/components/conditions/conditions.vue"] | [Feature][UI] The search box can be searched by pressing enter button. | ### 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 search box can be searched by pressing enter button in ui.Just like the old version 1.3.X.
branch: 2.0.1-release
### Use case
search
### 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/7457 | https://github.com/apache/dolphinscheduler/pull/7461 | 0c7aa4e2c5af05a1df099e1ba29cef876446f79e | fb31dcd59cb1ca1b500c32f78e68bfe68bb149c7 | "2021-12-17T02:30:19Z" | java | "2021-12-17T06:40:40Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,455 | ["dolphinscheduler-ui-next/package.json", "dolphinscheduler-ui-next/src/assets/images/logo.svg", "dolphinscheduler-ui-next/src/env.d.ts", "dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/utils/classification.ts", "dolphinscheduler-ui-next/src/views/login/index.module.scss", "dolphinscheduler-ui-next/src/views/login/index.tsx", "dolphinscheduler-ui-next/tsconfig.json"] | [Feature][UI-Next] Added login pages and functions | ### 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
-Added login pages and functions
Please refer to the main `issue` [#7332](https://github.com/apache/dolphinscheduler/issues/7332).
### 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/7455 | https://github.com/apache/dolphinscheduler/pull/7456 | 5c8b7b794023812c618bcea0ee659f7bfb6c9290 | 91e3423c724e9abbfb2e84fa54af0fd792e0361e | "2021-12-17T00:58:49Z" | java | "2021-12-17T01:28:34Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,451 | ["dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/runner/TaskExecuteThread.java"] | [Improvement][Worker] Remove '+1' (day) in the date of the complement data | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
When the data is supplemented, the date is always +1.
This often misleads users.
So I think we should remove this.
### Use case
The date is always the same as user selected in ui when the data is supplemented.
### Related issues
#5979
### 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/7451 | https://github.com/apache/dolphinscheduler/pull/7452 | 86b476a1601872d1e47c3e9ca5ee4c18cbea92d3 | 92bbb9e4af3fb6132331828282bbe6e4bb97040d | "2021-12-16T14:01:28Z" | java | "2021-12-18T03:04:45Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,432 | ["dolphinscheduler-ui-next/index.html", "dolphinscheduler-ui-next/src/router/index.ts", "dolphinscheduler-ui-next/src/router/routes.ts", "dolphinscheduler-ui-next/src/utils/classification.ts", "dolphinscheduler-ui-next/src/utils/index.ts", "dolphinscheduler-ui-next/src/views/home/index.module.scss", "dolphinscheduler-ui-next/src/views/home/index.tsx", "dolphinscheduler-ui-next/src/views/login/index.module.scss", "dolphinscheduler-ui-next/src/views/login/index.tsx", "dolphinscheduler-ui-next/tsconfig.json"] | [Feature][UI-Next] Added the configuration of routes | ### 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
- Automatically generate mappings for files
- Add a new utils folder and some definition methods
Please refer to the main `issue` [#7332](https://github.com/apache/dolphinscheduler/issues/7332).
### 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/7432 | https://github.com/apache/dolphinscheduler/pull/7433 | 6f93ebf3ba66a2e99e56e1844243dfc75d43556c | 7aeb12c5de8e67273af45d61f284a356f32f6af1 | "2021-12-15T12:40:01Z" | java | "2021-12-16T02:22:15Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,418 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/AccessTokenController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/AccessTokenService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/AccessTokenServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/AccessTokenControllerTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/AccessTokenServiceTest.java"] | [Feature][dolphinscheduler-api] Return domain object after UpdateXxx success | ### 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
Return domain object after UpdateXxx success
### 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/7418 | https://github.com/apache/dolphinscheduler/pull/7420 | bc995752d6b52f2f94bf17ea806c60f8d63b7342 | 801e6dd6bb721ee2d9f35528673865483957fcd3 | "2021-12-15T03:16:23Z" | java | "2021-12-15T05:40:07Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,408 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/AccessTokenController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/AccessTokenService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/AccessTokenServiceImpl.java", "dolphinscheduler-api/src/main/resources/i18n/messages.properties", "dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties", "dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/AccessTokenControllerTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/AccessTokenServiceTest.java"] | [Feature][dolphinscheduler-api] Built GenerateToken into the UpdateToken API | ### 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 UpdateToken does not explicitly specify a Token, then GenerateToken is built into the UpdateToken interface, otherwise the current behavior remains unchanged, which is beneficial to reduce the count of network request interactions
### 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/7408 | https://github.com/apache/dolphinscheduler/pull/7411 | 4988004150e3c8c264c0be027535bbcfdfd05d7c | 6b5c3934490027c57e8e8651d02d696060b290f5 | "2021-12-14T10:16:21Z" | java | "2021-12-15T02:39:43Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,401 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/AccessTokenController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/AccessTokenService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/AccessTokenServiceImpl.java", "dolphinscheduler-api/src/main/resources/i18n/messages.properties", "dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties", "dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/AccessTokenControllerTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/AccessTokenServiceTest.java"] | [Feature][dolphinscheduler-api] Built GenerateToken into the CreateToken API | ### 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 CreateToken does not explicitly specify a Token, then GenerateToken is built into the CreateToken interface, otherwise the current behavior remains unchanged, which is beneficial to reduce the count of network request interactions
### 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/7401 | https://github.com/apache/dolphinscheduler/pull/7404 | 1f1edb2f23d5a93b2d80f5caf521ea43a81bc374 | 14343864bf5b840cc297365463300896dcb1ef96 | "2021-12-14T08:18:27Z" | java | "2021-12-14T09:54:35Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,392 | ["dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-hive/src/main/java/org/apache/dolphinscheduler/plugin/datasource/hive/HiveDataSourceClient.java"] | [Bug] [DataSource] Add hive datasource failed | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

Update Kerberos environment failed when add new hive datasource.
### What you expected to happen
add new hive datasource success.
### How to reproduce
add new hive datasource.
### Anything else
It's a bug in 2.0.1-release.
### 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/7392 | https://github.com/apache/dolphinscheduler/pull/7393 | 801e6dd6bb721ee2d9f35528673865483957fcd3 | a17a8d777a3d4d2eda2409b1917ad5ddd3123969 | "2021-12-14T04:33:02Z" | java | "2021-12-15T09:36:05Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,386 | ["dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/database.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/procedure.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/sql.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_database.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_procedure.py"] | [Bug] [python] Task type procedure have bad param name | ### 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 https://github.com/apache/dolphinscheduler/pull/7279#issuecomment-992407008 @devosend find we have a wrong parameter in procedure task type. It would cause error when submit process definition or task definition
### What you expected to happen
Should not cause error
### How to reproduce
Just submit task to java gateway
### 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/7386 | https://github.com/apache/dolphinscheduler/pull/7407 | 7e0010de3548009acf8f3a57dd59d6d0343f5613 | 4988004150e3c8c264c0be027535bbcfdfd05d7c | "2021-12-14T02:09:40Z" | java | "2021-12-15T02:19:32Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,348 | ["dolphinscheduler-python/pydolphinscheduler/examples/task_map_reduce_example.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/constants.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/map_reduce.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_map_reduce.py"] | [Feature][Python] Add workflow as code task type MR | ### 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 python api task type MR. sub task in #6407. we should cover all parameter from UI side and make it suitable for python.
### 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/7348 | https://github.com/apache/dolphinscheduler/pull/8140 | df26be89ed06928f9c4a446e3c1ebc976d562cef | 7aeac75860d5d80c4da0e40b26723acb7cd02f81 | "2021-12-12T13:16:08Z" | java | "2022-01-21T01:54:36Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,347 | ["dolphinscheduler-python/pydolphinscheduler/examples/task_flink_example.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/constants.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/flink.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_flink.py", "dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java"] | [Feature][Python] Add workflow as code task type flink | ### 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 python api task type flink. sub task in #6407. we should cover all parameter from UI side and make it suitable for python.
### 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/7347 | https://github.com/apache/dolphinscheduler/pull/7632 | f34dfe80dad6a38f0169c553d0f32b3fd49d8f70 | 081adf4aaa7a11a4068acf123985fb5550138ec9 | "2021-12-12T13:11:53Z" | java | "2022-01-04T01:45:54Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,346 | ["dolphinscheduler-python/pydolphinscheduler/examples/task_spark_example.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/constants.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/engine.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/flink.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/spark.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_engine.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_datax.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_flink.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_spark.py", "dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java"] | [Feature][Python] Add workflow as code task type spark | ### 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 python api task type spark. sub task in #6407. we should cover all parameter from UI side and make it suitable for python.
### 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/7346 | https://github.com/apache/dolphinscheduler/pull/7968 | f4a8502d436ef7c6beff3b5290d7daf93a092318 | 027af091c736a801df3082ea5323d6821a7d64dd | "2021-12-12T13:10:40Z" | java | "2022-01-15T15:24:55Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,341 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/list/index.vue"] | [Bug] [dolphinscheduler-ui] If the parameters of the query page are modified, requests are sent to the backend all time until whe number of page limit | ### 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. admin login
2. search project name in project page
3. modify the pageNo parameter to any value (Is greater than 10)
eg http://ip:12345/dolphinscheduler/ui/#/projects/list?pageSize=10&pageNo=70&searchVal=
4. View page requests and log requests

### What you expected to happen
When the user first requests it,response contains the params totalPage: 7
When the user requests it a second time, the parameter pageNo should be changed to totalPage: 7

### How to reproduce
1. admin login
2. send a request to this url http://ip:12345/dolphinscheduler/ui/#/projects/list?pageSize=10&pageNo=70&searchVal=
### Anything else
2.0.1-prepare
### Version
2.0.1-prepare
### 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/7341 | https://github.com/apache/dolphinscheduler/pull/7399 | 57697602c53d4db54f70abad1d37d41926f87bb7 | 1f1edb2f23d5a93b2d80f5caf521ea43a81bc374 | "2021-12-12T08:45:52Z" | java | "2021-12-14T08:31:08Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,292 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/aspect/CacheEvictAspect.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionLogMapper.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ProcessTaskRelationMapper.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ScheduleMapper.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/TaskDefinitionLogMapper.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/TenantMapper.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/UserMapper.java"] | [Bug] [ApiServer] process definition online error when standalone | ### 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 use standalone mode, process definition online error.

### What you expected to happen
process definition online successfully.
### How to reproduce
run standalone, create a new process definition, online.
### 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/7292 | https://github.com/apache/dolphinscheduler/pull/7293 | 939fa0c3bac50b43a519dfd3f4a6b8db1be92e92 | 0f7e38ed3c3acb9603e81479cc887e8e6133588e | "2021-12-09T13:52:45Z" | java | "2021-12-10T10:46:41Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,288 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/AlertGroupServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/AlertGroupControllerTest.java", "dolphinscheduler-ui/src/js/conf/home/pages/security/pages/warningGroups/_source/list.vue"] | [Feature][dolphinscheduler-api] The default alarm group should not be deleted, and add the alarm instance field in the alarm group list | ### 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
1.The default alarm group should not be deleted,Because the alarm notification of master and worker fault tolerance is sent by the default alarm group
2.add the alarm instance field in the alarm group list

### 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/7288 | https://github.com/apache/dolphinscheduler/pull/7932 | a81093d6cbc3f200207ecd192716a1cd426b4edc | 8cac0d8f94491e82a69f599b6688d593951351d3 | "2021-12-09T08:13:43Z" | java | "2022-01-12T06:12:30Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,284 | ["dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/AlertDao.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/alert/ProcessAlertManager.java"] | [Bug] [dolphinscheduler-api] In the process alarm message, projectid is 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

The projectid should be the project id associated with the process
### Version
2.0.1-prepare
### 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/7284 | https://github.com/apache/dolphinscheduler/pull/7298 | 67cc260d52c1f2e5aa7db76aa8621cdd0f8c4ee0 | 3fadfca085610ac812f24adc1ec2d25f71c579d0 | "2021-12-09T07:25:22Z" | java | "2021-12-10T04:25:35Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,277 | ["dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-hive/src/main/java/org/apache/dolphinscheduler/plugin/datasource/hive/HiveDataSourceClient.java"] | [Feature][datasource] Support Kerberos auto renewal | ### 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
Support Kerberos auto renewal
### 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/7277 | https://github.com/apache/dolphinscheduler/pull/7278 | 2a7d6b468f2942d075430478ffe08375f98df007 | 8d68cf48dde3765df1e02449af5edd8b18dac52d | "2021-12-08T14:05:35Z" | java | "2021-12-09T01:27:57Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,274 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/registry/MasterRegistryClient.java"] | [Bug] [MasterServer] invalid failover worker logic when failover 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
when failover master, it will try to failover worker too, but it's invalid.
### What you expected to happen
when failover master, it can failover associated task instance.
### How to reproduce
one master server down.
### 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/7274 | https://github.com/apache/dolphinscheduler/pull/7275 | f21eb8f9fefdb2f9f6fc917e2af838b927cce68a | 3a351da7525bcc95c7ae71ed82610d2bf785fd42 | "2021-12-08T13:19:16Z" | java | "2021-12-08T13:35:18Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,245 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/WorkerGroupMapper.java"] | [Bug] [API] spelEvaluationException: EL1008E: Property or field 'all' cannot be found | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
```
[ERROR] 2021-12-07 19:02:27.766 org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[46] - 查询worker分组失败
org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'all' cannot be found on object of type 'org.springframework.cache.interceptor.CacheExpressionRootObject' - maybe not public or not valid?
at org.springframework.expression.spel.ast.PropertyOrFieldReference.readProperty(PropertyOrFieldReference.java:217)
at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:104)
at org.springframework.expression.spel.ast.PropertyOrFieldReference.getValueInternal(PropertyOrFieldReference.java:91)
at org.springframework.expression.spel.ast.SpelNodeImpl.getValue(SpelNodeImpl.java:112)
at org.springframework.expression.spel.standard.SpelExpression.getValue(SpelExpression.java:272)
at org.springframework.cache.interceptor.CacheOperationExpressionEvaluator.key(CacheOperationExpressionEvaluator.java:104)
at org.springframework.cache.interceptor.CacheAspectSupport$CacheOperationContext.generateKey(CacheAspectSupport.java:795)
at org.springframework.cache.interceptor.CacheAspectSupport.generateKey(CacheAspectSupport.java:592)
at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:379)
at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:345)
at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:64)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215)
at com.sun.proxy.$Proxy152.queryAllWorkerGroup(Unknown Source)
at org.apache.dolphinscheduler.api.service.impl.WorkerGroupServiceImpl.getWorkerGroups(WorkerGroupServiceImpl.java:255)
at org.apache.dolphinscheduler.api.service.impl.WorkerGroupServiceImpl.queryAllGroup(WorkerGroupServiceImpl.java:233)
```
### What you expected to happen
The query is normal
### How to reproduce
Query the list of workers
### 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/7245 | https://github.com/apache/dolphinscheduler/pull/7246 | 6a144d69bf7c3fec37fa3bdcb1fcd6f01e4848c4 | 4e6265df11ce0b4dcf5ef13b596f1f7d25d33380 | "2021-12-07T11:28:36Z" | java | "2021-12-08T01:00:00Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,241 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/timing.vue"] | [Bug] [dolphinscheduler-ui] When editing the timing, the alarm group displays 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

### Version
2.0.1-prepare
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7241 | https://github.com/apache/dolphinscheduler/pull/7262 | deefc8e98af6246e89ef3aeecf97ea3a69674bca | 3ca2ee9ac8d09ced1b3f4e893b9a00891456fee6 | "2021-12-07T09:37:01Z" | java | "2021-12-08T06:24:53Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,227 | ["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/AlertPluginInstanceMapper.xml"] | [Improvement] [dolphinscheduler-api] The alarm instance pages are sorted in reverse order according to the update time | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

### Version
dev
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7227 | https://github.com/apache/dolphinscheduler/pull/7506 | 0d86a48d1c3caddf813bbf7f3453e1e7d624c760 | bb140fbc3b462cc192b18dca4ef1cee409909b71 | "2021-12-07T03:13:01Z" | java | "2021-12-21T01:22:16Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,209 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/AlertPluginInstanceController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/AlertPluginInstanceService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/AlertPluginInstanceServiceImpl.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/AlertPluginInstanceMapper.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/AlertPluginInstanceMapper.xml", "dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/mapper/AlertPluginInstanceMapperTest.java"] | [Bug] [api-service] Filter Security: warning-instance 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
When I filter `warning-instance` object, I found the result is not expect, and the result not filter

### What you expected to happen
Filter base on I enter
### How to reproduce
Go to `http://<IP>:<PORT>/dolphinscheduler/ui/#/security/warning-instance` and see whether it could filter or not.
### 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/7209 | https://github.com/apache/dolphinscheduler/pull/7210 | e4955934fd7223caf5ec9b0a7d6173a190ef1958 | 04805818c21c14e2fa147ed5018e7f6045642ff8 | "2021-12-06T07:41:09Z" | java | "2021-12-14T04:08:22Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,206 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterSchedulerService.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/StateWheelExecuteThread.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java", "dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/master/WorkflowExecuteThreadTest.java"] | [Bug] [MasterServer] processInstance always running when task was timeout and 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
when task was timeout and failed, processInstance runs without retry and finish.
### What you expected to happen
processInstance can goto retry and finish.
### How to reproduce

### Anything else
_No response_
### Version
2.0.0
### 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/7206 | https://github.com/apache/dolphinscheduler/pull/7207 | 705ba74f529a50dbf700e528701b8c19bd65f028 | ff9bc806ac04d07ff0581e7a88514f943310d2c9 | "2021-12-06T07:20:55Z" | java | "2021-12-06T10:20:56Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,203 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"] | [Bug] [Process definition] There is a problem with the location of the import process 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
The import process does not render the nodes in the workflow according to the coordinate position in the file.

### What you expected to happen
The node position is not rendered based on coordinates.
### How to reproduce
Upload the workflow file and click on the workflow details.
### 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/7203 | https://github.com/apache/dolphinscheduler/pull/7811 | ab89e4335e4a645f90a9c4a0c05a8efabb5e21c4 | f0ad65cb143f81f8c94e864ac6b69fbe2151c0ca | "2021-12-06T06:50:22Z" | java | "2022-01-05T08:28:55Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,195 | ["dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.1_schema/mysql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.1_schema/postgresql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/upgrade/SchemaUtilsTest.java"] | [Bug] [DAO] The wrong separator is used in the file path of 'sql/upgrade/2.0.1-schema' | ### 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 initialized the database through the class of UpgradeDolphinScheduler, I encountered an error. The details is as follows:
```
java.lang.IllegalStateException: Failed to execute CommandLineRunner
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:794) ~[spring-boot-2.5.6.jar:2.5.6]
at org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:775) ~[spring-boot-2.5.6.jar:2.5.6]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:345) ~[spring-boot-2.5.6.jar:2.5.6]
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:143) [spring-boot-2.5.6.jar:2.5.6]
at org.apache.dolphinscheduler.dao.upgrade.shell.CreateDolphinScheduler.main(CreateDolphinScheduler.java:40) [dolphinscheduler-dao-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
Caused by: java.lang.RuntimeException: java.lang.NumberFormatException: For input string: "1-schema"
at org.apache.dolphinscheduler.dao.upgrade.SchemaUtils.lambda$getAllSchemaList$0(SchemaUtils.java:71) ~[dolphinscheduler-dao-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at java.util.TimSort.binarySort(TimSort.java:296) ~[na:1.8.0_312]
at java.util.TimSort.sort(TimSort.java:221) ~[na:1.8.0_312]
at java.util.Arrays.sort(Arrays.java:1512) ~[na:1.8.0_312]
at java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:353) ~[na:1.8.0_312]
at java.util.stream.Sink$ChainedReference.end(Sink.java:258) ~[na:1.8.0_312]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:483) ~[na:1.8.0_312]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[na:1.8.0_312]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[na:1.8.0_312]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[na:1.8.0_312]
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566) ~[na:1.8.0_312]
at org.apache.dolphinscheduler.dao.upgrade.SchemaUtils.getAllSchemaList(SchemaUtils.java:73) ~[dolphinscheduler-dao-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at org.apache.dolphinscheduler.dao.upgrade.DolphinSchedulerManager.upgradeDolphinScheduler(DolphinSchedulerManager.java:75) ~[dolphinscheduler-dao-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at org.apache.dolphinscheduler.dao.upgrade.shell.CreateDolphinScheduler$CreateRunner.run(CreateDolphinScheduler.java:58) ~[dolphinscheduler-dao-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:791) ~[spring-boot-2.5.6.jar:2.5.6]
... 4 common frames omitted
Caused by: java.lang.NumberFormatException: For input string: "1-schema"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) ~[na:1.8.0_312]
at java.lang.Integer.parseInt(Integer.java:580) ~[na:1.8.0_312]
at java.lang.Integer.parseInt(Integer.java:615) ~[na:1.8.0_312]
at org.apache.dolphinscheduler.dao.upgrade.SchemaUtils.isAGreatVersion(SchemaUtils.java:92) ~[dolphinscheduler-dao-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
at org.apache.dolphinscheduler.dao.upgrade.SchemaUtils.lambda$getAllSchemaList$0(SchemaUtils.java:64) ~[dolphinscheduler-dao-2.0.0-SNAPSHOT.jar:2.0.0-SNAPSHOT]
... 18 common frames omitted
```
### What you expected to happen
I expect that the process of initializing database can be executed exactly and correctly.
### How to reproduce
I've found this root cause that the wrong separator is used in the file path of 'sql/upgrade/2.0.1-schema'.

### 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/7195 | https://github.com/apache/dolphinscheduler/pull/7200 | c7b06b007922c387f7edcf4936a2568a04d35573 | 705ba74f529a50dbf700e528701b8c19bd65f028 | "2021-12-06T04:00:37Z" | java | "2021-12-06T09:29:11Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,183 | ["dolphinscheduler-ui/src/js/conf/home/pages/security/pages/warningInstance/_source/createWarningInstance.vue", "dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js", "dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js"] | [Bug] [Warning instance manage] When selecting `slack`, an error message will appear, and the corresponding form will not appear. | ### 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 selecting `slack`, an error message will appear, and the corresponding form will not appear.
<img width="1649" alt="38dcd65fbb30c4b9f4a49abb1167530" src="https://user-images.githubusercontent.com/19239641/144731706-91114a7e-a9ad-4fcf-bfd4-a76f86f47f83.png">
### What you expected to happen
`i18n` does not support Little Camel.
### How to reproduce
Choose `slack`.
### 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/7183 | https://github.com/apache/dolphinscheduler/pull/7184 | 2fa3157e6ec7654d593fe3f71a84b70575bb5702 | eb07a2b1c953596dd0c2a420f8bd31334f6dfd3e | "2021-12-05T03:03:05Z" | java | "2021-12-05T03:23:50Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,180 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/UsersController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/UsersService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/UsersServiceImpl.java", "dolphinscheduler-api/src/main/resources/i18n/messages.properties", "dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties", "dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/UsersControllerTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/UsersServiceTest.java"] | [Feature][dolphinscheduler-api] Revoke project permission for specified user | ### 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
Revoke project permission for specified user
### 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/7180 | https://github.com/apache/dolphinscheduler/pull/7185 | 2dc09c627fe1d32c63e9a7551390540581916d7d | 3361d763c4af1b387602dfc97a5a57961b5a7c43 | "2021-12-04T17:08:06Z" | java | "2021-12-05T06:13:23Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,176 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/flink.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/mr.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/spark.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/definitionDetails.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/index.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/instanceDetails.vue", "dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/taskDefinition/index.vue", "dolphinscheduler-ui/src/js/conf/home/store/dag/actions.js", "dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js", "dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js"] | [Feature][Workflow] main package | ### 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 main jar package was renamed the main program package.

### 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/7176 | https://github.com/apache/dolphinscheduler/pull/7177 | 27ea43d5dfda2556fa5fb02179e7c906408007ad | 2fa3157e6ec7654d593fe3f71a84b70575bb5702 | "2021-12-04T13:37:48Z" | java | "2021-12-04T13:54:59Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,147 | ["dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/udf/pages/resource/_source/list.vue", "dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue"] | [Implement][UI] Create worker pop-up page display | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Create worker pop-up page display

### Use case
Create a worker pop-up page to display normally
### Related issues
Create a worker
### 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/7147 | https://github.com/apache/dolphinscheduler/pull/7148 | 8ebe060658edb7075bdcf123f9ad5bb3d0fc9ceb | 3de182dc0859c25877d1623c156fbc6faa97e0d3 | "2021-12-03T05:02:02Z" | java | "2021-12-03T08:55:58Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,144 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/kinship/_source/graphGridOption.js"] | [Feature][Workflow Relationship] Format name. | ### 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

### 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/7144 | https://github.com/apache/dolphinscheduler/pull/7143 | 2b519f31e919e5ccf8d58b747e27594eb2d7306d | 99f6ab38478d44e5e2ce2278d5872a2e4e092a3c | "2021-12-03T03:56:36Z" | java | "2021-12-03T06:43:45Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,128 | ["dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js"] | [Feature][Workflow Relationship] Improve English support | ### 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


### 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/7128 | https://github.com/apache/dolphinscheduler/pull/7129 | 6beae191e2df497b7624728f0208c3a5ab7f0543 | 791ed6de77893d7dec7595e7cfeb775a2122e68c | "2021-12-02T10:32:05Z" | java | "2021-12-02T17:05:45Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,122 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/kinship/_source/graphGridOption.js"] | [Feature][Workflow relationship] Format time. | ### 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

### 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/7122 | https://github.com/apache/dolphinscheduler/pull/7123 | 791ed6de77893d7dec7595e7cfeb775a2122e68c | 3304edee47947e0b5a2a9445fe602133efc3d5d7 | "2021-12-02T08:35:09Z" | java | "2021-12-03T02:02:33Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,112 | ["dolphinscheduler-ui/src/js/conf/home/pages/datasource/pages/list/index.vue"] | [Bug] [UI] The modal of datasource will disappear when I click the area outside of this 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
As creating a datasource , the modal of datasource will disappear if I click the area outside of this modal. But the info in the modal is gone.
Filling out some info.
<img width="1046" alt="image" src="https://user-images.githubusercontent.com/4928204/144344041-453097c0-e3b7-4cd0-8368-b408020e045e.png">
Everything is gone.
<img width="850" alt="image" src="https://user-images.githubusercontent.com/4928204/144344575-6585f175-ca50-4dcf-a8e4-fa7ae638753e.png">
### What you expected to happen
I expect that the modal shouldn't disappear when clicking the area outside to the modal.
### How to reproduce
1.Create a datasource and fill out the form.
2.Click the area of the modal and then the modal disappear.
3.So the info you have filled is gone at the same time.
### Anything else
_No response_
### Version
2.0.0
### 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/7112 | https://github.com/apache/dolphinscheduler/pull/7120 | 2bf73603bbae916fe2bb26456a86015735573d4e | 226bed1768332801c5ef4c47dfba9ddd86f3d309 | "2021-12-02T02:09:04Z" | java | "2021-12-03T08:56:30Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,110 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/UsersController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/UsersService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/UsersServiceImpl.java", "dolphinscheduler-api/src/main/resources/i18n/messages.properties", "dolphinscheduler-api/src/main/resources/i18n/messages_en_US.properties", "dolphinscheduler-api/src/main/resources/i18n/messages_zh_CN.properties", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/UsersControllerTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/UsersServiceTest.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml"] | [Feature][dolphinscheduler-api] support grant project by code | ### 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
Third-party integrated scenarios, support grant through project code
### Use case
## API ##
org.apache.dolphinscheduler.api.controller.UsersController#grantProjectByCode
## Request ##
| Name | Type | Require |
| :--- | :--- | :---: |
| userId | Int | ✓ |
| projectCodes | String | ✓ |
## Response ##
Same as `org.apache.dolphinscheduler.api.controller.UsersController#grantProject`
### 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/7110 | https://github.com/apache/dolphinscheduler/pull/7111 | fa8ccd3855dfaa19d73cd7541184938f227bb4b7 | 27ea43d5dfda2556fa5fb02179e7c906408007ad | "2021-12-01T16:08:53Z" | java | "2021-12-04T13:43:14Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,103 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/sqoop.vue", "dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js"] | [Bug] [Process definition] sqoop component 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
1.sqoop component custom parameters have no checks and can add multiple empty parameters, resulting in an exception when the workflow is selected by dependent components.
2. If you add a sqoop component to a workflow and add multiple custom parameters at the same time, saving will result in data loss for the entire workflow.
### What you expected to happen
The sqoop component needs to enforce the parameter name required, and the workflow can be saved normally without losing data.
### How to reproduce
1. Create a workflow, add a component, such as SQL components or SHELL components can be saved, open normal.
2. Continue to add sqoop components, but do not add custom parameters, save, open normal.
3. Add multiple empty parameters to the sqoop component, save, open and discover that everything is gone.
### Anything else
_No response_
### Version
2.0.0
### 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/7103 | https://github.com/apache/dolphinscheduler/pull/7119 | 9fffbdb3163381002b7fd6d15e2698cdc5cded59 | 6beae191e2df497b7624728f0208c3a5ab7f0543 | "2021-12-01T08:39:17Z" | java | "2021-12-02T11:33:51Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,095 | ["dolphinscheduler-ui/src/js/conf/home/pages/security/pages/warningInstance/_source/createWarningInstance.vue"] | [Bug] [Create Warning Instance] Incomplete form editing information is displayed. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
After clicking the edit button, the linkage form information is not displayed completely.

### What you expected to happen
Some parameters of `form-create` dynamically created form are `null`.
### How to reproduce
Click the edit button.
### 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/7095 | https://github.com/apache/dolphinscheduler/pull/7096 | 463fc76bb7bf83d2826c680cc7531b102a7abe65 | b3efcdfeba06867e620829638ff27c3069aeac23 | "2021-12-01T06:13:53Z" | java | "2021-12-01T06:41:14Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,093 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/StateWheelExecuteThread.java"] | [Bug] [Dependent] stuck in running | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened


dependent stuck in starting.no log output and pid is 0. It seems dependent task not launch.
### What you expected to happen
running successfully
### How to reproduce

### Anything else
_No response_
### Version
2.0.0
### 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/7093 | https://github.com/apache/dolphinscheduler/pull/7116 | eb07a2b1c953596dd0c2a420f8bd31334f6dfd3e | 8d39bf14b1b189b43d27acfa2a3ae9ddd4eec5c6 | "2021-12-01T03:05:16Z" | java | "2021-12-05T05:52:48Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,092 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/canvas.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/layoutConfigModal.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue", "dolphinscheduler-ui/src/js/conf/home/store/dag/actions.js"] | [Improvement][ui] When formatting the DAG, support tasks with no location data. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
There is no location data when the third party calls the interface to associate tasks and workflows. On the workflow page, these tasks are not displayed, and they are not formatted at the same time when formatting the DAG.
### Use case
When formatting the DAG on page, format and display these tasks without location data.
### 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/7092 | https://github.com/apache/dolphinscheduler/pull/7102 | b3efcdfeba06867e620829638ff27c3069aeac23 | 173a3856185abc0fa9be16715d2567ebbe054a6f | "2021-12-01T02:54:37Z" | java | "2021-12-01T08:40:11Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,083 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/conditions.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/switch.vue"] | [Bug] [UI] The switch task is missing the else branch | ### 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 switch task is missing the else branch:

### What you expected to happen
should be as follows:

### How to reproduce
Create a switch task on the DAG 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/7083 | https://github.com/apache/dolphinscheduler/pull/7084 | b265297fc86108501ce8ca306a38fcfed1eb2fe5 | e0623973e000ba3c5cc90ac72c0ba222e6947d1e | "2021-11-30T10:36:59Z" | java | "2021-12-02T06:35:36Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,070 | ["dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/TaskDefinition.java", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/_source/timeoutAlarm.vue"] | [Bug] [dolphinscheduler-api] Create or edit a workflow definition, check the timeoutNotifyStrategy, the timeoutNotifyStrategy is null in the database | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Create or edit a workflow definition, check the timeoutNotifyStrategy, the timeoutNotifyStrategy is null in the database



### What you expected to happen
The timeoutNotifyStrategywas not written to the database when saving the workflow definition
### How to reproduce
When saving the workflow definition, write the timeoutNotifyStrategywas to the database
### Anything else
_No response_
### Version
2.0.0
### 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/7070 | https://github.com/apache/dolphinscheduler/pull/7107 | 173a3856185abc0fa9be16715d2567ebbe054a6f | d7eb7453e555309bf060809e6f6c61232be469cd | "2021-11-30T07:58:35Z" | java | "2021-12-01T13:03:49Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,061 | ["dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_mysql.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.0_schema/mysql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.0_schema/postgresql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.1-schema/mysql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.1-schema/postgre/dolphinscheduler_ddl.sql"] | [Bug] [dolphinscheduler-api] The pages of project management, workflow instance and task instance are accessed slowly | ### 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 pages of project management, workflow instance and task instance are accessed slowly

### What you expected to happen
When the amount of data is large, the SQL query statement is slow
### How to reproduce
Optimize SQL query statements
### Anything else
_No response_
### Version
2.0.0
### 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/7061 | https://github.com/apache/dolphinscheduler/pull/7166 | ed9fca6c976761abcf4cef2656b61516fd976ad0 | 0e75bd8008b62795976919409b79f9137e929a4c | "2021-11-30T06:10:47Z" | java | "2021-12-04T07:53:18Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,037 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"] | [Bug] [Data Supplement] process instance can not be killed. | ### 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
Starting a job with data supplement in proccess definition ui.
Stopping process instance with stop button in process instance list ui.
Not only did it not stop, it also restart the same task instance.
### What you expected to happen
stopping process instance successfully.
### How to reproduce
Starting a job with data supplement in proccess definition ui.
Stopping process instance with stop button in process instance list ui.
### Anything else
_No response_
### Version
2.0.0
### 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/7037 | https://github.com/apache/dolphinscheduler/pull/7140 | 3361d763c4af1b387602dfc97a5a57961b5a7c43 | d83735ab5191f37bfb90b9cb3d534386f7792fbf | "2021-11-29T07:07:51Z" | java | "2021-12-05T07:03:52Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,016 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessDefinitionController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionServiceTest.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/DataSourceMapper.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/DataSourceMapper.xml"] | [Feature][Auto DAG] Auto create workflow while import sql script with specific hint | ### 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
Expand exists import process in

Auto create workflow while import sql script with specific hint `name` and `upstream`. would create `sql task type` task for and set dependence according setting.
### Use case
When user import sql scripts with specific hint in header, it will create sql task for each sql scripts, and then parse the hint to set sql task upstream. After parsing all sql script, we would create the same number of tasks as the number of sql scripts(files).
Beside that, we would connect tasks by sql scripts given hint and set task relation for it. if sql scripts set not exists upstream task we should pop a dialog and ask if ignore dependent or not. If user choose "yes" we should import but ignore the error, if choose "no", we should termine import without create any task or workflow.
The flow chat as below:
> source file is in https://drive.google.com/file/d/1aV4nHH9_xf8z9WiyT6_-rDlWv2fpXzEj/view?usp=sharing

## SQL scripts example
And here is an example about sql scripts. Each sql script should have two hint, `name` to specific sql task name , and `upstream` to set task upstream for this task
* `start.sql`: If both `name` and `upstream` hint is provided, we just use them to set task name and upstream task, if `upstream` set to root, mean task is the root task in the workflow
```sql
-- name: start_auto_dag
-- upstream: root
insert into table start_auto_dag select 1;
```
* `child1.sql`: When task have upstream task, you could just set the value as `upstream`. And task relation would be create after autodag parser done.
```sql
-- name: branch_one
-- upstream: start_auto_dag
insert into table branch_one select * from start_auto_dag;
```
* `branch_two.sql`: If hint `name` not provide, we would use sql script filename as task name. In this case, we use `barnch_two` as task name, and set `start_auto_dag` as upstream task.
```sql
-- upstream: start_auto_dag
insert into table branch_two select * from start_auto_dag;
```
* `end.sql`: If task have two upstreams, you could list two task name and using specific delimiter for it, as an example we use `,` as delimiter, and set task `branch_one` and `branch_two` as upstream
```sql
-- name: end_auto_dag
-- upstream: branch_one, branch_two
insert into table end_auto_dag
select * from branch_one union all
union all
select * from branch_two union all
```
* `independence.sql`: If upstream hint not set, we would use `root` as default. So it would become independence task in the workflow
```sql
select 'I am the independence of this workflow'
```
After we submit and DS parse, would could get workflow as below
```
-> branch_one ->
/ \
start_auto_dag -> -> end_auto_dag
\ /
-> branch_two ->
independence
```
### 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/7016 | https://github.com/apache/dolphinscheduler/pull/7214 | a826d37e54c45119a380ae65ebb47a749037efd3 | 4c2f77ee9cbd599edfb38e4bf82755f74e96e7c6 | "2021-11-26T09:59:33Z" | java | "2022-01-05T09:55:08Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,004 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/registry/MasterRegistryClient.java", "dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/master/registry/MasterRegistryClientTest.java"] | [Bug] [MasterServer] master will still work when it lose zk connection | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Now when master lose zk connection, it will still find commands and handle processInstance, because the condition `ServerNodeManager.MASTER_SIZE` and `slot` is not changed. So it may happen two masters have the same slot, and
I found `MasterRegistryClient` addConnectionStateListener when registry:
`registryClient.addConnectionStateListener(newState -> {
if (newState == ConnectionState.RECONNECTED || newState == ConnectionState.SUSPENDED) {
registryClient.persistEphemeral(localNodePath, "");
}
});
`
### What you expected to happen
When master lose zk connection, stop processing command until reconnect.
### How to reproduce
none
### 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/7004 | https://github.com/apache/dolphinscheduler/pull/7045 | 6e5539478392d6c1f334ae53d01574b5e54e769c | be3bd4c83d30773ce6204bca08d3cd1e6444dea9 | "2021-11-26T02:54:02Z" | java | "2021-11-30T03:00:17Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,978 | ["dolphinscheduler-ui/src/js/conf/home/store/user/actions.js"] | [Bug] [UI] Token delete request 404 | ### 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 delete request 404.
```
xhr.js?b50d:178 DELETE http://localhost:8888/dolphinscheduler/access-token/3?id=3 404 (Not Found)
```
### What you expected to happen
Token delete request is normal
### How to reproduce
Delete token
### 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/6978 | https://github.com/apache/dolphinscheduler/pull/6979 | a0955a078a2ca83f3736caf5f05a325545168114 | 631a31b6ac6068100f312d7194a6939bc7801bf8 | "2021-11-24T07:40:46Z" | java | "2021-11-30T02:00:22Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,961 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/config/MasterConfig.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/consumer/TaskPriorityQueueConsumer.java", "dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/master/WorkflowExecuteThreadTest.java", "dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/master/consumer/TaskPriorityQueueConsumerTest.java"] | [Improvement][MasterServer] Use threadpool to dispatch instead of single thread | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Now the Master use a single thread `TaskPriorityQueueConsumer` to dispatch task, it will be slowly when Master was busy.
So I think it can be improved by threadpool instead of single thread.
### 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/6961 | https://github.com/apache/dolphinscheduler/pull/6962 | 5a04b8d49aa8e30a60a3fdc0cdb3b2f6910aa084 | e6fe39ea47f3168201f5d7f8c8a5340d075d2379 | "2021-11-22T09:25:39Z" | java | "2021-11-25T04:55:37Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,955 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/enums/ExecutionStatus.java", "dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/_source/conditions/instance/common.js"] | [Bug] [UI] View task status module on project homepage cannot read property'label' of undefined | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
View task status module on project homepage cannot read property'label' of undefined
```
TypeError: Cannot read property 'label' of undefined
at eval (taskStatusCount.vue?cc37:86)
at arrayMap (lodash.js?2ef0:653)
at Function.map (lodash.js?2ef0:9622)
at VueComponent._handleTaskStatus (taskStatusCount.vue?cc37:86)
at eval (taskStatusCount.vue?cc37:113)
```
### What you expected to happen
The page is displayed normally
### How to reproduce
Project homepage view exception
### 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/6955 | https://github.com/apache/dolphinscheduler/pull/6956 | 631a31b6ac6068100f312d7194a6939bc7801bf8 | f0630bc9a05cf4e4407e040ad0bec36d486aa173 | "2021-11-22T05:04:52Z" | java | "2021-11-30T02:00:54Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,950 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/kinship/_source/graphGridOption.js"] | [Feature][Workflow relationship] The status is currently a number and it should be supported by `i18n`. | ### 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 current status is a number and should be changed to English or Chinese.

### Use case
Change the status `0` to offline, and `1` to online.
### 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/6950 | https://github.com/apache/dolphinscheduler/pull/6954 | 199a84aa059234d76f01fc4ed5daf96abcfeb630 | da35c17cc07ea7fc2895eda4baf4e84b0c67b2fe | "2021-11-22T02:06:46Z" | java | "2021-11-22T05:47:14Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,941 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/AlertGroupServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/AlertGroupServiceTest.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/AlertGroupMapper.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/vo/AlertGroupVo.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/AlertGroupMapper.xml"] | [Bug] [API] edit alarm group page is abnormal | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
edit alarm group page is abnormal:
```
vue.runtime.esm.js?2b0e:1897 TypeError: Cannot read property 'split' of undefined
at VueComponent.created (createWarning.vue?045c:146)
at invokeWithErrorHandling (vue.runtime.esm.js?2b0e:1863)
at callHook (vue.runtime.esm.js?2b0e:4235)
at VueComponent.Vue._init (vue.runtime.esm.js?2b0e:5022)
at new VueComponent (vue.runtime.esm.js?2b0e:5168)
at createComponentInstanceForVnode (vue.runtime.esm.js?2b0e:3304)
at init (vue.runtime.esm.js?2b0e:3133)
at createComponent (vue.runtime.esm.js?2b0e:6022)
at createElm (vue.runtime.esm.js?2b0e:5969)
at createChildren (vue.runtime.esm.js?2b0e:6097)
```
### What you expected to happen
The page is displayed normally
### How to reproduce
Edit an alarm group on the alarm group form 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/6941 | https://github.com/apache/dolphinscheduler/pull/6942 | ad33d434987863b4ee7b3f8ed89d7e59734687c0 | 38b14410ab622685b961cc8fc6728963b8552779 | "2021-11-21T06:34:50Z" | java | "2021-11-23T01:28:27Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,930 | ["dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/constants.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/exceptions.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/sub_process.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_sub_process.py", "dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java"] | [Feature][Python] Add workflow as code task type sub_process | ### 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 python api task type sub_process. sub task in #6407. we should cover all parameter from UI side and make it suitable for python.
### 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/6930 | https://github.com/apache/dolphinscheduler/pull/7022 | 3304edee47947e0b5a2a9445fe602133efc3d5d7 | f480b8adf8f86b7bf1d6727385c8fad8307a452b | "2021-11-19T07:09:05Z" | java | "2021-12-03T02:26:45Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,929 | ["dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/constants.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/database.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/procedure.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/sql.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_database.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_procedure.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_sql.py"] | [Feature][Python] Add workflow as code task type procedure | ### 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 python api task type procedure. sub task in #6407. we should cover all parameter from UI side and make it suitable for python.
### 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/6929 | https://github.com/apache/dolphinscheduler/pull/7279 | 12b46dfaa62f8f6c51ea739e0d31ca934c811994 | 1948030151173c72c81c45346e37bba6dc35d44b | "2021-11-19T07:08:12Z" | java | "2021-12-13T11:54:24Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,928 | ["dolphinscheduler-python/pydolphinscheduler/examples/task_switch_example.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/constants.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/switch.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_switch.py"] | [Feature][Python] Add workflow as code task type switch | ### 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 python api task type switch. sub task in #6407. we should cover all parameter from UI side and make it suitable for python.
### 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/6928 | https://github.com/apache/dolphinscheduler/pull/7531 | e23a4848c038c9b04327fd431d43fdf54eb9b689 | 946a0c7c5768506e7ca92a21e7aed6ad5aa60871 | "2021-11-19T07:07:07Z" | java | "2021-12-22T03:46:34Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,927 | ["dolphinscheduler-python/pydolphinscheduler/examples/task_conditions_example.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/constants.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/condition.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/dependent.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_condition.py"] | [Feature][Python] Add workflow as code task type conditions | ### 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 python api task type conditions. sub task in #6407. we should cover all parameter from UI side and make it suitable for python.
### 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/6927 | https://github.com/apache/dolphinscheduler/pull/7505 | 4c49a8b91fbeb26d6a18314b0d67905a9f296859 | e23a4848c038c9b04327fd431d43fdf54eb9b689 | "2021-11-19T07:06:09Z" | java | "2021-12-22T03:06:45Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,926 | ["dolphinscheduler-python/pydolphinscheduler/examples/task_dependent_example.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/constants.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/dependent.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_dependent.py", "dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java"] | [Feature][Python] Add workflow as code task type dependent | ### 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 python api task type dependent. sub task in #6407. we should cover all parameter from UI side and make it suitable for python.
### 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/6926 | https://github.com/apache/dolphinscheduler/pull/7405 | 676a952bcbeba1790b03954915ec352cd920b6d1 | 6f93ebf3ba66a2e99e56e1844243dfc75d43556c | "2021-11-19T07:04:43Z" | java | "2021-12-16T01:58:50Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,924 | ["dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/constants.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/sql.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_sql.py", "dolphinscheduler-python/src/main/java/org/apache/dolphinscheduler/server/PythonGatewayServer.java"] | [Feature][Python] Add workflow as code task type sql | ### 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 python api task type sql. sub task in #6407. we should cover all parameter from UI side and make it suitable for python.
### 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/6924 | https://github.com/apache/dolphinscheduler/pull/6968 | abde2d7d28a3b070d0eb47f097d4c6e17a7c4ae1 | 41e8836c91f41035e4be806a11640f44438e4dc0 | "2021-11-19T06:59:44Z" | java | "2021-11-23T08:58:00Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,922 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/kinship/_source/graphGridOption.js", "dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js", "dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js"] | [Feature][Workflow relationship] The configuration of `i18n` does not fully support English. | ### 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
English support is not perfect.

### Use case
Improve English support.
### 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/6922 | https://github.com/apache/dolphinscheduler/pull/6936 | 1fdbc3270c010d31485b2dfb79243a2300e58759 | 024aacacb305c7145e73c5f3d8d1209a88f814d7 | "2021-11-19T06:49:35Z" | java | "2021-11-20T14:58:30Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,901 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/index.vue", "dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/list/index.vue", "dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/taskInstance/index.vue"] | [Feature][Project Process] The vertical scroll bar is removed from the three sub-menus of the process menu in the project. | ### 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 tables in Process definition, Process Instance, and Task Instance all have vertical scroll bars.

### Use case
Remove the vertical scroll bars in these three tables.
### 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/6901 | https://github.com/apache/dolphinscheduler/pull/6958 | 38b14410ab622685b961cc8fc6728963b8552779 | 982030bf3867588317d5f5f056bd8db152d54ddb | "2021-11-18T06:45:55Z" | java | "2021-11-23T02:45:11Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,899 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/kinship/_source/graphGrid.vue"] | [Feature][Workflow relationship] When the workflow data of the Workflow relationship is `null`, it will be displayed as `-`. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
At present, when the workflow data is `null`, the front-end page is also displayed as `null`, so it can be judged that when the data is `null`, the page is displayed as `-`.

### 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/6899 | https://github.com/apache/dolphinscheduler/pull/6934 | 024aacacb305c7145e73c5f3d8d1209a88f814d7 | d2666d67391d541468bbfa4fe49dcbd8c4fe2300 | "2021-11-18T06:24:55Z" | java | "2021-11-20T14:59:18Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,898 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/relatedItems.vue"] | [Feature][Process definition] The `select` component of batch copy and batch move adds search function. | ### 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
To facilitate quick selection when there are multiple workflows, a search box is added to search the data of `select`.
### Use case
You can quickly locate a workflow through the search form.
### 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/6898 | https://github.com/apache/dolphinscheduler/pull/6915 | 802fc498b533f855a19ceebb6a3cf0e9d6c57fea | eb01f2e6170520c5daa032f85aa782b248ffb7d4 | "2021-11-18T06:17:33Z" | java | "2021-11-19T03:17:03Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,896 | ["dolphinscheduler-ui/src/sass/common/index.scss"] | [Bug] [Task Instance] A new line appears in the name search, making it unavailable. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
When the query condition is less than 1370 pixels in the viewable area of the browser, the name search appears to wrap and is not fully displayed.

### What you expected to happen
The height of a `class` named `conditions-box` is not stretched.
### How to reproduce
Reduce the width of the visible area of the browser to less than 1370 pixels.
### 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/6896 | https://github.com/apache/dolphinscheduler/pull/6911 | f9a130d73e79e8f4cfd17e077c4bf48137a64b38 | 1be080237bad025651247bd24dc5ad2b24520f8d | "2021-11-18T04:19:52Z" | java | "2021-11-19T03:46:45Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,882 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/EventExecuteService.java"] | [Bug] [Master] process cannot finish and its status is always running. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
branch :2.0
process cannot finish and its status is always running.

### What you expected to happen
process end normally.
### How to reproduce
1. run a process with a sub process ( only a shel task in it)
2. sometimes ( 1/20) the process status would be always running.
### Anything else
_No response_
### Version
2.0.0-alpha
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/6882 | https://github.com/apache/dolphinscheduler/pull/6886 | f564687a8988c8ccdb2f138b1b994cce9eb914e9 | 653eae24195957b01d1a911aada020372d1742e6 | "2021-11-17T07:22:20Z" | java | "2021-11-17T09:39:22Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,849 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/config/MasterConfig.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterSchedulerService.java", "dolphinscheduler-server/src/main/resources/application-master.yaml", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java", "dolphinscheduler-service/src/test/java/org/apache/dolphinscheduler/service/process/ProcessServiceTest.java"] | [Improvement][MasterServer] improve master scan and handle commands | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Now the Master scan one command from DB and convert to process instance each time, it's a looply work on single thread, which limits overall speed.
So I think it can be changed to fetch more commands each time and handle in parallel.
### 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/6849 | https://github.com/apache/dolphinscheduler/pull/6850 | 1be080237bad025651247bd24dc5ad2b24520f8d | 595e4843d02addf9bc4c11a8c556c354109d802f | "2021-11-15T02:20:30Z" | java | "2021-11-19T04:03:49Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,820 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/DataSourceServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProjectServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/UsersServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/DataSourceServiceTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ProjectServiceTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ResourcesServiceTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/UsersServiceTest.java"] | [Feature][API] Ordinary users can also share resource data source projects with others | ### 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
Ordinary users can also share resource data source projects with others
### 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/6820 | https://github.com/apache/dolphinscheduler/pull/7929 | 0c353d69e29a0b562ebb6938d345fc1b4589b781 | 82d04f1924692db83461b8c7800f2ab7228825c1 | "2021-11-11T16:24:04Z" | java | "2022-01-15T01:08:03Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,809 | ["dolphinscheduler-task-plugin/dolphinscheduler-task-sql/src/main/java/org/apache/dolphinscheduler/plugin/task/sql/SqlTask.java"] | [Bug] [dolphinscheduler-task-sql] NullPointerException happened when send alert. | ### 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
NullPointerException happened when run sql task.
-[2.0.0-release-prepare]
### What you expected to happen
Run sql task with alert successful.
### How to reproduce
[ERROR] 2021-11-11 14:31:19.462 org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread:[210] - task scheduler failure
java.lang.NullPointerException: null
at org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread.sendAlert(TaskExecuteThread.java:225)
at org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread.run(TaskExecuteThread.java:196)
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)
at org.apache.dolphinscheduler.plugin.task.sql.SqlTask.sendAttachment(SqlTask:280);
`private void sendAttachment(int groupId, String title, String content) {`
` setNeedAlert(Boolean.TRUE);`
` TaskAlertInfo taskAlertInfo = new TaskAlertInfo();`
` taskAlertInfo.setAlertGroupId(groupId);`
` taskAlertInfo.setContent(content);`
` taskAlertInfo.setTitle(title);`
`}`
Forget to setTaskAlertInfo?
`private void sendAttachment(int groupId, String title, String content) {`
` setNeedAlert(Boolean.TRUE);`
` TaskAlertInfo taskAlertInfo = new TaskAlertInfo();`
` taskAlertInfo.setAlertGroupId(groupId);`
` taskAlertInfo.setContent(content);`
` taskAlertInfo.setTitle(title);`
` setTaskAlertInfo(taskAlertInfo);`
`}`
### Anything else
_No response_
### 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/6809 | https://github.com/apache/dolphinscheduler/pull/7089 | 2ed3c0c3a76dd6ff631b0e63f6328d32fc1c81b3 | 463fc76bb7bf83d2826c680cc7531b102a7abe65 | "2021-11-11T11:52:11Z" | java | "2021-12-01T06:08:40Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,802 | ["README.md", "README_zh_CN.md"] | [Bug] [readme] Error link to Docker and k8s in readme | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Error link to Docker and k8s in readme
### What you expected to happen
Change the right link in readme
### How to reproduce
Error link to Docker and k8s in readme
### Anything else
_No response_
### 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/6802 | https://github.com/apache/dolphinscheduler/pull/6862 | d2666d67391d541468bbfa4fe49dcbd8c4fe2300 | 1b6b5268b6051357f7866a280ab6492d37fe67a8 | "2021-11-11T09:42:52Z" | java | "2021-11-21T09:50:19Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,792 | ["dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertServer.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/ApiApplicationServer.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/log/LoggerServer.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/MasterServer.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/WorkerServer.java", "dolphinscheduler-standalone-server/src/main/java/org/apache/dolphinscheduler/server/StandaloneServer.java"] | [Bug] [alert] NettyRemotingServer bind 50052 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
NettyRemotingServer bind fail bind(..) failed: Address already in use, exit
io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use
--dev
### What you expected to happen
--
### How to reproduce
--
### Anything else
--
### 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/6792 | https://github.com/apache/dolphinscheduler/pull/6815 | da2a04494723a02b03f05056eb5f164eae4ee705 | e36d18b58890eb18a64ecc2a5181b37125a070f8 | "2021-11-11T07:24:58Z" | java | "2021-11-12T02:51:11Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,772 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/canvas.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/layoutConfigModal.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue", "dolphinscheduler-ui/src/js/conf/home/store/dag/actions.js"] | [Improvement][API] API operation optimization | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
### Dag API
1. Create offline workflows and schedules
2. Update workflow basic information
3. Update schedule information by process definition code
4. Online or offline workflow and schedule at the same time
5. Delete the workflow and schedule at the same time
6. Online is not allowed for empty workflow
### Task API
1. Specify the online or offline status when creating tasks
2. Online or downstream dependent tasks will not be deleted
3. Task online and offline interface
### Relation API
1. Add task to workflow
2. Remove task from workflow
3. Task moves from A workflow to B workflow
4. Task delete upstream dependency
5. Task add upstream dependency
### Execution API
1. Specify task execution interface

### 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/6772 | https://github.com/apache/dolphinscheduler/pull/7102 | b3efcdfeba06867e620829638ff27c3069aeac23 | 173a3856185abc0fa9be16715d2567ebbe054a6f | "2021-11-10T08:13:37Z" | java | "2021-12-01T08:40:11Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,742 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/SnowFlakeUtils.java"] | [Bug] [Common] SnowFlakeUtils will generate duplicate id due to clock backward | ### 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 SnowFlakeUtils will generate duplicate id due to clock backward.
This may be caused by we use `System.currentTimeMillis()` to get system time, this method is based on system time, will forward or backward.
https://stackoverflow.com/questions/2978598/will-system-currenttimemillis-always-return-a-value-previous-calls
### What you expected to happen
Generate duplicate Id
### How to reproduce
Hard to reproduce :)
### Anything else
_No response_
### 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/6742 | https://github.com/apache/dolphinscheduler/pull/6740 | b6824b47419a5abc7ab4279d648417249a74f122 | 0f94577d2613634b268b56b6dbd445bd5528542c | "2021-11-08T12:02:26Z" | java | "2021-11-08T14:26:17Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,737 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"] | [Bug] [MasterServer] Event handle twice in two thread pool | ### 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
branch: 2.0
```
[INFO] 2021-11-08 15:55:48.889 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 865, event type: RUNNING_EXECUTION
[INFO] 2021-11-08 15:55:48.911 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 865, event type: SUCCESS
[INFO] 2021-11-08 15:55:48.920 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 866, event type: RUNNING_EXECUTION
[INFO] 2021-11-08 15:55:48.929 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 866, event type: SUCCESS
[INFO] 2021-11-08 15:55:48.936 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 867, event type: RUNNING_EXECUTION
[INFO] 2021-11-08 15:55:48.942 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 867, event type: SUCCESS
[INFO] 2021-11-08 15:55:48.948 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 868, event type: RUNNING_EXECUTION
[INFO] 2021-11-08 15:55:48.956 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 868, event type: SUCCESS
[INFO] 2021-11-08 15:55:48.963 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:MasterEventExecution, process id: 741, task id: 868, event type: SUCCESS
[INFO] 2021-11-08 15:55:48.966 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 869, event type: RUNNING_EXECUTION
[INFO] 2021-11-08 15:55:48.969 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:MasterEventExecution, process id: 741, task id: 869, event type: RUNNING_EXECUTION
[INFO] 2021-11-08 15:55:48.975 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 869, event type: SUCCESS
[INFO] 2021-11-08 15:55:48.975 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:MasterEventExecution, process id: 741, task id: 869, event type: SUCCESS
[INFO] 2021-11-08 15:55:48.982 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:MasterEventExecution, process id: 741, task id: 870, event type: RUNNING_EXECUTION
[INFO] 2021-11-08 15:55:48.986 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 870, event type: RUNNING_EXECUTION
[INFO] 2021-11-08 15:55:48.994 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:MasterEventExecution, process id: 741, task id: 870, event type: SUCCESS
[INFO] 2021-11-08 15:55:49.007 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 870, event type: SUCCESS
[INFO] 2021-11-08 15:55:49.009 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:MasterEventExecution, process id: 741, task id: 871, event type: RUNNING_EXECUTION
```
from the log, can see that task id 870 has 4 event, 2 RUNNING_EXECUTION and 2 SUCCESS;
grep 870 from the log
```
[INFO] 2021-11-08 15:55:48.844 org.apache.dolphinscheduler.server.master.runner.task.CommonTaskProcessor:[120] - task ready to submit: TaskInstance{id=870, name='parallel_01', taskType='SHELL', processInstanceId=741, processInstanceName='null', state=SUBMITTED_SUCCESS, firstSubmitTime=Mon Nov 08 15:55:48 CST 2021, submitTime=Mon Nov 08 15:55:48 CST 2021, startTime=null, endTime=null, host='null', executePath='null', logPath='null', retryTimes=0, alertFlag=NO, processInstance=null, processDefine=null, pid=0, appLink='null', flag=YES, dependency='null', duration=null, maxRetryTimes=0, retryInterval=1, taskInstancePriority=MEDIUM, processInstancePriority=MEDIUM, dependentResult='null', workerGroup='default', environmentCode=-1, environmentConfig='null', executorId=1, executorName='null', delayTime=0, dryRun=0}
[INFO] 2021-11-08 15:55:48.856 org.apache.dolphinscheduler.server.master.processor.TaskAckProcessor:[79] - taskAckCommand : TaskExecuteAckCommand{taskInstanceId=870, startTime=Mon Nov 08 15:55:48 CST 2021, host='192.168.31.239:1234', status=1, logPath='/home/csf/javapath/dolphinscheduler/logs/882302276001792_1/741/870.log', executePath='/tmp/dolphinscheduler/exec/process/854201280159744/882302276001792_1/741/870', processInstanceId='741'}
[INFO] 2021-11-08 15:55:48.858 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[1163] - remove task from stand by list, id: 870 name:parallel_01
[INFO] 2021-11-08 15:55:48.874 org.apache.dolphinscheduler.server.master.processor.TaskResponseProcessor:[80] - received command : TaskExecuteResponseCommand{taskInstanceId=870, status=7, endTime=Mon Nov 08 15:55:48 CST 2021, processId=6637, appIds=''}
[INFO] 2021-11-08 15:55:48.982 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:MasterEventExecution, process id: 741, task id: 870, event type: RUNNING_EXECUTION
[INFO] 2021-11-08 15:55:48.986 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 870, event type: RUNNING_EXECUTION
[INFO] 2021-11-08 15:55:48.986 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[370] - work flow 741 task 870 state:SUCCESS
[INFO] 2021-11-08 15:55:48.988 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[370] - work flow 741 task 870 state:SUCCESS
[INFO] 2021-11-08 15:55:48.994 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:MasterEventExecution, process id: 741, task id: 870, event type: SUCCESS
[INFO] 2021-11-08 15:55:48.995 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[370] - work flow 741 task 870 state:SUCCESS
[INFO] 2021-11-08 15:55:49.007 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[291] - handleEvent current Thread:Master-Exec-Thread, process id: 741, task id: 870, event type: SUCCESS
[INFO] 2021-11-08 15:55:49.008 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[370] - work flow 741 task 870 state:SUCCESS
```
### What you expected to happen
Each event is processed only once
### How to reproduce
Create parallel tasks and reduce the master threads.
### Anything else
_No response_
### 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/6737 | https://github.com/apache/dolphinscheduler/pull/6738 | bdea8d6ae4e35d64686d97f606b1e235f9664dbe | b6824b47419a5abc7ab4279d648417249a74f122 | "2021-11-08T08:11:35Z" | java | "2021-11-08T08:54:58Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 6,727 | ["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapMapper.xml"] | [Bug] [master-server] ProcessInstanceMapMapper extra column | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
There is an extra column in the mapper of ProcessInstanceMap
### What you expected to happen
delete it
### How to reproduce
delete it
### Anything else
_No response_
### 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/6727 | https://github.com/apache/dolphinscheduler/pull/6728 | 5400abc74fdb16717d22c15f964cad1a6dfd899e | d27c6ea8f0077ec52da2f1bd3411c866643d5afb | "2021-11-07T09:03:09Z" | java | "2021-11-07T10:01:40Z" |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.