status
stringclasses 1
value | repo_name
stringlengths 9
24
| repo_url
stringlengths 28
43
| issue_id
int64 1
104k
| updated_files
stringlengths 8
1.76k
| title
stringlengths 4
369
| body
stringlengths 0
254k
⌀ | issue_url
stringlengths 37
56
| pull_url
stringlengths 37
54
| before_fix_sha
stringlengths 40
40
| after_fix_sha
stringlengths 40
40
| report_datetime
timestamp[ns, tz=UTC] | language
stringclasses 5
values | commit_datetime
timestamp[us, tz=UTC] |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,029 | ["docs/docs/en/guide/task/switch.md", "docs/docs/zh/guide/task/switch.md", "docs/img/switch_configure.jpg", "docs/img/tasks/demo/switch_01.png", "docs/img/tasks/demo/switch_02.png", "docs/img/tasks/demo/switch_03.png", "docs/img/tasks/demo/switch_04.png"] | [Feature][Document] Add example and notice about task type Switch | Due to our tasks task description is not containing some detail, and I think we should add a new section notice and give an example to the task switch in the document https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/task/switch.html | https://github.com/apache/dolphinscheduler/issues/8029 | https://github.com/apache/dolphinscheduler/pull/10247 | 36bba3fcdff58176a27b71155db6539244496106 | 7e39e0d48de07183f15504fa4e087c790f2479e7 | 2022-01-14T01:32:45Z | java | 2022-06-08T06:17:05Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,028 | ["docs/docs/en/guide/task/conditions.md", "docs/docs/zh/guide/task/conditions.md", "docs/img/condition_dag_en.png", "docs/img/condition_task_en.png", "docs/img/condition_task_zh.png", "docs/img/tasks/demo/condition_task01.png", "docs/img/tasks/demo/condition_task02.png", "docs/img/tasks/demo/condition_task03.png"] | [Feature][Document] Add example and notice about task type Conditions | Due to our tasks task description is not containing some detail, and I think we should add a new section notice and give an example to the task conditions in the document https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/task/conditions.html | https://github.com/apache/dolphinscheduler/issues/8028 | https://github.com/apache/dolphinscheduler/pull/9945 | f790bc25fd76b47e076ea19945e8e43cc3219a7a | 12a4b012683d3129b2d279aed005e290aa0c3003 | 2022-01-14T01:32:31Z | java | 2022-05-11T03:43:11Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,010 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss"] | [Bug] Frond-ends edit bug | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
version 2.0.2

as above picture,when we click the full screen buttern,we can not edit dag.

### What you expected to happen
as above
### How to reproduce
as above
### Anything else
_No response_
### Version
2.0.2
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8010 | https://github.com/apache/dolphinscheduler/pull/8039 | 7d5ab53d0d041f93afd6b062400d5e875c7d6be3 | 677482795c5d95f26a6b64fe5bf00372626d4a59 | 2022-01-13T14:02:11Z | java | 2022-01-14T06:33:57Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,004 | ["script/scp-hosts.sh", "script/start-all.sh", "script/status-all.sh", "script/stop-all.sh"] | [Bug] [Script]The script of install.sh can only start one work-server 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

To be exact, there is a problem with the script of start-all.sh
### What you expected to happen
Above
### How to reproduce
Above
### Anything else
None
### Version
dev
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8004 | https://github.com/apache/dolphinscheduler/pull/9614 | ca98a4a14455210069dff0c7820c9a4fe556c6f3 | cc40816f87d1251ef2028b5d7e89805e6630a694 | 2022-01-13T11:35:10Z | java | 2022-04-25T03:32:09Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,000 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"] | [Bug][Api] process update user name is wrong | After admin modifies the workflow of ordinary user Jane, the modified user is still Jane , should be admin

_Originally posted by @janeHe13 in https://github.com/apache/dolphinscheduler/issues/7777#issuecomment-1011830937_ | https://github.com/apache/dolphinscheduler/issues/8000 | https://github.com/apache/dolphinscheduler/pull/8063 | 027af091c736a801df3082ea5323d6821a7d64dd | 5bcf7bcce6702dd4828215659c04cb487a70eff0 | 2022-01-13T09:59:37Z | java | 2022-01-15T15:52:06Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,993 | ["dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/resources/docker/file-manage/common.properties", "dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/resources/docker/file-manage/docker-compose.yaml"] | [Feature][CI] Optimize Reousrce Center E2E test | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
At present, the E2E test in the resource center introduces the HDFS container, which is a small Hadoop stand-alone container. Limited by the 2C 7g configuration of GitHub actions, in some cases, the high load of the server will be caused by the high resource occupation of the HDFS container, resulting in the failure of the Reousrce Center E2E test.
Based on the above problems, I put forward two optimization suggestions:
1. Using an external HDFS container
2. Using S3 storage, Maybe Minio S3 is better and lighter
### 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/7993 | https://github.com/apache/dolphinscheduler/pull/8066 | e7cd16706ab3284d15178ded2de154677fc356d3 | b705a08794f34acdd0be32e6e535a1e6973267ad | 2022-01-13T08:04:40Z | java | 2022-01-17T11:32:47Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,987 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/versions.vue"] | [Bug] [UI] Error in querying historical version information of workflow | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Error in querying historical version information of workflow

### What you expected to happen
Error in querying historical version information of workflow
### How to reproduce
Querying the historical version information of the workflow is normal
### 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/7987 | https://github.com/apache/dolphinscheduler/pull/7988 | 23068e9d21a847a5aa22dd1f655198f0d0d89f1f | b9b0722b4b9778e8ef1e5741bb06a716a10818fa | 2022-01-13T04:41:18Z | java | 2022-01-13T06:04:36Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,986 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessInstanceServiceImpl.java"] | [Bug] [dolphinscheduler-master] After deleting the running workflow, the master keeps brushing the error log | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

### What you expected to happen
.
### How to reproduce
.
### Anything else
_No response_
### Version
2.0.2
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7986 | https://github.com/apache/dolphinscheduler/pull/8065 | 6b9198acfcf8b61f554295edd0e09d07d674bc8e | c0d69125eb1c8ddb2993697533e9b490f2611cc1 | 2022-01-13T03:59:22Z | java | 2022-01-17T02:29:59Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,984 | ["dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/UiPluginControllerTest.java"] | [Enhancement] [dolphinscheduler-api] Add Unit Test for UiPluginController | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
There is no Unit test for UiPluginController
### What you expected to happen
Add Unit Test for UiPluginController and UT coverage is 100%
### How to reproduce
Run Unit Test with Coverage
### 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/7984 | https://github.com/apache/dolphinscheduler/pull/7985 | 8ab3b1d5594588306f2d1db74e6c2a3b094cc011 | 6dcf53c4d98d3cb5d26206f53006b41cc9b59a35 | 2022-01-13T03:25:24Z | java | 2022-01-13T04:57:40Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,979 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java"] | [Bug] [API] There're a few spelling mistakes in the 'Status'. | ### Search before 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're a few spelling mistakes in the 'Status'.

### What you expected to happen
See it in the 'Status'
### How to reproduce
I expect that those spelling mistakes will be fixed.
### 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/7979 | https://github.com/apache/dolphinscheduler/pull/7995 | 97f84ae00d7a027109a737875b1d8d85663e8aa4 | 36855f2fa6cee30533f3acc4654001da49fd07b8 | 2022-01-13T01:35:36Z | java | 2022-01-13T08:41:46Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,977 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskGroupServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/TaskGroupServiceTest.java"] | [Bug] [API] There's a wrong prompt in the class of TaskGroupServiceImpl when starting to set the status of a task group as the value '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
When trying to invoke the function 'startTaskGroup' in the class of 'TaskGroupServiceImpl' it will has a wrong prompt if the task group's status is '1'.


### What you expected to happen
I expect that the prompt should be 'The task group has already been started.' when the operated task group's status is '1'.
### How to reproduce
You can call this function and pass in the parameter of id of a task group, the status of which is '1'.
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7977 | https://github.com/apache/dolphinscheduler/pull/7978 | 6dcf53c4d98d3cb5d26206f53006b41cc9b59a35 | 23068e9d21a847a5aa22dd1f655198f0d0d89f1f | 2022-01-13T01:01:30Z | java | 2022-01-13T05:03:05Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,970 | ["dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/process_definition.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_process_definition.py"] | [Bug] [python] workflow as code run tutorial examples error | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
The following error occurred when I was running the `pydolphinscheduler/examples/tutorial.py` program.

### What you expected to happen
The program runs normally.
### How to reproduce
`python tutorial.py` In the directory `dolphinscheduler/dolphinscheduler-python/pydolphinscheduler/examples`
### 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/7970 | https://github.com/apache/dolphinscheduler/pull/7971 | 1c0ad53a35638b9a173fe3dfeb1bd83c04d0642a | 891b5663a8464339980208e9d3829394cebf4b24 | 2022-01-12T12:32:40Z | java | 2022-01-14T02:41:46Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,962 | ["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | [Bug] [dolphinscheduler-api] The global parameters of the sub_process node are not passed to the associated workflow task | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
1. Create workflow A and the task is shell_ 1. Global parameter setting id = 1


2. Sub node B is associated with workflow A

3. set id = 3 of the global parameter for the Sub node B , Run Sub node B, shell_1'id is 1, should be 3

### What you expected to happen
.
### How to reproduce
.
### Anything else
_No response_
### Version
2.0.2
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7962 | https://github.com/apache/dolphinscheduler/pull/7973 | 53e012441048322f6b29e911aa02ca40ef80486f | ecaeadea3359d365824eb2f52d414765d2192c98 | 2022-01-12T08:56:37Z | java | 2022-01-12T13:53:22Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,950 | ["dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/AlertPluginInstanceControllerTest.java"] | [Bug] [dolphinscheduler-api] The UT coverage of AlertPluginInstanceController is zero | ### Search before 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 UT coverage of AlertPluginInstanceController is zero
### What you expected to happen
The UT coverage of AlertPluginInstanceController is 100%
### How to reproduce
Run test with coverage
### 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/7950 | https://github.com/apache/dolphinscheduler/pull/7952 | 08e303f86767cbe6a3f83f1947120185d04ad808 | d198a9051e97d215905ee3c8bd0f35cc5607f73e | 2022-01-12T03:43:14Z | java | 2022-01-14T05:52:35Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,935 | ["dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/AlertGroupControllerTest.java"] | [Bug] [API] There're a few issues about running test cases in the class of AlertGroupControllerTest | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
When I run the test cases of AlertGroupControllerTest , it failed at the test case of test010CreateAlertgroup and test060VerifyGroupName. It's because that these test cases didn't run orderly. So as running the test case of test010CreateAlertgroup , maybe the other test cases have been executed before.
More details are as follows:



### What you expected to happen
I expect that these test cases can be executed successfully.
### How to reproduce
You can run the whole test cases of AlertGroupControllerTest.
### 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/7935 | https://github.com/apache/dolphinscheduler/pull/7954 | 3edc58cbddd6df515aa89f6a9ef5b17cfee9da63 | a81093d6cbc3f200207ecd192716a1cd426b4edc | 2022-01-11T04:55:55Z | java | 2022-01-12T05:30:54Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,913 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"] | [Bug] [API] delete ProcessvDefinitionvVersions 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
```
[INFO] 2022-01-10 11:27:40.943 org.apache.dolphinscheduler.api.aspect.AccessLogAspect:[76] - REQUEST TRANCE_ID:1ff7453a-7a7f-4c3d-8531-90758a7d0c98, LOGIN_USER:data_factory, URI:/dolphinscheduler/projects/4057613362592/process-definition/4132576845728/versions/20, METHOD:DELETE, HANDLER:org.apache.dolphinscheduler.api.controller.ProcessDefinitionController.deleteProcessDefinitionVersion, ARGS:{code=4132576845728, projectCode=4057613362592, version=20}
[ERROR] 2022-01-10 11:27:40.958 org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[46] - 删除工作流历史版本出错
org.apache.dolphinscheduler.api.exceptions.ServiceException: 删除工作流定义错误
at org.apache.dolphinscheduler.api.service.impl.ProcessDefinitionServiceImpl.deleteProcessDefinitionVersion(ProcessDefinitionServiceImpl.java:1523)
at org.apache.dolphinscheduler.api.service.impl.ProcessDefinitionServiceImpl$$FastClassBySpringCGLIB$$e8e34ed9.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
at org.apache.dolphinscheduler.api.service.impl.ProcessDefinitionServiceImpl$$EnhancerBySpringCGLIB$$f6437592.deleteProcessDefinitionVersion(<generated>)
at org.apache.dolphinscheduler.api.controller.ProcessDefinitionController.deleteProcessDefinitionVersion(ProcessDefinitionController.java:346)
at org.apache.dolphinscheduler.api.controller.ProcessDefinitionController$$FastClassBySpringCGLIB$$dc9bf5db.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
at org.apache.dolphinscheduler.api.aspect.AccessLogAspect.doAround(AccessLogAspect.java:87)
at sun.reflect.GeneratedMethodAccessor134.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
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.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
at org.apache.dolphinscheduler.api.controller.ProcessDefinitionController$$EnhancerBySpringCGLIB$$b5c3d2ae.deleteProcessDefinitionVersion(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
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.doDelete(FrameworkServlet.java:931)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:523)
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)
at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1631)
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at com.github.xiaoymin.swaggerbootstrapui.filter.SecurityBasicAuthFilter.doFilter(SecurityBasicAuthFilter.java:84)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at com.github.xiaoymin.swaggerbootstrapui.filter.ProductionSecurityFilter.doFilter(ProductionSecurityFilter.java:53)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:763)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:516)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.lang.Thread.run(Thread.java:748)
```
other issues
```
[INFO] 2022-01-10 11:27:55.260 org.apache.dolphinscheduler.api.aspect.AccessLogAspect:[76] - REQUEST TRANCE_ID:d74ad9c0-5f37-4899-9fd4-60ffea39418f, LOGIN_USER:data_factory, URI:/dolphinscheduler/projects/4057613362592/process-definition/4132576845728/versions, METHOD:GET, HANDLER:org.apache.dolphinscheduler.api.controller.ProcessDefinitionController.queryProcessDefinitionVersions, ARGS:{code=4132576845728, projectCode=4057613362592, pageNo=1, pageSize=10}
[ERROR] 2022-01-10 11:27:58.553 org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[46] - 查询工作流历史版本信息出错
org.springframework.web.bind.MissingServletRequestParameterException: Required request parameter 'pageSize' for method parameter type int is not present
at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValueInternal(RequestParamMethodArgumentResolver.java:218)
at org.springframework.web.method.annotation.RequestParamMethodArgumentResolver.handleMissingValue(RequestParamMethodArgumentResolver.java:193)
at org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.resolveArgument(AbstractNamedValueMethodArgumentResolver.java:114)
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.doGet(FrameworkServlet.java:898)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:497)
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)
at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1631)
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at com.github.xiaoymin.swaggerbootstrapui.filter.SecurityBasicAuthFilter.doFilter(SecurityBasicAuthFilter.java:84)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at com.github.xiaoymin.swaggerbootstrapui.filter.ProductionSecurityFilter.doFilter(ProductionSecurityFilter.java:53)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:763)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:516)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.lang.Thread.run(Thread.java:748)
```
### What you expected to happen
delete the version
### How to reproduce
reproduce when delete a version
### 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/7913 | https://github.com/apache/dolphinscheduler/pull/7994 | 36855f2fa6cee30533f3acc4654001da49fd07b8 | 78f8e22fab5f5e13a25fc314538d45368d5d2006 | 2022-01-10T03:52:30Z | java | 2022-01-13T08:42:48Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,896 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/UsersServiceImpl.java"] | [Bug] [api] When the project is authorized, it will generate a duplicate authorized project | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
step1, Authorize more than two projects to user a
step2, Cancel some of the projects that have been authorized to user a, please do not cancel all of them
step3, When project authorization is performed again, the list of authorized projects produces duplicate project names
The problem is shown in the following gif demonstration:

### What you expected to happen
Do not generate duplicate authorized items
### How to reproduce
see 'what happened'
### 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/7896 | https://github.com/apache/dolphinscheduler/pull/8453 | bb1ba967cdd0715bb83f69406e3c184fcecd4294 | 2aed250ed4cdb33d7a116e59bceb5d30eda6073a | 2022-01-08T09:42:29Z | java | 2022-03-10T08:58:02Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,892 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ResourcesServiceTest.java"] | [Bug] [api] When a non-admin user creates a udf function, resources other than .jar will be displayed in the UDF resource | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
1. When a non-admin user has authorized other resources, when creating a udf function, the UDF resource will display non `.jar` resources

2. UDF resource displays correctly when creating user with admin user
### What you expected to happen
It is wrong to display non-.jar resources in UDF resources
### How to reproduce
step1: Authorize some resources to user a under the administrator user
step2: Log in with user a, and create or modify UDF functions, UDF resources display non `.jar` resources
### Anything else
Discovered by looking at the code
In the `org.apache.dolphinscheduler.api.service.impl.ResourcesServiceImpl#queryAuthoredResourceList` code, when querying UDF resources, the `t_ds_relation_udfs_user` table is not filtered by type, but the `t_ds_relation_resources_user` table is directly queried

### 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/7892 | https://github.com/apache/dolphinscheduler/pull/8458 | b92f6d876d41c7e419572ac9ced3d0aad895d293 | 1ffb5d6e8d6512ee0be958069e8bbd1c105b2989 | 2022-01-08T03:49:51Z | java | 2022-02-24T10:17:25Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,887 | ["dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/task/AbstractParameters.java"] | [Bug] [Parameter Context] The preparameter OUT is null | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
在首节点设定两个OUT参数,其中一个给常量,另一个以shell设置参数值传递的方式,传递到下一个节点时,其中常量的参数为null



### What you expected to happen
AbstractParameters中在给OUT参数设置value时,把原有的常量值设置了为null
### How to reproduce




### Anything else
每次都会发生
### 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/7887 | https://github.com/apache/dolphinscheduler/pull/8315 | b9406d356cd20fdb96d2fe0eeac327c346eaf1c5 | 703d7904159b6e839209d498af47cb4d112ae22a | 2022-01-07T14:33:24Z | java | 2022-02-14T06:25:23Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,886 | ["dolphinscheduler-dist/pom.xml", "pom.xml"] | [Bug] [deploy] Tools not in final distribute package | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Run command `mvn -U clean package -Prelease -Dmaven.test.skip=true -Dmaven.javadoc.skip=true` and un-tar the binary package, tool directory not in the target directory. And we could not initiation database by shell script like the previous version.
### What you expected to happen
Directory `tools` should in the final distribute package
### How to reproduce
Run command `mvn -U clean package -Prelease -Dmaven.test.skip=true -Dmaven.javadoc.skip=true` and un-tar the binary package
### 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/7886 | https://github.com/apache/dolphinscheduler/pull/7916 | a8c592bd93f9705666546204a34a7e48acd8c31b | 7718abed792684f517c51e03796445683bac511d | 2022-01-07T13:48:15Z | java | 2022-01-11T15:02:36Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,885 | ["script/dolphinscheduler-daemon.sh"] | [Feature][deploy] Output log should under logs/ directory | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
I test our dev dist tarball. There is a `<server_name>.out` in the wrong directory, I think it should in the `<server_name>/logs/` dir

<img width="1170" alt="image" src="https://user-images.githubusercontent.com/15820530/148991818-b0bd370e-cbdd-4a46-b9f0-0d150ec52e34.png">
### Use case
_No response_
### Related issues
_No response_
### Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7885 | https://github.com/apache/dolphinscheduler/pull/7960 | 79e2c386dfbb726ffb7d152da76cc1a2e01debc1 | 2cf609ae6189fb334d43cefe47ad61a37ebd9f8c | 2022-01-07T13:38:21Z | java | 2022-01-12T12:42:05Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,860 | ["dolphinscheduler-dist/src/main/assembly/dolphinscheduler-bin.xml", "script/install.sh"] | [Bug] [deploy] Shell script install.sh in not executable | ### Search before 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 build dev branch and find our script `install.sh` is not executable script, I have to run commend `chmod a+x install.sh` before run it
![Uploading image.png…]()
### What you expected to happen
ATT
### How to reproduce
ATT
### 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/7860 | https://github.com/apache/dolphinscheduler/pull/7862 | f2541248eb85f7977f75a3be3c7419688d20d713 | 62cac2d5290ee654ae7ed1b42594586409959da7 | 2022-01-06T14:36:34Z | java | 2022-01-07T05:24:00Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,857 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/UsersServiceImpl.java", "dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/createUser.vue"] | [Bug] [Edit User Info] Problems caused by modifying the administrator user information. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
- User state
When I logged in as an administrator, I modified the user information, changed the administrator's status to disabled, and modified the administrator's user name, all interfaces were unavailable.

The same problem exists in the user management section.

- Authorized operation of admin user
The administrator should have all the permissions by default, and there is no need to perform authorization related operations.

### What you expected to happen
Administrators cannot modify their own status, but they can modify the status of ordinary users. Ordinary users cannot modify their own status and the status of administrators and other ordinary users. The administrator does not need to assign any permissions to himself.
### How to reproduce
Log in with any identity to modify your personal status.
### 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/7857 | https://github.com/apache/dolphinscheduler/pull/7891 | 7151c545783ed811b652b1a06a16aa228e3f1121 | 24eb40c2b24f3361617ae59c9264fa52546033db | 2022-01-06T13:41:11Z | java | 2022-01-08T10:01:22Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,849 | ["dolphinscheduler-alert/dolphinscheduler-alert-server/src/test/java/org/apache/dolphinscheduler/alert/AlertPluginManagerTest.java", "dolphinscheduler-alert/dolphinscheduler-alert-server/src/test/java/org/apache/dolphinscheduler/alert/AlertServerTest.java"] | [Bug] [dolphinscheduler-alert-server] There is no unit test in AlertServer and AlertPluginManager | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
There is no unit test in AlertServer and AlertPluginManager
### What you expected to happen
There is unit test in AlertServer and AlertPluginManager with high coverage
### How to reproduce
Run unit test
### 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/7849 | https://github.com/apache/dolphinscheduler/pull/7850 | 106744448bd156ce128282ad4ee1205db60149af | 4f4d9d12ceb75b1e8d6db08791980c14bd105b20 | 2022-01-06T06:48:18Z | java | 2022-01-11T04:46:21Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,839 | ["dolphinscheduler-ui-next/src/components/modal/index.module.scss", "dolphinscheduler-ui-next/src/components/modal/index.tsx"] | [Feature][UI Next] Modal component. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
_No response_
### 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/7839 | https://github.com/apache/dolphinscheduler/pull/7848 | a8d19f271a40a0e0f4fe28bddb28f9941d13c703 | ae09702b351c71babf2c93996e56a1358eb71d39 | 2022-01-06T01:54:36Z | java | 2022-01-06T06:44:04Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,825 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"] | [Bug] [API] The create time and update time of an imported process are still the original process's. | ### Search before 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 use the function of importing process the create time and update time of the new process are still same to the original process.

### What you expected to happen
I expect that the new process should have the correct time for the properties of 'create time' and 'update time'.
### How to reproduce
1.Choose a process and then export it.
2.Import the process json file and you will see that.
### 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/7825 | https://github.com/apache/dolphinscheduler/pull/7828 | 0911fd711d84a3aa6febf26246a146ec4af3bfc9 | a8d19f271a40a0e0f4fe28bddb28f9941d13c703 | 2022-01-05T11:26:21Z | java | 2022-01-06T01:57:31Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,815 | ["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.xml"] | [Bug] [Process Definition] There are duplicate processes in the process definition list | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
There are duplicate processes in the process definition list:
PageNo 13

PageNo 25

visit url:http://XXX:12345/dolphinscheduler/projects/4010259121472/process-definition?pageSize=1000&pageNo=1&searchVal=&userId=&_t=0.07507612364572114
If you set PageSize to a relatively large value (which can be displayed on one page), the returned data is correct.
So looks like a front-end paging problem?
### What you expected to happen
Displays normally.
### How to reproduce
See "What happened"
### Anything else
_No response_
### Version
2.0.2
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7815 | https://github.com/apache/dolphinscheduler/pull/7931 | 4f4d9d12ceb75b1e8d6db08791980c14bd105b20 | 5ea06e7eb88ffdc2e6d7e70107e5ae422c7c3c72 | 2022-01-05T08:06:34Z | java | 2022-01-11T06:20:46Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,812 | ["dolphinscheduler-ui-next/src/router/modules/monitor.ts"] | [Feature][UI Next] Monitor. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
- [x] Master
- [x] Worker
- [x] DB
- [x] Statistics
- [x] Audit Log
### 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/7812 | https://github.com/apache/dolphinscheduler/pull/8088 | 2a773802ef7134c4faa93edd8eaacabbea7aabe2 | e7cd16706ab3284d15178ded2de154677fc356d3 | 2022-01-05T07:16:14Z | java | 2022-01-17T11:06:11Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,804 | ["dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/src/main/java/org/apache/dolphinscheduler/plugin/alert/dingtalk/DingTalkAlertChannelFactory.java", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/src/main/java/org/apache/dolphinscheduler/plugin/alert/dingtalk/DingTalkParamsConstants.java", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/src/main/java/org/apache/dolphinscheduler/plugin/alert/dingtalk/DingTalkSender.java", "dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/src/test/java/org/apache/dolphinscheduler/plugin/alert/dingtalk/DingTalkAlertChannelFactoryTest.java", "dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js", "dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js"] | [Feature][Task] DingTalk alert plugin adds signature. | ### 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
DingTalk alert plugin adds signature.
### Use case
DingTalk alert plugin adds signature.
### 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/7804 | https://github.com/apache/dolphinscheduler/pull/7805 | 64efc65edf06e8dc2ffdae14eabd4aab3d518a02 | cb8c875fa86e19c70537cbe425dcbe6c9e70aefb | 2022-01-05T04:55:44Z | java | 2022-01-12T07:24:25Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,803 | ["dolphinscheduler-python/pydolphinscheduler/examples/task_switch_example.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/process_definition.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_process_definition.py"] | [Bug] [python] Missing set global parameter in switch task example | ### Search before 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 switch example, we do not set global para for it, and it would fail while trying to run this example https://github.com/apache/dolphinscheduler/blob/946a0c7c5768506e7ca92a21e7aed6ad5aa60871/dolphinscheduler-python/pydolphinscheduler/examples/task_switch_example.py#L37-L40. Maybe we should add assert to check if param setted in https://github.com/apache/dolphinscheduler/blob/946a0c7c5768506e7ca92a21e7aed6ad5aa60871/dolphinscheduler-python/pydolphinscheduler/examples/task_switch_example.py#L44-L47
### What you expected to happen
Should hint user when global param not setted
### How to reproduce
run `python ./example/task_switch_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/7803 | https://github.com/apache/dolphinscheduler/pull/7818 | 1417967d9eebd8e2a5cd4f3b47449cb5be1bdb5d | b1edce2b113ae0e79770e7b5a9d1e005e8784f7f | 2022-01-05T04:08:35Z | java | 2022-01-05T11:59:20Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,800 | ["dolphinscheduler-python/pydolphinscheduler/examples/task_datax_example.py"] | [Bug] [python] Example datax CustomDataX have missleading context | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
When I run example in `./examples/task_datax_example.py`, it would cause error even though I create datasource `first_mysql` and `second_mysql`. It cause `CustomDataX.json` do not pass python gateway parameter parser.
### What you expected to happen
Should not raise error when run examples
### How to reproduce
Run `python ./example/task_datax_exmaple.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/7800 | https://github.com/apache/dolphinscheduler/pull/7801 | 4c2f77ee9cbd599edfb38e4bf82755f74e96e7c6 | fcbb5f4d8f337236de1aab17a2d1f00b51c2d535 | 2022-01-05T03:47:18Z | java | 2022-01-05T11:57:28Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,789 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"] | [Bug] [API] querySimpleList return wrong projectCode | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
querySimpleList method return projectCode the same as processDefinitionCode.

### What you expected to happen
The projectCode should be 3933957767584.
### How to reproduce
Using projectCode to querySimpleList and check if the returned projectCode is the same as it supposes to be.
### 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/7789 | https://github.com/apache/dolphinscheduler/pull/7790 | deb1624c3eb879ecd6db9fcab8b8429c3036bd41 | 7e61a3af3109fa1ae497e231b488212566d8d84c | 2022-01-04T08:33:27Z | java | 2022-01-05T01:25:10Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,788 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"] | [Bug] [MasterServer] Submit duplicate tasks | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
1.Many SQL tasks submitted at the same time
2.It will be retried when a task fails, and may be submitted multiple times when retrying
3.The task instance code is the same for multiple submissions
[INFO] 2022-01-04 00:50:34.791 org.apache.dolphinscheduler.service.process.ProcessService:[1076] - end submit task to db successfully:6838135 013.XXX:SUBMITTED_SUCCESS complete, instance id:609369 state: RUNNING_EXECUTION
[INFO] 2022-01-04 00:50:35.315 org.apache.dolphinscheduler.service.process.ProcessService:[1076] - end submit task to db successfully:6838145 013.XXX:SUBMITTED_SUCCESS complete, instance id:609369 state: RUNNING_EXECUTION



### What you expected to happen
When the task is retried, submit it once.
### How to reproduce
The reason is unknown.
### 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/7788 | https://github.com/apache/dolphinscheduler/pull/7809 | 24a97fda75c362d4acf97867d7dfcb4cccbb26a3 | a8c592bd93f9705666546204a34a7e48acd8c31b | 2022-01-04T08:17:05Z | java | 2022-01-11T14:54:42Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,787 | ["dolphinscheduler-ui-next/src/views/profile/index.tsx", "dolphinscheduler-ui-next/src/views/profile/use-form.ts", "dolphinscheduler-ui-next/src/views/profile/use-update.ts"] | [Feature][UI Next] Profile. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
_No response_
### Use case
_No response_
### Related issues
[#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/7787 | https://github.com/apache/dolphinscheduler/pull/7966 | 2cf609ae6189fb334d43cefe47ad61a37ebd9f8c | 53e012441048322f6b29e911aa02ca40ef80486f | 2022-01-04T07:36:52Z | java | 2022-01-12T13:01:08Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,786 | ["dolphinscheduler-ui-next/src/service/service.ts", "dolphinscheduler-ui-next/src/views/login/use-login.ts", "dolphinscheduler-ui-next/src/views/password/index.tsx", "dolphinscheduler-ui-next/src/views/password/use-form.ts", "dolphinscheduler-ui-next/src/views/password/use-update.ts"] | [Feature][UI Next] Edit password. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
_No response_
### Use case
_No response_
### Related issues
[#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/7786 | https://github.com/apache/dolphinscheduler/pull/7802 | 7e61a3af3109fa1ae497e231b488212566d8d84c | 81ef08af0ea642dd525ca952c0834aaeb30129d2 | 2022-01-04T07:35:58Z | java | 2022-01-05T05:40:46Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,785 | ["dolphinscheduler-ui-next/pnpm-lock.yaml", "dolphinscheduler-ui-next/src/service/modules/task-group/types.ts", "dolphinscheduler-ui-next/src/views/resource/taskGroupOption/components/form-modal.tsx", "dolphinscheduler-ui-next/src/views/resource/taskGroupOption/use-form.ts", "dolphinscheduler-ui-next/src/views/resource/taskGroupOption/use-table.ts", "dolphinscheduler-ui-next/src/views/resource/udf/resource/index.module.scss"] | [Feature][UI Next] Resource. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
- [x] File Manage
- [x] Resource Manage
- [ ] Function Manage
- [x] Task Group Option
- [x] Task Group Queue
### Use case
_No response_
### Related issues
[#7332](https://github.com/apache/dolphinscheduler/issues/7332)
### 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/7785 | https://github.com/apache/dolphinscheduler/pull/8083 | 3456904af8601556cecff5a07b260d092ca13bcb | 8c188e809b2da397948ce6b576630b6a19f23b64 | 2022-01-04T07:22:20Z | java | 2022-01-17T07:04:55Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,777 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/list.vue"] | [Feature][UI] process definition page add create username | ### 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 a create username on the process definition page.So that users can use it better.
### 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/7777 | https://github.com/apache/dolphinscheduler/pull/7778 | e34a8bc3dcc3e8036d18b28fc0a564a45341035a | d9496efc380e559b81781ebaae20478a17f03ed4 | 2022-01-03T11:49:51Z | java | 2022-01-04T02:16:24Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,775 | ["dolphinscheduler-tools/src/main/java/org/apache/dolphinscheduler/tools/datasource/dao/ResourceDao.java"] | [Bug] [DAO] ResourceDao's logger class is wrong | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
ResourceDao's logger class is wrong
### What you expected to happen
ResourceDao's logger class is wrong
### How to reproduce
ResourceDao's logger class is wrong
### 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/7775 | https://github.com/apache/dolphinscheduler/pull/7776 | 0dfbbc89839b790ab5e0a3208496a4ab6fe0f359 | f34dfe80dad6a38f0169c553d0f32b3fd49d8f70 | 2022-01-03T10:30:45Z | java | 2022-01-04T01:40:43Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,773 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessInstanceServiceImpl.java"] | [Bug] [Api] malform batchDeleteProcessInstanceByIds log output | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
```
[INFO] 2022-01-03 04:00:57.639 org.apache.dolphinscheduler.api.aspect.AccessLogAspect:[90] - REQUEST TRACE_ID:ecda536d-0f42-485a-9584-a5bb3abb16f9, LOGIN_USER:admin, URI:/dolphinscheduler/projects/4064259691936/process-instances/batch-delete, METHOD:POST, HANDLER:org.apache.dolphinscheduler.api.controller.ProcessInstanceController.batchDeleteProcessInstanceByI
ds, ARGS:{projectCode=4064259691936, processInstanceIds=1234}
[ERROR] 2022-01-03 04:00:57.642 org.apache.dolphinscheduler.api.controller.ProcessInstanceController:[409] - 工 作 流 实 例 [1,234]不 存 在
```
### What you expected to happen
log output right
### How to reproduce
curl -X POST "http://192.168.1.160:12345/dolphinscheduler/projects/4064259691936/process-instances/batch-delete" -H "Request-Origion:SwaggerBootstrapUi" -H "accept:*/*" -H "Content-Type:application/x-www-form-urlencoded;charset=UTF-8" -d "processInstanceIds=1234" -d "projectName=test" -d "alertGroup=" -d "createTime=" -d "email=" -d "id=" -d "phone=" -d "queue=" -d "queueName=" -d "state=" -d "tenantCode=" -d "tenantId=" -d "updateTime=" -d "userName=" -d "userPassword=" -d "userType=ADMIN_USER"
### 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/7773 | https://github.com/apache/dolphinscheduler/pull/7774 | f324b2f88408d8a8b348fbd5ef3bd5686508c5e3 | e34a8bc3dcc3e8036d18b28fc0a564a45341035a | 2022-01-03T05:07:36Z | java | 2022-01-04T02:11:06Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,769 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ExecutorController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.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"] | [Feature][API] Add batch start process 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
Add batch start process api.
### 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/7769 | https://github.com/apache/dolphinscheduler/pull/7771 | 46c39cdff98cc0ae3222a42e3e1f9c0288e0a40a | f2541248eb85f7977f75a3be3c7419688d20d713 | 2022-01-02T04:23:51Z | java | 2022-01-07T04:26:06Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,767 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessInstanceServiceImpl.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | Delete the log of ‘workflow instance’ The log of ‘task instance’ is not deleted in cascade | ### Search before 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
删除 ‘工作流实例’的日志 ‘任务实例’的日志级联删除
### How to reproduce
手工删除过 t_ds_task_instance 、t_ds_process_instance、t_ds_relation_process_instance
### 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
- [ ] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7767 | https://github.com/apache/dolphinscheduler/pull/7768 | 4d16c24b6e78887927a9550a90b25bceb9b5c0b1 | 7395b980d3d76646dada5b7e9220d946b154001e | 2022-01-01T07:10:16Z | java | 2022-01-03T07:52:50Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,763 | ["dolphinscheduler-python/pydolphinscheduler/examples/task_conditions_example.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/task.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/condition.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_condition.py"] | [Bug] [python] Task condition missing two downstream parameters | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
For now, our condition task only set upstream node, but without set downstream. It's a mistake and condition task have three required parameters, `ConditionOperator`, `downstream`, `upstream`. So we should add these two missing parameters
### What you expected to happen
Should also add condition success and failed downsteam
### How to reproduce
Run `python ./example/task_condition_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/7763 | https://github.com/apache/dolphinscheduler/pull/7783 | fcbb5f4d8f337236de1aab17a2d1f00b51c2d535 | 1417967d9eebd8e2a5cd4f3b47449cb5be1bdb5d | 2021-12-31T09:58:43Z | java | 2022-01-05T11:58:44Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,753 | ["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | [Bug] [Master] Failed to pass global parameters between parent and 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 issues.
### What happened
When the parent process has global parameters, but the sub process does not have global parameters, a null pointer error will be triggered
`[ERROR] 2021-12-31 14:06:44.898 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerService:[215] - scan command error
java.lang.UnsupportedOperationException: null
at java.util.AbstractList.add(AbstractList.java:148)
at java.util.AbstractList.add(AbstractList.java:108)
at org.apache.dolphinscheduler.service.process.ProcessService.joinGlobalParams(ProcessService.java:1025)
at org.apache.dolphinscheduler.service.process.ProcessService.setSubProcessParam(ProcessService.java:992)
at org.apache.dolphinscheduler.service.process.ProcessService.handleCommand(ProcessService.java:226)
at org.apache.dolphinscheduler.service.process.ProcessService$$FastClassBySpringCGLIB$$ed138739.invoke(<generated>)
`
### What you expected to happen
Global parameters are passed normally
### How to reproduce
Configure two processes, where the sub process has no global parameters, and the parent process has global parameters
### 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/7753 | https://github.com/apache/dolphinscheduler/pull/7755 | 4203304b08847d57218f9e9cb4edf7447f6eab8b | fa906e7d01ac5e4222bc068bd1e908297cfd7b57 | 2021-12-31T06:47:13Z | java | 2022-01-01T07:23:50Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,740 | ["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"] | [Bug] [Module Name] Bug title upgrade to 2.0.1 failed , 2.0.0/dolphinscheduler_ddl.sql has error sql | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

The sql has a syntax error, and because it is a function, the exception information will be hidden
### What you expected to happen
Upgrade normally
### How to reproduce
Upgrade normally
### 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/7740 | https://github.com/apache/dolphinscheduler/pull/7761 | 4514eaeb8b8e209beb8c7e10109d2c5412323378 | 3e34e69cfbe80016d17af5be753aa4ae8afc9176 | 2021-12-30T11:44:07Z | java | 2021-12-31T10:04:59Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,729 | ["dolphinscheduler-python/pydolphinscheduler/examples/bulk_create_example.py", "dolphinscheduler-python/pydolphinscheduler/examples/task_datax_example.py", "dolphinscheduler-python/pydolphinscheduler/examples/task_dependent_example.py", "dolphinscheduler-python/pydolphinscheduler/examples/task_switch_example.py", "dolphinscheduler-python/pydolphinscheduler/tests/example/__init__.py", "dolphinscheduler-python/pydolphinscheduler/tests/example/test_example.py"] | [Bug] [python] Example switch with conflict name to example dependent | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
ATT, https://github.com/apache/dolphinscheduler/blob/fd6eb1f830dd60c5363971e735135afc06925380/dolphinscheduler-python/pydolphinscheduler/examples/task_switch_example.py#L37
and https://github.com/apache/dolphinscheduler/blob/fd6eb1f830dd60c5363971e735135afc06925380/dolphinscheduler-python/pydolphinscheduler/examples/task_dependent_example.py#L43 have the same process definition name, it would cause task overwrite went user run all example
### What you expected to happen
we should not have same name PD, add add UT to avoid regression.
### How to reproduce
run `python ./example/task_switch_example.py` and `python ./example/task_dependent_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/7729 | https://github.com/apache/dolphinscheduler/pull/7759 | 081adf4aaa7a11a4068acf123985fb5550138ec9 | f324b2f88408d8a8b348fbd5ef3bd5686508c5e3 | 2021-12-30T08:01:35Z | java | 2022-01-04T02:09:38Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,714 | ["dolphinscheduler-ui-next/src/components/chart/index.ts", "dolphinscheduler-ui-next/src/components/chart/modules/Pie.tsx", "dolphinscheduler-ui-next/src/views/home/index.module.scss", "dolphinscheduler-ui-next/src/views/home/index.tsx", "dolphinscheduler-ui-next/src/views/home/state-card.tsx", "dolphinscheduler-ui-next/src/views/home/types.ts", "dolphinscheduler-ui-next/src/views/home/use-process-definition.ts", "dolphinscheduler-ui-next/src/views/home/use-task-state.ts"] | [Feature][UI Next] Home 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
- [ ] Home
> - [x] Task State Statistics
> - [x] Process State Statistics
> - [x] Process Definition Statistics
### 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/7714 | https://github.com/apache/dolphinscheduler/pull/7765 | 3e34e69cfbe80016d17af5be753aa4ae8afc9176 | 7e378ea6728f881232824d0cb95d547d21a47759 | 2021-12-29T13:08:22Z | java | 2021-12-31T15:27:09Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,713 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/aspect/AccessLogAspect.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/aspect/AccessLogAspectTest.java"] | [Feature] [Log] The data source password in the log is not encrypted | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
The data source password in the log is not encrypted.
### What you expected to happen
It should be encrypted or replaced with "****"
### How to reproduce
See "What happened"
### 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/7713 | https://github.com/apache/dolphinscheduler/pull/7728 | 68906f1b31d60e38414de6a82feff5232e4a00b4 | 73993e98ee272ccbd1a0bb160eda5c7557ddc21e | 2021-12-29T10:47:52Z | java | 2021-12-30T08:09:59Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,701 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/TaskGroupController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/TaskGroupService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskGroupServiceImpl.java", "dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_h2.sql", "dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql"] | [Bug] [DAO] There's an redundant field named 'project_id' in the table of 't_ds_task_group'. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
In the table of 't_ds_task_group' there's two fields of 'project_code' and 'project_id'. Each of them can identify the project, and the class of 'TaskGroup' doesn't use this field. So need to remove it from the table and improve a few wrong annotations.

### What you expected to happen
I expect to remove the redundant field 'project_id' in the table 't_ds_task_group'.
### How to reproduce
See it in the project.
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7701 | https://github.com/apache/dolphinscheduler/pull/7703 | 5ab0135d1831c9156388d8b593417e775e2b2b84 | 71ccb42697e197b2668a08a83eb9bb19261b4f5a | 2021-12-29T02:52:14Z | java | 2021-12-29T04:57:36Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,686 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/MasterRegistryClient.java", "dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/registry/WorkerRegistryClient.java"] | [Bug] [MasterServer] server restart fail after force 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
When I kill the worker server by force kill, and restart it, it will stop because dead server.
And I found that the session timeout was still happen as usual in seconds, even if this is already a new server.
So the master accept the remove node event and handle dead server.
### What you expected to happen
server can restart successfully
### How to reproduce
kill server forcely and restart it.
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7686 | https://github.com/apache/dolphinscheduler/pull/7688 | 71ccb42697e197b2668a08a83eb9bb19261b4f5a | d3bd7309fb623d87ae7f35a01bdaec727a672be4 | 2021-12-28T11:57:34Z | java | 2021-12-29T07:35:03Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,682 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskGroupServiceImpl.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | [Bug] [API] After creating a task group the values of both fields 'create_time' and 'update_time' are empty. | ### Search before 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 creating a task group the values of both fields 'create_time' and 'update_time' are empty.

### What you expected to happen
I expect that the value of both fields 'create_time' and 'update_time' can be assigned with current time.
### How to reproduce
You can reproduce this issue when creating a task group in the page or through api.

### 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/7682 | https://github.com/apache/dolphinscheduler/pull/7683 | 8808c0a700d367a1d408c1ec07c2a6fbeb675d33 | 6b5db0ac5b1d19aa30667b7edab9573c262ecb60 | 2021-12-28T11:11:30Z | java | 2021-12-28T12:01:46Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,673 | ["dolphinscheduler-ui-next/src/layouts/content/components/sidebar/index.tsx", "dolphinscheduler-ui-next/src/layouts/content/index.tsx"] | [Feature][UI-Next]Improve layout modules | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Improve layout modules
### Use case
_No response_
### Related issues
Please refer to the main `issue` [#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/7673 | https://github.com/apache/dolphinscheduler/pull/7817 | f0ad65cb143f81f8c94e864ac6b69fbe2151c0ca | a826d37e54c45119a380ae65ebb47a749037efd3 | 2021-12-28T07:26:11Z | java | 2022-01-05T09:18:04Z |
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,629 | ["script/dolphinscheduler-daemon.sh"] | [Bug] [Script] The dolphinscheduler-daemon.sh status result is wrong. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
The dolphinscheduler-daemon.sh status result is wrong.
### What you expected to happen
The dolphinscheduler-daemon.sh status result is correct.
### How to reproduce
Create multi dolphinscheduler clusters in the same server with different dir.
### 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/7629 | https://github.com/apache/dolphinscheduler/pull/7630 | 82db009781cbd9d2d8e1dbd8fc567f296de27496 | 2d73083e87e7ab2e117e9512437e3ab4cd2be6a4 | 2021-12-26T09:58:38Z | java | 2021-12-26T11:48:59Z |
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,622 | ["dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/main/java/org/apache/dolphinscheduler/plugin/datasource/api/provider/JDBCDataSourceProvider.java", "dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/test/java/org/apache/dolphinscheduler/plugin/datasource/api/provider/JDBCDataSourceProviderTest.java", "dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-hive/src/main/java/org/apache/dolphinscheduler/plugin/datasource/hive/HiveDataSourceClient.java"] | [Bug] [Module Name] Unsupported mechanism type PLAIN | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Failed to create datasource for hive with kerberos environment,The api log is bellow:
[WARN] 2021-12-25 17:52:11.501 org.apache.hive.jdbc.HiveConnection:[321] - Failed to connect to onedts-dev-master-v01.zjyg.com:10000
[ERROR] 2021-12-25 17:52:12.503 com.zaxxer.hikari.pool.HikariPool:[594] - HikariPool-1 - Exception during pool initialization.
java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://onedts-dev-master-v01.zjyg.com:10000/ods_hdp_ambari: Peer indicated failure: Unsupported mechanism type PLAIN
at org.apache.hive.jdbc.HiveConnection.<init>(HiveConnection.java:344)
at org.apache.hive.jdbc.HiveDriver.connect(HiveDriver.java:107)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138)
at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364)
at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206)
at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476)
at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561)
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:115)
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112)
at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:159)
at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:117)
at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:376)
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:431)
at org.apache.dolphinscheduler.plugin.datasource.api.client.CommonDataSourceClient.checkClient(CommonDataSourceClient.java:104)
at org.apache.dolphinscheduler.plugin.datasource.api.client.CommonDataSourceClient.<init>(CommonDataSourceClient.java:55)
at org.apache.dolphinscheduler.plugin.datasource.hive.HiveDataSourceClient.<init>(HiveDataSourceClient.java:61)
at org.apache.dolphinscheduler.plugin.datasource.hive.HiveDataSourceChannel.createDataSourceClient(HiveDataSourceChannel.java:29)
at org.apache.dolphinscheduler.plugin.datasource.api.plugin.DataSourceClientProvider.lambda$getConnection$0(DataSourceClientProvider.java:64)
at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
at org.apache.dolphinscheduler.plugin.datasource.api.plugin.DataSourceClientProvider.getConnection(DataSourceClientProvider.java:58)
at org.apache.dolphinscheduler.api.service.impl.DataSourceServiceImpl.checkConnection(DataSourceServiceImpl.java:320)
at org.apache.dolphinscheduler.api.service.impl.DataSourceServiceImpl$$FastClassBySpringCGLIB$$a86d54aa.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.api.service.impl.DataSourceServiceImpl$$EnhancerBySpringCGLIB$$b6edf9d8.checkConnection(<generated>)
at org.apache.dolphinscheduler.api.controller.DataSourceController.connectDataSource(DataSourceController.java:215)
at org.apache.dolphinscheduler.api.controller.DataSourceController$$FastClassBySpringCGLIB$$835fdd04.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:783)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89)
at org.apache.dolphinscheduler.api.aspect.AccessLogAspect.doAround(AccessLogAspect.java:87)
at sun.reflect.GeneratedMethodAccessor281.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
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.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:753)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:698)
at org.apache.dolphinscheduler.api.controller.DataSourceController$$EnhancerBySpringCGLIB$$9351867a.connectDataSource(<generated>)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150)
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)
at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1631)
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at com.github.xiaoymin.swaggerbootstrapui.filter.SecurityBasicAuthFilter.doFilter(SecurityBasicAuthFilter.java:84)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at com.github.xiaoymin.swaggerbootstrapui.filter.ProductionSecurityFilter.doFilter(ProductionSecurityFilter.java:53)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:763)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:516)
at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173)
at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)
at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.thrift.transport.TTransportException: Peer indicated failure: Unsupported mechanism type PLAIN
at org.apache.thrift.transport.TSaslTransport.receiveSaslMessage(TSaslTransport.java:199)
at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:307)
at org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37)
at org.apache.hive.jdbc.HiveConnection.openTransport(HiveConnection.java:431)
at org.apache.hive.jdbc.HiveConnection.<init>(HiveConnection.java:312)
... 119 common frames omitted
[INFO] 2021-12-25 17:52:12.505 org.apache.dolphinscheduler.plugin.datasource.api.client.CommonDataSourceClient:[108] - Time to execute check jdbc client with sql select 1 for 1141 ms
[ERROR] 2021-12-25 17:52:12.505 org.apache.dolphinscheduler.api.service.impl.DataSourceServiceImpl:[328] - datasource test connection error, dbType:HIVE, connectionParam:HiveConnectionParam{user='hive', password='123456', address='jdbc:hive2://onedts-dev-master-v01.zjyg.com:10000', database='ods_hdp_ambari', jdbcUrl='jdbc:hive2://onedts-dev-master-v01.zjyg.com:10000/ods_hdp_ambari', driverLocation='null', driverClassName='org.apache.hive.jdbc.HiveDriver', validationQuery='select 1', other='null', principal='null', javaSecurityKrb5Conf='null', loginUserKeytabUsername='null', loginUserKeytabPath='null'}, message:JDBC connect failed.
### What you expected to happen
failed to create datasource for hive with kerberos configure.
### How to reproduce
大数据相关组件:
hdp 3.1.5 ( 3.1.5.0-152 )
hive 3.1.0
hadoop 3.1.1
dolphinscheduler 2.0.1
### 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/7622 | https://github.com/apache/dolphinscheduler/pull/7489 | 90243f13eea046c60c55f091d1002a233ea156af | 85beb50f03457d9687e9f1761becd4f37ec41766 | 2021-12-25T10:25:42Z | java | 2021-12-21T06:37:33Z |
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,615 | ["dolphinscheduler-python/pydolphinscheduler/examples/task_dependent_example.py", "dolphinscheduler-python/pydolphinscheduler/examples/task_switch_example.py"] | [Bug] [python] Example have some package import 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
run `python ./example/task_dependent_example.py` and `python ./example/task_switch_example.py` raise error due to some package import error.
### What you expected to happen
should not error
### How to reproduce
run `python ./example/task_dependent_example.py` and `python ./example/task_switch_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/7615 | https://github.com/apache/dolphinscheduler/pull/7617 | 120c1755a15fcf78df303a67edfa87db0a7ff495 | fd6eb1f830dd60c5363971e735135afc06925380 | 2021-12-24T11:38:54Z | java | 2021-12-24T12:07:49Z |
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,534 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/MasterRegistryClient.java"] | [Bug] [Master] zookeeper failover 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
```
[INFO] 2021-12-22 07:02:38.909 org.apache.zookeeper.ClientCnxn:[1158] - Unable to read additional data from server sessionid 0x200000aec62004e, likely server has closed socket, closing socket connection and attempting reconnect
[INFO] 2021-12-22 07:02:39.010 org.apache.curator.framework.state.ConnectionStateManager:[251] - State change: SUSPENDED
[WARN] 2021-12-22 07:02:39.011 org.apache.dolphinscheduler.plugin.registry.zookeeper.ZookeeperConnectionStateListener:[50] - Registry suspended
[WARN] 2021-12-22 07:02:39.011 org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient:[417] - registry connection state is SUSPENDED, ready to stop myself
[INFO] 2021-12-22 07:02:39.011 org.apache.dolphinscheduler.server.master.MasterServer:[196] - master server is stopping ..., cause : registry connection state is SUSPENDED, stop myself
[INFO] 2021-12-22 07:02:39.681 org.apache.zookeeper.ClientCnxn:[1025] - Opening socket connection to server z-3.bi-kafka.d797mt.c8.kafka.us-west-2.amazonaws.com/192.168.22.252:2181. Will not attempt to authenticate using SASL (unknown error)
[INFO] 2021-12-22 07:02:39.684 org.apache.zookeeper.ClientCnxn:[879] - Socket connection established to z-3.bi-kafka.d797mt.c8.kafka.us-west-2.amazonaws.com/192.168.22.252:2181, initiating session
[INFO] 2021-12-22 07:02:39.686 org.apache.zookeeper.ClientCnxn:[1158] - Unable to read additional data from server sessionid 0x200000aec62004e, likely server has closed socket, closing socket connection and attempting reconnect
[INFO] 2021-12-22 07:02:39.811 org.apache.zookeeper.ClientCnxn:[1025] - Opening socket connection to server z-1.bi-kafka.d797mt.c8.kafka.us-west-2.amazonaws.com/192.168.25.7:2181. Will not attempt to authenticate using SASL (unknown error)
[INFO] 2021-12-22 07:02:39.811 org.apache.zookeeper.ClientCnxn:[879] - Socket connection established to z-1.bi-kafka.d797mt.c8.kafka.us-west-2.amazonaws.com/192.168.25.7:2181, initiating session
[INFO] 2021-12-22 07:02:39.812 org.apache.zookeeper.ClientCnxn:[1158] - Unable to read additional data from server sessionid 0x200000aec62004e, likely server has closed socket, closing socket connection and attempting reconnect
[INFO] 2021-12-22 07:02:41.740 org.apache.zookeeper.ClientCnxn:[1025] - Opening socket connection to server z-2.bi-kafka.d797mt.c8.kafka.us-west-2.amazonaws.com/192.168.20.121:2181. Will not attempt to authenticate using SASL (unknown error)
[INFO] 2021-12-22 07:02:41.741 org.apache.zookeeper.ClientCnxn:[1162] - Socket error occurred: z-2.bi-kafka.d797mt.c8.kafka.us-west-2.amazonaws.com/192.168.20.121:2181: Connection refused
[INFO] 2021-12-22 07:02:42.098 org.apache.dolphinscheduler.remote.NettyRemotingClient:[390] - netty client closed
[INFO] 2021-12-22 07:02:42.098 org.apache.dolphinscheduler.server.master.runner.MasterSchedulerService:[160] - master schedule service stopped...
[INFO] 2021-12-22 07:02:42.104 org.apache.dolphinscheduler.remote.NettyRemotingServer:[243] - netty server closed
[INFO] 2021-12-22 07:02:42.492 org.apache.zookeeper.ClientCnxn:[1025] - Opening socket connection to server z-3.bi-kafka.d797mt.c8.kafka.us-west-2.amazonaws.com/192.168.22.252:2181. Will not attempt to authenticate using SASL (unknown error)
[INFO] 2021-12-22 07:02:42.493 org.apache.zookeeper.ClientCnxn:[879] - Socket connection established to z-3.bi-kafka.d797mt.c8.kafka.us-west-2.amazonaws.com/192.168.22.252:2181, initiating session
[INFO] 2021-12-22 07:02:42.494 org.apache.zookeeper.ClientCnxn:[1299] - Session establishment complete on server z-3.bi-kafka.d797mt.c8.kafka.us-west-2.amazonaws.com/192.168.22.252:2181, sessionid = 0x200000aec62004e, negotiated timeout = 30000
[INFO] 2021-12-22 07:02:42.494 org.apache.curator.framework.state.ConnectionStateManager:[251] - State change: RECONNECTED
[INFO] 2021-12-22 07:02:42.502 org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient:[437] - master node : 192.168.25.200:15678 unRegistry to register center.
[INFO] 2021-12-22 07:02:42.502 org.apache.dolphinscheduler.server.master.registry.ServerNodeManager:[286] - master node : /nodes/master/192.168.25.200:15678 down.
[INFO] 2021-12-22 07:02:42.502 org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient:[160] - MASTER node deleted : /nodes/master/192.168.25.200:15678
[INFO] 2021-12-22 07:02:42.502 org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient:[439] - heartbeat executor shutdown
[INFO] 2021-12-22 07:02:42.505 org.apache.curator.framework.imps.CuratorFrameworkImpl:[955] - backgroundOperationsLoop exiting
[INFO] 2021-12-22 07:02:42.505 org.apache.zookeeper.ClientCnxn:[522] - EventThread shut down for session: 0x200000aec62004e
[INFO] 2021-12-22 07:02:42.505 org.apache.zookeeper.ZooKeeper:[693] - Session: 0x200000aec62004e closed
[INFO] 2021-12-22 07:02:42.506 org.quartz.core.QuartzScheduler:[666] - Scheduler DolphinScheduler_$_ip-192-168-25-2001639723938667 shutting down.
[INFO] 2021-12-22 07:02:42.506 org.quartz.core.QuartzScheduler:[585] - Scheduler DolphinScheduler_$_ip-192-168-25-2001639723938667 paused.
[INFO] 2021-12-22 07:02:42.509 com.zaxxer.hikari.HikariDataSource:[350] - DolphinScheduler - Shutdown initiated...
[INFO] 2021-12-22 07:02:42.512 com.zaxxer.hikari.HikariDataSource:[352] - DolphinScheduler - Shutdown completed.
[INFO] 2021-12-22 07:02:42.513 org.quartz.core.QuartzScheduler:[740] - Scheduler DolphinScheduler_$_ip-192-168-25-2001639723938667 shutdown complete.
[INFO] 2021-12-22 07:02:42.513 org.apache.dolphinscheduler.service.quartz.QuartzExecutors:[210] - Quartz service stopped, and halt all tasks
[INFO] 2021-12-22 07:02:42.513 org.apache.dolphinscheduler.server.master.MasterServer:[214] - Quartz service stopped
[INFO] 2021-12-22 07:02:42.515 org.quartz.core.QuartzScheduler:[585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
[INFO] 2021-12-22 07:02:42.517 org.apache.dolphinscheduler.remote.NettyRemotingClient:[390] - netty client closed
[INFO] 2021-12-22 07:02:42.517 org.apache.dolphinscheduler.service.log.LogClientService:[74] - logger client closed
[INFO] 2021-12-22 07:02:42.517 org.springframework.scheduling.quartz.SchedulerFactoryBean:[845] - Shutting down Quartz Scheduler
[INFO] 2021-12-22 07:02:42.517 org.quartz.core.QuartzScheduler:[666] - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
[INFO] 2021-12-22 07:02:42.517 org.quartz.core.QuartzScheduler:[585] - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
[INFO] 2021-12-22 07:02:42.518 org.quartz.core.QuartzScheduler:[740] - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
[INFO] 2021-12-22 07:02:42.520 org.apache.dolphinscheduler.server.master.processor.queue.TaskResponseService:[139] - StateEventResponseWorker stopped
[WARN] 2021-12-22 07:02:42.522 org.apache.dolphinscheduler.server.master.processor.queue.StateEventResponseService:[115] - persist task error
java.lang.InterruptedException: null
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
at org.apache.dolphinscheduler.server.master.processor.queue.StateEventResponseService$StateEventResponseWorker.run(StateEventResponseService.java:112)
[INFO] 2021-12-22 07:02:42.522 org.apache.dolphinscheduler.server.master.processor.queue.StateEventResponseService:[120] - StateEventResponseWorker stopped
[ERROR] 2021-12-22 07:02:50.169 org.apache.curator.framework.imps.CuratorFrameworkImpl:[703] - Background exception was not retry-able or retry gave up
java.lang.IllegalStateException: Client is not started
at org.apache.curator.shaded.com.google.common.base.Preconditions.checkState(Preconditions.java:507)
at org.apache.curator.CuratorZookeeperClient.getZooKeeper(CuratorZookeeperClient.java:162)
at org.apache.curator.framework.imps.CuratorFrameworkImpl.performBackgroundOperation(CuratorFrameworkImpl.java:969)
at org.apache.curator.framework.imps.CuratorFrameworkImpl.processBackgroundOperation(CuratorFrameworkImpl.java:638)
at org.apache.curator.framework.imps.WatcherRemovalFacade.processBackgroundOperation(WatcherRemovalFacade.java:152)
at org.apache.curator.framework.imps.FindAndDeleteProtectedNodeInBackground.execute(FindAndDeleteProtectedNodeInBackground.java:60)
at org.apache.curator.framework.imps.CreateBuilderImpl.protectedPathInForeground(CreateBuilderImpl.java:619)
at org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:597)
at org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:575)
at org.apache.curator.framework.imps.CreateBuilderImpl.forPath(CreateBuilderImpl.java:51)
at org.apache.curator.framework.recipes.locks.StandardLockInternalsDriver.createsTheLock(StandardLockInternalsDriver.java:54)
at org.apache.curator.framework.recipes.locks.LockInternals.attemptLock(LockInternals.java:225)
at org.apache.curator.framework.recipes.locks.InterProcessMutex.internalLock(InterProcessMutex.java:237)
at org.apache.curator.framework.recipes.locks.InterProcessMutex.acquire(InterProcessMutex.java:89)
at org.apache.dolphinscheduler.plugin.registry.zookeeper.ZookeeperRegistry.acquireLock(ZookeeperRegistry.java:203)
at org.apache.dolphinscheduler.service.registry.RegistryClient.getLock(RegistryClient.java:237)
at org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient.removeNodePath(MasterRegistryClient.java:163)
at org.apache.dolphinscheduler.server.master.registry.MasterRegistryDataListener.handleMasterEvent(MasterRegistryDataListener.java:66)
at org.apache.dolphinscheduler.server.master.registry.MasterRegistryDataListener.notify(MasterRegistryDataListener.java:52)
at org.apache.dolphinscheduler.plugin.registry.zookeeper.ZookeeperRegistry.lambda$subscribe$1(ZookeeperRegistry.java:127)
at org.apache.curator.framework.recipes.cache.TreeCache$2.apply(TreeCache.java:760)
at org.apache.curator.framework.recipes.cache.TreeCache$2.apply(TreeCache.java:754)
at org.apache.curator.framework.listen.ListenerContainer$1.run(ListenerContainer.java:100)
at org.apache.curator.shaded.com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30)
at org.apache.curator.framework.listen.ListenerContainer.forEach(ListenerContainer.java:92)
at org.apache.curator.framework.recipes.cache.TreeCache.callListeners(TreeCache.java:753)
at org.apache.curator.framework.recipes.cache.TreeCache.access$1900(TreeCache.java:75)
at org.apache.curator.framework.recipes.cache.TreeCache$4.run(TreeCache.java:865)
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)
```
### What you expected to happen
failover success.
### How to reproduce
zookeeper failover
### 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/7534 | https://github.com/apache/dolphinscheduler/pull/7562 | 97aecb40a6a265a9dcbd0e6082d5fe6afb40a347 | 1efa85ca27209772ebbb5efbaead036fb33815c0 | 2021-12-22T02:10:08Z | java | 2021-12-24T03:40:21Z |
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,333 | ["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | [Bug] [MasterServer] Duplicate key TaskDefinition | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
```
[ERROR] 2021-12-11 10:59:03.107 org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread:[264] - handler error:
java.lang.IllegalStateException: Duplicate key TaskDefinition{id=3, code=3736405945376, name='echo', version=3, description='', projectCode=3733897458592, userId=1, taskType=SHELL, taskParams='{"resourceList":[],"localParams":[],"rawScript":"echo \"test\"","dependence":{},"conditionResult":{"successNode":[],"failedNode":[]},"waitStartTimeout":{},"switchResult":{}}', taskParamList=null, taskParamMap=null, flag=YES, taskPriority=MEDIUM, userName='null', projectName='null', workerGroup='default', failRetryTimes=0, environmentCode='-1', failRetryInterval=1, timeoutFlag=CLOSE, timeoutNotifyStrategy=WARN, timeout=0, delayTime=0, resourceIds='', createTime=Sat Dec 04 06:31:26 CST 2021, updateTime=Sun Dec 05 12:00:32 CST 2021}
at java.util.stream.Collectors.lambda$throwingMerger$0(Collectors.java:133)
at java.util.HashMap.merge(HashMap.java:1254)
at java.util.stream.Collectors.lambda$toMap$58(Collectors.java:1320)
at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1380)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
at org.apache.dolphinscheduler.service.process.ProcessService.transformTask(ProcessService.java:2474)
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$$607206c9.transformTask(<generated>)
at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.buildFlowDag(WorkflowExecuteThread.java:733)
at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.startProcess(WorkflowExecuteThread.java:666)
at org.apache.dolphinscheduler.server.master.runner.WorkflowExecuteThread.run(WorkflowExecuteThread.java:259)
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
process instance run successfully
### How to reproduce
create a process with multi task.
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/7333 | https://github.com/apache/dolphinscheduler/pull/7335 | 9f56123a26096e9e423a447e659180b9153de07d | d3533851a02bb3293527ee8ca50e01f32f907197 | 2021-12-11T04:11:58Z | java | 2021-12-22T14:44:08Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 7,326 | ["dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.0_schema/postgresql/dolphinscheduler_ddl.sql"] | [Bug] [DAO] There are a few missing fields in the file of 2.0.0_schema/postgresql/dolphinscheduler_ddl.sql. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
I upgraded the database through these files upgrade/xxxx_schema/postgresql/dolphinscheduler_ddl.sql. But there are a few table structure that aren't same as the table structure defined in the file sql/dolphinscheduler_postgre.sql.
### What you expected to happen
I expect that the process of upgrading dolphinscheduler can be executed correctly.
### How to reproduce
You can try the process of upgrading dolphinscheduler.
### 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/7326 | https://github.com/apache/dolphinscheduler/pull/7327 | f1b85cf8920ea3dfd7899bf1102bb64798b8186e | ac67a11d44e7dd0feff47d2f7f0bd8b5a0b8f024 | 2021-12-10T10:54:06Z | java | 2021-12-10T11:50:55Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.