status
stringclasses
1 value
repo_name
stringlengths
9
24
repo_url
stringlengths
28
43
issue_id
int64
1
104k
updated_files
stringlengths
8
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
37
56
pull_url
stringlengths
37
54
before_fix_sha
stringlengths
40
40
after_fix_sha
stringlengths
40
40
report_datetime
timestamp[ns, tz=UTC]
language
stringclasses
5 values
commit_datetime
timestamp[us, tz=UTC]
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,778
["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx"]
[Bug-FE][UI Next][V1.0.0-Alpha]The letters overlap with the input field
### Search before 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 letters overlap with the input field <img width="1908" alt="image" src="https://user-images.githubusercontent.com/76080484/157419190-4f8aefed-7c03-4b47-9d6a-56e84ec8bdd4.png"> ### What you expected to happen There is some space between the letters and the input field ### How to reproduce When saving the workflow ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8778
https://github.com/apache/dolphinscheduler/pull/8821
20dd0c12ce0c723fe1f8a0ffd84017fff7d0db1c
939f280e7152f2f93f88cfb97f6952a8d87c16c4
2022-03-09T10:12:58Z
java
2022-03-10T14:10:03Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,777
["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx"]
[Bug][UI Next][V1.0.0-Alpha] An error occurred while importing 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 An error occurred while importing workflow The reason for the error is that:tenant not exists <img width="1912" alt="image" src="https://user-images.githubusercontent.com/76080484/157416523-80ccb5fd-3750-44e0-bc33-a42ab8b20f15.png"> ### What you expected to happen The modification is saved successfully ### How to reproduce Import workflow and modify content click Save ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8777
https://github.com/apache/dolphinscheduler/pull/8797
38fba609cbc046c11678bbfc17253cc3f70aa8e9
bb1ba967cdd0715bb83f69406e3c184fcecd4294
2022-03-09T09:55:23Z
java
2022-03-10T04:58:19Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,772
["dolphinscheduler-ui-next/src/layouts/content/components/user/use-dropdown.ts", "dolphinscheduler-ui-next/src/views/login/use-login.ts"]
[block-Bug][UI Next][V1.0.0-Alpha]Account login 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 account and password are correct, the login interface works properly, and an error message is displayed on the get_user_info interface <img width="1918" alt="image" src="https://user-images.githubusercontent.com/76080484/157405884-912e6b71-fbf5-4108-92bf-c405fe4f288d.png"> ### What you expected to happen Login successful ### How to reproduce Open the web page, enter the correct account password, and click login ### Anything else No ### 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/8772
https://github.com/apache/dolphinscheduler/pull/8773
1d1c99b31f54ac2e5a7761242c9b20565a92a546
59410af0aeb3eeca6eed0395050c1159a8c4dc6c
2022-03-09T08:52:43Z
java
2022-03-09T10:13:44Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,771
["dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/use-task-edit.ts"]
[Bug][UI Next][V1.0.0-Alpha] Workflow Duplicate key 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="1909" alt="image" src="https://user-images.githubusercontent.com/8847400/157403000-5dc5ab06-1ae5-4bf5-9a3e-5655b2530c94.png"> ### What you expected to happen Workflow update success. ### How to reproduce Create a workflow and update it twice in a row. ### 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/8771
https://github.com/apache/dolphinscheduler/pull/8782
6a02b15e40d04e98891276b0e4f78312de602436
5ca886fdd1532328577e02ec3a5db38ac6268442
2022-03-09T08:35:07Z
java
2022-03-09T14:16:33Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,758
["dolphinscheduler-worker/src/main/java/org/apache/dolphinscheduler/server/worker/processor/TaskExecuteProcessor.java"]
[Improvement] [dolphinscheduler-worker] the object 'preTaskCache' is never used, Suggested deletion
### 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 worker received task execute request command and cache 'TaskExecutionContext',and new Object of 'preTaskCache', but unused. maybe it have other useful? ![image](https://user-images.githubusercontent.com/29919212/157243873-4405aa6f-9132-4f07-acaa-375f16e08aa5.png) ### 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/8758
https://github.com/apache/dolphinscheduler/pull/8795
6514ed2da27ec13775183ec9d7fac12e9132fe16
6a5b3bb8f92e41f2cab1ad688430b334bb0873f9
2022-03-08T13:10:25Z
java
2022-03-14T06:14:21Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,757
["dolphinscheduler-ui-next/public/lodash.min.js", "dolphinscheduler-ui-next/src/views/projects/task/components/node/detail-modal.tsx"]
[Bug][UI Next][V1.0.0-Alpha] There isn't the text button of the help document in the task form.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened In the task form there isn't the text button of the help document for this type of task. But in the old UI, you can use this text button to access the help document when clicking the button. The task form in the old UI seems like: ![image](https://user-images.githubusercontent.com/4928204/157206702-f3fcc62b-d601-4b0c-9a64-0eca84e3736d.png) The task form in the new UI seems like: ![image](https://user-images.githubusercontent.com/4928204/157206713-5b58c180-cbc3-4629-a951-d37bd54707f6.png) ### What you expected to happen I expect that I can use the text button to access the help document . ### How to reproduce You can see the task form in the new UI. ### 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/8757
https://github.com/apache/dolphinscheduler/pull/8775
59410af0aeb3eeca6eed0395050c1159a8c4dc6c
27c5944c2d7111a731eb42d57097ba4a9def2fe9
2022-03-08T09:22:11Z
java
2022-03-09T10:15:07Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,746
["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/canvas/contextMenu.vue"]
[Bug][UI] The copy node function will affect the original node
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When using dataX tasks, the copy node function will affect the original node. ### What you expected to happen Using the copy node function, the copied node should be independent and should not affect the original node. ### How to reproduce 1.Add a dataX task node <img width="850" alt="image" src="https://user-images.githubusercontent.com/51101283/157145576-fb8b2f5a-56ac-4b9d-9758-6ee6991836a2.png"> 2.Using the copy node feature <img width="333" alt="image" src="https://user-images.githubusercontent.com/51101283/157145629-f567ab01-0eda-4719-a2e3-9645f596bbff.png"> <img width="285" alt="image" src="https://user-images.githubusercontent.com/51101283/157145676-920719d5-333c-4ae9-a677-b1baa484efa7.png"> 3.Modify and save the copied node <img width="809" alt="image" src="https://user-images.githubusercontent.com/51101283/157145736-b615e307-6df4-4119-abed-658ceeb47b3f.png"> 4.View the original node again(The original node configuration is automatically modified) <img width="713" alt="image" src="https://user-images.githubusercontent.com/51101283/157145815-72fef3bd-4495-4208-aeac-1ebef0e6ea7c.png"> ### 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/8746
https://github.com/apache/dolphinscheduler/pull/8791
0bce1a96a14cf46e9d5852d9778da02cbc1a2560
41b66b6adbf286671a9d9682d04b769ad9d21003
2022-03-08T01:12:35Z
java
2022-03-10T03:36:01Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,744
["script/dolphinscheduler-daemon.sh"]
[Bug] [standalone-server] start standalone server 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 ```permission denied: ./standalone-server/bin/start.sh``` ### What you expected to happen success. ### How to reproduce ```./bin/dolphinscheduler-daemon.sh start 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/8744
https://github.com/apache/dolphinscheduler/pull/8747
c661827752f7d17f52426b7182bbe43caa15d066
b024aabd123f94840b51f1da738e017a16312cee
2022-03-07T11:11:48Z
java
2022-03-09T05:26:28Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,741
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-modal.ts"]
[Bug][UI Next][V1.0.0-Alpha] Startup Parameter not init
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Startup Parameter not init ![image](https://user-images.githubusercontent.com/8847400/157009054-1e04eec6-9d26-4a19-9d28-0e92f9c5cf15.png) ### What you expected to happen Startup Parameter init ### How to reproduce Set global param for workflow and open start modal ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8741
https://github.com/apache/dolphinscheduler/pull/8749
fc334b7b139960b061e6bb952029627d26f60005
799e2fd215799be050e3a4c9e58e699e93fbd8f7
2022-03-07T09:59:03Z
java
2022-03-08T04:02:04Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,740
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-table.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/version-modal.tsx"]
[Bug][UI Next][V1.0.0-Alpha] Missing pagination in version info table.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![1646645939](https://user-images.githubusercontent.com/19239641/157006133-12acc88e-8e9e-4457-b1d4-6b34cc70b3b7.jpg) ![image](https://user-images.githubusercontent.com/19239641/157006184-4ef57764-528c-48e5-888f-5ed9942c4ca2.png) ### What you expected to happen Missing pagination in version info table. ### How to reproduce Supplemental pagination. ### 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/8740
https://github.com/apache/dolphinscheduler/pull/8785
5ca886fdd1532328577e02ec3a5db38ac6268442
97a0eede25d27c8b603099c7c1592c70e468c6c0
2022-03-07T09:41:09Z
java
2022-03-09T14:31:38Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,730
["dolphinscheduler-ui-next/src/utils/regex.ts", "dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx"]
[Bug][UI Next][V1.0.0-Alpha] The workflow timeout alarm time validate
### Search before 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 workflow definition error when I set the timeout alarm time 0.5 minutes. ![image](https://user-images.githubusercontent.com/8847400/156982280-2028678f-0538-476c-91e1-d24eeb640430.png) ![image](https://user-images.githubusercontent.com/8847400/156982558-2054e692-c022-407f-af7e-79ecebcaf498.png) ### What you expected to happen Update workflow success ### How to reproduce Update workflow success and set alarm timeout 0.5 minute. ### 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/8730
https://github.com/apache/dolphinscheduler/pull/8750
799e2fd215799be050e3a4c9e58e699e93fbd8f7
080a237b0d8f0adefde22c922ad2c52fa26c133e
2022-03-07T06:55:00Z
java
2022-03-08T04:25:31Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,729
["dolphinscheduler-ui-next/package.json", "dolphinscheduler-ui-next/src/layouts/content/components/locales/use-dropdown.ts", "dolphinscheduler-ui-next/src/service/service.ts"]
[Bug][UI-Next][V1.0.0-Alpha] Backend locale should be consistent with ui
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![](https://vip1.loli.io/2022/03/07/5wBrp64WqRLK8d7.png) The backend uses the cookie name ```language``` to get the locale in dolphinscheduler-ui. ### What you expected to happen above. ### How to reproduce above. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8729
https://github.com/apache/dolphinscheduler/pull/8755
d3a8fa1d987e32ae5ff1c2755987c6b07254eb88
cbb756e1cbed47e296ccc1d25c3de9e7bc13009a
2022-03-07T06:32:15Z
java
2022-03-08T09:51:35Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,726
["dolphinscheduler-ui-next/src/components/crontab/index.module.scss", "dolphinscheduler-ui-next/src/components/crontab/modules/day.tsx", "dolphinscheduler-ui-next/src/components/crontab/modules/time.tsx"]
[Bug][UI Next][V1.0.0-Alpha] Workflow timing input box cannot be displayed normally.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![image](https://user-images.githubusercontent.com/8847400/156962299-033fa60a-7cf7-484e-9f05-ea75710b28c7.png) ### What you expected to happen week select and business input normal display ### How to reproduce Open timing for workflow ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8726
https://github.com/apache/dolphinscheduler/pull/8902
8402367d826ae742dedc2c6cfbe51fbab57a1fcf
f4b3ed263cadc696ae080c68d1b734a096afabed
2022-03-07T03:27:36Z
java
2022-03-15T09:11:12Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,722
["dolphinscheduler-ui-next/src/locales/index.ts"]
[bug][UI Next][V1.0.0-Alpha] An error page
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened An error page <img width="1235" alt="image" src="https://user-images.githubusercontent.com/76080484/156958639-10e7e382-491a-4587-9183-4d2750c65854.png"> <img width="1123" alt="image" src="https://user-images.githubusercontent.com/76080484/156958683-59f9d8dc-60fc-4612-8c80-fcfc0629c2b1.png"> ### What you expected to happen Normal use ### How to reproduce Open the page ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8722
https://github.com/apache/dolphinscheduler/pull/8731
5c640789c3dacac3fee3555ad601ac09d6bee099
63e85f314d2a60e6e43480c8ef9897adf64a899f
2022-03-07T02:43:09Z
java
2022-03-07T07:43:59Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,720
["dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/table-action.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/instance/use-table.ts"]
[Bug][UI Next][V1.0.0-Alpha] Workflow instance table action button is too small to click.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![image](https://user-images.githubusercontent.com/19239641/156956044-82335648-458f-4af0-bcf6-be4f5cbfb713.png) ### What you expected to happen Workflow instance table action button is too small to click. ### How to reproduce Make the table button larger. ### 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/8720
https://github.com/apache/dolphinscheduler/pull/8721
b0fc6e7a695bd6a20092dc2baf1bacf7e2caba30
ac18b195ec2c5e2792ab7e4da416a3740745d5b4
2022-03-07T02:16:12Z
java
2022-03-07T03:11:23Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,717
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/timing/index.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/timing/use-table.ts"]
[Bug][UI Next][V1.0.0-Alpha] Regularly manage multilingual switching issues.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![image](https://user-images.githubusercontent.com/19239641/156922308-f9813322-ac4e-44a7-8a83-0572645a8218.png) ### What you expected to happen Regularly manage multilingual switching issues. ### How to reproduce After switching the language, the header also changes with the language. ### 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/8717
https://github.com/apache/dolphinscheduler/pull/8718
698c795d4f3412e175fb28e569bf34c6d8085f0b
9c162c86c3fad159839e0e58b58a20c2bd0abcce
2022-03-06T12:09:40Z
java
2022-03-06T13:36:11Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,715
["dolphinscheduler-ui-next/src/views/projects/task/components/node/detail-modal.tsx"]
[Bug][UI Next][V1.0.0-Alpha] Some data in the form of a task was gone when continuously clicking the same task node.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When I want to edit the form of a task by double-clicking a task node in the dag, I found if I continuously double-click the same node, some data in the form was gone. ![image](https://user-images.githubusercontent.com/4928204/156917843-04128b1f-055e-4f64-b805-506b3ea15b2e.png) ![image](https://user-images.githubusercontent.com/4928204/156917857-30cdc4d2-9ef4-45a4-9ca2-59ecb0602e79.png) ### What you expected to happen I expect that the form component can display the data of the task. ### How to reproduce 1.Enter a process dag. 2. Double-click a task node. 3. Cancel the form. 4. Double-click the same task node and then 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/8715
https://github.com/apache/dolphinscheduler/pull/8742
aa5392529bb8d2ba7b4b73a9527adf713f8884c8
6e2c2adcaa3320a009afa311a5efce48787a249c
2022-03-06T09:46:28Z
java
2022-03-07T11:26:50Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,713
["README.md"]
[Bug] [DOCS] the link of cncf is incorrect
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened the link of cncf is incorrect ### What you expected to happen update the link to right ### How to reproduce notice the link ### 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/8713
https://github.com/apache/dolphinscheduler/pull/8714
b4fdb3c8eb72312cc60ceec832bac838acb28cba
e2af9054b39f73183490fd8a96efe919a29a488d
2022-03-05T13:29:15Z
java
2022-03-05T14:11:59Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,710
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/table-action.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/timing/use-table.ts"]
[Bug][UI Next][V1.0.0-Alpha] There is no tooltip for timing management table editing and up and down buttons.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![image](https://user-images.githubusercontent.com/19239641/156883414-c840f2bd-38e9-495d-9c01-c366c9ffe961.png) ### What you expected to happen There is no tooltip for regular management table editing and up and down buttons. ### How to reproduce Add tooltip. ### 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/8710
https://github.com/apache/dolphinscheduler/pull/8716
e2af9054b39f73183490fd8a96efe919a29a488d
698c795d4f3412e175fb28e569bf34c6d8085f0b
2022-03-05T12:41:37Z
java
2022-03-06T12:59:20Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,709
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/timing/use-table.ts"]
[Bug][UI Next][V1.0.0-Alpha] The timing management list operation button is too small to be clicked accurately.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![image](https://user-images.githubusercontent.com/19239641/156883277-7d0da2ff-605f-4b0b-9904-64303c34f1eb.png) ### What you expected to happen button is too small ### How to reproduce Make the button bigger ### 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/8709
https://github.com/apache/dolphinscheduler/pull/8712
26f50660f39dfec18d4d03343b49c5b8b423a1d5
b4fdb3c8eb72312cc60ceec832bac838acb28cba
2022-03-05T12:38:39Z
java
2022-03-05T13:56:31Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,690
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/use-form.ts"]
[Bug][UI Next][V1.0.0-Alpha] Workflow execution error
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Workflow execution error <img width="1571" alt="image" src="https://user-images.githubusercontent.com/76080484/156691383-e0cdcb28-94cf-41a2-bfad-8e5587c99dab.png"> If this ” execType“ field is not false, it will fail, otherwise it will succeed <img width="1533" alt="image" src="https://user-images.githubusercontent.com/76080484/156691502-16627d54-1110-42da-88d9-6ba15c095f76.png"> path:/executors/start-process-instance <img width="997" alt="image" src="https://user-images.githubusercontent.com/76080484/156691724-8089dfe4-af2b-4d4c-8b11-b914a2c21f3e.png"> ### What you expected to happen normal operation ### How to reproduce Click Run workflow ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8690
https://github.com/apache/dolphinscheduler/pull/8734
c51f2e4a7cdfca19cc0477871c9a589b684354f9
e34f6fc807900c60cdc9bb5dff96701a94e8d17c
2022-03-04T03:16:24Z
java
2022-03-07T09:04:37Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,686
["dolphinscheduler-ui-next/src/App.tsx"]
[Bug][UI Next][V1.0.0-Alpha] The problem of incomplete Chinese support for all date pickers in the project.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![image](https://user-images.githubusercontent.com/19239641/156563819-9ea997f8-cf56-424c-bd31-543d2f9ee980.png) ### What you expected to happen Chinese support is not perfect ### How to reproduce Support Chinese ### 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/8686
https://github.com/apache/dolphinscheduler/pull/8688
67a6813e9c5831b44037f10ecd532cc44e3caf7d
403c672e6d03ebc1282da2dbf1889c4db38fee95
2022-03-03T12:23:31Z
java
2022-03-03T14:19:10Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,680
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/start-modal.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/timing-modal.tsx"]
[Bug][UI Next][V1.0.0-Alpha] If the drop-down box is selected, it cannot be deleted, and there is no clear button
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened If the drop-down box is selected, it cannot be deleted, and there is no clear button ![image](https://user-images.githubusercontent.com/76080484/156514799-5b6137db-ffde-40a5-80af-e29325daceb3.png) ### What you expected to happen I think I can clear the selection box ### How to reproduce When running a workflow ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8680
https://github.com/apache/dolphinscheduler/pull/8700
79733643aab64af78c13f59fcaf2f9b3a4e3a068
63c476ac413597a30dd0f5dd92797c2873449825
2022-03-03T07:16:09Z
java
2022-03-04T13:15:36Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,675
[".github/CODEOWNERS", "dolphinscheduler-dist/release-docs/LICENSE", "dolphinscheduler-dist/release-docs/licenses/python-api-licenses/LICENSE-click.txt", "dolphinscheduler-dist/release-docs/licenses/python-api-licenses/LICENSE-py4j.txt", "dolphinscheduler-dist/release-docs/licenses/python-api-licenses/LICENSE-ruamel.yaml.txt", "dolphinscheduler-python/pydolphinscheduler/DEVELOP.md", "dolphinscheduler-python/pydolphinscheduler/LICENSE", "dolphinscheduler-python/pydolphinscheduler/NOTICE"]
[Feature][Python] Add LICENSE and NOTICE to Python 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 LICENSE and NOTICE to python 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/8675
https://github.com/apache/dolphinscheduler/pull/8768
27c5944c2d7111a731eb42d57097ba4a9def2fe9
62e12c73dc28dd0b671bf09db33bf9a4f8aedbe3
2022-03-03T05:39:03Z
java
2022-03-09T11:50:43Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,671
["dolphinscheduler-dist/pom.xml", "dolphinscheduler-python/pom.xml", "pom.xml"]
[Feature][python] Add asc file for python api release file
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description In #8343 we already add python tarball and wheel to final distribute files. But it do not add asc file to it(main apache bin and src tarball have). we have to generate asc file by ```sh gpg --yes --armor --local-user "[email protected]" --output "apache-dolphinscheduler-2.0.5.tar.gz.asc" --detach-sig "apache-dolphinscheduler-2.0.5.tar.gz" gpg --yes --armor --local-user "[email protected]" --output "apache_dolphinscheduler-2.0.5-py3-none-any.whl.asc" --detach-sig "apache_dolphinscheduler-2.0.5-py3-none-any.whl" ``` we should better make it auto generate. ### 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/8671
https://github.com/apache/dolphinscheduler/pull/8999
48dc0a059cbe0335d13afb18b4f9e4a8a06c2fb1
fd5e79bd803a287aa6f7074333029347bcceef1d
2022-03-02T14:40:49Z
java
2022-03-19T14:07:24Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,648
["dolphinscheduler-ui-next/index.html", "dolphinscheduler-ui-next/public/lodash.min.js"]
[Bug][UI Next][V1.0.0-Alpha] create workflow definition error 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 ![](https://vip1.loli.io/2022/03/02/8sUmlo53pMhLAIX.png) ![](https://vip1.loli.io/2022/03/02/gRPzuWv7V5Mb93O.png) No requests were sent in standalone mode. ```http://localhost:3000/dolphinscheduler/tenants/list``` request will be sent In dev mode. ### What you expected to happen successfully. ### How to reproduce create workflow definition in standalone mode. ### 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/8648
https://github.com/apache/dolphinscheduler/pull/8767
fcbaaf5de62ad11b0d7fd445741af3dab4227149
1d1c99b31f54ac2e5a7761242c9b20565a92a546
2022-03-02T03:07:15Z
java
2022-03-09T08:31:42Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,633
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/table-action.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/use-table.ts"]
[Bug][UI Next][V1.0.0-Alpha] Workflow definition click to modify does not get the expected response
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 工作流定义点击修改未得到预期相应 <img width="1429" alt="image" src="https://user-images.githubusercontent.com/76080484/156142995-927b79fd-ab03-4a2a-9c8a-84a9edf24851.png"> ### What you expected to happen 成功跳转到工作流编辑页面 ### How to reproduce 点击编辑 ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8633
https://github.com/apache/dolphinscheduler/pull/8705
6dc4be54e0b4f71c2ed2c4505bcaa0cb4d46cc73
304d7a76587ccff45ae65bdc96d895b697c4a88f
2022-03-01T09:37:56Z
java
2022-03-05T05:35:26Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,632
["dolphinscheduler-ui-next/src/locales/modules/en_US.ts", "dolphinscheduler-ui-next/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts"]
[Bug][UI Next][V1.0.0-Alpha] The task instance button prompts an 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="1425" alt="image" src="https://user-images.githubusercontent.com/76080484/156141468-b17f0e1f-e62a-4261-8c5a-a47a0748da45.png"> ### What you expected to happen 按钮提示为 强制成功 ### How to reproduce 项目管理-项目实例-任务-任务实例,执行失败任务强制成功按钮提示错误 ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8632
https://github.com/apache/dolphinscheduler/pull/8668
60a00490c6706228de22feedf9ea9c6b5a40e934
8096a1063bb6b23066b60da856d1349c04ee9c81
2022-03-01T09:25:56Z
java
2022-03-02T13:04:47Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,624
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/timing-modal.tsx"]
[Bug][UI-Next][V1.0.0-Alpha] click timing error in process definition page
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![](https://vip2.loli.io/2022/03/01/7cNiWD5Uyw18EFB.png) ### What you expected to happen click successfully. ### How to reproduce above. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8624
https://github.com/apache/dolphinscheduler/pull/8704
304d7a76587ccff45ae65bdc96d895b697c4a88f
26f50660f39dfec18d4d03343b49c5b8b423a1d5
2022-03-01T08:38:44Z
java
2022-03-05T06:40:26Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,623
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/table-action.tsx"]
[Bug][UI-Next][V1.0.0-Alpha] process definition state prompt message 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 ![](https://vip2.loli.io/2022/03/01/HoMe6y1vkaVYXx5.png) ### What you expected to happen In online state should prompt offline. ### How to reproduce above. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8623
https://github.com/apache/dolphinscheduler/pull/8695
79c9d7dd36b0677fdb6e6d68e9cb796ae4a06044
e1862a81ba8407a2af0ed8cc7209b3e663171d59
2022-03-01T08:36:19Z
java
2022-03-04T07:57:03Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,622
["dolphinscheduler-ui-next/src/views/projects/workflow/definition/components/table-action.tsx", "dolphinscheduler-ui-next/src/views/projects/workflow/definition/use-table.ts"]
[Feature][UI-Next][V1.0.0-Alpha] process definition/instance operation button too small to click
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description ![](https://vip1.loli.io/2022/03/01/7PDMXIA8U4wtWrf.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/8622
https://github.com/apache/dolphinscheduler/pull/8702
63c476ac413597a30dd0f5dd92797c2873449825
6dc4be54e0b4f71c2ed2c4505bcaa0cb4d46cc73
2022-03-01T08:32:48Z
java
2022-03-05T03:58:16Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,617
["dolphinscheduler-ui-next/src/locales/modules/en_US.ts"]
[Bug][UI Next][V1.0.0-Alpha] Workflow version info language internationalization
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Version info language internationalization was not handled in workflow. ![image](https://user-images.githubusercontent.com/8847400/156130132-968ec1c0-ba81-4331-960a-41d626a13f5c.png) ### What you expected to happen Display english ### How to reproduce Open workflow definition list and click version info ### 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/8617
https://github.com/apache/dolphinscheduler/pull/8630
985b4e85208ce2b1ca0e7afeacf9b7f3a5ee4d98
102828409f0c31a1f5d5372d8881a6e76ce9b7b1
2022-03-01T08:14:42Z
java
2022-03-01T10:26:28Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,616
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskGroupServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/WorkFlowLineageServiceImpl.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/WorkFlowLineageMapper.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/WorkFlowLineageMapper.xml"]
[Bug] [WorkFlowLineage] work flow lineage search result missing data
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![](https://vip2.loli.io/2022/03/01/Tx7jRAFYJMp2irC.png) ![](https://vip1.loli.io/2022/03/01/gQmCFqZud38hjHi.png) ### What you expected to happen work flow lineage's result is right. ### 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/8616
https://github.com/apache/dolphinscheduler/pull/8684
403c672e6d03ebc1282da2dbf1889c4db38fee95
2ab8c1ca7d820c8921fa062b0757c9b70b00048c
2022-03-01T08:11:13Z
java
2022-03-04T06:05:59Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,615
["dolphinscheduler-ui-next/src/service/modules/resources/index.ts", "dolphinscheduler-ui-next/src/service/modules/resources/types.ts", "dolphinscheduler-ui-next/src/views/resource/file/create/index.tsx", "dolphinscheduler-ui-next/src/views/resource/file/edit/index.tsx", "dolphinscheduler-ui-next/src/views/resource/file/edit/use-edit.ts"]
[Bug][UI Next][V1.0.0-Alpha] Click the resource manage file editing page to display blank 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 Page is blank when I clicking file edit of resource manage ### What you expected to happen The page displays the file editing contents. ### How to reproduce Open Resources -> File Mange in UI. click file 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/8615
https://github.com/apache/dolphinscheduler/pull/8631
7b66b66e8ffbadeadc0b7f3081e7e218b776932c
18c384c60aa87159a761ae35d67ebcdec8a6009f
2022-03-01T08:07:19Z
java
2022-03-01T14:21:07Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,610
["dolphinscheduler-ui-next/src/views/projects/list/index.module.scss", "dolphinscheduler-ui-next/src/views/projects/list/use-table.ts"]
[Bug][UI Next][V1.0.0-Alpha] The display of the project name is too long, causing UI confusion
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 项目名称展示超长导致UI错乱 <img width="1429" alt="image" src="https://user-images.githubusercontent.com/76080484/156125508-41cc27d3-0303-4a53-810b-a7ebff15b940.png"> ### What you expected to happen 显示项目名称展示字数,超出部分由省略号代替,鼠标悬浮上面时弹窗展示全量名称 ### How to reproduce 新建项目 ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8610
https://github.com/apache/dolphinscheduler/pull/8669
8096a1063bb6b23066b60da856d1349c04ee9c81
43fc7ec968e11568b5c07ab21b6d849646022fb3
2022-03-01T07:40:54Z
java
2022-03-02T13:52:58Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,602
["deploy/kubernetes/dolphinscheduler/values.yaml"]
[Bug] [k8s] K8s install failed due to external zookeeper config problem
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Installing with kubernetes failed when the external zookeeper configured. ### What you expected to happen Install successfully without errors. ### How to reproduce ``` cd apache-dolphinscheduler-2.0.3-src/docker/kubernetes/dolphinscheduler # add external zookeeper config then run helm install dolphinscheduler . ``` the error message is like: ``` Error: INSTALLATION FAILED: template: dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml:72:16: executing "dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml" at <include "dolphinscheduler.registry.env_vars" .>: error calling include: template: dolphinscheduler/templates/_helpers.tpl:173:19: executing "dolphinscheduler.registry.env_vars" at <.Values.externalRegistry.registryPluginName>: nil pointer evaluating interface {}.registryPluginName ``` ### Anything else I think this commit is incomplete, not changing the counterpart of values.yaml https://github.com/apache/dolphinscheduler/commit/93f1d4df7d678f0a0d2f650b75ff739a87677109 ### 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/8602
https://github.com/apache/dolphinscheduler/pull/8604
49b1a073dd075f011c931b9a938909c14a41de1f
a38adcb579c730fd92f9a3210379ce4d64ecddc7
2022-03-01T06:34:34Z
java
2022-03-12T12:51:52Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,598
["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/types.ts", "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"]
[Bug][UI Next][V1.0.0-Alpha] Workflow instance menu readonly 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 Dag node menu can't click when when I operate the workflow instance ![image](https://user-images.githubusercontent.com/8847400/156115287-b82a84ae-293a-45dc-82fa-ac09c69b4749.png) ### What you expected to happen `start` and other button allow clicking. ### How to reproduce Open workflow -> worflow instance. Right-click the dag node. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/8598
https://github.com/apache/dolphinscheduler/pull/8603
09f70353b8c7fe73efac9674998120f11f398a51
985b4e85208ce2b1ca0e7afeacf9b7f3a5ee4d98
2022-03-01T06:18:37Z
java
2022-03-01T08:59:35Z
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 ![](https://vip2.loli.io/2022/02/28/u6YhjlZ7HvUkJc9.png) ### What you expected to happen above. ### How to reproduce above. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/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. ![](https://vip1.loli.io/2022/02/28/j2rmUtpwfk1sVcE.png) And then I try to remove the absolute path ```/``` in index.html. I got another errors. ![](https://vip2.loli.io/2022/02/28/RlK7sXqxMrZQa48.png) 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. ![image](https://user-images.githubusercontent.com/8847400/155951618-6b15c95a-ff75-42b7-ab2a-6226285e2e17.png) ### 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. ![image](https://user-images.githubusercontent.com/11962619/155515796-3f7597ca-c694-4c08-a98f-858a8d335654.png) 2. DAG scheduler time optimization. ![e65bb495e126392dcf7a1eb594fe295](https://user-images.githubusercontent.com/11962619/155515887-adfa55a3-bad8-4a4f-864c-d5294a57eb7a.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/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. ![image](https://user-images.githubusercontent.com/4928204/154665579-30b8f1e3-b7f9-4b07-9f34-5773f84eace4.png) ### 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: ![image](https://user-images.githubusercontent.com/8847400/154420171-16bc26d8-c2a5-4d1b-bf14-4d0ecaa524b7.png) ### 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. ![image](https://user-images.githubusercontent.com/97265214/154269846-9731afaf-8fd1-487d-8e11-103b6dad80b6.png) I got this error. ![image](https://user-images.githubusercontent.com/97265214/154269730-abd7855f-3ac4-4d8f-9dca-55cf5d16bf72.png) ### 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,398
["dolphinscheduler-dao/src/main/resources/sql/dolphinscheduler_postgresql.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/2.1.0_schema/postgresql/dolphinscheduler_ddl.sql"]
[Bug] [SQL] There is a syntax error in the file of dolphinscheduler_postgresql.sql.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When I used the file of 'dolphinscheduler_postgresql.sql' to initialize the database the process was failed. Because the DDL script about creating the table 't_ds_k8s_namespace' contains a syntax error. As using postgresql as the backend database the postgresql database doesn't support the syntax 'int(11)'. ![image](https://user-images.githubusercontent.com/4928204/154208066-b72fcc61-c800-4001-bcc8-6b2b4a9dc4a5.png) ### What you expected to happen I expect that I can use the file of 'dolphinscheduler_postgresql.sql' to initialize the database. ### How to reproduce When using the file of 'dolphinscheduler_postgresql.sql' to initialize the database 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/8398
https://github.com/apache/dolphinscheduler/pull/8399
ca086c037e2cf53bceea64c4cfa600b04e8667e6
f18f28cc4a69e7e0d6bf76724ea721af07f87304
2022-02-16T06:31:22Z
java
2022-02-16T07:10:19Z
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,389
["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/OSUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/os/OshiTest.java", "dolphinscheduler-dist/release-docs/LICENSE", "dolphinscheduler-dist/release-docs/licenses/LICENSE-jna-platform.txt", "dolphinscheduler-dist/release-docs/licenses/LICENSE-jna.txt", "dolphinscheduler-dist/release-docs/licenses/LICENSE-oshi-core.txt", "pom.xml", "tools/dependencies/known-dependencies.txt"]
[Bug] [common] oshi compatibility issues cause it fail to boot on m1 mac
### Search before 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 use a macbook with m1 chip, when starting StandaloneServer, I get the following error `Caused by: java.lang.UnsatisfiedLinkError: /private/var/folders/k6/h_l1w_m53l76tkylxlc33q4h0000gn/T/jna-113105/jna1882043576609991586.tmp: dlopen(/private/var/folders/k6/h_l1w_m53l76tkylxlc33q4h0000gn/T/jna-113105/jna1882043576609991586.tmp, 0x0001): tried: '/private/var/folders/k6/h_l1w_m53l76tkylxlc33q4h0000gn/T/jna-113105/jna1882043576609991586.tmp' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64e')), '/usr/lib/jna1882043576609991586.tmp' (no such file) at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1950) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1832) at java.lang.Runtime.load0(Runtime.java:811) at java.lang.System.load(System.java:1088) at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:947) at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:922) at com.sun.jna.Native.<clinit>(Native.java:190) at com.sun.jna.Pointer.<clinit>(Pointer.java:54) at com.sun.jna.Structure.<clinit>(Structure.java:2130) at oshi.hardware.platform.mac.MacCentralProcessor.<clinit>(MacCentralProcessor.java:53) at oshi.hardware.platform.mac.MacHardwareAbstractionLayer.getProcessor(MacHardwareAbstractionLayer.java:54) at org.apache.dolphinscheduler.common.utils.OSUtils.cpuUsage(OSUtils.java:136) at org.apache.dolphinscheduler.common.utils.HeartBeat.fillSystemInfo(HeartBeat.java:176) at org.apache.dolphinscheduler.common.utils.HeartBeat.encodeHeartBeat(HeartBeat.java:204) at org.apache.dolphinscheduler.server.registry.HeartBeatTask.getHeartBeatInfo(HeartBeatTask.java:71) at org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient.registry(MasterRegistryClient.java:498) at org.apache.dolphinscheduler.server.master.registry.MasterRegistryClient.start(MasterRegistryClient.java:120) at org.apache.dolphinscheduler.server.master.MasterServer.run(MasterServer.java:136) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) ... 18 common frames omitted` To fix this, we need upgrade oshi-core version , and modify some method calls in OSUtils to adapt the new api. ### What you expected to happen backend service can run on m1 chip system ### How to reproduce Start StandaloneServer on a m1 chip macbook ### 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/8389
https://github.com/apache/dolphinscheduler/pull/8390
df6eef84cde877237ef23802338c7a95f97ede9b
83e88c4bc6cc3081dd6c99663d06fe32bb4a8e29
2022-02-15T06:02:03Z
java
2022-02-21T03:14:39Z
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. ![image](https://user-images.githubusercontent.com/4928204/153817029-39836c79-99f1-42b8-a378-3d2b7e85d60c.png) When the file is under the sub-directory there is a the re-uploading file button. ![image](https://user-images.githubusercontent.com/4928204/153817070-3b65c77d-1fee-4e2a-a381-7b353935e198.png) ### 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,369
["dolphinscheduler-python/pydolphinscheduler/DEVELOP.md"]
[Feature][Document] Add doc building test instruction in pydolphinscheduler DEVELOP.md
### 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 doc building instruction in pydolphinscheduler [DEVELOP.md](https://github.com/apache/dolphinscheduler/blob/dev/dolphinscheduler-python/pydolphinscheduler/DEVELOP.md) so that developers could try to build doc locally before pushing to the remote. ### 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/8369
https://github.com/apache/dolphinscheduler/pull/8693
a56e1d260dcf73724cc4b041cbaec239f3f55f74
4c1578a374772310383ad2c08647e4ff94ffa81d
2022-02-14T04:06:10Z
java
2022-03-29T02:56:53Z
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 ![](https://vip1.loli.io/2022/02/10/Y4bivoBSDHt2cIe.png) ### 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,311
["dolphinscheduler-task-plugin/dolphinscheduler-task-shell/src/main/java/org/apache/dolphinscheduler/plugin/task/shell/ShellTask.java"]
[Bug] [Worker Server] shell task error java.nio.file.NoSuchFileException
### Search before 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-02-09 04:15:03.388 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.shell.ShellTask:[138] - task execute path : /data/dolphinscheduler/exec/process/853772144123904/853777148452864_2/308426/645680 [ERROR] 2022-02-09 04:15:03.389 TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.shell.ShellTask:[103] - shell task error java.nio.file.NoSuchFileException: /data/dolphinscheduler/exec/process/853772144123904/853777148452864_2/308426/645680/308426_645680_node.sh at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214) at java.nio.file.Files.newByteChannel(Files.java:361) at java.nio.file.Files.createFile(Files.java:632) at org.apache.dolphinscheduler.plugin.task.shell.ShellTask.buildCommand(ShellTask.java:146) at org.apache.dolphinscheduler.plugin.task.shell.ShellTask.handle(ShellTask.java:96) at org.apache.dolphinscheduler.server.worker.runner.TaskExecuteThread.run(TaskExecuteThread.java:193) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ``` ### What you expected to happen Shell task created all files successfully. ### How to reproduce The bug appears accidentally. It is speculated that too many files are created at the same time. ### 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/8311
https://github.com/apache/dolphinscheduler/pull/8526
3025f67d370e02ebae075a4ef68e1d7f0461b2d6
dd1397aaed9b498357c8e6f7fb2311ed61660630
2022-02-09T01:58:48Z
java
2022-02-24T09:36:54Z
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
8,303
["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/DqRuleInputEntryMapper.xml"]
[Bug] [DAO] There're a few syntax errors in the file of DqRuleInputEntryMapper.xml.
### Search before 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 postgresql as database and view the page of rule management in the module of data quality the process throw an exception about syntax error. The exception details is as follows: ``` [ERROR] 2022-02-08 11:34:47.145 org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[46] - 获取规则分页列表错误 org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: org.postgresql.util.PSQLException: ERROR: syntax error at or near "`" 位置:55 ### The error may exist in file [/Users/calvin/MyCloud/zhilian/workspace/dolphinscheduler/dolphinscheduler-dao/target/classes/org/apache/dolphinscheduler/dao/mapper/DqRuleInputEntryMapper.xml] ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT a.id, a.field, a.`type`, a.title, a.value, a.`options`, a.placeholder, a.option_source_type, a.value_type, a.input_type, a.is_show, a.can_edit, a.is_emit, a.is_validate, b.values_map, b.index FROM t_ds_dq_rule_input_entry a join ( SELECT * FROM t_ds_relation_rule_input_entry where rule_id = ? ) b on a.id = b.rule_input_entry_id order by b.index ### Cause: org.postgresql.util.PSQLException: ERROR: syntax error at or near "`" 位置:55 ; bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: syntax error at or near "`" 位置:55 at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239) at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:70) at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:74) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:440) at com.sun.proxy.$Proxy120.selectList(Unknown Source) at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:223) at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:158) at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:76) at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:61) at com.sun.proxy.$Proxy159.getRuleInputEntryList(Unknown Source) at org.apache.dolphinscheduler.api.service.impl.DqRuleServiceImpl.lambda$queryRuleListPaging$0(DqRuleServiceImpl.java:195) at java.util.ArrayList.forEach(ArrayList.java:1257) at org.apache.dolphinscheduler.api.service.impl.DqRuleServiceImpl.queryRuleListPaging(DqRuleServiceImpl.java:193) at org.apache.dolphinscheduler.api.controller.DataQualityController.queryRuleListPaging(DataQualityController.java:116) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1067) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898) at javax.servlet.http.HttpServlet.service(HttpServlet.java:497) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) at javax.servlet.http.HttpServlet.service(HttpServlet.java:584) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1631) at com.github.xiaoymin.swaggerbootstrapui.filter.SecurityBasicAuthFilter.doFilter(SecurityBasicAuthFilter.java:84) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) at com.github.xiaoymin.swaggerbootstrapui.filter.ProductionSecurityFilter.doFilter(ProductionSecurityFilter.java:53) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:96) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:600) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:235) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:763) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:748) Caused by: org.postgresql.util.PSQLException: ERROR: syntax error at or near "`" 位置:55 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2440) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2183) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:308) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:441) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:365) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:143) at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:132) at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java) at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:64) at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:79) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:63) at com.sun.proxy.$Proxy230.query(Unknown Source) at com.baomidou.mybatisplus.core.executor.MybatisSimpleExecutor.doQuery(MybatisSimpleExecutor.java:67) at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:324) at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:136) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:147) at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:426) ... 82 common frames omitted ``` ### What you expected to happen I expect that I can view the page of rule management correctly. ### How to reproduce You can reproduce that when you use the postgresql as the database and browse the page of rule management. ### 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/8303
https://github.com/apache/dolphinscheduler/pull/8306
f93dceaf9b951f2925b9cafa2f68796e8734e9ff
5f25d31a26855024d6765d91cb64e6e320cb47c2
2022-02-08T05:07:26Z
java
2022-02-08T07:32:58Z
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,235
["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskGroupQueueMapper.xml"]
[Bug] [SQL] Updating the fields of priority and force_start in the file of TaskGroupQueueMapper.xml 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 When I modified the priority's value of a task, there was a prompt about failing to updating. So I checked out the related codes, I found that updating the fields of priority and force_start in the file of TaskGroupQueueMapper.xml is wrong. ![image](https://user-images.githubusercontent.com/4928204/151483121-11432f8a-8441-4545-94d6-c58d54d57adb.png) ![image](https://user-images.githubusercontent.com/4928204/151482916-ca33f15a-c358-420e-89c9-f3f41e618c89.png) ### What you expected to happen I expect that I can modify the priority of a task. ### How to reproduce Try it on the page of task group queue. ### 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/8235
https://github.com/apache/dolphinscheduler/pull/8273
83d08e013af78288a59be33f10397918b7b17d3d
73333486321adc76fdb0436cf54570c034b42e07
2022-01-28T03:40:03Z
java
2022-01-31T09:41:48Z
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 ![](https://vip1.loli.io/2022/01/26/yHTEOKlQFXMu6Gz.png) ### 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. ![image](https://user-images.githubusercontent.com/18095523/150906906-511fda70-fe47-4f1e-981f-4dd0827c135f.png) ### 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 ![图片](https://user-images.githubusercontent.com/26736756/150906562-9c71baf9-70ad-4d2f-9ea7-42d5e1c8e246.png) 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: ![image](https://user-images.githubusercontent.com/18095523/150887223-b3dcd8cd-9b6e-414d-8cc0-0729d43edf34.png) Scripts run correctly on the server. ![image](https://user-images.githubusercontent.com/18095523/150887285-22026771-966a-47bc-9556-95f4aa27ed56.png) If I change the "python” to “python3”, the python task will run successfully. ![image](https://user-images.githubusercontent.com/18095523/150887368-811ff7d9-6acb-4d19-889d-94fa2f854980.png) 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. ![image](https://user-images.githubusercontent.com/18095523/150887617-5da1cc0a-fbdf-43ac-858f-f71350bb4b53.png) ![image](https://user-images.githubusercontent.com/18095523/150887651-0683d1f6-8c96-49df-a326-71da67cbc05a.png) ### 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: ![5c49f82876d21d5a445b9c76d650622](https://user-images.githubusercontent.com/18095523/153817297-13a04d85-2aa5-4504-b13f-a4361146cade.png) ![image](https://user-images.githubusercontent.com/18095523/150746570-d688cb8e-6155-4d21-806f-ee1bce0db1fc.png) ### 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: ![image](https://user-images.githubusercontent.com/18095523/150745585-a7faf0f5-142f-49df-b090-7d7f4e9b00cd.png) ### 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. ![image](https://user-images.githubusercontent.com/18095523/150718578-adc14a90-b860-485e-a41d-3b751491b70e.png) ### 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' . ![image](https://user-images.githubusercontent.com/4928204/150617820-de40ce32-f18b-4215-9286-209c8cfa06eb.png) ### 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 ![image](https://user-images.githubusercontent.com/13765310/150292211-af7d1fb0-51f5-4eab-990e-5bf223248577.png) ### What you expected to happen when input correct principal, can connect to hive ![image](https://user-images.githubusercontent.com/13765310/150292515-7f4dbd33-d91d-416e-b300-3d9db9e19500.png) ### 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 ![](https://ftp.bmp.ovh/imgs/2022/01/eca77fe88da36409.jpg) 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: ![image](https://user-images.githubusercontent.com/29528966/149973563-b8f5c39a-9930-4ab2-8997-8416eac44430.png) 2. worker lost connection with zk: ![image](https://user-images.githubusercontent.com/29528966/149975735-5e70fd4a-0b01-4e0b-a7bf-452f3f11eefc.png) ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/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: ![image](https://user-images.githubusercontent.com/8847400/149877229-f8971af8-1a24-4e05-9cce-6fc726512bce.png) ### 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 ![image](https://user-images.githubusercontent.com/95271106/149695484-099b79c2-44db-40f6-a22d-b1ef96b341f9.png) The worker log is as follows ![image](https://user-images.githubusercontent.com/95271106/149695562-944f5c1a-af8f-4565-a879-01d69d6840ce.png) ### 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: ![image](https://user-images.githubusercontent.com/4928204/149663169-eef62dd0-95d1-4de7-917b-7047a5948d57.png) ![image](https://user-images.githubusercontent.com/4928204/149663174-db8b6765-a6b2-4f48-a5c7-657c0262f87d.png) ### 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 ![b2582efd4dee1545eabd94af875ee51](https://user-images.githubusercontent.com/19239641/149605118-16ed1371-df46-4712-8fe4-961dfc7abafc.png) Edit this data and delete two groups. ![27efec46513e5e8e1b52a3aa3402913](https://user-images.githubusercontent.com/19239641/149605122-25d4df15-ac8a-4a97-8d6f-2760823d95fb.png) Edit interface request succeeded. ![e68d65e7f2c0957af979d2693698a9c](https://user-images.githubusercontent.com/19239641/149605125-a51c732e-eb7a-4f7e-9e5c-568d98350347.png) The list interface returns no group. ![ea9c89554aa1bc17194125d3cc7a627](https://user-images.githubusercontent.com/19239641/149605130-9fa8f586-29a7-4038-8c05-e8510b2e95ff.png) ![9ec424f4d71a6fc3ca139f872c38f2e](https://user-images.githubusercontent.com/19239641/149605181-1d20ac5d-604d-4d7a-8fad-165a4d7d0815.png) ### 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 ![image](https://user-images.githubusercontent.com/95271106/149500761-899fb44d-430c-402e-8f09-83fdb90290a0.png) ### 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