status
stringclasses
1 value
repo_name
stringclasses
13 values
repo_url
stringclasses
13 values
issue_id
int64
1
104k
updated_files
stringlengths
11
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
38
55
pull_url
stringlengths
38
53
before_fix_sha
stringlengths
40
40
after_fix_sha
stringlengths
40
40
report_datetime
unknown
language
stringclasses
5 values
commit_datetime
unknown
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,575
["dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml", "dolphinscheduler-api/src/main/resources/application.yaml", "dolphinscheduler-master/src/main/resources/application.yaml", "dolphinscheduler-standalone-server/src/main/resources/application.yaml", "dolphinscheduler-worker/src/main/resources/application.yaml"]
[Feature][Healthcheck] Add datasource health check to the healthcheck endpoint
### 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 datasource health check to the healthcheck endpoint ### 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/10575
https://github.com/apache/dolphinscheduler/pull/10588
797057336529d3077c42ec689416c08c2e8d14cf
1111371c9ab30420c2effa03e6f94a6d268a4e1f
"2022-06-23T06:59:51Z"
java
"2022-06-24T05:29:49Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,571
["docs/docs/en/architecture/configuration.md", "docs/docs/zh/architecture/configuration.md"]
[Bug] [Doc] Configuration doc is quite outdated and needs update
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened * Configuration doc is quite outdated and needs update. * https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/architecture/configuration.html ### What you expected to happen * Already described above. ### How to reproduce * Already described 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/10571
https://github.com/apache/dolphinscheduler/pull/11113
dc3ab6af11db0d11e3349e5c097d5f20ea483b47
39186b1a6d04d7e6ad8e47d61935acca40c2b438
"2022-06-23T06:16:41Z"
java
"2022-08-04T03:55:05Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,556
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskGroupServiceImpl.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/TaskGroupMapper.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskGroupMapper.xml"]
[Feature][TaskGroup] TaskGroup should remove query func permission check.
### 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 TaskGroup should remove query func permission check. ### Use case TaskGroup ### Related issues No ### 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/10556
https://github.com/apache/dolphinscheduler/pull/10557
0aba68f335a9c582424a8e605b94e29deb6649de
bc4ceda4cf864d068583879ae8f35afdaaefeccb
"2022-06-22T22:39:09Z"
java
"2022-06-23T02:00:31Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,548
["docs/docs/en/guide/project/workflow-definition.md", "docs/docs/zh/guide/project/workflow-definition.md"]
[Feature] Dependent logic need optimize
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description When a dependent task is used, the downstream can be automatically executed when the dependent task is rerouted or executed. ### 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/10548
https://github.com/apache/dolphinscheduler/pull/10587
0b377f72b1c5e84a18986fd9008c83987ed87295
b21e211d2cbf7a2af2307f0a5c63dc9c2b837809
"2022-06-22T09:20:07Z"
java
"2022-06-24T08:33:10Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,547
["dolphinscheduler-data-quality/src/main/java/org/apache/dolphinscheduler/data/quality/execution/SparkRuntimeEnvironment.java"]
[Bug] [data-quality] Table or view not found
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When I use the data quality module to check the hive table data(hive table:`test`.`t_view_log`), an error is reported when running the task. The error content is: org.apache.spark.sql.AnalysisException: Table or view not found:`test`.`t_view_log`;line 1 pos 14; <img width="1627" alt="exception" src="https://user-images.githubusercontent.com/19662221/174990552-3df7b6c9-2d79-435a-8eab-80ae98732aee.png"> ### What you expected to happen Because I have installed spark2.4.0 and hive3.1.2, started the hive Metastore service, and set hive-site.xml is placed in the conf directory of spark。 ### How to reproduce installed spark2.4.0 and hive3.1.2, started the hive Metastore service, and set hive-site.xml is placed in the conf directory of spark。Then create a new data quality task to check the hive table data。 ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10547
https://github.com/apache/dolphinscheduler/pull/10549
773ebc9e523d1190dcc31ce63878071d3d2847c1
08e2c245a86e93abd1fcd401ac08a92ba861d523
"2022-06-22T09:04:32Z"
java
"2022-06-23T06:17:45Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,543
["dolphinscheduler-ui/src/common/common.ts"]
[Bug] [ui] bytesToSize
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened bytesToSize(1) // 1 B bytesToSize(1000) // 1 B ??? ### What you expected to happen bytesToSize(1000) 1000 B ### How to reproduce bytesToSize(1000) ### 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/10543
https://github.com/apache/dolphinscheduler/pull/10627
cd51a2294098e91f5f5d3a9c9fb7fc9e488d12aa
a6fc70cdd111a52a1342ff78953f5c3948e8add1
"2022-06-22T06:07:53Z"
java
"2022-06-27T05:55:37Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,539
["dolphinscheduler-ui/src/views/projects/workflow/components/dag/use-task-edit.ts"]
Copy task a to B, change the user-defined parameters of Task B, and change the parameters of task a
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 现有节点A: ![image](https://user-images.githubusercontent.com/30793238/174930992-a1661f73-23fa-4253-9cd9-e3dbad5026e9.png) 复制节点B: ![image](https://user-images.githubusercontent.com/30793238/174931100-2f088c59-47be-41c8-9bbf-efe0e3b680b7.png) ![image](https://user-images.githubusercontent.com/30793238/174931138-a7edd7b8-31d4-4db8-a43b-9ef26183e1ff.png) 更改自定义参数项并确认添加: ![image](https://user-images.githubusercontent.com/30793238/174931284-5ec492e5-2b4a-4b08-9584-8fb5171d1b20.png) 导致节点A的参数项也更改了: ![image](https://user-images.githubusercontent.com/30793238/174931360-841a13d4-6a28-4e43-bd02-01ffd74efe5f.png) ### What you expected to happen Front end parameter transfer error ### How to reproduce Replication tasks can be reproduced ### Anything else _No response_ ### Version 2.0.5 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10539
https://github.com/apache/dolphinscheduler/pull/10611
dafed572d17cd08dae1c1decf389f0dd4241fdf7
b8de9ee7520dae4b9a9d555a4aa898c43613e6fd
"2022-06-22T02:39:40Z"
java
"2022-06-27T02:53:13Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,514
["dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/logback-spring.xml", "dolphinscheduler-api/src/main/resources/logback-spring.xml", "dolphinscheduler-master/src/main/resources/logback-spring.xml", "dolphinscheduler-worker/src/main/resources/logback-spring.xml"]
[Bug] [Master] The master frequently print the same info or error logs, leads to insufficient disk space
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 1.The master frequently print the error logs,when the postgres hangs up. The master generate 100G log per hour. ![企业微信截图_16557074302122](https://user-images.githubusercontent.com/8066695/174559771-7df17915-debf-46df-8950-ad6d98acea52.png) 2.The master frequently print the info logs, when the task was stuck. The master generate 100G log per hour. ![d90477f3e1375dce2df7d009ad9fb19](https://user-images.githubusercontent.com/8066695/174559942-c0123c38-1294-41d6-bf9a-90ffec1f5f50.png) ![39094949c4c03a83be73cb02a3397b7](https://user-images.githubusercontent.com/8066695/174560013-db9f4383-a038-46b1-a5bb-f4e21a7058d9.png) ### What you expected to happen The log print normally, not so frequently. ### How to reproduce There is two disk, disk A and disk B, postgres and zk is deployed on the A disk, and the dolphinscheduler on B disk. Then the disk A is full and cause the postgres and zk to hang up, the dolphinscheduler master program run out of the B disk space In a short time by print this error Info frequently, like this. ![企业微信截图_16557074302122](https://user-images.githubusercontent.com/8066695/174559771-7df17915-debf-46df-8950-ad6d98acea52.png) There is another case,when there are some tasks stuck and can't stop, the info log run out of the disk space In a short time. I set the log level to WARN level to resolve the problem temporarily. ![d90477f3e1375dce2df7d009ad9fb19](https://user-images.githubusercontent.com/8066695/174559942-c0123c38-1294-41d6-bf9a-90ffec1f5f50.png) ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10514
https://github.com/apache/dolphinscheduler/pull/10568
08e2c245a86e93abd1fcd401ac08a92ba861d523
0f38217b12e44c1186f2f6e7dc38e8685b486756
"2022-06-20T08:58:46Z"
java
"2022-06-23T08:15:08Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,513
["docs/docs/en/guide/installation/pseudo-cluster.md", "docs/docs/zh/guide/installation/pseudo-cluster.md"]
[Bug] [pseudo-cluster installation] Cannot load driver class: com.mysql.cj.jdbc.Driver
### Search before 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 followed the instruction strictly to perform a pseudo-cluster installation, and I added a `mysql-connector-java-8.0.16.jar` into the `tools/libs` directory and change the owner also. However, I found that the installation program didn't dispatch the mysql-connector to all servers, and I try to add jar to each server manally, it worked. Snapshots are attached below, thanks. ### mysql-connector ![image](https://user-images.githubusercontent.com/48941586/174560224-4b54e219-49ce-481b-8b90-d9397e5490c5.png) ### configuration ![image](https://user-images.githubusercontent.com/48941586/174560676-90f9cf87-d6e0-46b0-ba9f-ac883fcc2d36.png) ### logs ![image](https://user-images.githubusercontent.com/48941586/174561200-025b0644-94bc-4414-840b-bc027b3edb2d.png) ### master-server libs ![image](https://user-images.githubusercontent.com/48941586/174561297-9eab9a48-17a8-4a23-8493-11a2fd769a03.png) ### What you expected to happen I think the installation program should dispatch the mysql-connector file to all the servers needed, but it didn't work. ### How to reproduce As I described above. ### Anything else Nil ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10513
https://github.com/apache/dolphinscheduler/pull/10564
1b1a567fec8bc0c5027b2f8ea11bc57a85101ced
773ebc9e523d1190dcc31ce63878071d3d2847c1
"2022-06-20T08:45:01Z"
java
"2022-06-23T05:44:22Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,507
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/security/SecurityConfig.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/security/impl/AbstractAuthenticator.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/LoginControllerTest.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java"]
[Improvement][LDAP] Hide Change Pwd Page When Login With LDAP
### 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 Hi, guys. Recently, We have tried to enable LDAP on DS and found some questions that can improve. When you log in with LDAP. And there are still change password pages. But LDAP users have no password config. I think hiding this page when you log in with LDAP is better. I have finished the back-end part. When login will return `securityConfigType`, and now need front part support. ### Use case When login and return `securityConfigType` at `dolphinscheduler/login` api ``` { "code": 0, "msg": "login success", "data": { "sessionId": "f4d710b7-bbae-4078-a574-de6358969615", "securityConfigType": "PASSWORD" }, "success": true, "failed": false } ``` Hide this btn when `securityConfigType` is `LDAP` <img width="389" alt="WeChatf7516bac11afebca0372e516cda659d8" src="https://user-images.githubusercontent.com/20885366/174530891-2109011a-7fcf-4adb-9938-deb2c2e60d64.png"> ### Related issues back-end part is #10502 front-end part is #11029 part of #10425 ### 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/10507
https://github.com/apache/dolphinscheduler/pull/11041
fd59f0bb326899f7298a33b01e271070ceba112c
28b40da1b134fb54296ef9d1a8b13268f289fbf0
"2022-06-20T05:29:37Z"
java
"2022-07-20T10:48:16Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,490
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-delay-time.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-failed.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-flink.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-k8s.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sqoop.ts"]
[Bug] [dolphinscheduler-ui]Current node settings number of failed retries may not be negative
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When creating workflow, Current node settings number of failed retries, failed retry interval, delay execution time may not be negative ### What you expected to happen When creating workflow, Current node settings number of failed retries, failed retry interval, delay execution time may not be negative ![createworkflow](https://user-images.githubusercontent.com/58768413/174247263-4998ebae-0c9c-4d92-bd05-7d468a521eeb.png) ### How to reproduce When creating workflow, Current node settings number of failed retries, failed retry interval, delay execution time may not be negative ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10490
https://github.com/apache/dolphinscheduler/pull/10530
9345c16f3f1e5232041cd65ddee40e84602d1a62
198e00db5819f55c9db3a4e1af542a3bf53b47c8
"2022-06-17T07:23:31Z"
java
"2022-06-22T10:22:33Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,488
[".github/workflows/py-ci.yml"]
[Bug] [python] integrate test run strategy change
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened https://github.com/apache/dolphinscheduler/pull/10468#discussion_r899801771 some service or mapper change will failed python api and it will not trigger the python integrate test, we have to change the strategy CI of python api run ### What you expected to happen ATT ### How to reproduce ATT ### Anything else ATT ### 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/10488
https://github.com/apache/dolphinscheduler/pull/10825
8eaf5a230998946001b80c9f373da844e6efcd21
598290487c837478cd2afe630cb2f25521e9d5ee
"2022-06-17T06:32:54Z"
java
"2022-07-10T03:06:27Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,486
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/python/PythonGatewayTest.java", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/constants.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/process_definition.py", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/task.py", "dolphinscheduler-python/pydolphinscheduler/tests/core/test_task.py"]
[Feature][Python] Python-gate should support the use of full-name definitions for resources.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description Now when I define a Python task that requires importing resources. I need to check the id of the resource in the database first. And then I write code that looks something like this. ``` test_task = Python( name="测试任务", resource_list=[{"id": 64}, {"id": 65}, {"id": 66}, {"id": 67}, {"id": 68}], code=base_info_py_code ) ``` resource_list should be allowed to be defined using the resource full-name . ### 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/10486
https://github.com/apache/dolphinscheduler/pull/10551
393cb648f9c900c43fe8b4273100ae04622e4f02
797057336529d3077c42ec689416c08c2e8d14cf
"2022-06-17T05:23:35Z"
java
"2022-06-23T14:59:59Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,476
["dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/utils/DagHelper.java"]
[Bug] [Master] workflow instance never stop because conditional task has no downstream 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 If condition have no downstream task, master will npe during workflow run.And workflow never stop. <img width="926" alt="image" src="https://user-images.githubusercontent.com/37766284/174033206-bc173d76-3e3d-4dfd-af4f-7864bc0fb43b.png"> <img width="1342" alt="image" src="https://user-images.githubusercontent.com/37766284/174033345-3cb9bbbe-7f9f-4f8a-9529-2bab659f606a.png"> ### What you expected to happen The workflow instance completed. ### How to reproduce <img width="637" alt="image" src="https://user-images.githubusercontent.com/37766284/174033843-f0ffbb23-a79b-4bef-8f93-ec4ad8f18d5f.png"> <img width="589" alt="image" src="https://user-images.githubusercontent.com/37766284/174034147-0092f7a8-d1bd-481d-9fc9-e16c7247bc36.png"> 1.create a condition task that have no downstream task. 2.run workflow. ### Anything else etc. ### 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/10476
https://github.com/apache/dolphinscheduler/pull/10478
062146eecd9ceabbd6d1fd32747372802749d6bd
0dd6f4008e146097026626c6e1dd47820cdec6bd
"2022-06-16T09:01:27Z"
java
"2022-06-17T05:40:11Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,469
["dolphinscheduler-ui/src/views/resource/file/rename/index.tsx"]
[Bug] [UI] Rename form init bug in file manage
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened - Rename form not init after edit description <img width="1176" alt="image" src="https://user-images.githubusercontent.com/8847400/173984259-97c2d07d-debd-4617-9fdd-4a1fc9b830e3.png"> ### What you expected to happen Form normal initialization ### 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/10469
https://github.com/apache/dolphinscheduler/pull/10471
f512e3c31f4850c7272e868b291193a58c661d57
d1cae6025b7a8c6427120ecfeb8a2c8b1e4bbb72
"2022-06-16T03:27:51Z"
java
"2022-06-16T05:51:17Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,463
["dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/tasks/sql.py", "dolphinscheduler-python/pydolphinscheduler/tests/tasks/test_sql.py"]
[Bug] [Python] When SQL type tasks are uploaded through Python Gate, the web page displays 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 When SQL type tasks are uploaded through Python Gate, the web page displays an error. ![image](https://user-images.githubusercontent.com/24449799/173811729-de6ca2bd-3925-427e-9beb-80879805f334.png) ### What you expected to happen ![image](https://user-images.githubusercontent.com/24449799/173811829-65abe2de-d67a-4622-890b-d37997b2a607.png) ### How to reproduce When SQL type tasks are uploaded through Python Gate ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10463
https://github.com/apache/dolphinscheduler/pull/10464
720a10a21e0dba54e08a5d7958eae5f8ca084d0d
f512e3c31f4850c7272e868b291193a58c661d57
"2022-06-15T11:00:41Z"
java
"2022-06-16T01:39:53Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,452
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThreadPool.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/SubTaskProcessor.java", "dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote/processor/StateEventCallbackService.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessServiceImpl.java"]
[Feature] Serial wait for policy recovery.
### 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 Serial wait for policy recovery. ### Use case Serial wait for policy recovery. ### Related issues No ### 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/10452
https://github.com/apache/dolphinscheduler/pull/10453
6396fa996563622a5ded29cbcae42d91db24d611
f46faa02c39b6c31c345fdc75218b3fc15f64ae3
"2022-06-15T07:04:51Z"
java
"2022-06-22T06:28:50Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,449
["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/3.0.0_schema/mysql/dolphinscheduler_ddl.sql", "dolphinscheduler-dao/src/main/resources/sql/upgrade/3.0.0_schema/postgresql/dolphinscheduler_ddl.sql"]
[Bug] [dao] Scheduling a large number of tasks . Metadata database resource consumption is high
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 使用dolphinscheduler每天调度10万级工作流,上百万任务量时,使用mysql作为元数据库,mysql压力过大 如下图,开始mysql配置为2核4g,cpu占用非常多峰刺。 然后升级mysql为8核16g,很快cpu使用率就达到100% ![image](https://user-images.githubusercontent.com/23436224/173733315-ddd21919-afb9-4d9e-b36c-41447a8e9d8a.png) ### What you expected to happen 经过问题排查发现t_ds_task_instance,t_ds_process_instance,t_ds_relation_process_instance这三张表数据量过大,并且没有配置入口去删除数据。 而mysql cpu使用过高的的原因主要是大量相同语句查询t_ds_relation_process_instance表,查询语句如下: select id, parent_process_instance_id, parent_task_instance_id, process_instance_id from t_ds_relation_process_instance where parent_process_instance_id = 667735 and parent_task_instance_id = 2454593; 这个表没有创建合适的索引,导致每次查询会扫描全表。 所以可以对此表增加索引,可以很大程度缓解mysql压力。 ![image](https://user-images.githubusercontent.com/23436224/173734401-adedb8c0-bbdc-4bc2-8b9a-0ee246e32060.png) ### How to reproduce 工作流、任务并行度为默认值,元数据库为mysql 每小时调度数百个工作流,每个工作流有数十个任务 执行一段时间会把mysql cpu占满 ### Anything else _No response_ ### Version 2.0.5 ### 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/10449
https://github.com/apache/dolphinscheduler/pull/10461
d1cae6025b7a8c6427120ecfeb8a2c8b1e4bbb72
7aa9fa496503423235414ec12be1794dd1cf3808
"2022-06-15T04:05:28Z"
java
"2022-06-16T07:24:05Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,436
["dolphinscheduler-ui/src/views/datasource/list/detail.tsx", "dolphinscheduler-ui/src/views/datasource/list/use-form.ts"]
[Bug] [DataSource] edit an exist hive datasource connection, don't show principal and keytab
### Search before 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 create hive datasource connection, have principal and keytab input item,but if we edit the hive datasource connection, it can't show pirncipal and keytab. One more thing, if we click create hive datasource first, then click edit exist hive datasource, it will show principal. ![image](https://user-images.githubusercontent.com/25889738/173472970-a71cfb84-9b62-4a68-a8dc-8c09b7e76fd8.png) ![image](https://user-images.githubusercontent.com/25889738/173473158-2ece9695-c5d0-4d93-9dbb-b1466883bb50.png) ### What you expected to happen it can show principal and keytab when edit hive datasource connection. ### How to reproduce 1、create an hive datasource connection(if you have one, skip this) 2、click other like Home tabs, then click datasource tabs again 3、edit the hive datasource connection created in step 1. 4、you will find it don't show principal and keytab ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10436
https://github.com/apache/dolphinscheduler/pull/10876
1edbb5e333eb91bc04002d7f15b15c8511fd7eed
56fe11ecf9e50bdd984920a065b8ba0680e741f1
"2022-06-14T01:21:26Z"
java
"2022-07-12T01:18:10Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,431
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/python/PythonGateway.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/TaskDefinitionService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskDefinitionServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/python/PythonGatewayTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/TaskDefinitionServiceImplTest.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/TaskDefinitionMapper.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskDefinitionMapper.xml", "dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/mapper/TaskDefinitionMapperTest.java", "dolphinscheduler-python/pydolphinscheduler/src/pydolphinscheduler/core/task.py"]
[Bug] [Python] Python-gate can't support setting the same task name in the same project for different process
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When I set tasks with the same name in different process of the same project through python-gate. The system treats these two tasks as one. Instead of inserting a new piece of data to table t_ds_task_definition, the system adds one to the original version of the data. Although the correct task was found in the t_ds_task_definition_log table by version when the task was executed, this still has implications. So when a task is created, it should be treated as a new task. ### What you expected to happen When I set tasks with the same name in different process of the same project through python-gate,it should be treated as a new task. ### How to reproduce Set tasks with the same name in different process of the same project through python-gate ### 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/10431
https://github.com/apache/dolphinscheduler/pull/10428
190f253083e2b1d50f235b07c53fbbe6b66c1aa2
b86dc53ad10cb5c4d76f5e85c38e5a5659a349fd
"2022-06-13T09:35:00Z"
java
"2022-06-14T05:53:18Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,419
["deploy/kubernetes/dolphinscheduler/Chart.yaml"]
[Bug] [K8S] helm update dependency 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 helm update dependency error ### What you expected to happen helm update dependencies successfully ### How to reproduce 1. cd dolphinscheduler/deploy/kubernetes/dolphinscheduler 2. helm helm repo add bitnami https://charts.bitnami.com/bitnami 3. helm dependency update . ### Anything else <img width="883" alt="image" src="https://user-images.githubusercontent.com/42627702/173240679-ed0d695f-ef3e-45d6-925e-1b8081e4c383.png"> <img width="1072" alt="image" src="https://user-images.githubusercontent.com/42627702/173241236-d93933de-a48c-4d09-9469-4469218a4a94.png"> ### 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/10419
https://github.com/apache/dolphinscheduler/pull/10420
f0131d5b7a1e7d0bccc416f7ad6aa00334ca874b
a7e20798cbef28ca9d5d2a1a5fc4e5436a8a4c6d
"2022-06-12T15:37:42Z"
java
"2022-06-13T02:27:34Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,415
[".github/actions/sanity-check/action.yml", ".github/workflows/backend.yml"]
[Bug] [checkstyle] some checkstyle not work correctly
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Some checkstyle not work correctly, such as * `import *` can be pass the checksytle * multiple identify statement can without `,`, eg `int intVar,String strVar` should be `int intVar,String strVar` ### What you expected to happen ATT ### How to reproduce Change code and submit a new PR, it will pass checkstyle ### 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/10415
https://github.com/apache/dolphinscheduler/pull/10812
71f016851093c18376e3bb301bf6e41dee215706
8320490da392d2d9d1f58760554e69b2b88136ea
"2022-06-12T04:12:13Z"
java
"2022-07-06T13:31:32Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,413
["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/storage/StorageOperate.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/thread/BaseDaemonThread.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/consumer/TaskPriorityQueueConsumer.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/processor/queue/StateEventResponseService.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/processor/queue/TaskEventService.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/EventExecuteService.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/FailoverExecuteThread.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterSchedulerService.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/StateWheelExecuteThread.java"]
[Bug] [Master] If an exception occurs during startup, the log will be flushed in an infinite loop
### Search before 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 an exception occurs during startup, the log will be flushed in an infinite loop, Hundreds of megabytes of logs are generated instantly ![image](https://user-images.githubusercontent.com/20675095/173209845-c64c9255-3dbd-4a0f-ab75-5a73c9b82af4.png) ![image](https://user-images.githubusercontent.com/20675095/173211004-81661eda-7caf-42cb-8156-5b4764abd628.png) ### What you expected to happen Start abnormal interrupt procedures, easy to troubleshoot problems ### How to reproduce An exception is thrown when the load bean is started ### 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/10413
https://github.com/apache/dolphinscheduler/pull/10500
6e4b2e69927af70bccda5a2e70fe93d7b1a852e7
117f78ec4b0e2438082a3e25158492eca1b9b1be
"2022-06-12T01:56:07Z"
java
"2022-06-20T14:35:06Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,412
["dolphinscheduler-standalone-server/src/main/bin/start.sh", "dolphinscheduler-standalone-server/src/main/dist-bin/start.sh", "dolphinscheduler-standalone-server/src/main/resources/application.yaml"]
[Bug] [Standalone] Failed to start standalone server according to the official document
### Search before 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://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/guide/installation/standalone.html``` ### What you expected to happen start successfully. ### 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/10412
https://github.com/apache/dolphinscheduler/pull/10414
f6fea06f1051f5962106e6299eea9696bddf12d4
f4dad689d493dcd0d64026c6df3350ca0f9ba805
"2022-06-12T01:52:33Z"
java
"2022-06-12T08:16:57Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,409
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/permission/ResourcePermissionCheckService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/permission/ResourcePermissionCheckServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/UdfFuncServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ResourcesServiceTest.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/UdfFuncServiceTest.java"]
[Bug] [Permission] No permission to modify the allocated resource 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 No permission to modify the allocated resource data. ### What you expected to happen Update success. ### How to reproduce Allocate resource data and then modify 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/10409
https://github.com/apache/dolphinscheduler/pull/10410
f4dad689d493dcd0d64026c6df3350ca0f9ba805
c843e3a31550c5a23c7e68624dfaa59bdd7957f8
"2022-06-11T08:30:01Z"
java
"2022-06-12T10:27:49Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,403
["dolphinscheduler-spi/src/main/java/org/apache/dolphinscheduler/spi/utils/JSONUtils.java", "dolphinscheduler-spi/src/test/java/org/apache/dolphinscheduler/spi/utils/JSONUtilsTest.java"]
[Bug] [dolphinscheduler-spi] JSONUtils parse LocalDateTime 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 When I try to set Custom Parameters of SQL Task Node with OUT type, I get such error msg: ``` [ERROR] 2022-06-10 09:32:40.206 +0000 org.apache.dolphinscheduler.spi.utils.JSONUtils:[215] - json to map exception! com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.lang.String` out of START_OBJECT token at [Source: (String)"{"id":1,"code":5791423019648,"name":"cat","version":1,"description":"","project_code":5791415412992,"release_state":1,"user_id":1,"global_params":"[]","flag":1,"locations":"[{\"taskCode\":5791416706432,\"x\":-5.5,\"y\":147.5}]","warning_group_id":null,"timeout":0,"tenant_id":-1,"execution_type":0,"create_time":{},"update_time":{}}"; line: 1, column: 313] (through reference chain: java.util.LinkedHashMap["create_time"]) at com.fasterxml.jackson.databind.exc.MismatchedInputException.from(MismatchedInputException.java:59) at com.fasterxml.jackson.databind.DeserializationContext.reportInputMismatch(DeserializationContext.java:1445) at com.fasterxml.jackson.databind.DeserializationContext.handleUnexpectedToken(DeserializationContext.java:1219) at com.fasterxml.jackson.databind.DeserializationContext.handleUnexpectedToken(DeserializationContext.java:1129) ``` In msg, `create_time` had wrong value `{}`. Thought debug, I found sql task Convert datatime to LocalDateTime. And then, JSONUtils parse this LocalDateTime object to `{}`. I write test case, this situation is reproduced: ``` @Test public void localDateTimeToString() { TimeZone.setDefault(TimeZone.getTimeZone("Asia/Shanghai")); String time = "2022-02-22 13:38:24"; Date date = DateUtils.stringToDate(time); LocalDateTime localDateTime = LocalDateTime.ofInstant(date.toInstant(), ZoneId.systemDefault()); String json = JSONUtils.toJsonString(localDateTime); // console print: {} System.out.println(json); Assert.assertEquals(json, "\"" + time + "\""); } ``` ### What you expected to happen JSONUtils parse LocalDateTime object to correct value. ### How to reproduce Run the above test case. ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10403
https://github.com/apache/dolphinscheduler/pull/10440
719a9d4532733c0d7b4a54ed52b15dca7982ca8d
dafed572d17cd08dae1c1decf389f0dd4241fdf7
"2022-06-10T10:38:07Z"
java
"2022-06-27T02:19:28Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,400
["deploy/kubernetes/dolphinscheduler/Chart.yaml", "deploy/kubernetes/dolphinscheduler/templates/_helpers.tpl"]
Deploy kubernetes according to the official website document, 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 In the official documents of 2.0.5 and 3.0.0-beta-1, there are problems in the deployment of kubernetes. The deployment cannot succeed according to the instructions in the documents. Encountered the following problems: 1) Execute "helm dependency update." "Error: can't get a valid version for repositories PostgreSQL, zookeeper. try changing the version constraint in chart.yaml". Set chart In yaml, the PostgreSQL version is changed to 11.0.0, and the zookeeper version is changed to 9.0.0. This step can be successful. 2) After "helm install dolphin scheduler. --set image.tag=2.0.5" is executed, the status of pod is createcontainerconfigerror, and the error message of pod is: "error: could't find key PostgreSQL password in secret default/dolphin scheduler PostgreSQL". Check the secret. There is PostgreSQL password in the secret. ### What you expected to happen I hope the application can be successfully deployed according to the official website documents, but there are many problems. ### How to reproduce Just follow the official website documents to reproduce the problem. ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10400
https://github.com/apache/dolphinscheduler/pull/10567
15a86071d14c83b6a40557ea49ea39ac46cd9057
0b377f72b1c5e84a18986fd9008c83987ed87295
"2022-06-10T06:30:42Z"
java
"2022-06-24T07:29:26Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,394
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/UsersServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/utils/CheckUtils.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/utils/CheckUtilsTest.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java"]
[Bug-Backend] [Update Possword] Change password shows 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 Change password shows error <img width="1915" alt="image" src="https://user-images.githubusercontent.com/76080484/172974838-9886e306-66ad-43d3-bbf6-7be742e4ce91.png"> <img width="1522" alt="image" src="https://user-images.githubusercontent.com/76080484/172974906-9d33f9b3-b64e-447f-9127-95548ec0c0c8.png"> ### What you expected to happen Successfully modified Back-end verification, as long as the old and new passwords are not equal ### How to reproduce change Password Before modification: dolphinscheduler123 Modified: dolphinscheduler123456 ### Anything else _No response_ ### Version 3.0.0-beta-1 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10394
https://github.com/apache/dolphinscheduler/pull/10437
eecc49e70c40a514e2ecee56207ec5f81483dc52
d16e0ddb2f1c68fccc5cf41481d769c2a1012379
"2022-06-10T02:03:30Z"
java
"2022-06-15T10:44:26Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,386
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/UsersServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/security/impl/ldap/LdapAuthenticatorTest.java"]
[Bug] [dolphinscheduler-api] When connecting to ldap, ldap users cannot log in
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 当配置 conf/application-api.properties 为ldap认证时 ``` security.authentication.type=LDAP ldap.urls=ldap://xx.xx.xx.xx:389 ldap.base.dn=cn=users,cn=accounts,dc=hadoop,dc=com ldap.username=cn=Directory Manager ldap.password=xxxx ldap.user.identity.attribute=uid ldap.user.email.attribute=mail ``` ![image](https://user-images.githubusercontent.com/28641261/172813992-8dda359b-798c-40ad-8da5-909b98a692f4.png) ### What you expected to happen 报错是用户停用,查询数据库发现 ``` id: 2 user_name: user1 user_password: NULL user_type: 1 email: [email protected] phone: NULL tenant_id: 0 create_time: 2022-06-08 11:01:43 update_time: 2022-06-08 11:01:43 queue: state: 0 ``` state状态为0 代码中创建从ladp读取的用户state默认都是0,这样对接ladp后,ladp中的用户仍然不能登录 ### How to reproduce 操作如上,配置任何ladp均会出现上述现象。 ### Anything else _No response_ ### Version 2.0.5 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10386
https://github.com/apache/dolphinscheduler/pull/10426
0efcd5c6317c9e12c172103a4ed6df0cdcda027d
50846760e5ab5f68cb708edc72725b235e933a34
"2022-06-09T09:32:41Z"
java
"2022-06-15T02:19:27Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,372
["docs/configs/docsdev.js"]
[Feature][Task Plugin] Add DVC 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 In the MLOps scenario, data versioning is an important module that can help data scientists perform data versioning so that machine learning experiments and team data sharing and management can be carried out more clearly. [DVC](https://github.com/iterative/dvc) is an Open-source Version Control System for Machine Learning Projects, I think the DVC task plugin in DolphinScheduler can help users with visual operations to manage data versions. ### Use case - [x] Easy to add or update data to a data repository, and tag the data version - [x] Easy to download a specific version of data from a data repository - [x] Big file data management, as it's officially said: "Switching to a different version of a 100Gb file in less than a second with a git checkout" ### 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/10372
https://github.com/apache/dolphinscheduler/pull/10529
bc4ceda4cf864d068583879ae8f35afdaaefeccb
3918140e7e1c9c9331736dae570657d0aa22f450
"2022-06-07T10:03:44Z"
java
"2022-06-23T02:01:49Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,370
["docs/docs/en/about/glossary.md", "docs/docs/zh/about/glossary.md", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ExecutorController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ExecutorServiceTest.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/corn/CronUtils.java"]
[Improvement] [Api & Master] Complement function transformation
### Search before 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 function of replenishment is changed to that the user enters the data date of the amount to be replenished. The system generates a batch of task instances in batch based on the date entered by the user ### What you expected to happen Remove the dependency on scheduled tasks ### How to reproduce 1.The replenishment function is changed to enter the data date of the amount to be replenished by the user. The system generates a batch of task instances in batch based on the date entered by the user. 2.Remove the dependency on scheduled tasks 3.Change the filling method of data date to manual input of text box ![image](https://user-images.githubusercontent.com/33045461/172284192-8fa9752a-2acd-4f85-b1f0-5bc659396506.png) ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10370
https://github.com/apache/dolphinscheduler/pull/10376
088c5e8ae2b86d70870db3c594378192657a0d41
f6fea06f1051f5962106e6299eea9696bddf12d4
"2022-06-07T02:44:52Z"
java
"2022-06-12T04:35:08Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,356
["dolphinscheduler-dist/release-docs/LICENSE", "pom.xml", "tools/dependencies/known-dependencies.txt"]
[Bug] upgrade logback due to cve
### Search before 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://mvnrepository.com/artifact/ch.qos.logback/logback-core shows the CVEs ### What you expected to happen n/a ### How to reproduce n/a ### 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/10356
https://github.com/apache/dolphinscheduler/pull/10357
b6350280e66f604968e249919dc4a13a04eecee4
d044e0479deb88c694973d0e0c51d8b7cbcfac06
"2022-06-03T00:30:45Z"
java
"2022-06-03T11:21:40Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,354
["dolphinscheduler-dist/release-docs/LICENSE", "pom.xml", "tools/dependencies/known-dependencies.txt"]
[Bug] update commons-io due to cve
### Search before 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://mvnrepository.com/artifact/commons-io/commons-io shows the CVEs ### What you expected to happen n/a ### How to reproduce n/a ### 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/10354
https://github.com/apache/dolphinscheduler/pull/10355
0bf4043d5f19ac606a2dea94ec9294df7a37df07
b6350280e66f604968e249919dc4a13a04eecee4
"2022-06-03T00:25:54Z"
java
"2022-06-03T09:17:52Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,349
["dolphinscheduler-api/pom.xml"]
[Bug] [API] Task parameter check 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 When I start the `dolphinscheduler-api`, `dolphinscheduler-master`, `dolphinscheduler-worker`. And create a task, I get an error. <img width="1404" alt="image" src="https://user-images.githubusercontent.com/22415594/171610402-b4d2dc21-138e-4ed5-9852-5e8fbabbce48.png"> This is caused by we remove the task plugin dependencies in `dolphinscheduler-api` module, but we rely the task plugin module to do the parameter check. ### What you expected to happen xx ### How to reproduce Create a task in cluster mode. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10349
https://github.com/apache/dolphinscheduler/pull/10350
96496f72550ec7afca8b3e8a6200641cf386dd80
b02243c2f5b34c40f7bdd6109e30fe4609ede93d
"2022-06-02T10:29:01Z"
java
"2022-06-02T14:12:27Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,343
["docs/docs/en/guide/project/workflow-definition.md", "docs/docs/zh/guide/project/workflow-definition.md"]
[Bug] [Docs] Function description error of complement module
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Function description error of complement module ### 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/10343
https://github.com/apache/dolphinscheduler/pull/10344
70dbcb21555e6b49fbf64359f77982c47b4f6902
d1c47c99add4f9a7d2304f86c060f087d0738f2a
"2022-06-02T07:48:15Z"
java
"2022-06-02T08:13:51Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,341
[".gitignore", "dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-hive/src/main/java/org/apache/dolphinscheduler/plugin/datasource/hive/HiveDataSourceClient.java", "dolphinscheduler-log-server/src/main/java/org/apache/dolphinscheduler/server/log/LoggerRequestProcessor.java", "dolphinscheduler-remote/src/main/java/org/apache/dolphinscheduler/remote/NettyRemotingServer.java"]
[Bug] [Worker] Worker will not exit when fail to start
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When the worker start failure due to database connect error or some other initializes error. The worker will hang, since there are some no-damon thread is still running. ### What you expected to happen When worker start failuer, the worker process exit. ### How to reproduce Set an error db connect info, then start worker. ### Anything else Find the worker process will not exit, use jstack find there are some thread is running. ### 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/10341
https://github.com/apache/dolphinscheduler/pull/10342
da3c25dc6792264d003b6f0a10341f04ef970997
516757cc7400b576ca0933dd5826005db06fa508
"2022-06-02T07:41:23Z"
java
"2022-06-06T02:49:23Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,338
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/constants/ApiFuncIdentificationConstant.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TenantServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/ResourcesServiceTest.java"]
[Bug] [Permission] Tenants and users do not need to do post-creation association operations.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Failed to create tenant, tenants and users do not need to do post-creation association operations ### What you expected to happen Normal ### How to reproduce Create a tenant. ### 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/10338
https://github.com/apache/dolphinscheduler/pull/10339
0c25d4a3ceae0fec1cc800bcc171a0b77aae8ee4
ffe809b2c5600593053210c42462d68fad9d6aca
"2022-06-02T06:15:10Z"
java
"2022-06-05T14:34:25Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,327
["dolphinscheduler-ui/src/views/projects/overview/components/state-card.tsx"]
[Bug-FE][Overview] Project overview page status statistics are highly inconsistent.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![1654076802](https://user-images.githubusercontent.com/19239641/171376612-5b2e1e28-bccf-4cdb-82ef-36e0e048e5fa.jpg) ### What you expected to happen Project overview page status statistics are highly inconsistent. ### How to reproduce Fix 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/10327
https://github.com/apache/dolphinscheduler/pull/10328
e3e39cbdea879394447a51161c2e707d067103c6
e8ad62bcd03ecbf947d7044ba261aa19b81cec92
"2022-06-01T09:47:15Z"
java
"2022-06-01T13:50:43Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,318
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-emr.ts"]
[Bug] [UI] EMR Task UI custom parameters Is not correct
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened EMR Task UI custom parameters Is not correct This task type does not support parameter passing, so there should be no `in` `out` option ![image](https://user-images.githubusercontent.com/20675095/171216015-1f8490cc-cb49-4f4c-98f6-1c6cf371ac37.png) ### What you expected to happen Use the normal key value parameter ### How to reproduce Workflow Definition -> New EMR Task -> New Custom Parameter ### 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/10318
https://github.com/apache/dolphinscheduler/pull/10334
35155cde9a77311076003dc13f50a8f6c87dea9d
96496f72550ec7afca8b3e8a6200641cf386dd80
"2022-05-31T15:54:58Z"
java
"2022-06-02T10:51:43Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,317
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-jupyter.ts"]
[Bug] [ui] The tips of startTimeout in the jupyter form is 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 tips of startTimeout in the jupyter form is error. ![image](https://user-images.githubusercontent.com/32723967/171213543-d73f8b36-fea3-42b1-8f81-e13459b44d27.png) ### What you expected to happen Probably due to forget to modify it. ### How to reproduce Create a jupyter task. ### Anything else close [#10319](https://github.com/apache/dolphinscheduler/pull/10319) ### 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/10317
https://github.com/apache/dolphinscheduler/pull/10319
0ff34b8730643eb13aba89cf0d6b3a42f26817f3
3f2a21293d1b7cc8fe12a5e951fda15d231b05ac
"2022-05-31T15:45:51Z"
java
"2022-06-01T02:19:36Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,309
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/dispatch/host/LowerWeightHostManager.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/ServerNodeManager.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/registry/WorkerInfoChangeListener.java"]
[Improvement][Master] Remove the schedule thread in LowerWeightHostManager
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description When we use LOWER_WEIGHT strategy to dispatch the task, the master will use a schedule thread to sync the worker's info from ServerNodeManager, see code in LowerWeightHostManager. It's better to use notification rather than schedule pooling, this can reduce the invalid looping. ### 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/10309
https://github.com/apache/dolphinscheduler/pull/10310
36e20cdfc8d668b56ab60e273a7327ca41c57a04
b100f6c4890fb8db8887e24891c6af963c582360
"2022-05-31T08:27:41Z"
java
"2022-06-21T05:30:07Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,305
["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/S3Utils.java"]
[Bug] [Task] Constant definitions are repeated
### Search before 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 constants of the following configuration items have repeated definitions ``` aws.access.key.id aws.secret.access.key aws.region ``` Respectively in org.apache.dolphinscheduler.plugin.task.api.TaskConstants org.apache.dolphinscheduler.common.Constants ### What you expected to happen Is it necessary to duplicate definitions? Is it possible to use one set? ### How to reproduce Respectively in org.apache.dolphinscheduler.plugin.task.api.TaskConstants org.apache.dolphinscheduler.common.Constants ### 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/10305
https://github.com/apache/dolphinscheduler/pull/10311
e57c2d1663c359041d926716cb0bcb398242b274
70dbcb21555e6b49fbf64359f77982c47b4f6902
"2022-05-30T16:22:36Z"
java
"2022-06-02T05:56:36Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,302
["docs/docs/en/guide/task/jupyter.md", "docs/docs/zh/guide/task/jupyter.md", "dolphinscheduler-task-plugin/dolphinscheduler-task-jupyter/src/main/java/org/apache/dolphinscheduler/plugin/task/jupyter/JupyterConstants.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-jupyter/src/main/java/org/apache/dolphinscheduler/plugin/task/jupyter/JupyterParameters.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-jupyter/src/main/java/org/apache/dolphinscheduler/plugin/task/jupyter/JupyterTask.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-jupyter/src/test/java/org/apache/dolphinscheduler/plugin/task/jupyter/JupyterTaskTest.java", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-jupyter.ts"]
[Feature][Task Plugin] Enable users to switch and install conda env in jupyter task
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description * Currently users need to manually create conda env and install all libs on workers when using `jupyter task plugin`, which is not convenient with multiple workers. If workers do not have public ips, it will be more torturing. * By adding this feature, we could enable users to switch conda envs in jupyter task, something like switching interpreters in `PyCharm`. Users will upload their packed conda envs to `resource center`, and choose the one needed when setting up jupyter task. ![image](https://user-images.githubusercontent.com/34905992/171004364-5c9e7855-7906-4c3e-a656-74a64811c461.png) ### Use case * Already described above. ### 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/10302
https://github.com/apache/dolphinscheduler/pull/10337
79ce5d78cd22e5d548bd3285e169ba51b1a83d26
64cee03fed1002770e552abbce451b699c252cdc
"2022-05-30T13:48:10Z"
java
"2022-06-20T06:47:44Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,300
["dolphinscheduler-common/pom.xml", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/HttpUtilsTest.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/LocalJettyHttpServer.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/LocalServerHttpUtilsTest.java"]
[Bug] [dolphinscheduler] http client test frequent request timeout
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Frequent request timeouts when testing `org.apache.dolphinscheduler.common.utils.HttpUtilsTest` then the entire mvn test progress failed, resulting in the need to restart ### What you expected to happen Passed the test ### How to reproduce Run the `mvn test -e` ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! #10294 ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10300
https://github.com/apache/dolphinscheduler/pull/10294
3918140e7e1c9c9331736dae570657d0aa22f450
b2879c0e056b48c37d250b7b93cafdfba4621129
"2022-05-30T11:55:08Z"
java
"2022-06-23T02:46:50Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,297
["dolphinscheduler-ui/src/locales/en_US/monitor.ts", "dolphinscheduler-ui/src/locales/zh_CN/monitor.ts", "dolphinscheduler-ui/src/views/monitor/servers/db/index.tsx"]
[Bug-FE][DB] When the DB page has no data, you need to increase the result 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 ![178450a6662ce9c0cc922949e3a53d4](https://user-images.githubusercontent.com/19239641/170978869-352dff4c-b3e9-4491-b49c-9d8d4195b2ef.png) ### What you expected to happen When the DB page has no data, you need to increase the result page. ### How to reproduce Fix 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/10297
https://github.com/apache/dolphinscheduler/pull/10298
12a09f6d5dc6635fcfaa430dc1d45240d2d34a05
2e6d3f5190f5ce576094d6d5ea294f118be66ed3
"2022-05-30T11:01:31Z"
java
"2022-05-30T11:28:36Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,279
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/DependentTaskProcessor.java"]
[Improvement][Dependent] Dependent node log output optimization
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description Dependent node log output optimization ### 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/10279
https://github.com/apache/dolphinscheduler/pull/10593
b21e211d2cbf7a2af2307f0a5c63dc9c2b837809
397e51fa63b39bc2ec2d68091c5b613aad7fa4ac
"2022-05-29T10:46:13Z"
java
"2022-06-24T08:48:58Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,266
["dolphinscheduler-ui/src/views/home/components/state-card.tsx"]
[Bug-FE] [Home] Status statistics card height is inconsistent.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![e6824497941039db5ccaaf88ddee155](https://user-images.githubusercontent.com/19239641/170653867-703c4ba4-066d-427e-a3e6-2a89fcede143.png) ### What you expected to happen Status statistics card height is inconsistent. ### How to reproduce Fix 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/10266
https://github.com/apache/dolphinscheduler/pull/10268
4c1ef0a89a81e3e7464300a7d010a4786abd3e7b
1ac534be67826f3752bcde40a62428f95c88a334
"2022-05-27T07:43:13Z"
java
"2022-05-27T08:27:15Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,233
["docs/docs/en/guide/task/sql.md", "docs/docs/zh/guide/task/sql.md", "docs/img/tasks/demo/pre_post_sql.png"]
[Feature][doc] Add an example about how to use pre_sql post_sql in SQL task
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description https://dolphinscheduler.apache.org/zh-cn/docs/dev/user_doc/guide/task/sql.html we should add an example about how to use presql and postsql in sql task, some users will use some select sql in pre/post sql and cause error ### 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/10233
https://github.com/apache/dolphinscheduler/pull/10685
fcf4110ed8452cff72dda68af9d8dd093d22d989
a45fc5b032e2bc0714dfa67e07c875184c5bf17b
"2022-05-24T13:52:44Z"
java
"2022-06-30T12:01:23Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,225
["docs/docs/en/development/development-environment-setup.md", "docs/docs/zh/development/development-environment-setup.md", "dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/resources/application.yaml", "dolphinscheduler-api/src/main/resources/application.yaml", "dolphinscheduler-data-quality/src/test/java/org/apache/dolphinscheduler/data/quality/configuration/ConfigurationParserTest.java", "dolphinscheduler-data-quality/src/test/java/org/apache/dolphinscheduler/data/quality/flow/reader/ReaderFactoryTest.java", "dolphinscheduler-master/src/main/resources/application.yaml", "dolphinscheduler-standalone-server/src/main/resources/application.yaml", "dolphinscheduler-tools/src/main/resources/application.yaml", "dolphinscheduler-worker/src/main/resources/application.yaml"]
[Improvement][Mysql] Change Mysql Driver
### 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 ``` Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. ``` We need to change to `com.mysql.cj.jdbc.Driver`. ### 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/10225
https://github.com/apache/dolphinscheduler/pull/10220
87d9ec1deee4d7e492d4fe4da404ec513655636d
aba5f8a40e9b86068cf9bff374bf1842c0beaf3f
"2022-05-24T07:36:08Z"
java
"2022-05-25T06:09:15Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,222
["docs/docs/en/guide/task/shell.md", "docs/docs/zh/guide/task/shell.md"]
[Feature][doc] Add how to use resource in shell task
### 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://dolphinscheduler.apache.org/zh-cn/docs/dev/user_doc/guide/task/shell.html we just tell the user how to use variable in shell task, we should also add some examples about how to use resource file in shell task ### 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/10222
https://github.com/apache/dolphinscheduler/pull/10308
442f93544eef5436f82a0c9f7dacde93d4347090
6828c9e015d02b792c14aabf0a99394a158e9a87
"2022-05-24T07:25:36Z"
java
"2022-06-01T09:28:27Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,214
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java"]
[Bug] [WorkFlow] Delete online workflows in batches, prompt information is inaccurate
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Delete online workflows in batches, prompt information is inaccurate ### What you expected to happen Delete online workflows in batches, prompt information is accurate ### How to reproduce ![del](https://user-images.githubusercontent.com/42627702/169889002-7c18ffdb-89ed-48f0-bbcd-7745f3a8ea55.gif) ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/10214
https://github.com/apache/dolphinscheduler/pull/10215
4dbe27bb8f7e87fcf18582e970d08236f2dbf3d5
edcb7aad23f73fb166efc3863dfb58e137ca05b4
"2022-05-23T19:06:15Z"
java
"2022-05-24T02:18:03Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,207
["dolphinscheduler-ui/src/views/security/alarm-instance-manage/use-form.ts"]
[Bug] [Create Alarm Instance] When you enter the alarm instance management, the "Alarm Instance Component is Empty" error appears on the front end, and clicking "Create Alarm Instance" is always loading
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened ![image](https://user-images.githubusercontent.com/59044203/169825352-5acae9f0-00cc-4381-8874-bf7af5ab6bb3.png) ![image](https://user-images.githubusercontent.com/59044203/169825438-67e2587f-d4bc-4e7b-b973-ac022815438a.png) ### What you expected to happen You can create an alarm instance ### How to reproduce None. ### Anything else _No response_ ### Version 3.0.0-alpha ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10207
https://github.com/apache/dolphinscheduler/pull/9924
d8db2b57d22ed853232d60a6b33462fa442b838b
c5c68a88935095ce277ecd3cfbdacea49e1b50cb
"2022-05-23T13:04:14Z"
java
"2022-05-25T10:13:42Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,199
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessDefinitionController.java"]
[Bug] [Workflow/Workflow Definition] After deleting messages in batches, the error message is repeated
### Search before 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 deleting messages in batches, the error message is repeated ### What you expected to happen remove duplicate prompts ### How to reproduce 1. Multiple users share the same project 2. Create one workflow per user 3. A user deletes a workflow created by another user ### Anything else ![Kapture 2022-05-23 at 16 22 52](https://user-images.githubusercontent.com/42627702/169778518-414e3460-3916-4743-9dcc-45ff7b10cb7e.gif) ### Version 3.0.0-alpha ### 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/10199
https://github.com/apache/dolphinscheduler/pull/10201
31cb4853129fb01e21be523d1f87c72258d7fe01
0e8ed6ebb43c804e0264afe51657e98a54be962f
"2022-05-23T08:35:47Z"
java
"2022-05-24T01:17:44Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,190
["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/HeartBeat.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/OSUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/os/OSUtilsTest.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/HeartBeatTest.java", "dolphinscheduler-ui/src/locales/en_US/monitor.ts", "dolphinscheduler-ui/src/locales/zh_CN/monitor.ts", "dolphinscheduler-ui/src/views/monitor/servers/master/index.tsx", "dolphinscheduler-ui/src/views/monitor/servers/worker/index.tsx"]
[Bug] [E2E] The front-end page changes failed the E2E test
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened relevance https://github.com/apache/dolphinscheduler/pull/10186 https://github.com/apache/dolphinscheduler/runs/6548541522?check_suite_focus=true ![image](https://user-images.githubusercontent.com/29012717/169746696-a632c3ce-a8c4-40ae-b97d-8b0d1270393d.png) ### What you expected to happen pass ### How to reproduce pass ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/10190
https://github.com/apache/dolphinscheduler/pull/10287
516757cc7400b576ca0933dd5826005db06fa508
67c4f2b25941392d66f282fd67a7f2b16388ef45
"2022-05-23T05:03:47Z"
java
"2022-06-06T03:06:33Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,182
["docs/docs/en/guide/task/datax.md", "docs/docs/zh/guide/task/datax.md", "dolphinscheduler-task-plugin/dolphinscheduler-task-datax/src/main/java/org/apache/dolphinscheduler/plugin/task/datax/DataxParameters.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-datax/src/test/java/org/apache/dolphinscheduler/plugin/task/datax/DataxParametersTest.java", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-datax.ts"]
[Feature][Task] datax access kerberos authenticated bigdata cluster
### 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 Because Kerberos authentication is added to the big data cluster, when using DATAX to write data to HDFS, you need to use the tenant's KeyTab file to introduce it into json file. Can this file reference use the content of the resource center like a shell? When using, the dataX plug-in downloads the keytab file locally through the resource center runtime, so as to obtain the absolute path and then transfer the parameters into the JSON file, Instead of importing files into the specified server in advance. ### Use case datax access kerberos authenticated bigdata cluster ### Related issues datax: ![image](https://user-images.githubusercontent.com/18652779/169676736-1a352fa4-55cf-418d-b21b-b34048da9530.png) shell: ![image](https://user-images.githubusercontent.com/18652779/169676880-5adad6d5-db73-424e-8cb7-1bcb5a9bf7ba.png) ### 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/10182
https://github.com/apache/dolphinscheduler/pull/11387
182455ced7e85000c51874d0cba07f5ca4a52146
e5d06c40a524740454868dea9ed5fa778d9ccbf7
"2022-05-22T03:35:33Z"
java
"2022-08-17T02:01:20Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,171
["dolphinscheduler-ui/public/images/task-icons/seatunnel.png", "dolphinscheduler-ui/public/images/task-icons/seatunnel_hover.png"]
[Bug] [UI] DataQuality icon in workflow is the same as SeaTunnel 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/16065427/169496374-3ff937fd-5c92-429c-87c1-c7f42affe4cb.png) ### What you expected to happen Data_Quality icon is same to SeaTunnel icon. hope to replace `data_quality.png` and `data_quality_hover.png` ### How to reproduce come in Workflow Definition 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/10171
https://github.com/apache/dolphinscheduler/pull/10178
2251876021dea09786c418dfb1325366358a0601
0ef02e80935d9f6588233186e01ae5ca7f8b1e7a
"2022-05-20T09:19:08Z"
java
"2022-05-21T06:36:27Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,168
["docs/docs/en/guide/task/sql.md", "docs/docs/zh/guide/task/sql.md", "dolphinscheduler-task-plugin/dolphinscheduler-task-sql/src/main/java/org/apache/dolphinscheduler/plugin/task/sql/SqlTask.java"]
[Improvement][task sql] Improve creating function query
### 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 enhance creating temp function query ### Use case Current creating function query fail to handle all cases. For example, Kyuubi was taken as a datasource in DS, it's more likely to get a problem when setting the share level of Kyuubi engine to user. ### 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/10168
https://github.com/apache/dolphinscheduler/pull/10170
ffe809b2c5600593053210c42462d68fad9d6aca
da3c25dc6792264d003b6f0a10341f04ef970997
"2022-05-20T08:57:08Z"
java
"2022-06-06T02:33:24Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,167
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-http.ts"]
[BUG][UI] HTTP task verification request address error Bug title
### Search before 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 the HTTP task to fill in the request address. Only requests starting with www can be verified, and an exception will be thrown for other requests. ### What you expected to happen Allow verification of all reasonable request addresses. ### How to reproduce click http 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/10167
https://github.com/apache/dolphinscheduler/pull/10166
e2fac213991c30f0a7460e3576fa3bbb5e6e6d42
13a83e50f22bb9be2674a2f1edcb7a4193e372b5
"2022-05-20T08:53:42Z"
java
"2022-05-20T10:05:05Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,160
["docs/configs/site.js"]
[Bug] [doc] Inconsistent links between Chinese and English documents on the website
### Search before 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. Inconsistent links between Chinese and English documents on the website 2. The most recent release is V2.0.5 not V1.3.9 ### What you expected to happen 1. Chinese and English document links are consistent 2. Update the latest version to 2.0.5 ### How to reproduce ![ds-min](https://user-images.githubusercontent.com/42627702/169471683-4af7783d-7a19-4392-b477-0232e4e57f73.gif) ### Anything else _No response_ ### Version 3.0.0-alpha ### 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/10160
https://github.com/apache/dolphinscheduler/pull/10161
7d5af7e7ec0efc01c81dab0384f7f80e103f0ec1
e2fac213991c30f0a7460e3576fa3bbb5e6e6d42
"2022-05-20T07:42:56Z"
java
"2022-05-20T08:47:41Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,159
["dolphinscheduler-ui/src/views/data-quality/rule/use-table.ts", "dolphinscheduler-ui/src/views/data-quality/task-result/use-table.ts", "dolphinscheduler-ui/src/views/monitor/statistics/audit-log/use-table.ts"]
[Bug] [UI] Pagination not works well in DataQuality 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 missing assignment of `totalPage` result in pagination not works well in DataQuality page. ![997a4fa210ed11f2298b36ffccf95b3](https://user-images.githubusercontent.com/16065427/169469263-6bf91904-4283-476b-abdc-90364db05b21.png) same problem in `DataQuality-Rule Management` page and `Monitor-Statical Mange-Audit Log` page. ### What you expected to happen make pagination works well. ![3dbc8c8a6b2305a4dd902d6ba17b5be](https://user-images.githubusercontent.com/16065427/169469367-50dcd678-6482-495f-9979-2cc4017d0d6f.png) ### How to reproduce reproduce in `DataQuality-Rule Management` page 1. come in `DataQuality-Rule Management` page 2. handle change request `PageSize` less than 10(eg: 5) 3. reload the page.you'll see ![image](https://user-images.githubusercontent.com/16065427/169471771-a8cc113a-997b-4bec-ab11-5e5da654ec41.png) ### Anything else just missing assign `totalPage` when request api back. ### 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/10159
https://github.com/apache/dolphinscheduler/pull/10165
56e0ea802d93667de8c48796a9291a775abddd49
7fc3664ec366ffc7abbd8732d47e56f0f313bab7
"2022-05-20T07:07:10Z"
java
"2022-05-24T02:48:34Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,148
["dolphinscheduler-ui/src/locales/modules/en_US.ts", "dolphinscheduler-ui/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui/src/views/resource/task-group/option/components/form-modal.tsx", "dolphinscheduler-ui/src/views/resource/task-group/option/use-form.ts"]
[Bug] [Task group option] On the task group configuration page, specific prompts should be given if the capacity input is not numeric
### Search before 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/59044203/169325046-bf3de142-2ca6-4f8a-af0a-2f0d207f1d22.png) ### What you expected to happen specific prompts should be given if the capacity input is not numeric ### How to reproduce 1. Enter special characters , such as: -10.1a ### 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/10148
https://github.com/apache/dolphinscheduler/pull/10158
3dd007ca599c5d3fdd6b32db8c2559991940ddc6
c07339b07dea2182bf6a3ba1ff0bcc1fe1f4af55
"2022-05-19T14:49:18Z"
java
"2022-05-20T07:19:43Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,144
["dolphinscheduler-dist/release-docs/LICENSE", "dolphinscheduler-ui/package.json", "dolphinscheduler-ui/pnpm-lock.yaml"]
[Bug] [Workflow Definition] The network layout of the workflow is unusable, and the front end reports an error: h is not function, and the checked is: Full 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 ![image](https://user-images.githubusercontent.com/59044203/169323045-3178a969-dcef-422b-b44f-5b0a98af0ddc.png) ### What you expected to happen The network layout works normally ### How to reproduce 1.Go to the workflow network layout 2.Enter a row 1, Enter the column 1 3.Click OK ### 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/10144
https://github.com/apache/dolphinscheduler/pull/11200
93a73b1292fb327ab181404213f7c03a5740d51c
91a944f967592bc1698e078f28cead8b11753291
"2022-05-19T14:41:15Z"
java
"2022-07-29T09:39:45Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,143
["dolphinscheduler-ui/src/components/chart/modules/Tree.tsx"]
[Bug] [Workflow Definition] There is a problem with the workflow tree structure function, and the actual tree view is inconsistent with the preview diagram
### Search before 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/59044203/169322423-f09cb2fc-e3bd-41fb-9324-7d529cc76360.png) ![image](https://user-images.githubusercontent.com/59044203/169322515-154a36c1-e8e3-42cb-b17f-e781bcddba94.png) ### What you expected to happen Demonstrate a complete workflow. ### How to reproduce None. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10143
https://github.com/apache/dolphinscheduler/pull/10229
14e80ab5fd3a6c068fe168fb76c5b9c836edf113
abecec3c28402b9781ae05831228af0f2bfb4a9f
"2022-05-19T14:37:28Z"
java
"2022-05-24T10:33:00Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,141
["dolphinscheduler-ui/src/locales/modules/zh_CN.ts"]
[Bug] [Translation] Translation issue: Workflow definition, host filter item is not translated into Chinese
### Search before 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/59044203/169321134-f564ff05-a9b1-4171-8fb6-13248f0e5b68.png) ### What you expected to happen None. ### How to reproduce None. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10141
https://github.com/apache/dolphinscheduler/pull/10223
de5507fb1965fd993ed5e07f31f2167642c87130
6cebdfdf5045862653a1d05354bdd3f039919f54
"2022-05-19T14:32:38Z"
java
"2022-05-24T08:14:56Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,140
["dolphinscheduler-ui/src/views/projects/workflow/definition/timing/use-table.ts"]
[Bug] [Translation] Translation issue: The failure policy under timing management is not translated into Chinese
### Search before 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/59044203/169320690-05b35898-bb14-4c4f-abf0-512d4852b9bd.png) ### What you expected to happen None. ### How to reproduce None. ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10140
https://github.com/apache/dolphinscheduler/pull/10169
13a83e50f22bb9be2674a2f1edcb7a4193e372b5
dc61370f302c6f2e8d70f50573818dc057ef2827
"2022-05-19T14:31:27Z"
java
"2022-05-20T10:29:40Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,139
["dolphinscheduler-ui/src/components/crontab/modules/day.tsx"]
[Bug] [Workflow Definition] In workflow scheduling management, edit: Saturday, Sunday there will be a front-end error: Nan
### Search before 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/59044203/169318145-5d47a2e1-3d69-4a9b-b490-6fb2cad8bfe4.png) ### What you expected to happen Front-end error: Nan does not appear ### How to reproduce 1.Go to cron mange ![image](https://user-images.githubusercontent.com/59044203/169318727-57657cbb-52f7-4287-b5c7-aacfca4222b4.png) 2.edit ![image](https://user-images.githubusercontent.com/59044203/169318889-a2ad17f9-190c-4eea-a7b4-82552c872947.png) 3.Specific day of the week(multiple) ![image](https://user-images.githubusercontent.com/59044203/169319313-0a306efc-efd0-4ac1-beb2-43ea04de8225.png) 4.comfirm ![image](https://user-images.githubusercontent.com/59044203/169319507-445b8300-4345-4908-b304-ae571c49a072.png) 5.edit again ![image](https://user-images.githubusercontent.com/59044203/169319665-7c8d8384-6485-41f8-b31d-664f2c173d5c.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/10139
https://github.com/apache/dolphinscheduler/pull/10183
0ef02e80935d9f6588233186e01ae5ca7f8b1e7a
d7d6699e22091896a9ea78c5a2e49c2a1f54a7e4
"2022-05-19T14:28:56Z"
java
"2022-05-22T06:02:56Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,138
["dolphinscheduler-ui/src/locales/modules/en_US.ts", "dolphinscheduler-ui/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-rules.ts"]
[Bug] [workflows] Data_quality workflows in Chinese mode are not translated into Chinese
### Search before 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/59044203/169317270-20184f0d-44c4-4275-b7b7-268a9df9b574.png) ### What you expected to happen In Chinese mode, it should be displayed as a Chinese ### How to reproduce None. ### Anything else None. ### 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/10138
https://github.com/apache/dolphinscheduler/pull/10202
41a318381067b285a03001e9ef43d8eaa107ff6a
c8a4c694eaac41ce9249b0cb41ad0da04b6d117c
"2022-05-19T14:21:46Z"
java
"2022-05-23T10:17:30Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,104
["dolphinscheduler-ui/vite.config.ts"]
[Build][UI] `vite` config throws `terser` warning.
### 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 ![image](https://user-images.githubusercontent.com/19239641/169021648-a0e4ced2-16a5-413a-a182-4fb7d9456fa7.png) ### Use case `esbuild` is incompatible with `terser` warning after upgrading `vite` version. ### 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/10104
https://github.com/apache/dolphinscheduler/pull/10105
ee2b855ced2e46bcdaf3ae7068941ac7e1c03c17
bc71c3b0a0f7d93c3fccb850beb386fc5eb1a20c
"2022-05-18T10:47:55Z"
java
"2022-05-18T14:12:52Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,103
["dolphinscheduler-tools/src/main/bin/upgrade-schema.sh", "dolphinscheduler-tools/src/main/resources/application.yaml", "dolphinscheduler-worker/src/main/resources/application.yaml"]
[Bug] [deploy on k8s] SPRING_DATASOURCE_DRIVER_CLASS_NAME need add in templates/_helpers.tpl
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened [Bug] [deploy on k8s] SPRING_DATASOURCE_DRIVER_CLASS_NAME need add in templates/_helpers.tpl ### What you expected to happen [Bug] [deploy on k8s] SPRING_DATASOURCE_DRIVER_CLASS_NAME need add in templates/_helpers.tpl ### How to reproduce [Bug] [deploy on k8s] SPRING_DATASOURCE_DRIVER_CLASS_NAME need add in templates/_helpers.tpl ### Anything else [Bug] [deploy on k8s] SPRING_DATASOURCE_DRIVER_CLASS_NAME need add in templates/_helpers.tpl ### 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/10103
https://github.com/apache/dolphinscheduler/pull/10128
f4b7754952f16f60f1850d672e25e05a2088c49d
de5507fb1965fd993ed5e07f31f2167642c87130
"2022-05-18T10:45:51Z"
java
"2022-05-24T05:59:42Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,102
["dolphinscheduler-ui/src/views/resource/task-group/queue/index.tsx", "dolphinscheduler-ui/src/views/resource/task-group/queue/use-table.ts"]
[Bug] [Api] Task Group Queue Query Error
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Run DS dev and login and click task-group-queue module, and the query fails. <img width="2378" alt="WeChat4005f5436461c4fabc2f4df9315d0817" src="https://user-images.githubusercontent.com/20885366/169011924-3b652d1d-21e5-431f-82d8-b55df7fc8662.png"> ### What you expected to happen Query success. ### 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/10102
https://github.com/apache/dolphinscheduler/pull/10243
c5c68a88935095ce277ecd3cfbdacea49e1b50cb
b337eef2e6cc66ec850b77e9114dea8d8ace0871
"2022-05-18T09:52:57Z"
java
"2022-05-25T11:22:07Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,095
["dolphinscheduler-ui/src/views/projects/task/components/node/format-data.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/types.ts"]
[Bug] [UI] missing some fields in DataQuality 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 in `DataQuality` module. different `Rule` has different form fields. some fields are missed to commit. so it can't reload when edit. ![92f2b6f4d42d5d23bdf56bbd4a6ee79](https://user-images.githubusercontent.com/16065427/168983492-b3dcaa1e-dbf0-4655-86e0-0b9dad346ad1.png) ![f169d7bf61bab78b8e6f41ccb0993d1](https://user-images.githubusercontent.com/16065427/168983450-ab29e96a-99a5-4856-92a3-a20d425924e9.png) ![1ca00033eaaf4a19ea094253f4f9e5b](https://user-images.githubusercontent.com/16065427/168983515-80bef6dd-f44c-4bc9-bea8-201995625af7.png) ![14dea22da51026f12e477108ba5efb5](https://user-images.githubusercontent.com/16065427/168983530-b5cedb7e-b3f0-4de7-a0d5-4d9ab926bee0.png) ![fa4aeeb7615b6aedb611dc219cab182](https://user-images.githubusercontent.com/16065427/168983541-9cd7c76a-3aaa-4a7e-9808-27b9cf5a33d8.png) ### What you expected to happen expect to reload the missed form fields data when edit DataQality task ### How to reproduce 1. create a DataQuality task 2. choose the rule showed above 3. input fields and save. 4. edit the created task again ### 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/10095
https://github.com/apache/dolphinscheduler/pull/10098
5bb1eb04fce42dc3e6006d29d595318b1bf15914
7a4a21d0b1832fe173bfa371af9bf7baeddbb036
"2022-05-18T07:41:44Z"
java
"2022-05-18T10:28:24Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,092
["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/TaskInstance.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/CommonTaskProcessor.java", "dolphinscheduler-master/src/test/java/org/apache/dolphinscheduler/server/master/consumer/TaskPriorityQueueConsumerTest.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/queue/PeerTaskInstancePriorityQueue.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/queue/TaskPriority.java", "dolphinscheduler-service/src/test/java/org/apache/dolphinscheduler/service/queue/PeerTaskInstancePriorityQueueTest.java", "dolphinscheduler-service/src/test/java/org/apache/dolphinscheduler/service/queue/TaskPriorityQueueImplTest.java"]
[Bug] [TaskGroup] Task group does not take effect
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Detailed scenario: the task group configures three resources and creates a workflow. Six tasks in the workflow (all of which are executed for 30s) use this task group. The priority in the group is 1 to 6, which corresponds to the task name. The six tasks are in parallel relationship. After startup, 2, 3 and 4 run first, and 1, 5 and 6 run in the second batch. According to the description in the document, the higher the priority number, the higher the priority. The expectation should be 4, 5, 6 and then 1, 2 and 3 Task group does not take effect. ### What you expected to happen Submit higher priority tasks firstly. The order should be 4,5,6 and then 1,2,3 ### How to reproduce up ### 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/10092
https://github.com/apache/dolphinscheduler/pull/10093
63f835715f8ca8bff79c0e7177ebfa5917ebb3bd
ee2b855ced2e46bcdaf3ae7068941ac7e1c03c17
"2022-05-18T07:08:16Z"
java
"2022-05-18T10:40:36Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,085
["dolphinscheduler-ui/src/locales/modules/en_US.ts", "dolphinscheduler-ui/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui/src/views/resource/udf/function/use-table.ts", "dolphinscheduler-ui/src/views/resource/udf/resource/use-table.ts"]
[Feature][UDF Manage] Add own user row
### 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 `own user` row in resource table and function table <img width="1344" alt="image" src="https://user-images.githubusercontent.com/8847400/168946248-1a6a655e-7b06-437d-86ee-f24e01534965.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/10085
https://github.com/apache/dolphinscheduler/pull/10086
225cb332d18e2fef58bf653d644f415dfcce2e99
91f1d45948d5d53b790aefbf589d4a91fba7f817
"2022-05-18T02:43:04Z"
java
"2022-05-18T04:00:51Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,083
["docs/docs/en/guide/start/docker.md", "docs/docs/zh/guide/start/docker.md", "dolphinscheduler-ui/src/locales/modules/zh_CN.ts"]
[Bug] [Docker] Docker Doc Error && Alert Plugin WebexTeams Chinese Translation 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 - Due #10026 , changed the tools docker sh file position. Look [this](https://github.com/apache/dolphinscheduler/pull/10026/files#diff-0387d45c2bcdee3461774d4db10eab3cb580238d04dbd3511dfd19775a64d082R31) And the Docker Doc don't change the sh file position. ``` $ docker run -d --name dolphinscheduler-tools \ -e DATABASE="postgresql" \ # Use "com.mysql.cj.jdbc.driver" if you use MySQL -e SPRING_DATASOURCE_DRIVER_CLASS_NAME="org.postgresql.Driver" \ -e SPRING_DATASOURCE_URL="jdbc:postgresql://localhost:5432/<DATABASE>" \ -e SPRING_DATASOURCE_USERNAME="<USER>" \ -e SPRING_DATASOURCE_PASSWORD="<PASSWORD>" \ --net host \ apache/dolphinscheduler-tools:"${DOLPHINSCHEDULER_VERSION}" bin/create-schema.sh ``` ```bin/create-schema.sh``` will be ```tools/bin/upgrade-schema.sh``` at [this](https://github.com/apache/dolphinscheduler/pull/10026/files#diff-1173adb6eb42595c44743bc7b916e7594591b85269a4f132700eebcf907133bdR41) - Alert Plugin WebexTeams field ```Destination``` Translation Error ### What you expected to happen Docker Doc Current && Alert Plugin WebexTeams field ```Destination``` Translation Current ### How to reproduce ⬆️ ### Anything else I will open a PR to fix this. ### 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/10083
https://github.com/apache/dolphinscheduler/pull/10084
3bca2404466d9ff1a8772e89f50b0dbb27448338
cab46e6be53ff804048a0c4ca5cf37c2d7cf625a
"2022-05-18T02:28:00Z"
java
"2022-05-18T05:53:44Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,080
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TenantServiceImpl.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java"]
[Bug] [API]When the created tenant name is too long, an error message will be prompted
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When the created tenant name is too long, an error message will be prompted ### What you expected to happen When the created tenant name is too long, an error message will be prompted ### How to reproduce created tenant name is too long ![企业微信截图_16527944742120](https://user-images.githubusercontent.com/33045461/168823465-4031b706-d422-4db4-91a4-dec98e0721fb.png) ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/10080
https://github.com/apache/dolphinscheduler/pull/10081
0cc0ee77faabf1bed495a55ccd7653c03c26a550
67cf7b280087d4424bf0c2a698c9c12ab874bd2e
"2022-05-17T13:35:22Z"
java
"2022-05-17T17:36:40Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,079
["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/TaskDefinitionLogMapper.xml"]
[Bug] [API] Create process definition with task group and task group priority cannot be save into db
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Create process definition with task group and task group priority cannot be save into db ### What you expected to happen Create process definition with task group and task group priority cannot be save into db ### How to reproduce 1.create process definition,edit task group priority is 5 ![企业微信截图_16527933147334](https://user-images.githubusercontent.com/33045461/168819651-94eec722-1b13-457d-92ef-18ebe6ae445d.png) 2.save process definition 3.Re edit process definition, task group priority is 0 ![企业微信截图_16527933801074](https://user-images.githubusercontent.com/33045461/168819848-edab5431-753e-41d6-b091-5bbf2ca9e72c.png) ### Anything else _No response_ ### Version 2.0.5 ### 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/10079
https://github.com/apache/dolphinscheduler/pull/10078
67cf7b280087d4424bf0c2a698c9c12ab874bd2e
cd70ad584aae91958a187800a7083868e778d49b
"2022-05-17T13:16:50Z"
java
"2022-05-18T01:41:03Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,076
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/interceptor/LoginHandlerInterceptor.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/interceptor/LoginHandlerInterceptorTest.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/UserMapper.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/UserMapper.xml", "dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/mapper/UserMapperTest.java"]
[Bug] [Api] token expire when different timezone between server and database
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Token expire when different timezone between server and database, and I found the sql use database timestamp. ``` <select id="queryUserByToken" resultType="org.apache.dolphinscheduler.dao.entity.User"> select <include refid="baseSqlV2"> <property name="alias" value="u"/> </include> from t_ds_user u ,t_ds_access_token t where u.id = t.user_id and token=#{token} and t.expire_time > NOW() </select> ``` It's better to use server timestamp. ### What you expected to happen The token is normal when the expiration time has not expired ### How to reproduce 1. database use default timezone like CST 2. ds api server timezone use Asia/Shanghai 3. then create a token, just hour + 1 than current time. ### 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/10076
https://github.com/apache/dolphinscheduler/pull/10177
d7d6699e22091896a9ea78c5a2e49c2a1f54a7e4
bd34e66b8a493a2aa14af5884f2f7c13819004f2
"2022-05-17T11:13:41Z"
java
"2022-05-23T01:54:11Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,069
["dolphinscheduler-ui/src/service/modules/resources/types.ts", "dolphinscheduler-ui/src/views/resource/file/use-file.ts"]
[BUG-FE][File Manage] Resource userName 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 <img width="1201" alt="image" src="https://user-images.githubusercontent.com/8847400/168745996-6a6e723b-dbd1-4de0-bd5d-773dcfd7cf36.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/10069
https://github.com/apache/dolphinscheduler/pull/10070
359300380b0a2eb469beb0497271bda675860d7d
c16424027e369c8cde2da966f08ded06ba0744df
"2022-05-17T06:44:25Z"
java
"2022-05-17T07:17:46Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,067
["dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/TaskProcessorFactory.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/service/FailoverService.java", "dolphinscheduler-master/src/test/java/org/apache/dolphinscheduler/server/master/service/FailoverServiceTest.java"]
[Bug] [Master] master taskInstance will failover when run long time
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened I found that the taskInstance which runs on master will failover when run long time, and the task instance will change to `need fault tolerance` state. ### What you expected to happen taskInstance on master can run normally for long time. ### How to reproduce 1. create a workflow with task a. 2. create a dependent workflow with dependent task b, b depend on a. 3. just run workflow b. ### 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/10067
https://github.com/apache/dolphinscheduler/pull/10065
c16424027e369c8cde2da966f08ded06ba0744df
0cc0ee77faabf1bed495a55ccd7653c03c26a550
"2022-05-17T06:21:17Z"
java
"2022-05-17T08:36:24Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,061
["docs/configs/docsdev.js"]
[Bug] [Document] Task group management document link 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 Task group management document link error. ### What you expected to happen Modify the error link, can normally access the document. ### How to reproduce At this link: https://dolphinscheduler.apache.org/zh-cn/docs/dev/user_doc/guide/resource/task-manage.html ### 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/10061
https://github.com/apache/dolphinscheduler/pull/10062
91f1d45948d5d53b790aefbf589d4a91fba7f817
3bca2404466d9ff1a8772e89f50b0dbb27448338
"2022-05-17T05:53:22Z"
java
"2022-05-18T04:21:35Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,057
["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessInstanceController.java"]
[Bug] [API] process-instances API parameter processDefiniteCode not work
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened API: queryProcessInstanceListPaging /dolphinscheduler/projects/{projectCode}/process-instances set processDefiniteCode=5545511993472, but result still contain processDefiniteCode=5025214719744 data. ![1652756148(1)](https://user-images.githubusercontent.com/5425689/168719016-f6ef5f47-ce36-4fbc-9eef-0ef1326908fd.png) ![image](https://user-images.githubusercontent.com/5425689/168719064-14448f63-3022-470f-9ba2-5c44b79cad2b.png) ### What you expected to happen Only return processDefiniteCode=5545511993472 data. ### How to reproduce query with processDefiniteCode ### Anything else Every time ### Version 2.0.5 ### 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/10057
https://github.com/apache/dolphinscheduler/pull/10063
cd1dcf1eba13cca5aa4e009a03f7d6e7656e82a0
2251876021dea09786c418dfb1325366358a0601
"2022-05-17T03:00:42Z"
java
"2022-05-21T04:25:32Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,051
["dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertServer.java"]
[Bug] [deploy on k8s ] worker server and alert server always crash
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened [Bug] [deploy on k8s ] worker server and alert server always crash curl not found in worker Warning Unhealthy 33m (x641 over 14h) kubelet Readiness probe failed: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "curl": executable file not found in $PATH: unknown Warning BackOff 8m12s (x2238 over 14h) kubelet Back-off restarting failed container Warning Unhealthy 3m23s (x573 over 14h) kubelet Liveness probe failed: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "curl": executable file not found in $PATH: unknown alert crash without log kubelet Back-off restarting failed container ### What you expected to happen [Bug] [deploy on k8s ] worker server and alert server always crash curl not found in worker Warning Unhealthy 33m (x641 over 14h) kubelet Readiness probe failed: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "curl": executable file not found in $PATH: unknown Warning BackOff 8m12s (x2238 over 14h) kubelet Back-off restarting failed container Warning Unhealthy 3m23s (x573 over 14h) kubelet Liveness probe failed: OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "curl": executable file not found in $PATH: unknown alert crash without log kubelet Back-off restarting failed container ### How to reproduce . ### Anything else . ### 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/10051
https://github.com/apache/dolphinscheduler/pull/10111
9ab3bebc9011984ef8ec7165ae4c74425f1de9c0
844ae42ee4ba2b2423906891c5dba102aa89a0e3
"2022-05-17T02:31:29Z"
java
"2022-05-19T02:51:37Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,050
["dolphinscheduler-ui/src/views/security/tenant-manage/components/use-modalData.ts"]
[BUG-FE][Tenant Manage] In the Chinese state, there is a problem with the multi-language support of the 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 ![image](https://user-images.githubusercontent.com/19239641/168714005-b4a2afb4-5713-4c8b-817a-93b20dfc6873.png) ### What you expected to happen In the Chinese state, there is a problem with the multi-language support of the form. ### How to reproduce Fix 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/10050
https://github.com/apache/dolphinscheduler/pull/10066
718e786c24e919b5532c4132171b3303407abfd7
359300380b0a2eb469beb0497271bda675860d7d
"2022-05-17T02:11:30Z"
java
"2022-05-17T06:57:04Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,049
["docs/docs/en/guide/task/conditions.md", "docs/docs/zh/guide/task/conditions.md", "docs/img/tasks/demo/condition_task04.png", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java", "dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/task/ConditionTaskProcessor.java", "dolphinscheduler-ui/src/locales/modules/en_US.ts", "dolphinscheduler-ui/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-conditions.ts"]
[BUG] [Plugin] Conditions Task branch flow 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 Condition is a condition node that decides which downstream task should run based on the condition of the upstream task. When the upstream task runs successfully, run the success branch. When the upstream task fails to run, run the failure branch. But now no matter whether the upstream task runs successfully or fails, only the tasks of the successful branch will be run. ### What you expected to happen The Condition task should decide which downstream task should run based on the conditions of the upstream task. ### How to reproduce Create a Condition task, determine the successful or failed branch task and run it。 ![88b146a52756eca53062464932ce43ee83419c55aea5a79790e7b10f03a58656QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NzE4NDY0MjJfNkY4NkVDRTItM0RGMy00YTBkLTlBODctQkQzQ0M3RDJEMjQxLnBuZw==](https://user-images.githubusercontent.com/94423827/168713638-e0224f37-6974-4596-b0a9-ac9f6085c6aa.png) When the upstream task runs successfully, Conditions select the successful branch task and run it. ![f8299c96165ba1ffcb11dbf8594d774f451f56f75a2ee249d7efef113123b647QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NzIzNzYzMTRfNEQwMEFFODItMkM0Mi00MzQ5LUEwQjItNjg3RTNGRkRBREU2LnBuZw==](https://user-images.githubusercontent.com/94423827/168713859-347362dd-9362-4372-afeb-dcbb97a94c3b.png) But when the upstream task fails to run, Conditions still select the successful branch task and run it. ![7c0b8fa87da3b1ed1640c8c7cab9d8d1e5e6a32fd69df209fe46ef541c803686QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NzIyMDAwOTJfODJFRkMyRDgtRjdENC00OTE5LUIyNTEtREE2MUEyNjJCMDVFLnBuZw==](https://user-images.githubusercontent.com/94423827/168713942-d779fded-717f-41c6-af8e-d46b66de8a79.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/10049
https://github.com/apache/dolphinscheduler/pull/10077
701b535ae6a9fdd7c67797528fb9ff8f650db514
225cb332d18e2fef58bf653d644f415dfcce2e99
"2022-05-17T02:10:46Z"
java
"2022-05-18T03:40:32Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,047
["dolphinscheduler-ui/src/locales/modules/en_US.ts", "dolphinscheduler-ui/src/locales/modules/zh_CN.ts", "dolphinscheduler-ui/src/views/projects/workflow/instance/components/table-action.tsx"]
[Feature][UI] The Failed to retry description should change to Recovery Failed
### 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://vip2.loli.io/2022/05/16/AT8NkL7d9bBrpHc.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/10047
https://github.com/apache/dolphinscheduler/pull/10054
a2cd2a99e65c3a85bdebfc37e1465e98b2d4431a
a088ca10489ade01485f7bf3b4fbb3b81d97ceab
"2022-05-16T10:25:11Z"
java
"2022-05-17T03:11:56Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,039
["dolphinscheduler-task-plugin/dolphinscheduler-task-flink/src/main/java/org/apache/dolphinscheduler/plugin/task/flink/FlinkConstants.java", "dolphinscheduler-task-plugin/dolphinscheduler-task-flink/src/main/java/org/apache/dolphinscheduler/plugin/task/flink/FlinkTask.java"]
[Bug][plugin] Flink run command error when submitting Python job
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When the program type of the Flink run program is Python, the Flink run command is wrong and cannot be successful ### Steps to reproduce the problem Flink run command missing "-py" when program type is Python. The flink task configuration is as follows: ![ef90c731272b9d3f9c066080e3d1fbf407d35f7f63d3cd6b220278227e05c3b1QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NjQ2ODIyODNfQkJEQTU2ODEtQURDMi00ZDMyLUJBNzItQTBBNzM0MjM5OERFLnBuZw==](https://user-images.githubusercontent.com/94423827/168513765-ca0d425c-0226-475f-a642-a7819e1cc2fc.png) Flink run command error when program type is Python: ![e96c5ab4ea380140aee19967eacb822adfca15c3743e60ccef8fa12624c695fbQzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NzA2ODU2MzlfODI1NjcwN0YtODRDQy00OWY2LUExQUUtMzExQjFDOERFNDk1LnBuZw==](https://user-images.githubusercontent.com/94423827/168513647-6607c244-2421-452a-90ee-f88855781a3d.png) The correct command of flink run runs as follows: ![b58b3af3455089faeb61314d5c2fa80b4507ae646e0ebc4b05b075a4d02f9b65QzpcVXNlcnNcQWRtaW5pc3RyYXRvclxBcHBEYXRhXFJvYW1pbmdcRGluZ1RhbGtcMjQ5MjQ4MDk3Ml92MlxJbWFnZUZpbGVzXDE2NTI2NjQ3MzY0NjBfMTc2NDM1NTEtMkQ1Qy00ZDA4LUFCNEEtMTdFMjFDMEJFOTAyLnBuZw==](https://user-images.githubusercontent.com/94423827/168514024-aff4d14f-8f56-48fc-a517-11985cb5efb8.png) ### Brief Changelog Add logical judgment when Flink programming language is Python to FlinkTask.class. Add command parameters when Flink programming language is Python to FlinkConstants.class ### 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/10039
https://github.com/apache/dolphinscheduler/pull/10042
3e471f8b4c9ea781aed152ea4b9c3913503d5909
d643e1c1cf27d6acfc46deb655e0b5f2f813cb24
"2022-05-16T03:19:58Z"
java
"2022-05-16T07:06:21Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,033
["dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/pages/resource/FileManagePage.java"]
[Feature][E2E] Fix flakey e2e test
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description https://github.com/apache/dolphinscheduler/runs/6432527655?check_suite_focus=true ### 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/10033
https://github.com/apache/dolphinscheduler/pull/10068
514d26e03f597f0b4f8a77d00e203b377d29d0a6
718e786c24e919b5532c4132171b3303407abfd7
"2022-05-14T14:48:50Z"
java
"2022-05-17T06:51:43Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,029
["script/remove-zk-node.sh"]
Could not find or load main class org.apache.zookeeper.ZooKeeperMain
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 3.0.0 sh ./bin/install.sh 3.stop server 17.0.237.209:default 17.0.133.220:default 17.0.133.220:default 17.0.206.7 master server is stopping Begin stop master-server...... no master-server to stop End stop master-server. 17.0.137.109 master server is stopping Begin stop master-server...... no master-server to stop End stop master-server. 17.0.237.209 worker server is stopping Begin stop worker-server...... no worker-server to stop End stop worker-server. 17.0.133.220 worker server is stopping Begin stop worker-server...... no worker-server to stop End stop worker-server. Begin stop alert-server...... no alert-server to stop End stop alert-server. 17.0.237.209 api server is stopping Begin stop api-server...... no api-server to stop End stop api-server. 4.delete zk node Error: Could not find or load main class org.apache.zookeeper.ZooKeeperMain ### What you expected to happen Cluster installation ### How to reproduce Cluster installation ### Anything else no ### Version 3.0.0-alpha ### 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/10029
https://github.com/apache/dolphinscheduler/pull/10535
cc06eaaf54de04a1d763e7a355467fa80e8a3052
4a3dfae0064856f7227430b586eb338c04486eb5
"2022-05-13T10:56:15Z"
java
"2022-06-21T09:26:52Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,028
[".github/workflows/publish-docker.yaml", "docs/docs/en/development/development-environment-setup.md", "docs/docs/en/faq.md", "docs/docs/zh/development/development-environment-setup.md", "docs/docs/zh/faq.md", "pom.xml"]
[Bug] [Docker] Docker Build Not Support Multi Architecture
### Search before 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 exec docker build at M1 Mac, it'll get docker image with ```"Architecture": "arm64"```, can't run at Linux amd64. ### What you expected to happen When running docker build, it can get multi-architecture images with amd64 && arm64. ### How to reproduce Run at local ``` ./mvnw -B clean deploy \ -Dmaven.test.skip \ -Dmaven.javadoc.skip \ -Dmaven.checkstyle.skip \ -Dmaven.deploy.skip \ -Ddocker.tag=tag\ -Ddocker.hub=url\ -Pdocker,release ``` ### 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/10028
https://github.com/apache/dolphinscheduler/pull/10052
cd70ad584aae91958a187800a7083868e778d49b
537c206c2da92e114397dd29a98b70d6c78544dd
"2022-05-13T10:21:56Z"
java
"2022-05-18T02:20:24Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,027
["deploy/docker/docker-compose.yml", "deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-alert.yaml", "deploy/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml", "deploy/kubernetes/dolphinscheduler/templates/job-dolphinscheduler-schema-initializer.yaml", "deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-master.yaml", "deploy/kubernetes/dolphinscheduler/templates/statefulset-dolphinscheduler-worker.yaml", "docs/docs/en/guide/start/docker.md", "docs/docs/zh/guide/start/docker.md", "dolphinscheduler-tools/src/main/bin/upgrade-schema.sh", "dolphinscheduler-tools/src/main/docker/Dockerfile"]
[Bug] [docker-compose] docker-compose start fail due to db init 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 Now when start by docker-compose, it will run `dolphinscheduler-schema-initializer` every time and fail due to init sql error. ### What you expected to happen Detach init sql from docker-compose, and docker-compose up successfully. ### How to reproduce cd deploy/docker docker-compose up -d ### 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/10027
https://github.com/apache/dolphinscheduler/pull/10026
d643e1c1cf27d6acfc46deb655e0b5f2f813cb24
b1885c7a26a5404ce42d8fb0f2d8533d9a7c83c1
"2022-05-13T09:47:32Z"
java
"2022-05-16T07:41:45Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,006
["docs/docs/en/contribute/join/become-a-committer.md", "docs/docs/zh/contribute/join/become-a-committer.md"]
[Feature][doc] Add a guide to nominate new committer
### 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 could learning from https://seatunnel.apache.org/community/contribution_guide/committer#project-management-committee ### 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/10006
https://github.com/apache/dolphinscheduler/pull/12175
aa5526ef5dc177a984a17237c035c141298bc9c7
4973b30efb82d773369a3f93dec5cee6f48b6594
"2022-05-12T05:56:48Z"
java
"2022-09-28T06:23:09Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,003
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-dependent.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/types.ts"]
[Bug] [UI] The validator of task name is error in the dependent 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 <img width="621" alt="image" src="https://user-images.githubusercontent.com/97265214/167976996-1f3ea0e4-e51e-4643-97b0-4b6f1fa8adad.png"> ### What you expected to happen It should be savable when the task is ALL. ### How to reproduce 1. Create a dependent task. 2. Set the task name to ALL. ### 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/10003
https://github.com/apache/dolphinscheduler/pull/10008
bce5a284409e13d477c2f21b40a0db7c895e63f0
00f102959b5a07f56cb2d6f8973949cc4eee22b0
"2022-05-12T02:10:10Z"
java
"2022-05-12T07:27:55Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
10,002
["dolphinscheduler-ui/src/views/datasource/list/json-highlight.tsx", "dolphinscheduler-ui/src/views/datasource/list/use-columns.ts"]
[Bug] [UI] Bug in datasource list
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 1. when a datasource contains `jdbc connect parameters`. click to view datasource params in datasource list not work well. ![popbug](https://user-images.githubusercontent.com/16065427/167976952-966845b0-ae59-49d7-b5d4-def6925711e7.jpg) 2. datasouce description not shown in datasource list(latest dev branch) ![description](https://user-images.githubusercontent.com/16065427/167976962-8c5a9f10-c133-4e54-be75-b9621eb980f5.jpg) ### What you expected to happen `preview pop` could close normally. `datasource description ` could show normally ![good](https://user-images.githubusercontent.com/16065427/167977410-4b598daa-5b7f-466c-acd2-53228b50063b.jpg) ### How to reproduce 1. add/edit a datsource with `jdbc connect params`, like `{"serverTimezone":"Asia/Shanghai"}` 2. click to view datasource params in datasource list 3. try to close this preview pop ### 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/10002
https://github.com/apache/dolphinscheduler/pull/10005
8d17fd20f99e36f9c5af6e2dfef821e11a70780e
53cd7009deae072c5284ea881204ed2e8845b572
"2022-05-12T02:07:49Z"
java
"2022-05-12T06:11:52Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,999
[".github/workflows/docs.yml"]
[Feature][CI] Add Dead Link Checker
### 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 Dead Link Checker ### 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/9999
https://github.com/apache/dolphinscheduler/pull/10000
5161df04d75dce3dec6cc4114c38d3414ea93af8
cd1dcf1eba13cca5aa4e009a03f7d6e7656e82a0
"2022-05-11T13:38:20Z"
java
"2022-05-21T02:41:34Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,996
["dolphinscheduler-ui/src/views/resource/file/upload/index.tsx", "dolphinscheduler-ui/src/views/resource/file/upload/use-form.ts"]
[Bug-FE] [Resource] Under Resource Management, multiple attachments are uploaded, one attachment is expected to be displayed.
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened 1. uploaded multiple attachment ![image](https://user-images.githubusercontent.com/59044203/167844947-51eac7e2-cc9d-4178-b559-5e7b108f7079.png) ### What you expected to happen one attachment is expected to be displayed. ### How to reproduce None. ### Anything else None. ### 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/9996
https://github.com/apache/dolphinscheduler/pull/10007
dbdbfeaeee4b6aaaa738ef642a908f700f0cb9bc
18bfe6399d5faa69f84d7b673269a96f8082ead6
"2022-05-11T12:06:42Z"
java
"2022-05-12T08:54:03Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,993
["dolphinscheduler-ui/src/views/projects/workflow/instance/gantt/components/gantt-chart.tsx"]
[Bug-FE] [Workflow Instance-Gantt] The task name is too long and the display is incomplete
### Search before 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 task name is too long and the display is incomplete <img width="1918" alt="image" src="https://user-images.githubusercontent.com/76080484/167821659-22367f4b-9eaa-4ecb-9d06-323a4c0059b0.png"> ### What you expected to happen The display is normal, or the super long is hidden, and the mouse hovers to display the full name ### How to reproduce Workflow Instance Click Gantt Chart ### 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/9993
https://github.com/apache/dolphinscheduler/pull/10900
c9afc1a1f424704f480a631bb9ec25b8771cf01e
0ea5809ff876e7473c2ae8859cdb0771eb6edf07
"2022-05-11T09:54:25Z"
java
"2022-07-13T01:55:10Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,991
["dolphinscheduler-task-plugin/dolphinscheduler-task-sql/src/main/java/org/apache/dolphinscheduler/plugin/task/sql/SqlTask.java"]
[Bug-BE] [sql component] sql component failed to run
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened sql component failed to run <img width="1917" alt="image" src="https://user-images.githubusercontent.com/76080484/167818413-a43c4a22-7758-43de-97bd-50d013ed5bc9.png"> ### What you expected to happen sql component runs successfully ### How to reproduce [ERROR] 2022-05-11 09:31:17.553 +0000 [taskAppId=TASK-20220511-5469970732736_2-22-42] TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[213] - execute sql error: Operation not allowed after ResultSet closed [ERROR] 2022-05-11 09:31:17.553 +0000 [taskAppId=TASK-20220511-5469970732736_2-22-42] TaskLogLogger-class org.apache.dolphinscheduler.plugin.task.sql.SqlTask:[164] - sql task error: java.sql.SQLException: Operation not allowed after ResultSet closed ### 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/9991
https://github.com/apache/dolphinscheduler/pull/10014
baf654cb47d60a753dd6372698ebb9230fca4859
df04c4aef0956acf3ee948c418d9c546cbc8771c
"2022-05-11T09:35:44Z"
java
"2022-05-15T02:24:31Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,988
["dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-rules.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/format-data.ts", "dolphinscheduler-ui/src/views/projects/task/components/node/types.ts"]
[Bug] [UI] When the data quality multi-table accuracy verification is performed, after the ON statement and other necessary configuration parameters are maintained on the front-end interface, the task execution fails. It is found that the data quality task params lacks the key value of mapping_columns, resulting in the backend reporting Json deserialization exception
### Search before 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/35389283/167794638-7255b58a-dac0-437c-a41d-47f03bc246b6.png) ![image](https://user-images.githubusercontent.com/35389283/167794648-95f9b278-62b5-4eea-9266-1283c911b903.png) ![image](https://user-images.githubusercontent.com/35389283/167794658-5db32a7a-7bee-4b11-a615-4de01b030f55.png) ![image](https://user-images.githubusercontent.com/35389283/167794675-ae4f0182-57bf-4400-a802-9675560c964e.png) ![image](https://user-images.githubusercontent.com/35389283/167794686-25cb60b1-acb2-4be1-a8e9-b80ff16bfc98.png) ![image](https://user-images.githubusercontent.com/35389283/167794691-c192a6c3-35be-4909-97a7-7871a9d59252.png) ![image](https://user-images.githubusercontent.com/35389283/167796569-85f457b3-1f8d-4ff8-af60-66ed35766558.png) ![image](https://user-images.githubusercontent.com/35389283/167796594-6fbf2510-339c-40fc-863d-adcd4272bda8.png) When doing the multi-table accuracy verification of data quality, after maintaining the ON statement and other necessary configuration parameters on the front-end interface, the task execution fails, and it is found that the key value of mapping_columns is missing in the data quality task params, which causes the back-end to report a Json deserialization exception, so try it yourself After manually adding mapping_columns, the json file is imported and executed successfully ### What you expected to happen When verifying the accuracy of multiple tables of data quality, after maintaining the ON statement and other necessary configuration parameters on the front-end interface, the parameter mapping_columns can be correctly passed to the data quality task params json assembled in the back-end ### How to reproduce Test a multi-table accuracy case test and you will find the problem ### Anything else When configuring data quality rules again, basically each rule needs to configure local variables or global variables, otherwise it will report data quality task command: null, which is also an urgent problem to be solved ![image](https://user-images.githubusercontent.com/35389283/167797941-dc086985-b56f-4474-a3f4-054e7f7a863d.png) ### 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/9988
https://github.com/apache/dolphinscheduler/pull/10286
2294160cdbe7bd0f4215a5e9950cc784aa0b5a7d
e7fbfa3a26cfe1e697d8f99f1381c2942164d2d8
"2022-05-11T07:54:22Z"
java
"2022-05-30T05:54:10Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,984
["docs/docs/en/guide/installation/kubernetes.md", "docs/docs/zh/guide/installation/kubernetes.md"]
[Bug] [deploy on k8s by helm] Some docker image is not exist and doc has some 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 Some docker image does not exist and the doc has some issues. ### What you expected to happen deploy succeeded. ### How to reproduce # 1. Some Docker Images do not exist. ``` ➜ ~ docker pull dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-tools:3.0.0-alpha Error response from daemon: repository dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-tools not found: name unknown: repository name not known to registry ➜ ~ docker pull dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-api:3.0.0-alpha Error response from daemon: repository dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-api not found: name unknown: repository name not known to registry ➜ ~ docker pull dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-alert-server:3.0.0-alpha Error response from daemon: repository dolphinscheduler.docker.scarf.sh/apache/dolphinscheduler-alert-server not found: name unknown: repository name not known to registry ``` The 3.0.0-alpha image registry is [dolphinscheduler.docker.scarf.sh/apache](https://github.com/apache/dolphinscheduler/blob/3.0.0-alpha-release/deploy/kubernetes/dolphinscheduler/values.yaml#L25), and I see the Docker image is well at [docker hub](https://hub.docker.com/layers/dolphinscheduler-api/apache/dolphinscheduler-api/3.0.0-alpha/images/sha256-e45078529d80d146e28a979df8cf5c48d900b7cb1aa722624fb868697db811b0?context=explore) Thanks, @kezhenxu94 , now it works. # 2. db-init-job failed when use pg as metadata. Same as #9963. Fixed by #9997 # 3. QuickStart in Kubernetes Doc Error ## 1. Install DolphinScheduler Part ``` $ cd apache-dolphinscheduler-3.0.0-alpha-src/docker/kubernetes/dolphinscheduler ``` The Kubernetes folder is moved to ```deploy/kubernetes/dolphinscheduler```, ~~I'll open a PR to fix this problem.~~ Fixed by #9985 ## 2. Use MySQL && Support MySQL && Support Oracle && Support Python 2 pip && Support Python 3 in FAQ Part Dolphinscheduler has changed all services to different docker images after version 3.0.0. So when we want to Support Mysql or Oracle. Maybe needs to change the API && Master && Worker && alert-service docker images. I'm not sure because I not familiar with this part, but the doc is not correct. Fixed by #10221 ### Anything else _No response_ ### Version 3.0.0-alpha ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/9984
https://github.com/apache/dolphinscheduler/pull/10221
6cebdfdf5045862653a1d05354bdd3f039919f54
c12848a4ff7fa2fd307c0c18acef40c410d4db99
"2022-05-11T06:35:41Z"
java
"2022-05-24T09:00:57Z"
closed
apache/dolphinscheduler
https://github.com/apache/dolphinscheduler
9,978
["dolphinscheduler-ui/src/locales/en_US/project.ts", "dolphinscheduler-ui/src/locales/zh_CN/project.ts", "dolphinscheduler-ui/src/views/projects/workflow/definition/components/start-modal.tsx"]
[Feature] I can't select task node to start rerun
### Search before 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 select any task node to run in the workflow instance, it will start the entire workflow 我在工作流实例中右键选择任意任务节点运行,将会启动整个工作流 @ke4qqq @gmcdonald @jbampton @simsicon ### What you expected to happen select any task node to run in the workflow instance, it will rerun workflow from this task node. like airflow 在工作流实例中选择任意任务节点运行,它将会从这个任务节点开始重跑工作流。就像airflow一样 ### How to reproduce ![image](https://user-images.githubusercontent.com/54828165/167751571-28deb5ca-7867-4876-90dd-6f89035f5c97.png) ### Anything else _No response_ ### Version 3.0.0-alpha ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
https://github.com/apache/dolphinscheduler/issues/9978
https://github.com/apache/dolphinscheduler/pull/11235
c4fdfc7a55553e58c64b556f5057a178b11b4671
c1c6d5921c46f7ccc6c81ef286ed5b090a53de98
"2022-05-11T01:57:55Z"
java
"2022-08-09T06:03:26Z"