status
stringclasses 1
value | repo_name
stringclasses 13
values | repo_url
stringclasses 13
values | issue_id
int64 1
104k
| updated_files
stringlengths 11
1.76k
| title
stringlengths 4
369
| body
stringlengths 0
254k
⌀ | issue_url
stringlengths 38
55
| pull_url
stringlengths 38
53
| before_fix_sha
stringlengths 40
40
| after_fix_sha
stringlengths 40
40
| report_datetime
unknown | language
stringclasses 5
values | commit_datetime
unknown |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,592 | ["dolphinscheduler-python/pydolphinscheduler/.pre-commit-config.yaml", "dolphinscheduler-python/pydolphinscheduler/DEVELOP.md", "dolphinscheduler-python/pydolphinscheduler/setup.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/exceptions.py", "dolphinscheduler-python/pydolphinscheduler/tox.ini"] | [Feature][python] Add CI auto remove unused package | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
We need a package to auto remove unused package instead of remove by hand
this issue started when issue #8591 is done
### 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/8592 | https://github.com/apache/dolphinscheduler/pull/8897 | eefe7896c81b74ce56d80e354aaa3f8e1e02e3b3 | e53ac4e304c3b0d80a710d27d1ebc66d60a43822 | "2022-03-01T03:44:39Z" | java | "2022-03-16T01:33:26Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,591 | ["dolphinscheduler-python/pydolphinscheduler/.flake8", "dolphinscheduler-python/pydolphinscheduler/.pre-commit-config.yaml", "dolphinscheduler-python/pydolphinscheduler/DEVELOP.md"] | [Feature][python] Add pre-commit to run basic test before commit | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Some of the tests could be run locally before users submit to the remote branch. I think [pre-commit](https://pre-commit.com) is a good component to do that, it will make our workflow more easier
### 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/8591 | https://github.com/apache/dolphinscheduler/pull/8843 | 13b1ffe12ac2d87262a6f0f2cf2bc082b945f47e | a308fa3bef42da19c62c81abc83845f89c3f6d81 | "2022-03-01T03:24:07Z" | java | "2022-03-14T12:51:55Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,581 | ["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"] | [Bug] [API-Doc] missing some chinese translation | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

### What you expected to happen
above.
### How to reproduce
above.
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8581 | https://github.com/apache/dolphinscheduler/pull/8588 | eb88d9cbd328f5c2aef5f21015b8cfa8f5adc5d6 | 3cfb3270fe2dbe3b009c307ce31881c772c24eee | "2022-02-28T10:07:12Z" | java | "2022-03-01T07:14:52Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,580 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/configuration/AppConfiguration.java"] | [Bug][UI Next][V1.0.0-Alpha] Errors that appear in standalone after packaging and compiling. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
I'm trying to package ```UI-Next``` into the docker image of ```dev``` branch. I try to replace the ```dist``` folder compiled by ```UI-Next``` with the previous version to the ```ui``` folder under the API module. I start the API module to access the domain/dolphinscheduler and get the following errors.

And then I try to remove the absolute path ```/``` in index.html. I got another errors.

Is it that the compatibility of API modules has not been completed?
### What you expected to happen
above.
### How to reproduce
above.
### Anything else
In standalone mode.
### 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/8580 | https://github.com/apache/dolphinscheduler/pull/8748 | 220ec8f5fb93181c6b0e264b2a8d9f4bcc9785e3 | fc334b7b139960b061e6bb952029627d26f60005 | "2022-02-28T09:51:45Z" | java | "2022-03-08T03:09:08Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,577 | ["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-context-menu.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/index.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-node-menu.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-node-status.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/log-modal.tsx"] | [Bug][UI Next][V1.0.0-Alpha] Workflow instance view log error | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Workflow instance show the log path instead of the log content when I view log.

### What you expected to happen
Show log content
### How to reproduce
Open workflow -> worflow instance. Right-click the dag node and select the view log button to view the log.
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8577 | https://github.com/apache/dolphinscheduler/pull/8578 | 87927c43380741c78dfa719fe79120818370be3b | d7f7686880e4807668693ae8b5478b42aa4757b5 | "2022-02-28T08:44:41Z" | java | "2022-02-28T09:15:56Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,574 | ["dolphinscheduler-ui-next/src/views/security/alarm-instance-manage/index.tsx"] | [Feature][UI Next][V1.0.0-Alpha] Delete the space between the create button in `Security - Warning Instance Manage` | null | https://github.com/apache/dolphinscheduler/issues/8574 | https://github.com/apache/dolphinscheduler/pull/8665 | 2f21c89b80ea77745ea4856097ac9cfc8c86b975 | b43e5f0d7e3eb79fe53bf3c965f99af88d16da71 | "2022-02-28T07:25:10Z" | java | "2022-03-02T11:59:22Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,571 | ["dolphinscheduler-ui-next/src/router/modules/projects.ts", "dolphinscheduler-ui-next/src/service/modules/process-instances/index.ts", "dolphinscheduler-ui-next/src/utils/common.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/table-action.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/gantt/components/gantt-chart.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/gantt/index.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/gantt/type.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/gantt/use-gantt.ts"] | [Feature][UI Next][V1.0.0-Alpha] Gantt chart of Project Manage - Workflow Instance | null | https://github.com/apache/dolphinscheduler/issues/8571 | https://github.com/apache/dolphinscheduler/pull/8697 | e1862a81ba8407a2af0ed8cc7209b3e663171d59 | c8b5d1e5088241faaf29f61a5625d33fffb27a8e | "2022-02-28T06:55:09Z" | java | "2022-03-04T09:37:40Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,544 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java", "dolphinscheduler-tools/src/main/java/org/apache/dolphinscheduler/tools/datasource/DolphinSchedulerManager.java", "dolphinscheduler-tools/src/main/java/org/apache/dolphinscheduler/tools/datasource/dao/ResourceDao.java", "dolphinscheduler-tools/src/main/java/org/apache/dolphinscheduler/tools/datasource/dao/UpgradeDao.java"] | [Bug] [Resource Center-UDF Management/Resource Management] Folder size statistics error | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
<img width="1223" alt="image" src="https://user-images.githubusercontent.com/76080484/155693270-c322ed34-8867-4ba4-849c-f5bc99249fb4.png">
<img width="1243" alt="image" src="https://user-images.githubusercontent.com/76080484/155693495-91b99fbb-1f12-495e-9643-05990651fcec.png">
### What you expected to happen
The parent folder size is the child file / folder size count
### How to reproduce
1. Create folder
2. Open folder
3. Upload jar package
4. Return to outer folder
### Anything else
_No response_
### Version
2.0.4
### 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/8544 | https://github.com/apache/dolphinscheduler/pull/9107 | 08ea1aa701910d90ed16164e9019557292cc4249 | 7c5bebea98b64394a74960a5fa0e7a40af26c465 | "2022-02-25T09:55:26Z" | java | "2022-03-23T10:58:41Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,530 | ["dolphinscheduler-ui-next/src/views/projects/workflow/definition/timing/use-table.ts"] | [Feature][UI] Custom timezone | ### 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. Add the timezone selete on the right header, when user change timezone info, call the updateUser interface to update.

2. DAG scheduler time optimization.

### 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/8530 | https://github.com/apache/dolphinscheduler/pull/8885 | a308fa3bef42da19c62c81abc83845f89c3f6d81 | d19322dc9e1c80c6c3f5d46b46044c4fa4d140e1 | "2022-02-24T11:29:31Z" | java | "2022-03-14T14:14:19Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,518 | ["dolphinscheduler-python/pydolphinscheduler/README.md", "dolphinscheduler-python/pydolphinscheduler/docs/source/cli.rst", "dolphinscheduler-python/pydolphinscheduler/docs/source/conf.py", "dolphinscheduler-python/pydolphinscheduler/docs/source/index.rst", "dolphinscheduler-python/pydolphinscheduler/setup.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/cli/__init__.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/cli/commands.py", "dolphinscheduler-python/pydolphinscheduler/tests/cli/__init__.py", "dolphinscheduler-python/pydolphinscheduler/tests/cli/test_version.py", "dolphinscheduler-python/pydolphinscheduler/tests/testing/cli.py"] | [Feature][python] Add basic components for CLI | ### 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 basic configure for CLI, which includes:
* Third part CLI package
* Basics usage for CLI
* Document for CLI
* Verify work after installation
* Test on it
### Use case
_No response_
### Related issues
_No response_
### Are you willing to submit a PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8518 | https://github.com/apache/dolphinscheduler/pull/8516 | 52ed895338a9dcb473fc16c6b8b61b59a19eb1f8 | 3025f67d370e02ebae075a4ef68e1d7f0461b2d6 | "2022-02-24T07:09:07Z" | java | "2022-02-24T08:05:55Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,513 | ["dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/datasource/SpringConnectionFactory.java", "dolphinscheduler-dist/release-docs/LICENSE", "pom.xml", "tools/dependencies/known-dependencies.txt"] | [Upgrade] Upgrade mybatis-plus to 3.4.3 | ### Discussed in https://github.com/apache/dolphinscheduler/discussions/8162
<div type='discussions-op-text'>
<sup>Originally posted by **YiuTerran** January 24, 2022</sup>
Mybatis-plus v3.2.0 using mybatis 3.5.2.
There are high level security problems for this version. See [CVE-2020-26945](https://nvd.nist.gov/vuln/detail/CVE-2020-26945)</div> | https://github.com/apache/dolphinscheduler/issues/8513 | https://github.com/apache/dolphinscheduler/pull/8515 | 33b50bab7232434a7ac5787b20f4e08db69a7d95 | ca6d148a1b48195a359a3ab29d449229a87dd05a | "2022-02-24T03:07:16Z" | java | "2022-02-25T00:31:12Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,506 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"] | [Bug] [Master] process instance stop 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
1. Stop a process instance which task instance can not find worker group. The state of the stop process instance is success. If taskInstance.getHost() is empty it will cause WorkflowExecuteThread.taskInstanceMap's taskInstance state wrong In ```org.apache.dolphinscheduler.server.master.runner.task.CommonTaskProcessor#killTask```.
2. Stop a process instance which task instance state is running. The state of the stop process instance is success.
3. When a downstream user uses a dependent node, if the result of kill command is success, the dependent node will judge that the execution is successful. In fact, the execution fails, resulting in an error in the detection result of the dependent node.
### What you expected to happen
The state of the stop process instance is stop.
### How to reproduce
1. Stop a process instance which task instance can not find worker group.
2. Stop a process instance which task instance state is running.
### 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/8506 | https://github.com/apache/dolphinscheduler/pull/8529 | 3cfb3270fe2dbe3b009c307ce31881c772c24eee | 74afdcf8f315eb84ba1a87386e4ebab7767c6b35 | "2022-02-23T09:45:07Z" | java | "2022-03-01T07:20:02Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,499 | ["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/postgresql/dolphinscheduler_ddl.sql"] | [Feature][Master] Optimize workflowlieage query speed | ### 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 workflowlieage query speed
### 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/8499 | https://github.com/apache/dolphinscheduler/pull/8500 | 64baf6dc3db9f58d32947539a6fa36ac6e1eb200 | 512f8cb5dde7fb42398e7caa50c0c6665b6ec45f | "2022-02-23T05:37:00Z" | java | "2022-02-23T08:53:36Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,497 | ["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-form.ts"] | [Feature][UI Next][V1.0.0-Alpha] Dependent tasks can re-run automatically in the case of complement | ### 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 select button to control the switch of complement dependent process.
Api:
Add param ```complementDependentMode``` in ```projects/{projectCode}/executors/start-process-instance```
Enum:
1. OFF_MODE (default, not required)
2. ALL_DEPENDENT
### Use case
#8373
### Related issues
#8373
### 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/8497 | https://github.com/apache/dolphinscheduler/pull/8739 | 1d7ee2c5c444b538f3606e0ba4b22d64f0c2686d | aa5392529bb8d2ba7b4b73a9527adf713f8884c8 | "2022-02-23T04:41:14Z" | java | "2022-03-07T10:05:58Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,463 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | [Bug] [API] releaseWorkflowAndSchedule api of timing does not take effect/relation api cause workflow offline afterbinding | ### Search before 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. releaseWorkflowAndSchedule api of timing does not take effect
2. relation api cause workflow offline afterbinding
### What you expected to happen
Should be used normally.
### How to reproduce
Call through API
### Anything else
_No response_
### Version
2.0.3
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8463 | https://github.com/apache/dolphinscheduler/pull/8464 | cd8c5e1c9aeff536c705c9152b31a09a674ea864 | 8d0a0f9c323c8153573b159090aa93d6ea87a30d | "2022-02-21T07:07:39Z" | java | "2022-02-21T07:58:59Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,432 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/ServerNodeManager.java"] | [Bug] [Standalone] table t_ds_worker_group not found in standalone mode | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
table t_ds_worker_group not found in standalone mode
### What you expected to happen
running successfully.
### How to reproduce
running standalone server.
### 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/8432 | https://github.com/apache/dolphinscheduler/pull/8433 | 668b36c73187279349ee91e128791926b1bbc86b | 8200a3f15ab5c7de0ea8e4d356ce968c6380e42a | "2022-02-18T11:10:48Z" | java | "2022-02-18T13:46:52Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,431 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskDefinitionServiceImpl.java"] | [Bug] [API] The name of the process definition doesn't display on the page of task definition. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
When I browsed the list page of task definition I found that the name of process definition didn't display. So I checked the result of the requested api and make sure that this issue is caused by the backend.

### What you expected to happen
I expect that the name of process definition can display correctly.
### How to reproduce
You can browse the list page of task definition and then you will see it.
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8431 | https://github.com/apache/dolphinscheduler/pull/8509 | 6fb112d1daf1a07dee15dcc0ca00ed272d2e387b | c590ad43d7826a2c441801d71ee07ba284cfb042 | "2022-02-18T10:35:35Z" | java | "2022-02-24T00:50:03Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,412 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/timing.vue"] | [Bug] [UI] Workflow definition timing manage edit | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Environment name is not assigned when i edit timing manage in workflow define. as follows:

### What you expected to happen
Environment Name show the correct value.
### How to reproduce
Open `Process definition` -> `Cron Manage` and click edit button.
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8412 | https://github.com/apache/dolphinscheduler/pull/8413 | 6334a8221a0dfa35d7fb69de227b5aedbe775a0f | d2f8d96fa05f55e884d2c0d40f9fd3f64016d9dd | "2022-02-17T06:42:38Z" | java | "2022-02-17T11:44:47Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,406 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskDefinitionServiceImpl.java"] | [Bug] [Project] Error in editing task save. | ### Search before 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 edited a task in the Task Definition page, and then saved.

I got this error.

### What you expected to happen
Save successfully.
### How to reproduce
Open the task definition page and pick a record to edit it and save it.
### 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/8406 | https://github.com/apache/dolphinscheduler/pull/8405 | bc5f8b3b3482443dbd5654fc0ac8aafabbd65def | 71fcea593782b7dc5d5ee4133e5bbadbefcf963d | "2022-02-16T13:07:06Z" | java | "2022-02-16T15:06:32Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,394 | ["dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/task/paramparser/BusinessTimeUtils.java"] | [Bug] [Worker] when the data is supplemented still date+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
I see the 2.0.2-release note, [Feature-7451][Worker]remove date+1 when the data is supplemented.
But i use 2.0.3, when COMPLEMENT DATA the date still date+1:
**run the process(have one shell task, just print the date)**
<img width="716" alt="image" src="https://user-images.githubusercontent.com/48642743/154092379-98e96c05-e325-49c9-9841-647ff16d325e.png">
<img width="617" alt="image" src="https://user-images.githubusercontent.com/48642743/154092060-b68dee0d-3313-4daf-b149-3c321ef8136f.png">
**result**
```
[INFO] 2022-02-15 23:26:41.602 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.shell.ShellTask:[66] - -> welcome to use bigdata scheduling system...
20220201
20220202
20220202000000
[INFO] 2022-02-15 23:26:41.602 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.shell.ShellTask:[60] - FINALIZE_SESSION
......
[INFO] 2022-02-15 23:26:42.833 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.shell.ShellTask:[66] - -> welcome to use bigdata scheduling system...
20220202
20220203
20220203000000
[INFO] 2022-02-15 23:26:42.835 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.shell.ShellTask:[60] - FINALIZE_SESSION
```
### What you expected to happen
i think it will print like this ?
```
20220131
20220101
20220201000000
```
and
```
20220201
20220202
20220202000000
```
### How to reproduce
just like pictrue to do
### Anything else
i show the change from [#7452](https://github.com/apache/dolphinscheduler/pull/7452/commits/1c2371f57be0e4b317e44c1f95d7ff4a0758d4a6)
but, i think it's not in WokerServer, i think it's in MasterServer `BusinessTimeUtils.getBusinessTime(CommandType commandType, Date runTime)`
<img width="888" alt="image" src="https://user-images.githubusercontent.com/48642743/154096291-72dd0cf4-62e2-456c-98d5-a47750b3b420.png">
### Version
2.0.3
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8394 | https://github.com/apache/dolphinscheduler/pull/8532 | ca6d148a1b48195a359a3ab29d449229a87dd05a | e174d7a40ef8326d698701e97fe347fd730f1277 | "2022-02-15T15:42:21Z" | java | "2022-02-25T02:27:08Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,378 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessTaskRelationServiceImpl.java"] | [Bug] [API] DeleteTaskRelation api report ConcurrentModificationException | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
<img width="1434" alt="lQLPDhsmXnHJphTNATDNCzSwRBcst_MOkoUCD4luqgD0AA_2868_304" src="https://user-images.githubusercontent.com/42576980/153859728-0abf23be-33f5-4274-aa85-2d14f785378e.png">
### What you expected to happen
It can operate normally
### How to reproduce
Unbinding task and processDefinition
### Anything else
_No response_
### Version
2.0.3
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8378 | https://github.com/apache/dolphinscheduler/pull/8379 | 806333a11c03e5757d0c8dc56b5d1ca62fbacd1d | f9c090e048250a6ec57719be9bc0f385d5b97f97 | "2022-02-14T11:58:33Z" | java | "2022-02-17T07:38:13Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,370 | ["dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/file/pages/list/_source/list.vue", "dolphinscheduler-ui/src/js/module/components/fileUpdate/fileReUpload.vue"] | [Bug] [UI] There isn't the re-uploading file button when the file is in the root directory. | ### Search before 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 isn't the re-uploading file button when the file is under the root directory.

When the file is under the sub-directory there is a the re-uploading file button.

### What you expected to happen
I expect that the re-uploading file button can be used under the root directory.
### How to reproduce
You can browse the page of files management and upload a file under the root directory. Meanwhile the re-uploading file button won't display there.
### 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/8370 | https://github.com/apache/dolphinscheduler/pull/8375 | 49a1270ef5efd9e47d476752ed2e2e92a6ef99f1 | b2108486ba28dcc04436204347401475e245724f | "2022-02-14T07:20:42Z" | java | "2022-02-14T12:14:24Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,366 | ["dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/AbstractCommandExecutor.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/util/OSUtils.java"] | sudo.enable=false Is invalid | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Hello, I don't want to use 「sudo-u」 scheduling tasks
so change 「conf/common.properties」 this configuration:
```shell
# use sudo or not, if set true, executing user is tenant user and deploy user needs sudo permissions; if set false, executing user is the deploy user and doesn't need sudo permissions
sudo.enable=false
```
but is invalid
shell task still use 「sudu -u」.
log info:
…..
[INFO] 2022-02-10 08:34:18.661 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.shell.ShellTask:[285] - task run command: sudo -u hadoop sh /home/hadoop/dolphinscheduler/temp/exec/process/4462120816128/4465215383552_1/13/15/13_15.command
[INFO] 2022-02-10 08:34:18.664 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.shell.ShellTask:[176] - process start, process id is: 92386
[INFO] 2022-02-10 08:34:18.671 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.shell.ShellTask:[200] - process has exited, execute path:/home/hadoop/dolphinscheduler/temp/exec/process/4462120816128/4465215383552_1/13/15, processId:92386 ,exitStatusCode:1 ,processWaitForStatus:true ,processExitValue:1
[INFO] 2022-02-10 08:34:19.664 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.shell.ShellTask:[66] - -> welcome to use bigdata scheduling system...
hadoop 不在 sudoers 文件中。此事将被报告。
…...
### What you expected to happen
I think it would not use [sudo -u ] scheduling
### How to reproduce
use this config:
```shell
# use sudo or not, if set true, executing user is tenant user and deploy user needs sudo permissions; if set false, executing user is the deploy user and doesn't need sudo permissions
sudo.enable=false
```
### Anything else
**source code in class:**
Is it fixed to use [sudo-u]
org.apache.dolphinscheduler.plugin.task.api.AbstractCommandExecutor#buildProcess
```java
private void buildProcess(String commandFile) throws IOException {
// setting up user to run commands
List<String> command = new LinkedList<>();
//init process builder
ProcessBuilder processBuilder = new ProcessBuilder();
// setting up a working directory
processBuilder.directory(new File(taskRequest.getExecutePath()));
// merge error information to standard output stream
processBuilder.redirectErrorStream(true);
// setting up user to run commands
command.add("sudo");
command.add("-u");
command.add(taskRequest.getTenantCode());
command.add(commandInterpreter());
command.addAll(Collections.emptyList());
command.add(commandFile);
// setting commands
processBuilder.command(command);
process = processBuilder.start();
printCommand(command);
}
```
### Version
2.0.2
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8366 | https://github.com/apache/dolphinscheduler/pull/8388 | d9129297abac14aba74e87009477fc3502ac116b | 806333a11c03e5757d0c8dc56b5d1ca62fbacd1d | "2022-02-14T00:24:11Z" | java | "2022-02-17T07:23:21Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,344 | ["dolphinscheduler-python/pydolphinscheduler/UPDATING.md", "dolphinscheduler-python/pydolphinscheduler/docs/source/config.rst", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/cli/commands.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/configuration.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/utils/yaml_parser.py", "dolphinscheduler-python/pydolphinscheduler/tests/cli/test_config.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_configuration.py", "dolphinscheduler-python/pydolphinscheduler/tests/testing/constants.py", "dolphinscheduler-python/pydolphinscheduler/tests/utils/test_yaml_parser.py"] | [Feature][python] Support read configuration in env variable | ### 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
After https://github.com/apache/dolphinscheduler/issues/8249 is merged, our cli could read config in local file, but in some case, user prefer to set config to env variable, so we should also support read config in env variable
### 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/8344 | https://github.com/apache/dolphinscheduler/pull/9517 | 4221ee2433d6a4ffeb75347f8edbc45a7d835118 | 59a026d897d5fa3599dd58e932d164370a63b5f4 | "2022-02-11T04:37:34Z" | java | "2022-04-15T07:46:44Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,343 | ["dolphinscheduler-dist/pom.xml", "dolphinscheduler-dist/src/main/assembly/dolphinscheduler-python-api.xml", "dolphinscheduler-dist/src/main/assembly/dolphinscheduler-src.xml", "dolphinscheduler-python/pom.xml", "dolphinscheduler-python/pydolphinscheduler/setup.py", "pom.xml"] | [Feature][python] Fix pydolphinscheduler release to ASF's dist problem | ### 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 contain pydolphinscheduler source code in DolphinScheduler version 2.0.3 release in ASF's dist directory, combining with what dolphinscheduler which you can see in https://dist.apache.org/repos/dist/release/dolphinscheduler/2.0.3/ . The problem is we do not separate python code or tar ball and python distribute wheel in out of other source code. we should find a way to support it, and here it is an example in:
* And independent directory to keep all python related packages: We already have example in [flink](https://dist.apache.org/repos/dist/release/flink/flink-1.14.3/) to implement it by split to directory `python`
* About the detail file should include in python directory: We could found detail in [airflow](https://dist.apache.org/repos/dist/release/airflow/2.2.3/) ASF's distribute wheel, which including `*.source.tar.gz`, `*.tar.gz`, `*.py3-none-any.whl`
### 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/8343 | https://github.com/apache/dolphinscheduler/pull/8470 | 891a002beac4b429e20c03aeae77da4c72c39f6c | 36964c2b5a63c563354e6528f88bbe6a4a30c4ee | "2022-02-11T03:50:48Z" | java | "2022-02-25T03:06:26Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,335 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/sqoop.vue"] | [Bug] [UI] Sqoop node change data source type to hive error | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

### What you expected to happen
change successfully.
### How to reproduce
change successfully.
### Anything else
_No response_
### Version
2.0.3
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8335 | https://github.com/apache/dolphinscheduler/pull/8348 | 13d9031b687dc51bb8dc424cbe02053807c081fb | 0f04b3cfaaafbb5faeb1c48328ed60c49e17977f | "2022-02-10T10:02:58Z" | java | "2022-02-11T08:49:51Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,296 | ["dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.4_schema/mysql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.4_schema/mysql/dolphinscheduler_dml.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.4_schema/postgresql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.0.4_schema/postgresql/dolphinscheduler_dml.sql"] | [Bug] [API] Update process definition error | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
```
[ERROR] 2022-02-07 17:44:03.394 org.apache.dolphinscheduler.api.service.impl.ProcessDefinitionServiceImpl:[332] - error:
java.lang.IllegalStateException: Duplicate key TaskDefinition{id=0, code=3909232388448, name='依赖检查', version=1, description='', projectCode=0, userId=0, taskType=DEPENDENT, taskParams='{"dependence":{"relation":"AND","dependTaskList":[{"relation":"AND","dependItemList":[{"projectCode":3909232228064,"definitionCode":3909232229350,"depTaskCode":0,"cycle":"day","dateValue":"today"}]},{"relation":"AND","dependItemList":[{"projectCode":3909232228064,"definitionCode":3909232232293,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232229346,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232230758,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232230759,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232230765,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232230761,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232230760,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232230887,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232230506,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232230517,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232230259,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232231796,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232230263,"depTaskCode":0,"cycle":"day","dateValue":"today"},{"projectCode":3909232228064,"definitionCode":3909232230628,"depTaskCode":0,"cycle":"day","dateValue":"today"}]}]},"conditionResult":{"successNode":[],"failedNode":[]},"waitStartTimeout":{"strategy":"FAILED","interval":null,"checkInterval":null,"enable":false},"switchResult":{}}', taskParamList=null, taskParamMap=null, flag=YES, taskPriority=MEDIUM, userName='null', projectName='null', workerGroup='offline-cluster', failRetryTimes=720, environmentCode='-1', failRetryInterval=1, timeoutFlag=CLOSE, timeoutNotifyStrategy=null, timeout=0, delayTime=0, resourceIds='null', createTime=null, updateTime=null}
at java.util.stream.Collectors.lambda$throwingMerger$0(Collectors.java:133)
at java.util.HashMap.merge(HashMap.java:1255)
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:1384)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
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:566)
at org.apache.dolphinscheduler.service.process.ProcessService.transformTask(ProcessService.java:2517)
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$$a43f595c.transformTask(<generated>)
at org.apache.dolphinscheduler.api.service.impl.ProcessDefinitionServiceImpl.checkTaskRelationList(ProcessDefinitionServiceImpl.java:305)
at org.apache.dolphinscheduler.api.service.impl.ProcessDefinitionServiceImpl.updateProcessDefinition(ProcessDefinitionServiceImpl.java:528)
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$$1978743c.updateProcessDefinition(<generated>)
at org.apache.dolphinscheduler.api.controller.ProcessDefinitionController.updateProcessDefinition(ProcessDefinitionController.java:249)
at org.apache.dolphinscheduler.api.controller.ProcessDefinitionController$$FastClassBySpringCGLIB$$dc9bf5db.invoke(<generated>)
```
### What you expected to happen
update successfully.
### How to reproduce
update successfully.
### Anything else
_No response_
### Version
2.0.3
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8296 | https://github.com/apache/dolphinscheduler/pull/8408 | af39ae3ce9e055da5a9485ccc5f5678e8120ad17 | f6e2a2cf2387cf4f3ff1d794cea8158bac989fb7 | "2022-02-07T09:57:26Z" | java | "2022-02-18T13:05:43Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,284 | ["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-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/src/test/java/org/apache/dolphinscheduler/plugin/alert/dingtalk/DingTalkSenderTest.java", "dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js", "dolphinscheduler-ui/src/js/module/i18n/locale/zh_CN.js"] | [Improvement][Alert] Dingtalk alert plugin supports markdown message type | ### 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 supports markdown message type
### Use case
Dingtalk alert plugin supports markdown message type to format alert content for easy viewing of specific content.
### 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/8284 | https://github.com/apache/dolphinscheduler/pull/8285 | 78cac085323b1a28d866ed10357c89f2122d06a3 | 36d526d3a803f2ad9203ea54d93a255663bc6eaf | "2022-02-05T12:10:47Z" | java | "2022-02-07T14:07:37Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,281 | ["dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/main/java/org/apache/dolphinscheduler/plugin/datasource/api/client/CommonDataSourceClient.java", "dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/test/java/org/apache/dolphinscheduler/plugin/datasource/api/client/CommonDataSourceClientTest.java"] | [Bug] [DataSource] mysql 8 jdbc connect 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
I was in dev model and using StandaloneServer
When I created a mysql 8 dataresourse, and clicked button "test connection" but dolphinscheduler-ui shows:
"JDBS connected failed"
### What you expected to happen
click "test connection" can return test result.
dolphinscheduler-api server should not keep outputting error logs.
### How to reproduce
In dev model and using StandaloneServer
create a datasource (mysql 8)
click the "test connect" button.
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8281 | https://github.com/apache/dolphinscheduler/pull/9199 | 052df581f58405c840d97711f75894a682028a3c | 13cc84eb8a75c8b2e99faa2c60a4f44e4df6360c | "2022-02-04T11:14:49Z" | java | "2022-03-28T04:32:49Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,258 | ["dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/task.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_task.py", "dolphinscheduler-python/pydolphinscheduler/tests/testing/task.py"] | [Feature][python] Custom log for meanful an easier log formatter | ### 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
ATT, for now we just use logging and it should be confgire each file we want to add log, maybe we should add a custom logger to do it
maybe we could just add
```py
log = logging.getLogger(__name__)
```
in each place wo call `logging`
### 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/8258 | https://github.com/apache/dolphinscheduler/pull/8901 | 9a93910ac5af8512e6f02f664995897e8e0459a5 | 32a5ccac72682b2efc1639a46d0fd6458b37216e | "2022-01-29T08:10:54Z" | java | "2022-03-15T11:16:33Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,255 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/configuration/PythonGatewayConfiguration.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java", "dolphinscheduler-api/src/main/resources/application.yaml", "dolphinscheduler-standalone-server/src/main/resources/application.yaml"] | [Feature][python] Add authentication for python gateway server | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
separate from #6407 . **Authentication**, add secret to ensure only trusted people could connect to gateway.
### 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/8255 | https://github.com/apache/dolphinscheduler/pull/12893 | 70fe39bb2d2012a7d792f9248b8c10d48569a3a8 | 6d8befa0752c1e8005651c7b57b2301c7b9606fc | "2022-01-29T07:59:32Z" | java | "2022-11-14T10:43:08Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,254 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java", "dolphinscheduler-python/pydolphinscheduler/UPDATING.md", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/process_definition.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/java_gateway.py", "dolphinscheduler-ui/src/views/projects/workflow/components/dag/use-graph-auto-layout.ts"] | [Feature][python] Find a way to add attr location to process definition | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
Separate from #6407
**Beautify workflow DAG graphic**: when workflow create by Python API, we set default location as `{"x": 0, "y": 0}` in [this PR change][task-location] which means all of tasks in the same place when we open it in UI. we certainly have `format` button in UI, but just a javascript lib and could not call in backend. IMO, I thinks we should also add attribute `graph` or others name to show the view of DAG
### 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/8254 | https://github.com/apache/dolphinscheduler/pull/11681 | 635fde19817800221903034c58c858df86e54714 | 4dca488cd50b4392d222167c01ae2a79fd295e77 | "2022-01-29T07:57:47Z" | java | "2022-08-27T15:38:46Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,213 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/ServerNodeManager.java"] | [Bug] [dolphinscheduler-server] task run error when worker group name contains uppercase letters | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
worker group名称存在大写的时候,运行任务报错;错误如下
_[INFO] 2022-01-27 08:00:00.389 TaskLogLogger:[134] - set work flow 299 task 463 running
[INFO] 2022-01-27 08:00:00.390 TaskLogLogger:[104] - work flow 299 task 463, sub work flow: 301 state: running
[ERROR] 2022-01-27 08:00:01.081 org.apache.dolphinscheduler.server.master.consumer.TaskPriorityQueueConsumer:[144] - ExecuteException dispatch error: fail to execute : Command [type=TASK_EXECUTE_REQUEST, opaque=3511226, bodyLen=3375] due to no suitable worker, current task needs worker group test to execute
org.apache.dolphinscheduler.server.master.dispatch.exceptions.ExecuteException: fail to execute : Command [type=TASK_EXECUTE_REQUEST, opaque=3511226, bodyLen=3375] due to no suitable worker, current task needs worker group test to execute
at org.apache.dolphinscheduler.server.master.dispatch.ExecutorDispatcher.dispatch(ExecutorDispatcher.java:89)
at org.apache.dolphinscheduler.server.master.consumer.TaskPriorityQueueConsumer.dispatch(TaskPriorityQueueConsumer.java:138)
at org.apache.dolphinscheduler.server.master.consumer.TaskPriorityQueueConsumer.run(TaskPriorityQueueConsumer.java:101)
[ERROR] 2022-01-27 08:00:01.082 org.apache.dolphinscheduler.server.master.consumer.TaskPriorityQueueConsumer:[144] - ExecuteException dispatch error: fail to execute : Command [type=TASK_EXECUTE_REQUEST, opaque=3511227, bodyLen=3106] due to no suitable worker, current task needs worker group Tenant_2_DS资源组3 to execute
org.apache.dolphinscheduler.server.master.dispatch.exceptions.ExecuteException: fail to execute : Command [type=TASK_EXECUTE_REQUEST, opaque=3511227, bodyLen=3106] due to no suitable worker, current task needs worker group Tenant_2_DS资源组3 to execute
at org.apache.dolphinscheduler.server.master.dispatch.ExecutorDispatcher.dispatch(ExecutorDispatcher.java:89)
at org.apache.dolphinscheduler.server.master.consumer.TaskPriorityQueueConsumer.dispatch(TaskPriorityQueueConsumer.java:138)
at org.apache.dolphinscheduler.server.master.consumer.TaskPriorityQueueConsumer.run(TaskPriorityQueueConsumer.java:101)
[WARN] 2022-01-27 08:00:01.360 org.apache.dolphinscheduler.server.master.dispatch.host.LowerWeightHostManager:[153] - worker 192.168.92.31:1234 in work group test have not received the heartbeat
[WARN] 2022-01-27 08:00:02.361 org.apache.dolphinscheduler.server.master.dispatch.host.LowerWeightHostManager:[153] - worker 192.168.92.31:1234 in work group test have not received the heartbeat
_
原因:master ServerNodeManager.syncWorkerGroupNodes() 方法,将读取到的worker group名称转为了小写,但是,从任务内读取的workergroup名称仍然是大写,因此任务找不到需要的worker group;
处理:将//workerGroup = workerGroup.toLowerCase(); 注释掉。
` private void syncWorkerGroupNodes(String workerGroup, Collection<String> nodes) {
workerGroupLock.lock();
try {
//workerGroup = workerGroup.toLowerCase();
Set<String> workerNodes = workerGroupNodes.getOrDefault(workerGroup, new HashSet<>());
workerNodes.clear();
workerNodes.addAll(nodes);
workerGroupNodes.put(workerGroup, workerNodes);
} finally {
workerGroupLock.unlock();
}
}
`
### What you expected to happen
当worker group 名称存在大写字符时,任务正常运行
### How to reproduce
创建一个包含大写字符的workergroup 名称,创建任意一个任务并关联到 创建的worker group 运行;
### Anything else
_No response_
### Version
2.0.3
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8213 | https://github.com/apache/dolphinscheduler/pull/8448 | 02e47da30b76334c6847c8142a735cdd94f0cc43 | 234f399488e7fb0937cbf322c928f7abb9eb8365 | "2022-01-27T04:05:26Z" | java | "2022-02-19T13:38:58Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,204 | ["dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/processor/HostUpdateProcessor.java"] | [Bug] [Dev] standalone-server start error | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened

### What you expected to happen
start successfully.
### How to reproduce
./bin/dolphinscheduler-daemon.sh start standalone-server
### 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/8204 | https://github.com/apache/dolphinscheduler/pull/8205 | 7945a2f3aad15649e671dfa2e80586b14f3472e4 | b05ba4d1b9e6e66fb42f9cd5f7212e919c07725c | "2022-01-26T08:17:34Z" | java | "2022-01-26T09:51:20Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,201 | [".github/ISSUE_TEMPLATE/document.yml"] | [Feature][community] Add document issue template | ### 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 new issue template about document bug or feature
### 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/8201 | https://github.com/apache/dolphinscheduler/pull/10804 | 2d8b4932b30861076d636fdd35510917e4c157d7 | 1485c6fba29bbab5688f535bfb0b44d9ede154e8 | "2022-01-26T07:07:39Z" | java | "2022-07-06T03:52:55Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,187 | ["dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/file/pages/subdirectory/_source/list.vue", "dolphinscheduler-ui/src/js/module/components/fileUpdate/fileReUpload.vue", "dolphinscheduler-ui/src/js/module/components/nav/nav.vue"] | [Bug] [resource] Whether the re-upload function can be retained | ### Search before 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 Resource Center, the re-upload function is gone.
If you need to re-upload the file, you must delete the file before uploading it.
Can it be like version 1.3.X, there is a re-upload function, which can directly overwrite the original file.

### What you expected to happen
There is a function to re-upload the file.
### How to reproduce
See "What happened"
### Anything else
_No response_
### Version
2.0.3
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8187 | https://github.com/apache/dolphinscheduler/pull/8359 | b0dbc33730bcc3a8cdb70c3daab469ce8d9769aa | 3f6caef08fc79e8253ff69372f36dbef49d312d2 | "2022-01-25T03:42:49Z" | java | "2022-02-13T03:47:10Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,186 | ["dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/taskGroups/taskGroupQueue/index.vue", "dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js"] | [Bug] [UI] the page of task group queue is 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

when we change the language to english ,this page miss the data.
### What you expected to happen
show the data
### How to reproduce
change the language to english
### 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/8186 | https://github.com/apache/dolphinscheduler/pull/8272 | 6be220129fe214eeb56b9e774ef42c65b78bffa8 | 83d08e013af78288a59be33f10397918b7b17d3d | "2022-01-25T03:40:08Z" | java | "2022-01-31T09:39:18Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,182 | ["dolphinscheduler-task-plugin/dolphinscheduler-task-python/src/main/java/org/apache/dolphinscheduler/plugin/task/python/PythonTask.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-python/src/test/java/org/apache/dolphinscheduler/plugin/task/python/PythonTaskTest.java"] | [Bug] [plugin] python task execute 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
PYTHON_HOME configuration is as follows:
export PYTHON_HOME=/usr/bin/python3
When performing the task, the prompt cannot find the relevant python module:

Scripts run correctly on the server.

If I change the "python” to “python3”, the python task will run successfully.

or
Delete the python soft link on the server, create a new soft link and point to python3, and the task can also run successfully.


### What you expected to happen
Python tasks can be executed normally.
### How to reproduce
See "What happened"
### Anything else
_No response_
### Version
2.0.3
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8182 | https://github.com/apache/dolphinscheduler/pull/8196 | fb9f4a1339b31fdfcf43828cbe024ac11d8392d1 | a1cc2fd11ac97b2bace6977f946c0bc0480cc620 | "2022-01-25T00:28:28Z" | java | "2022-01-26T03:09:57Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,181 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/canvas.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue"] | [Bug] [UI] There is no obvious difference between a disabled task and a normal task, and it is not easy to identify | ### Search before 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 obvious difference between a disabled task and a normal task, and it is not easy to identify.
Whether disabled tasks can be distinguished by adding special identifiers.
### What you expected to happen
There can be a clear difference .
### How to reproduce
See "What happened"
### Anything else
_No response_
### Version
2.0.3
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8181 | https://github.com/apache/dolphinscheduler/pull/8332 | fc9a31f81375fff820a6a718b606b359073cd892 | 42aab0f47ad65909c7ca498d644642e61a377b29 | "2022-01-25T00:18:30Z" | java | "2022-02-10T10:39:04Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,172 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/canvas.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/contextMenu.scss"] | [Bug] [UI] Right-clicking the workflow does not respond | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
1.Select a workflow with many tasks.
2.Modify && save && online.
3.Enter the workflow, select a task, and right-click without responding.
This problem was occasional, and the video screen was shown to @lenboo at that time.
4.Format the DAG, select the "grid" layout ("dagre" layout is not OK), save, and right-click to use again.
### What you expected to happen
At any time, the right button can be used normally.
### How to reproduce
See "What happened"
### Anything else
_No response_
### Version
2.0.3
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8172 | https://github.com/apache/dolphinscheduler/pull/8346 | 91b91c95192a23c1c4e0320d328b1a9776bccfc0 | d9df8319a2bf4cb515d1598431a98cef2d80f8a2 | "2022-01-24T08:33:14Z" | java | "2022-02-11T12:24:07Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,170 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue"] | [Bug] [UI] SUB_PROCESS Clicking into the child node does not react | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
**Workflow Definition List page**, select Workflow, Enter, Select SUB_PROCESS Component Click into child nodes without reaction.
note:There is no problem with this feature of the workflow instance page.
ERROR:


### What you expected to happen
Child nodes can be entered.
### How to reproduce
See "What happened"
### Anything else
_No response_
### Version
2.0.3
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8170 | https://github.com/apache/dolphinscheduler/pull/8371 | f9c090e048250a6ec57719be9bc0f385d5b97f97 | 6334a8221a0dfa35d7fb69de227b5aedbe775a0f | "2022-01-24T08:21:58Z" | java | "2022-02-17T07:44:19Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,169 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue"] | [Bug] [UI] After you save the workflow, it jumps to the workflow list page | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Developers generally write a task to save once, and then jump to the workflow list page, whether it can stay on the workflow editing page like version 1.3.X, wait for all tasks to be written, and then click the close button to leave the current page.
Like this:

### What you expected to happen
Do not leave the workflow edit page after saving.
### How to reproduce
See "What happened"
### Anything else
_No response_
### Version
2.0.3
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8169 | https://github.com/apache/dolphinscheduler/pull/8198 | 3c10bbe1571573257c855667d99590c6aa87b423 | baf0c95add2772f4ea6f08788f216b5ef83557ed | "2022-01-24T08:15:10Z" | java | "2022-01-28T10:42:36Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,163 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/canvas.vue"] | [Bug] [UI] The task name is not displayed completely | ### Search before 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 names of the people in the workflow cannot be displayed in full and cannot be searched.
Most of our workflows have a lot of tasks, which can be cumbersome.

### What you expected to happen
The task name can be displayed in its entirety.
### How to reproduce
see "What happened"
### Anything else
_No response_
### Version
2.0.3
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8163 | https://github.com/apache/dolphinscheduler/pull/8280 | 6ae3efb5b6caaa72437c45bdf80c3f1b87c76a67 | 41efe305bb40097bf5cfd4c948d49ff787a4634c | "2022-01-24T03:43:18Z" | java | "2022-02-04T08:41:16Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,158 | ["dolphinscheduler-ui-next/src/router/modules/resources.ts", "dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx", "dolphinscheduler-ui-next/src/views/resource/task-group/option/components/table-action.tsx", "dolphinscheduler-ui-next/src/views/resource/task-group/option/index.module.scss", "dolphinscheduler-ui-next/src/views/resource/task-group/option/index.tsx", "dolphinscheduler-ui-next/src/views/resource/task-group/option/use-form.ts", "dolphinscheduler-ui-next/src/views/resource/task-group/option/use-table.ts"] | [Improvement][UI-Next] Need to alter the structure of directories and folder's name about the component of 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 feature requirement.
### Description
Need to use the way of spinal case to name folders in the module of 'ui-next' .

### Use case
Change the name of 'taskGroupOption' into 'task-group-option'
### 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/8158 | https://github.com/apache/dolphinscheduler/pull/8159 | 8c65b194c7614943d3ba0f310fbc0da1ea692f0e | d379137908c42e945a1ab07318abac6714d599df | "2022-01-22T01:04:37Z" | java | "2022-01-22T01:34:05Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,138 | ["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] add at@ msg in the dingtalk task plugin | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement.
### Description
add at@ msg in the dingtalk task plugin
When a custom bot sends a message, you can specify the "@person list" by your mobile phone number. When the people in the "@people list" receive the message, there will be a @ message reminder. Do not disturb conversations still notify reminders, and "someone @ you" appears on the fold.
### 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/8138 | https://github.com/apache/dolphinscheduler/pull/8139 | e0dbf3edc6200ed2abd1dffbcfaff8b53d7996f4 | 1fd748f376ad652783c94fd7c2d9e602291acb16 | "2022-01-20T10:53:08Z" | java | "2022-01-21T09:09:39Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,135 | ["dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/main/java/org/apache/dolphinscheduler/plugin/datasource/api/datasource/AbstractDataSourceProcessor.java", "dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/src/test/java/org/apache/dolphinscheduler/plugin/datasource/api/datasource/AbstractDataSourceProcessorTest.java"] | [Bug] [DataSource] jdbc connect parameters can not input '@' | ### Search before 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 2.0.2 version, when I create hive datasource with kerberos, then need input principal to jdbc connect parameters,
when Test connect , The error is reported below

### What you expected to happen
when input correct principal, can connect to hive

### How to reproduce
in AbstractDatasourceProcessor.java, modify PARAMS_PATTER field, appropriate value is
> private static final PARAMS_PATTER = Pattern.compile("^[a-zA-Z0-9\\-\\_\\/\\@\\.]+$");
### 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/8135 | https://github.com/apache/dolphinscheduler/pull/8293 | 8200a3f15ab5c7de0ea8e4d356ce968c6380e42a | 2a1406073a73b349f63396567919f81a802785d8 | "2022-01-20T07:29:54Z" | java | "2022-02-18T13:58:43Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,119 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessInstanceServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionServiceTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ProcessInstanceServiceTest.java"] | [Bug] [API] Update ProcessInstance error and without reason 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

Update ProcessInstance error.And there is no cause for error.
### What you expected to happen
Update ProcessInstance error
### How to reproduce
create a new task in process instance edit page and link to another task.
### Version
2.0.2
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8119 | https://github.com/apache/dolphinscheduler/pull/8122 | 38b40e7ac49390164207104a4a788639b12696c4 | b5631d5281e84b72afa44a3d37631ffdbfd178ca | "2022-01-19T07:32:41Z" | java | "2022-01-21T01:32:38Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,113 | ["dolphinscheduler-ui-next/src/components/chart/modules/Graph.tsx"] | [Feature][UI Next] Feature graph 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/8113 | https://github.com/apache/dolphinscheduler/pull/8114 | 66bc76cedad0b698d53ef1968fac7a5b80f7b83f | d6e1d955117a74ee487e1d14337ab7a7d9c18e73 | "2022-01-19T03:04:31Z" | java | "2022-01-19T03:27:25Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,110 | ["dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/task/TaskExecutionContextCacheManager.java", "dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/WorkerServer.java"] | [Bug] [Worker/Master] Data duplication caused by worker faking death | ### Search before 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. Because of cpu load is too high, worker lost connection with Zookeeper.
2. Master failover the worker and restart the tasks, but cannot kill the tasks.
3. Then the same task would be run twice and result data would be duplicate.
### What you expected to happen
1. Worker should check resource before submitting task to execution thread.
2. Can worker actively reduce CPU load through killing task ?
### How to reproduce
1. CPU load is too high:

2. worker lost connection with zk:

### 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/8110 | https://github.com/apache/dolphinscheduler/pull/8490 | 512f8cb5dde7fb42398e7caa50c0c6665b6ec45f | f2b9796bc20ef40e1737ea3afe9a00503b44ae3d | "2022-01-18T16:27:25Z" | java | "2022-02-23T10:22:42Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,098 | ["dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/udf/pages/subUdfDirectory/_source/rename.vue"] | [Bug] [UI] udf sub resource manage edit modal can't close | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
When I renamed the UDF sub resource, I clicked the Cancel Modal, but it didn't respond. as follows:

### What you expected to happen
Modal close.
### How to reproduce
Open `UDF manage` -> `resource manage`, click resources to enter the list of sub-resources. click sub-resource edit operate and then click cancel button.
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8098 | https://github.com/apache/dolphinscheduler/pull/8107 | 98ae33112c855255a2fdd3407b7defe48fa65b77 | a77b0ef93bb2348b971781ded27758061f783696 | "2022-01-18T05:41:57Z" | java | "2022-01-20T02:19:02Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,092 | ["dolphinscheduler-task-plugin/dolphinscheduler-task-datax/src/main/java/org/apache/dolphinscheduler/plugin/task/datax/DataxUtils.java"] | [Bug] [task-datax] cannot use Parameter for clickhouse datax task | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
when I used Parameter for clickhouse datax task. it was always failed .
### What you expected to happen
[WARN] 2022-01-17 20:19:50.042 - [taskAppId=TASK-540354961620992_3-13328-48308]:[480] - database driver [CLICKHOUSE] is not support grammatical analysis sql
[INFO] 2022-01-17 20:19:50.042 - [taskAppId=TASK-540354961620992_3-13328-48308]:[457] - try to execute sql analysis query column name
.......
ru.yandex.clickhouse.except.ClickHouseException: ClickHouse exception, code: 41, host: 10.17.16.46, port: 8123; Code: 41, e.displayText() = DB::ParsingException: Cannot parse datetime: Cannot parse UInt32 from String: While processing (paymentType != 'yb') AND (datatime >= (toUnixTimestamp(concat('${dtdh}', ':00:00')) * 1000)) AND (datatime < (toUnixTimestamp(concat('2022-01-17 19', ':59:59')) * 1000)) (version 21.6.6.51 (official build))
at ru.yandex.clickhouse.except.ClickHouseExceptionSpecifier.specify(ClickHouseExceptionSpecifier.java:58)
at ru.yandex.clickhouse.except.ClickHouseExceptionSpecifier.specify(ClickHouseExceptionSpecifier.java:28)
at ru.yandex.clickhouse.ClickHouseStatementImpl.checkForErrorAndThrow(ClickHouseStatementImpl.java:815)
at ru.yandex.clickhouse.ClickHouseStatementImpl.getInputStream(ClickHouseStatementImpl.java:611)
at ru.yandex.clickhouse.ClickHouseStatementImpl.executeQuery(ClickHouseStatementImpl.java:114)
at ru.yandex.clickhouse.ClickHouseStatementImpl.executeQuery(ClickHouseStatementImpl.java:97)
at ru.yandex.clickhouse.ClickHouseStatementImpl.executeQuery(ClickHouseStatementImpl.java:92)
at ru.yandex.clickhouse.ClickHouseStatementImpl.executeQuery(ClickHouseStatementImpl.java:87)
at ru.yandex.clickhouse.ClickHousePreparedStatementImpl.executeQuery(ClickHousePreparedStatementImpl.java:128)
at org.apache.dolphinscheduler.plugin.task.datax.DataxTask.tryExecuteSqlResolveColumnNames(DataxTask.java:552)
at org.apache.dolphinscheduler.plugin.task.datax.DataxTask.parsingSqlColumnNames(DataxTask.java:458)
at org.apache.dolphinscheduler.plugin.task.datax.DataxTask.buildDataxJobContentJson(DataxTask.java:279)
at org.apache.dolphinscheduler.plugin.task.datax.DataxTask.buildDataxJsonFile(DataxTask.java:210)
at org.apache.dolphinscheduler.plugin.task.datax.DataxTask.handle(DataxTask.java:161)
at org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread.run(TaskExecuteThread.java:226)
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)
Caused by: java.lang.Throwable: Code: 41, e.displayText() = DB::ParsingException: Cannot parse datetime: Cannot parse UInt32 from String: While processing (paymentType != 'yb') AND (datatime >= (toUnixTimestamp(concat('${dtdh}', ':00:00')) * 1000)) AND (datatime < (toUnixTimestamp(concat('2022-01-17 19', ':59:59')) * 1000)) (version 21.6.6.51 (official build))
at ru.yandex.clickhouse.except.ClickHouseExceptionSpecifier.specify(ClickHouseExceptionSpecifier.java:53)
... 19 common frames omitted
### How to reproduce
create clickhouse datax task. AND use time Parameter In "WHERE " filter
### Anything else
I had fix this bug.
please edit DataxUtils.class and update getSqlStatementParser function.
>
public static SQLStatementParser getSqlStatementParser(DbType dbType, String sql) {
switch (dbType) {
case MYSQL:
return new MySqlStatementParser(sql);
case POSTGRESQL:
return new PGSQLStatementParser(sql);
case ORACLE:
return new OracleStatementParser(sql);
case SQLSERVER:
return new SQLServerStatementParser(sql);
case CLICKHOUSE:
return new ClickhouseStatementParser(sql);
default:
return null;
}
}
### Version
2.0.2
### Are you willing to submit PR?
- [X] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| https://github.com/apache/dolphinscheduler/issues/8092 | https://github.com/apache/dolphinscheduler/pull/8091 | e0a99dd9093dacd161512535b0046699f3cf26af | f1a02159783e2a01094a06eb7681d4532cdbbff4 | "2022-01-17T13:16:14Z" | java | "2022-01-18T08:53:25Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,077 | ["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java"] | [Bug] [dolphinscheduler-worker] Timeout alarm no alarm notification sent | ### Search before 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 worker log is as follows

### What you expected to happen
.
### How to reproduce
.
### Anything else
_No response_
### Version
2.0.3-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/8077 | https://github.com/apache/dolphinscheduler/pull/9485 | b1d57dbce491d13d29ca44ebab776c49fa3656c7 | 508ed9769aebe70a87539eccb70b6a08d34e0183 | "2022-01-17T02:29:51Z" | java | "2022-04-18T12:34:22Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,074 | [".github/stale.yml"] | [Feature][Github] Add stale mechanism to auto mark issues and PRs as stale | ### 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 should add stale mechanism to auto mark issues and PRs as stale status to control the number, which can also remind us which need to be picked up again.
### 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/8074 | https://github.com/apache/dolphinscheduler/pull/8075 | 90ea6ebb6f6e5db0e0e444c32da8ccaa180bd459 | 6b9198acfcf8b61f554295edd0e09d07d674bc8e | "2022-01-16T16:00:05Z" | java | "2022-01-16T16:24:10Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,073 | ["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskGroupMapper.xml", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskGroupQueueMapper.xml"] | [Bug] [API] The result of querying the task groups is disordered after editing a 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
After editing a task group and saving it, the list of querying task groups was disordered. It's because that the sql doesn't use the clause of 'order by' to order any fields in the mapper of 'task group'.
The details are as follows:


### What you expected to happen
I expect that the list of querying task groups are ordered.
### How to reproduce
Just try to modify a task group and save it. Then you will observe that problem.
### 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/8073 | https://github.com/apache/dolphinscheduler/pull/8274 | 1f87eb67609d52fa0d5cf780e406572458b17836 | 6ae3efb5b6caaa72437c45bdf80c3f1b87c76a67 | "2022-01-16T14:02:51Z" | java | "2022-02-04T05:23:36Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,056 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/EnvironmentServiceImpl.java"] | [Bug] [Environment Edit Worker Group] Edit the bug of worker grouping in environment management. | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
### There are problems in Dev and 202 and 203
- Create a new environment, configure workers, and select multiple groups

Edit this data and delete two groups.

Edit interface request succeeded.

The list interface returns no group.


### What you expected to happen
After editing the calling interface, the worker group retains a piece of data that should be returned in the list interface, but the data returned from the list interface is empty.
### How to reproduce
For the data of the new environment, the worker selects multiple data and edits the data just created. The worker keeps at least one data, and then the data returned from the list interface is empty
### 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/8056 | https://github.com/apache/dolphinscheduler/pull/8072 | c0d69125eb1c8ddb2993697533e9b490f2611cc1 | 7391cc20f01bef62b9a30f7b6b7f54fb41bdab03 | "2022-01-15T02:19:47Z" | java | "2022-01-17T02:30:40Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,053 | ["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/quartz/cron/AbstractCycle.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/quartz/cron/CronUtils.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/quartz/cron/CycleFactory.java", "dolphinscheduler-service/src/test/java/org/apache/dolphinscheduler/service/quartz/cron/CronUtilsTest.java"] | [Bug] [dolphinscheduler-service] CronUtils.getMaxCycle return 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
每年一月每天早上七点
I want to run the task every January at 7am
when I pass this cron , it should return YEAR , not null
CronUtils.getMaxCycle("0 0 7 * 1 ? *")
I want run this task ,every Jan
### What you expected to happen
System.out.println(CronUtils.getMaxCycle("0 0 7 * 1 ? *"));
YEAR
### How to reproduce
System.out.println(CronUtils.getMaxCycle("0 0 7 * 1 ? *"));
### 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/8053 | https://github.com/apache/dolphinscheduler/pull/8086 | b705a08794f34acdd0be32e6e535a1e6973267ad | e0a99dd9093dacd161512535b0046699f3cf26af | "2022-01-14T13:21:02Z" | java | "2022-01-18T02:44:30Z" |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 8,050 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/canvas.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue"] | [Bug] [UI] Forbidden tasks need to be represented by a forbidden icon | ### Search before 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/8050 | https://github.com/apache/dolphinscheduler/pull/8332 | fc9a31f81375fff820a6a718b606b359073cd892 | 42aab0f47ad65909c7ca498d644642e61a377b29 | "2022-01-14T10:29:19Z" | java | "2022-02-10T10:39:04Z" |
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,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,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,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,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,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" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.