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 timestamp[ns, tz=UTC] | language stringclasses 5
values | commit_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,596 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/PythonCommandExecutor.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/datax/DataxTask.java", "dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/worker/task/datax/Dat... | [Bug][Python] Conflict between python_home and datax_home configuration in dolphinscheduler_env.sh | Environment configuration of dataX and python
dolphinscheduler_ Env.sh configuration
To configure dataX python, you need to configure it in the root directory of Python
To execute a python script, you need to configure the python executable file in the python directory
- [dev]
- [1.3.6] | https://github.com/apache/dolphinscheduler/issues/5596 | https://github.com/apache/dolphinscheduler/pull/5612 | b436ef0a2c7dbfcdffbeb6006430a893897f2271 | 8bf042ae6ef7576209a0489e784684f4960ae6e0 | 2021-06-07T09:27:16Z | java | 2021-06-11T17:23:18Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,586 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/MasterServer.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/bean/SpringApplicationContext.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/zk/CuratorZookeeperClient.jav... | [Question] the cluster hangs up caused by failing to obtain JDBC Connection | I cannot see any master or worker on the Monitor page when the backend process instance is still alive on the ds server.
```[ERROR] 2021-06-02 08:53:16.176 org.apache.dolphinscheduler.server.master.registry.ServerNodeManager:[230] - WorkerGroupListener capture data change and get data failed
org.mybatis.spring.MyBa... | https://github.com/apache/dolphinscheduler/issues/5586 | https://github.com/apache/dolphinscheduler/pull/5588 | 87604b7a3df17dcfc5cc9087340d06b0d8930ddc | 75be09735a29469ef5169550239c65a5a27af3ba | 2021-06-03T01:39:35Z | java | 2021-06-04T05:27:18Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,583 | ["sql/upgrade/1.4.0_schema/postgresql/dolphinscheduler_ddl.sql"] | [Bug][SQL] org.postgresql.util.PSQLException: ERROR: column "group_name" named in key does not exist | **To Reproduce**
Steps to reproduce the behavior, for example:
1. Run DolphinScheduler with PostgreSQL
2. Click on the class 'CreateDolphinScheduler'
3. See error
**Expected behavior**
Bug fixed
**Screenshots**
```
16:55:01.862 [main] INFO org.apache.dolphinscheduler.common.utils.ScriptRunner - sql: DR... | https://github.com/apache/dolphinscheduler/issues/5583 | https://github.com/apache/dolphinscheduler/pull/5606 | 281b5aea6b85df86b279eb3377ff6851c560bcbd | 697f37d2c2c3376c5655d137f03b3fbd1c56a6dc | 2021-06-02T09:01:50Z | java | 2021-06-09T03:45:08Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,581 | ["sql/dolphinscheduler_mysql.sql", "sql/dolphinscheduler_postgre.sql", "sql/upgrade/1.3.6_schema/mysql/dolphinscheduler_ddl.sql", "sql/upgrade/1.3.6_schema/postgresql/dolphinscheduler_ddl.sql", "sql/upgrade/1.3.7_schema/mysql/dolphinscheduler_ddl.sql", "sql/upgrade/1.3.7_schema/mysql/dolphinscheduler_dml.sql", "sql/upg... | [Bug][Mysql] Specific key was too long, max key length is 767 bytes for varchar(256) in some mysql with innodb_large_prefix=OFF | **To Reproduce**
In some mysql with `innodb_large_prefix=OFF`, `Specific key was too long, max key length is 767 bytes` will occur when installing dolphinscheduler
**Expected behavior**
Bug fixed
**Screenshots**
), thx! **
**Describe the bug**
when use spaces in proccess definition name, it will check fail!
**To Reproduce**
Steps to reproduc... | https://github.com/apache/dolphinscheduler/issues/5569 | https://github.com/apache/dolphinscheduler/pull/5574 | a5a0c7c5f8885b31e18bbf3e2d8567104ba38b57 | cc9e5d5d34fcf2279b267cca7df37a9e80eeba07 | 2021-06-01T11:46:21Z | java | 2021-06-02T04:01:01Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,559 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/MasterServer.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/bean/SpringApplicationContext.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/zk/CuratorZookeeperClient.jav... | [Bug][Master Server] Master Server was shutdown but the process still in system | Master Server was shutdown but the process still in system when i restart zookeeper cluster
version:1.3.6
1.stop all the zookeeper servers , then start.
2. use jps command,will find the Master Server process
3. the dolphinscheduler-master log:
scheduler DolphinScheduler_$_slave.. shutdown complete.
Quartz servi... | https://github.com/apache/dolphinscheduler/issues/5559 | https://github.com/apache/dolphinscheduler/pull/5588 | 87604b7a3df17dcfc5cc9087340d06b0d8930ddc | 75be09735a29469ef5169550239c65a5a27af3ba | 2021-05-31T09:40:24Z | java | 2021-06-04T05:27:18Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,551 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/HadoopUtils.java"] | [Bug][Module Name] job state always in final state:RUNNING_EXECUTION when execution engine is tez | ```
yarn application -status application_1621995850095_6901
21/05/27 07:06:04 INFO client.RMProxy: Connecting to ResourceManager at ip-192-168-24-254.us-west-2.compute.internal/192.168.24.254:8032
21/05/27 07:06:04 INFO client.AHSProxy: Connecting to Application History server at ip-192-168-24-254.us-west-2.compute.... | https://github.com/apache/dolphinscheduler/issues/5551 | https://github.com/apache/dolphinscheduler/pull/6289 | 8d39bf14b1b189b43d27acfa2a3ae9ddd4eec5c6 | 2dc09c627fe1d32c63e9a7551390540581916d7d | 2021-05-27T07:22:10Z | java | 2021-12-05T06:03:29Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,540 | ["sql/dolphinscheduler_mysql.sql", "sql/dolphinscheduler_postgre.sql", "sql/upgrade/1.4.0_schema/mysql/dolphinscheduler_ddl.sql", "sql/upgrade/1.4.0_schema/postgresql/dolphinscheduler_ddl.sql"] | [Bug][JSON Split] Project created failure and unknown column p.code in field list | **To Reproduce**
Refer to https://dolphinscheduler.apache.org/zh-cn/development/development-environment-setup.html
And run `org.apache.dolphinscheduler.dao.upgrade.shell.CreateDolphinScheduler`
**Expected behavior**
Bug fixed
**Screenshots**
If applicable, add screenshots to help explain your problem.
![... | https://github.com/apache/dolphinscheduler/issues/5540 | https://github.com/apache/dolphinscheduler/pull/5611 | 0d5037e7c37d7903d9172f165b348058f1ddbf88 | c5bea3c77430e0b46a2f5a3a91a7fbbc78874196 | 2021-05-23T10:38:54Z | java | 2021-06-15T06:45:39Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,527 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/CommonUtils.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/HadoopUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/CommonUtilsTest.java"] | [Improvement][api-server] failed find any kerberos | kerberos.expire.time 已经设置成了1
但是,每隔几天后,资源中心的资源就无法下载了,提示,failed find any kerberos ,重启后才可用。

建议优化使之能够长期生效,避免重启 | https://github.com/apache/dolphinscheduler/issues/5527 | https://github.com/apache/dolphinscheduler/pull/5533 | 46660b58ed82d76904f26c5b869f3aa96e50727a | 9ba4ffbe48ca9cfeaaceeef2d346235e5e39dd86 | 2021-05-20T06:44:32Z | java | 2021-05-23T15:43:59Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,525 | ["dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/AlertDao.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/mapper/AlertMapper.java", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/AlertMapper.xml", "dolphinscheduler-dao/src/test/java/org/apa... | server down will send repetitive message | The master and worker will listen to other master or worker services down from zk, and will send message notifications, but this message will send one for each monitored service, so repeat.
For example, I have 3 masters and 3 workers, and one of the masters is down. The remaining five services will insert an alert da... | https://github.com/apache/dolphinscheduler/issues/5525 | https://github.com/apache/dolphinscheduler/pull/5529 | 60af52fb2bbf5f0fcab072024f44b01d85a8d620 | f8ecb536b71d6f33b71c73930832b62890b84ea1 | 2021-05-19T06:41:24Z | java | 2021-06-01T02:21:46Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,519 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ExecutorController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ExecutorService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java", "dolphi... | [Feature][JsonSplit-api]executors interface | from #5498
Change the request parameter processDefinitionId to processDefinitionCode,including the front end and controller interface | https://github.com/apache/dolphinscheduler/issues/5519 | https://github.com/apache/dolphinscheduler/pull/5863 | 8f0c400ee094e9f93fd74e9d09f6258903f56d91 | c5bc4fc48e67d3e8e1b40157403c8c4017ffae57 | 2021-05-18T14:03:18Z | java | 2021-07-20T09:22:10Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,517 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/WorkFlowLineageController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/WorkFlowLineageService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/WorkFlowLineageServi... | [Feature][JsonSplit-api]WorkFlowLineage interface | from #5498
Change the request parameter projectId to projectCode,including the front end and controller interface | https://github.com/apache/dolphinscheduler/issues/5517 | https://github.com/apache/dolphinscheduler/pull/5834 | 741d757dcb8c80c97c32d314c0fb5da08ebad5ea | 901bc9a43cc3f6f48a9681b1884a714c143759f1 | 2021-05-18T14:02:08Z | java | 2021-07-19T01:49:40Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,511 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/SchedulerController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/SchedulerService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/SchedulerServiceImpl.java", "dol... | [Feature][JsonSplit-api]schedule update interface | from #5498
remove the request parameter workerGroupId,including the front end and controller interface | https://github.com/apache/dolphinscheduler/issues/5511 | https://github.com/apache/dolphinscheduler/pull/5761 | d382a7ba8c454b41944958c6e42692843a765234 | cfa22d7c89bcd8e35b8a286b39b67b9b36b3b4dc | 2021-05-18T13:58:16Z | java | 2021-07-07T10:15:19Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,510 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/SchedulerController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/SchedulerService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/SchedulerServiceImpl.java", "dol... | [Feature][JsonSplit-api]schedule list-paging interface | from #5498
Change the request parameter processDefinitionId to processDefinitionCode,including the front end and controller interface | https://github.com/apache/dolphinscheduler/issues/5510 | https://github.com/apache/dolphinscheduler/pull/5771 | e4f427a8d8bf99754698e054845291a5223c2ea6 | 72535a47e3dafc68c457996ea6e01b8da17685aa | 2021-05-18T13:57:34Z | java | 2021-07-09T02:13:00Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,487 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/TaskRecordController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/TaskRecordService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/TaskRecordServiceImpl.java", "... | [Improvement][Task] Remove TaskRecordDao And simply the after() in the AbstractTask class | Dolphin scheduler 目前已经移除了数据质量检测,
可见在配置文件中也已经移除了对 相关数据质量涉及的db的
但是代码中依旧存在TaskRecordDao对数据质量的query,
并且SELECT * FROM eamp_hive_log_hd WHERE PROC_NAME='%s' and PROC_DATE like '%s'"
中涉及的eamp_hive_log_hd db明显已经不存在于配置的默认数据库中,
但是在重要的抽象类AbstractTask 中依旧存在对
TaskRecordDao的数据质量检测逻辑的判定,建议移除来保持对重要抽象类的纯净
public void after(... | https://github.com/apache/dolphinscheduler/issues/5487 | https://github.com/apache/dolphinscheduler/pull/5492 | 018f5c89f6ee1dbb8259a6036c4beb1874cd3f5c | bc22ae7c91c9cbd7c971796ba3a45358c2f11864 | 2021-05-17T09:46:25Z | java | 2021-05-18T09:00:03Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,469 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/AbstractCommandExecutor.java"] | [Improvement][Task] Improved shell task execution result log information | **Describe the question**
Improved shell task execution result log information, adding process.waitFor() and process.exitValue() information to the original log
```
logger.info("process has exited, execute path:{}, processId:{} ,exitStatusCode:{}",
taskExecutionContext.getExecutePath(), processId, re... | https://github.com/apache/dolphinscheduler/issues/5469 | https://github.com/apache/dolphinscheduler/pull/5691 | bae047e4a38e4d0e985fad2fcc0d184cf9ca8b53 | 3b80760c42e4d3208349969a9ec9d5ee1ed86222 | 2021-05-14T05:09:44Z | java | 2021-06-25T01:13:26Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,468 | ["docker/build/conf/dolphinscheduler/common.properties.tpl", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/NetUtils.java", "dolphinscheduler-common/src/main/resources/common.properties"] | [Bug][Common] Obtaining IP is incorrect | **To Reproduce**
In some scenarios, obtaining IP is incorrect
**Expected behavior**
Bug fixed
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Scenario 1: IP is null**

**Which version of DolphinScheduler:**
-[dev]
| https://github.com/apache/dolphinscheduler/issues/5429 | https://github.com/apache/dolphinscheduler/pull/5430 | f88bbbd637700401715bc3802601e7802b56b9ae | 0d8011f9c1daa2b79dd45b0c80731d6b31ab0f07 | 2021-05-08T09:05:30Z | java | 2021-05-10T01:44:17Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,424 | ["dolphinscheduler-alert-plugin/dolphinscheduler-alert-email/src/main/java/org/apache/dolphinscheduler/plugin/alert/email/ExcelUtils.java"] | [Feature][Plugin-Email] Numeric data type support in email attachment | Status Quo
Dolphinscheduler currently supports executing SQL and send result as email table/attachment, however the .xls attachment is forcing all columns to be "text" type and creates difficulty in data manipulation down the line (not sure this is a bug or expected behavior).
Suggestion
Hoping to see support for ... | https://github.com/apache/dolphinscheduler/issues/5424 | https://github.com/apache/dolphinscheduler/pull/5426 | fbef290cc5e611bfee7a430472b2b2774dd6d921 | 5556e47a85b40b28688cd41e27a96f4b1bc4e225 | 2021-05-06T13:13:24Z | java | 2021-05-11T12:53:27Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,408 | ["dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/datasource/ConnectionFactory.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/datasource/SpringConnectionFactory.java"] | [Improvement][Dao] Database add connection check | **Describe the question**
When the database connects fails, the application should fail quickly and shouldn't start successfully.
At present, if we set the wrong database params, we can still start the application successful, we need to check the log to determine whether the program is normal.
**Which version of D... | https://github.com/apache/dolphinscheduler/issues/5408 | https://github.com/apache/dolphinscheduler/pull/5409 | 0bdf15efb9774ee11afab61f79d5f5547457e402 | 71f39fa8751252c9b665213e2f3a4a1827da2a27 | 2021-04-29T14:45:12Z | java | 2021-05-06T01:41:44Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,381 | ["dolphinscheduler-dao/pom.xml", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/upgrade/DolphinSchedulerManager.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/upgrade/UpgradeDao.java", "dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/upgrade/shell/Crea... | [Bug][API] Upload file failure with PostgreSQL | **To Reproduce**
Steps to reproduce the behavior, for example:
1. Upload file in `Resource Manage`
2. See error
**Expected behavior**
Bug fixed
**Screenshots**
If applicable, add screenshots to help explain your problem.

| https://github.com/apache/dolphinscheduler/issues/5346 | https://github.com/apache/dolphinscheduler/pull/5348 | 0f3eed9d00e6b688342c7885b0d2fc2528481ce0 | 2a59ed092ca1eea733a28f3ceb7f03776582ecb6 | 2021-04-22T02:35:20Z | java | 2021-04-29T08:29:29Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,328 | ["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | [Bug][MasterServer] process contain depend task is always running | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio... | https://github.com/apache/dolphinscheduler/issues/5328 | https://github.com/apache/dolphinscheduler/pull/5344 | 5f1fc462c9ba321736f9fe9a1bfc057d1da894d0 | e12a26289bce0b38bd65ac74a3349ecadd8a9141 | 2021-04-20T06:07:08Z | java | 2021-04-21T14:29:53Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,326 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProjectController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ProjectService.java", "dolphinscheduler-api/src/mai... | [Bug][api-server] delete the user ,when query the project by join the table of t_ds_user will return null. | delete the user ,when query the project by join the table of t_ds_user will return null.
Suggested that [
from t_ds_project p
join t_ds_user u on p.user_id = u.id
]changed to [
from t_ds_project p
left join t_ds_user u on p.user_id = u.id
] | https://github.com/apache/dolphinscheduler/issues/5326 | https://github.com/apache/dolphinscheduler/pull/5394 | 6b8461e901de65000f4f8f34ebfe011946e787d3 | cbbe9c333c39a0163c100c5ced270f76301c97b3 | 2021-04-20T03:12:14Z | java | 2021-04-29T06:50:05Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,310 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/OSUtils.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/consumer/TaskPriorityQueueConsumer.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/dispatch/ExecutorDis... | [Improvement][Server] The log "load is too high or availablePhysicalMemorySize(G) is too low" is not clear | **Describe the question**
The log `load is too high or availablePhysicalMemorySize(G) is too low` is not clear
**What are the current deficiencies and the benefits of improvement**
- The updated log `current cpu load average {} is too high or available memory {}G is too low, under max.cpuload.avg={} and reserv... | https://github.com/apache/dolphinscheduler/issues/5310 | https://github.com/apache/dolphinscheduler/pull/5311 | e92e29ef9a126d1d5660011545056d4dd806d105 | 83519bdfc3a5cdd40f2d538d64ab6f8221bef246 | 2021-04-16T16:01:16Z | java | 2021-04-19T02:29:32Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,309 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.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/jav... | [Bug][Common] memoryUsage is `-33%` | **To Reproduce**
`memoryUsage` is `-33%`
**Expected behavior**
Bug fixed
**Screenshots**

**Which version of Dolphin Scheduler:**
-[1.3.x]
-[dev]
| https://github.com/apache/dolphinscheduler/issues/5309 | https://github.com/apache/dolphinscheduler/pull/5312 | 5ef1f731b7f3b48915859b7a9595ec42df614c48 | e92e29ef9a126d1d5660011545056d4dd806d105 | 2021-04-16T15:51:04Z | java | 2021-04-19T02:24:54Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,304 | ["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.xml", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/sql/SqlTask.java"] | [Improvement][dao]When I search for the keyword Modify User, the web UI shows empty |
**Describe the question**
The search function in the project module is currently only fuzzy matching by workflow name
**What are the current deficiencies and the benefits of improvement**
- Keyword query is too single, we can fuzzy query by each column name, similar to yarn web UI interface
**Which version of... | https://github.com/apache/dolphinscheduler/issues/5304 | https://github.com/apache/dolphinscheduler/pull/5952 | 1887bde1ebf8249de153890e78d449582e3eaf4a | 04423260a16b03221e4db23f3d99e5d21212fa29 | 2021-04-16T09:11:27Z | java | 2021-08-17T16:53:12Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,266 | ["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | [Bug][master-server] If start a process instance form fail node or stop node ,the param will be init. | If start a process instance form fail node or stop node ,the param will be init.
如果从失败节点开始执行,或从暂定节点开始执行,已经执行过的节点处理过的参数会被初始化。 | https://github.com/apache/dolphinscheduler/issues/5266 | https://github.com/apache/dolphinscheduler/pull/5267 | 94a08c8f327bed2b53240de3f6ba9018fed74fa9 | 6dbbf6d55d105485b04d2b12533dbbc6e4c9a68f | 2021-04-13T07:22:38Z | java | 2021-04-16T15:14:22Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,261 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/model/TaskNode.java", "dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/utils/DagHelperTest.java"] | [Bug][server-api] copy the node ,the preTasks is error | When we copy a node form process definition,the value preTasks is the source node .when we link the noe previous node ,this value would't change .when start a process instance from fail node ,this error may cause that some copy node which agter the failed node will not execute. | https://github.com/apache/dolphinscheduler/issues/5261 | https://github.com/apache/dolphinscheduler/pull/5264 | f82da57277c825d4588a6a0654b7730d333a5b18 | 5f1fc462c9ba321736f9fe9a1bfc057d1da894d0 | 2021-04-12T12:33:58Z | java | 2021-04-20T07:17:17Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,235 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/configuration/AppConfiguration.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/configuration/TrafficConfiguration.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/interceptor/RateLimitInterceptor.ja... | [Improvement][ApiServer] Traffic limit | **Describe the question**
After support OpenAPI, it is necessary to control the traffic, otherwise the service may be breakdown.
**What are the current deficiencies and the benefits of improvement**
- Maybe we can add global request rate limit. And in the future, we can consider to support tenant-level rate contr... | https://github.com/apache/dolphinscheduler/issues/5235 | https://github.com/apache/dolphinscheduler/pull/5307 | 07e612c8777447349ed074ec7bb4384c647df1d8 | 7843ed40873bcb4b7f2e1b05f5773e1fc2efa51f | 2021-04-08T13:44:34Z | java | 2021-04-16T14:41:02Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,233 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ExecutorServiceImpl.java"] | [Bug]If commandMap doesn't contains StartParams,REPEAT RUNNING processInstance will throw exceprion | [Bug]if commandMap doesn't contains CMD_PARAM_START_PARAMS,REPEAT RUNNING processInstance will throw exceprion.
The commandMap contains key ,except the key of StartParams ,when REPEAT RUNNING processInstance will throw exceprion . | https://github.com/apache/dolphinscheduler/issues/5233 | https://github.com/apache/dolphinscheduler/pull/5234 | 2f1f193ba85abb7d4738f4f10ad05e6d510132c5 | 5c898e38ed62b0f8d034d1e910be4b45692dae8e | 2021-04-08T08:40:01Z | java | 2021-04-08T10:58:43Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,229 | ["dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertServer.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/LoggerServiceImpl.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java", "... | [Feature][server port] server port custom config | **Describe the feature**
all application can custom config server port
| https://github.com/apache/dolphinscheduler/issues/5229 | https://github.com/apache/dolphinscheduler/pull/6947 | 100a9ba3fc21764158593bd33e2b261b0ef39982 | 0dcff1425a28da0ce0004fc3e594b97d080c5fd9 | 2021-04-07T09:22:45Z | java | 2021-11-30T16:21:03Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,210 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/registry/MasterRegistry.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/registry/WorkerRegistry.java", "dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/zk/ZookeeperOperato... | [Improvement][Server] Must restart master if Zk reconnect | **Describe the question**
If zookeeper is disconnect, the master server stop work, and when the zookeeper reconnect, we need to restart the master server, the master server can't automatic recovery.
Because when the zookeeper reconnect, treeCache will produce NODE_REMOVED event, `ZKMasterClient` receive this event a... | https://github.com/apache/dolphinscheduler/issues/5210 | https://github.com/apache/dolphinscheduler/pull/5211 | 9d0c816cee102edbba2ac080f483c8a73a0b7b30 | 842c5400e605a8b8eb0d8fdc78701f10222063fd | 2021-04-04T14:23:48Z | java | 2021-05-24T21:03:29Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,199 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/ProcessUtils.java"] | [Bug][api] When sleep is included in a shell task, cannot kill the task |


**Which version of Dolphin Scheduler:**
-[1.3.6-prepare]
| https://github.com/apache/dolphinscheduler/issues/5199 | https://github.com/apache/dolphinscheduler/pull/5212 | 97fb08f0ced20a4b9563725ed9e9600e5ea5722b | 4a1303b625f3425550636a522ad2e38bd8cae1b7 | 2021-04-02T09:04:44Z | java | 2021-04-06T02:47:53Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,180 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/DataxUtils.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/datax/DataxTask.java", "dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/utils/DataxUtilsTest.java", "dolphinsc... | [Improvement][Module Name] DataX Node doesn't Support Clickhouse as the datasource | **Describe the question**
When I create a DataX node, I can't use a Clickhouse Datasource as the source or the target in a DataX task. Currently, I can only select from Mysql, Postgresql,Oracle ans Sqlserver.
 | **Describe the question**
The QueryAuthorizedProject interface has query authority only for administrators,the project scenario where a user queries the user's own authorization cannot be satisfied.
**What are the current deficiencies and the benefits of improvement**
The QueryAuthorizedProject interface adds... | https://github.com/apache/dolphinscheduler/issues/5170 | https://github.com/apache/dolphinscheduler/pull/5184 | 73e917d3c179b67afd0f3fbd2902d683dbed172d | 039d517c1358c197629d54c580ba6e1b356d551d | 2021-03-29T09:49:27Z | java | 2021-04-11T06:44:20Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,147 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterBaseTaskExecThread.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/ProcessUtils.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/processor/TaskKill... | [Improvement][Master] this expression which always evaluates "true" | *For better global communication, please give priority to using English description, thx! *
*Please review https://dolphinscheduler.apache.org/en-us/community/development/issue.html when describe an issue.*
**Describe the question**
this expression which always evaluates "true"
**What are the current deficien... | https://github.com/apache/dolphinscheduler/issues/5147 | https://github.com/apache/dolphinscheduler/pull/5156 | fe144e46a3f23f5b484a3ce74552cc6faad9009c | 513eb769196971956f15665640aefd782b9f69f3 | 2021-03-25T07:29:28Z | java | 2021-04-19T09:48:09Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,144 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/instance/pages/gantt/index.vue", "dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/file/pages/edit/index.vue"] | [Improvement][UI] error v-show directives cannot be put on template tags | **Describe the question**
error 'v-show' directives cannot be put on <template> tags vue/valid-v-show
**Which version of DolphinScheduler:**
-[dev]
| https://github.com/apache/dolphinscheduler/issues/5144 | https://github.com/apache/dolphinscheduler/pull/5145 | 492b318bd321d35247488e1f181e3ea9d1259963 | f6d62a4924417fbcdea35ba2896a652eb9bc735c | 2021-03-25T06:13:05Z | java | 2021-03-26T08:42:13Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,132 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/AbstractCommandExecutor.java"] | [Bug][server] when an exception occurs in the taskExecuteThread, task cannot stop immediately |
**Describe the bug**
When an exception occurs in the taskExecuteThread, task will be called the `cancelApplication()` method to stop the task immediately。Howerver,the task whose` cancelApplication()` method base on the `AbstractCommandExecutor.cancelApplication()` cannot be killed immediately,because `AbstractC... | https://github.com/apache/dolphinscheduler/issues/5132 | https://github.com/apache/dolphinscheduler/pull/5133 | 573252f3e1baba5e133b6c8f608c22e3c2267a03 | 9c0439621836b5134b8a7da4e671cb74edc7c31b | 2021-03-23T10:23:38Z | java | 2021-03-29T02:41:51Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,128 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/CommonUtils.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/OSUtils.java", "dolphinscheduler-common/src/main/... | [Feature][Worker] Support turning off sudo permissions | *For better global communication, please give priority to using English description, thx! *
*Please review https://dolphinscheduler.apache.org/en-us/community/development/issue.html when describe an issue.*
**Describe the feature**
The current version of multi-tenant implementation requires sudo permission. Mo... | https://github.com/apache/dolphinscheduler/issues/5128 | https://github.com/apache/dolphinscheduler/pull/5129 | 9c0439621836b5134b8a7da4e671cb74edc7c31b | a6a1b94df4f5c4d22845fe99f2f778ba53d60e5c | 2021-03-23T04:00:15Z | java | 2021-03-29T03:07:39Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,124 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java"] | [Bug][API] do not set file name when reupload | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
1. upload file with name "ojd... | https://github.com/apache/dolphinscheduler/issues/5124 | https://github.com/apache/dolphinscheduler/pull/5125 | f20bb54896a9ac7b65c20b0cc7b0a744d1741155 | 6b565f0aed07cd328702d9fc1bec99e682c7525f | 2021-03-22T07:14:07Z | java | 2021-04-01T12:44:03Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,103 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ResourcesServiceImpl.java"] | [Bug][Resource] The file name of File and UDF resource not changed and cannot re-upload after renaming name | **To Reproduce**
Steps to reproduce the behavior, for example:
1. Go to 'File Manage'
2. Upload a file
3. Rename the file
4. See error (picture 1)
5. The same error also occurs in 'UDF Resources' (picture 2)
6. In 1.3.x version, if the renamed file is re-uploaded, 'resource already exists' error occurs (picture ... | https://github.com/apache/dolphinscheduler/issues/5103 | https://github.com/apache/dolphinscheduler/pull/5107 | 91c29e6ca35b6ca81172f8b8c4ce3191d094852f | 4a6e8b7afac5c56392ca74de008ef5f1319a3be6 | 2021-03-18T16:20:49Z | java | 2021-03-19T06:51:12Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,094 | ["dolphinscheduler-ui/src/js/conf/home/App.vue", "dolphinscheduler-ui/src/js/conf/home/router/index.js", "dolphinscheduler-ui/src/lib/external/config.js"] | [Improvement][UI] Add a main switch for refresh_in_switched_tab | **Describe the question**
Add a main switch for `refresh_in_switched_tab`
**What are the current deficiencies and the benefits of improvement**
- If a user does not want to automatically refresh the page in switched tab, he can set a main switch to `false`
**Which version of DolphinScheduler:**
-[dev]
... | https://github.com/apache/dolphinscheduler/issues/5094 | https://github.com/apache/dolphinscheduler/pull/5095 | 9008fa4b0c43a615270f080e9d8c3c2a324bee9c | 91c29e6ca35b6ca81172f8b8c4ce3191d094852f | 2021-03-18T07:34:01Z | java | 2021-03-19T03:58:33Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,089 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/jsonBox.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/scriptBox.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formMo... | [Bug][UI] Code mirror cannot be displayed normally in sqoop task | **To Reproduce**
Steps to reproduce the behavior, for example:
1. Go to 'Create process' in 'Process definition'
2. Create a sqoop task
3. Switch 'Custom Job' and 'ModelType'
4. See error
**Expected behavior**
Bug fixed
**Screenshots**
Picture 1:
}` function in the shell task, it needs to share the `key` to the process instance. but now, it's not working.
**Which version of Dolphin Scheduler:**
- [current dev branch]
| https://github.com/apache/dolphinscheduler/issues/5071 | https://github.com/apache/dolphinscheduler/pull/5067 | 6bf5031f455a930488ab58bb15c108cab80425a4 | 0ba120e8ab80d4687685837f6aa52460e7201813 | 2021-03-16T13:51:01Z | java | 2021-03-16T13:56:05Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,059 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitionServiceImpl.java", "dolph... | [Improvement][API] Verify that the new workflow definition version is the current version before removing it |
**Describe the question**
Verify that the new workflow definition version is the current version before removing it
1.A new method to the Delete API verifies that the workflow definition version is in use
2.UI additions prohibit deleting the current version
**Which version of DolphinScheduler:**
-[dev]
... | https://github.com/apache/dolphinscheduler/issues/5059 | https://github.com/apache/dolphinscheduler/pull/5060 | 6216817861c64d9a170686c4c5aa6f3b9b0da110 | 705715c3130be49a8bab9bc2d181b2ad26d453da | 2021-03-15T12:35:24Z | java | 2021-03-18T01:37:17Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,058 | ["dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/plugin/DolphinSchedulerPluginLoaderTest.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterExecThread.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runne... | [Improvement][Master] The master-server creates the DB data source twice | **Describe the question**
The master-server creates the DB data source twice
1. Load the data source through Spring
2.AlertManager builds the data source with the ConnectionFactory factory class
**Which version of DolphinScheduler:**
-[dev]
), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio... | https://github.com/apache/dolphinscheduler/issues/5055 | https://github.com/apache/dolphinscheduler/pull/5056 | 5d7dc1cb2aff2147b09b13ed002cbe54f3478a2c | e8c9c33d7e45b361c3c25085b01d3d78b6b11d90 | 2021-03-15T10:09:31Z | java | 2021-04-01T12:57:46Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,048 | ["dolphinscheduler-dao/src/test/java/org/apache/dolphinscheduler/dao/mapper/TaskInstanceMapperTest.java", "sql/dolphinscheduler_postgre.sql", "sql/upgrade/1.3.6_schema/postgresql/dolphinscheduler_ddl.sql", "sql/upgrade/1.3.6_schema/postgresql/dolphinscheduler_dml.sql"] | [Bug][Api] Delete the stopped workflow without deleting the corresponding sub process, the workflow instance name is not displayed in the sub process | 1.stop workflow,Workflow contains sub_process
2.delete the workflow, No sub_process were deleted, the workflow instance name is not displayed in the sub process

**Expected results**
delete the workflow,... | https://github.com/apache/dolphinscheduler/issues/5048 | https://github.com/apache/dolphinscheduler/pull/5066 | ba039dc252a2ddfe316297a2955f0ea9f966432a | f109a758f8388a0499391f5a87ccd6d1e17db3aa | 2021-03-13T14:00:33Z | java | 2021-03-23T03:26:11Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,044 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/zk/ZKMasterClient.java"] | [Bug][Master] Fix First master fault tolerance when startup | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
Filtering an empty Host results in failure to perform Master startup fault tolerance
过滤空Host导致未执行Maste... | https://github.com/apache/dolphinscheduler/issues/5044 | https://github.com/apache/dolphinscheduler/pull/5045 | cc2a94a9735099b0a453624ce1c9f3be7a375a9d | a3153b5e44d40cceea6e705f2406c4a4ec5f99c9 | 2021-03-12T15:02:48Z | java | 2021-03-12T16:01:18Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 5,006 | ["docker/build/conf/dolphinscheduler/worker.properties.tpl", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/OSUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/OSUtilsTest.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinschedule... | [Feature][Worker] Add a configuration item to set whether the tenant is automatically created on Worker | **Describe the feature**
In the dev branch, the tenant executing a task will not be automatically created in worker. This will cause issue [#4995](https://github.com/apache/incubator-dolphinscheduler/issues/4995)
In the following two scenarios, it will cause inconvenience to users
- Product or operation people... | https://github.com/apache/dolphinscheduler/issues/5006 | https://github.com/apache/dolphinscheduler/pull/5007 | 29d42fd92d6720a8a0641e37923c6e6f38a5ae85 | f94cfc620dfd0c51010a49134a073e3848c0bd7e | 2021-03-08T15:28:05Z | java | 2021-03-18T10:34:42Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,995 | ["docker/build/conf/dolphinscheduler/worker.properties.tpl", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/OSUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/OSUtilsTest.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinschedule... | [Bug][api] select an existing tenant, the workflow fails to run, indicating that the tenant does not exist |


**Which version of Dolphin Scheduler:**
-[dev]
| https://github.com/apache/dolphinscheduler/issues/4995 | https://github.com/apache/dolphinscheduler/pull/5007 | 29d42fd92d6720a8a0641e37923c6e6f38a5ae85 | f94cfc620dfd0c51010a49134a073e3848c0bd7e | 2021-03-07T12:25:55Z | java | 2021-03-18T10:34:42Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,972 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/ProcessUtils.java", "dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/utils/ProcessUtilsTest.java"] | [Improvement][Worker] yarn kill job after kinit (kerberos) | *For better global communication, please give priority to using English description, thx! *
*Please review https://dolphinscheduler.apache.org/en-us/community/development/issue.html when describe an issue.*
**Describe the question**
After yarn kerberos authentication is enabled, kerberos TGT needs to be initiali... | https://github.com/apache/dolphinscheduler/issues/4972 | https://github.com/apache/dolphinscheduler/pull/4973 | fd581af72675b6c71ee46bba2a393091e6643b90 | c3f43a19242c3cb4538372f02e7eaf83b971ab1e | 2021-03-05T14:09:19Z | java | 2021-03-08T12:17:28Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,971 | ["dolphinscheduler-alert/src/main/java/org/apache/dolphinscheduler/alert/AlertServer.java", "dolphinscheduler-alert/src/main/java/org/apache/dolphinscheduler/alert/utils/PropertyUtils.java", "dolphinscheduler-alert/src/test/java/org/apache/dolphinscheduler/alert/plugin/AlertPluginManagerTest.java", "dolphinscheduler-al... | [Improvement][common] Remove redundant PropertyUtils.class | We are flooded with too many PropertyUtils.class, in my opinion, there is no need, therefore, it is best to keep only the common-model. | https://github.com/apache/dolphinscheduler/issues/4971 | https://github.com/apache/dolphinscheduler/pull/5020 | 1cd62b4a5e6d5e8ac3adf8b7e2ffd61a8e87f71b | 6216817861c64d9a170686c4c5aa6f3b9b0da110 | 2021-03-05T13:58:44Z | java | 2021-03-17T07:28:07Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,963 | ["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/DataSourceMapper.xml", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessInstanceMapper.xml", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml", "dolphi... | [Bug][Dao] Mybtis Mapper used foreach syntax to traverse collections and the collection was empty |
**Describe the bug**
Mybtis Mapper used foreach syntax to traverse collections and the collection was empty
**Screenshots**

**Which version of Dolphin Scheduler:**
-[dev]
| https://github.com/apache/dolphinscheduler/issues/4963 | https://github.com/apache/dolphinscheduler/pull/4964 | 89c9b517409279e551683aafa130eff50bdad091 | d13fab7497c999483e7ffe19beec5c6da089c2f3 | 2021-03-05T10:02:58Z | java | 2021-03-09T01:44:11Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,960 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/task/spark/SparkParameters.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/utils/FlinkArgsUtils.java", "dolphinscheduler-... | [Feature][Spark] Support spark name | **Describe the feature**
Support spark name, which is common option
**Is your feature request related to a problem? Please describe.**
No.
**Describe the solution you'd like**
I will implement this feature
| https://github.com/apache/dolphinscheduler/issues/4960 | https://github.com/apache/dolphinscheduler/pull/4959 | 0ac0f31548ef8bfe9a968663db11fd3e09d0bf2d | e74932cfc21c95d7824cd55dd3cb6e441e2b8305 | 2021-03-04T17:04:42Z | java | 2021-03-09T04:51:35Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,940 | ["dolphinscheduler-ui/src/js/conf/home/pages/resource/pages/file/pages/subdirectory/index.vue"] | [Bug][UI] when upload a file to a directory in resource page,then call resources/list-paging error | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio... | https://github.com/apache/dolphinscheduler/issues/4940 | https://github.com/apache/dolphinscheduler/pull/4941 | 53aedc50eca8bad176e1c9dfbec6d38b9c34cd4b | 658a7f5661a3bee4f6bfb72d6981eb8d1c428e77 | 2021-03-03T07:35:49Z | java | 2021-03-03T12:37:35Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,939 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/LoggerUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/LoggerUtilsTest.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/log/LoggerRequestProcessor.java", "dolphins... | [Improvement][worker] Optimize KillYarnJob | When KillYarnJob, determine whether the target host is the local machine, if it is, rpc communication is not required
org.apache.dolphinscheduler.server.worker.processor.TaskKillProcessor#killYarnJob
| https://github.com/apache/dolphinscheduler/issues/4939 | https://github.com/apache/dolphinscheduler/pull/4943 | beb5adb9855521341e8b88a31440075b9708b852 | ea6b1de120cd438b7611b966d396164dec421cbb | 2021-03-03T07:19:13Z | java | 2021-03-11T14:13:44Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,934 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue"] | [Bug][UI] Index page statics info not show todays but show all history statics task info | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio... | https://github.com/apache/dolphinscheduler/issues/4934 | https://github.com/apache/dolphinscheduler/pull/4935 | 5bfe3fca673d9f0a0622ef5c3f089e52a9599641 | 53aedc50eca8bad176e1c9dfbec6d38b9c34cd4b | 2021-03-03T02:32:48Z | java | 2021-03-03T12:36:41Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,929 | ["dolphinscheduler-dao/src/main/java/org/apache/dolphinscheduler/dao/entity/UdfFunc.java"] | [Bug][dao] when run a hive-sql with udf throw ClassCastException | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio... | https://github.com/apache/dolphinscheduler/issues/4929 | https://github.com/apache/dolphinscheduler/pull/4930 | ba2bb22100a2d20180477897cadd6cb57b139dd2 | 397c78149c3eb0aad10b6cacd82e82013d4b7dbd | 2021-03-02T09:57:49Z | java | 2021-03-02T10:26:14Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,908 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/dependItemList.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/nodeStatus.vue", "dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/conditions.vue"] | [Bug][UI] Dependent task item cannot delete and select | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio... | https://github.com/apache/dolphinscheduler/issues/4908 | https://github.com/apache/dolphinscheduler/pull/4909 | a25c3974fcba99d96e884c9f928d5dae4d455785 | 54fc458e442f823a2d2c491472ce767edeec2196 | 2021-03-01T13:31:46Z | java | 2021-03-01T13:58:39Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,905 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/NetUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/CommonTest.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/NetUtilsTest.java"] | [Bug][K8s] Incorrect host problem in minikube | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio... | https://github.com/apache/dolphinscheduler/issues/4905 | https://github.com/apache/dolphinscheduler/pull/4906 | 4706de717ceb6d399aca1dbd683566ef8f97b578 | d6675259132c7eeebb183782bdc7f09fe04ff21b | 2021-03-01T08:28:45Z | java | 2021-03-04T02:05:24Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,897 | [".licenserc.yaml", "docker/build/Dockerfile", "docker/build/conf/dolphinscheduler/logback/logback-alert.xml", "docker/build/conf/dolphinscheduler/logback/logback-api.xml", "docker/build/conf/dolphinscheduler/logback/logback-master.xml", "docker/build/conf/dolphinscheduler/logback/logback-worker.xml", "docker/build/con... | [Bug][Docker] `docker logs -f` command cannot keep outputting logs all the time | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio... | https://github.com/apache/dolphinscheduler/issues/4897 | https://github.com/apache/dolphinscheduler/pull/4900 | d6675259132c7eeebb183782bdc7f09fe04ff21b | cf13c87dae0b30d994f448140f5c7e506d8f3ca4 | 2021-02-27T05:14:30Z | java | 2021-03-04T02:08:03Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,893 | ["README.md"] | [Improvement][READM.md] update the latest url for `QuickStart in Docker` | please update the following url
```
Please referer the official website document:[[QuickStart in Docker](https://dolphinscheduler.apache.org/en-us/docs/1.3.4/user_doc/docker-deployment.html)]
````
with new 1.3.5 version :
https://dolphinscheduler.apache.org/en-us/docs/1.3.5/user_doc/docker-deployment.html
| https://github.com/apache/dolphinscheduler/issues/4893 | https://github.com/apache/dolphinscheduler/pull/4895 | b8788f007b1617605e05d70c0ff33c4aa7318c4b | d170b92dc6ab5deda8ab88d5eede1e8d642ee158 | 2021-02-27T01:36:39Z | java | 2021-02-27T06:46:18Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,886 | ["docker/build/Dockerfile", "docker/build/conf/dolphinscheduler/common.properties.tpl", "docker/build/conf/dolphinscheduler/env/dolphinscheduler_env.sh.tpl", "docker/build/startup-init-conf.sh", "docker/docker-swarm/docker-compose.yml", "docker/docker-swarm/docker-stack.yml", "docker/docker-swarm/dolphinscheduler_env.s... | [Bug][Docker] Cannot create container for service dolphinscheduler-worker: invalid volume specification in Windows | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio... | https://github.com/apache/dolphinscheduler/issues/4886 | https://github.com/apache/dolphinscheduler/pull/4887 | a75793d875a9a7c3394dc8768c014e1d4efa6e7f | b8788f007b1617605e05d70c0ff33c4aa7318c4b | 2021-02-26T12:27:50Z | java | 2021-02-27T01:45:23Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,884 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/exception/BaseException.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/HadoopUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/HadoopUtilsTest.java"] | [Improvement][Common] a concatenation URL problem occurred when the address of the ACITVE ResourceManager in YARN HA mode failed to be obtained | **Describe the question**
Acitve ReSourceManager IP = null when obtaining Acitve ReSourceManager address in YARN HA mode fails,
the program will return splicing application url = http://null:8088/ws/v1/cluster/apps/%s
**What are the current deficiencies and the benefits of improvement**
The yarn application URL ... | https://github.com/apache/dolphinscheduler/issues/4884 | https://github.com/apache/dolphinscheduler/pull/4885 | ea6b1de120cd438b7611b966d396164dec421cbb | c8e31ad58e15936174e773172d12337a8cf26d69 | 2021-02-26T04:31:57Z | java | 2021-03-11T14:14:52Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,881 | ["docker/build/README.md"] | [Improvement][Docker] Add default login username and password in readme | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
Documentation for the docker-compose instructions is missing the default login credentials. (https://gi... | https://github.com/apache/dolphinscheduler/issues/4881 | https://github.com/apache/dolphinscheduler/pull/4882 | d217937de3c876c2f1d44cd05eeb266159111b1e | fbe0edac070df6322ce72b269255ff70f64c9c3d | 2021-02-26T03:33:09Z | java | 2021-02-26T05:28:39Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,837 | ["docker/kubernetes/dolphinscheduler/README.md", "docker/kubernetes/dolphinscheduler/templates/deployment-dolphinscheduler-api.yaml", "docker/kubernetes/dolphinscheduler/templates/ingress.yaml", "docker/kubernetes/dolphinscheduler/templates/svc-dolphinscheduler-api.yaml", "docker/kubernetes/dolphinscheduler/values.yaml... | Docker & K8s Improvement Plan | ### 1.3.5-release
Docker Improvement Plan
- [x] Reduce image size
- [x] Remove frontend/nginx
- [x] Remove stdout log in properties
- [x] improve compose/swarm deployment
- [x] Fix random PSQLException
- [x] Sync docker conf templates to the latest conf properties
- [x] Update outdated readme
K8s Improve... | https://github.com/apache/dolphinscheduler/issues/4837 | https://github.com/apache/dolphinscheduler/pull/4902 | 24fda3fbb1cdf4a58b519feb85e7613b15804dd2 | 4706de717ceb6d399aca1dbd683566ef8f97b578 | 2021-02-22T07:30:35Z | java | 2021-03-04T01:40:28Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,721 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/HadoopUtils.java", "dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/StringUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/StringUtilsTest.java", "dolphinscheduler-... | [Bug][worker] The shell background starts the YARN task scenario, and the kill function is abnormal |
**Describe the bug**
The shell background starts the YARN task scenario, and the kill function is abnormal
**To Reproduce**
1.Create a new shell task to start the yarn task in the background
2.While the yarn task is running, the page clicks on this task kill function
**Expected behavior**
A clear and co... | https://github.com/apache/dolphinscheduler/issues/4721 | https://github.com/apache/dolphinscheduler/pull/4722 | 9c3cec5bbdec2eea90e4525da9e4b915d4b5bb82 | e53369318bdf61f169dcbf2644caf8521b3dd536 | 2021-02-07T09:54:49Z | java | 2021-03-30T14:33:49Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,705 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/WorkerGroupServiceImpl.java", "dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/service/WorkerGroupServiceTest.java"] | [Bug][API] KeeperException$NoNodeException | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio... | https://github.com/apache/dolphinscheduler/issues/4705 | https://github.com/apache/dolphinscheduler/pull/4961 | e851ec13671af7d68792cc134175c4a5d6c01f20 | 8112f5bcb5c27a2b48fbfff2fe9a5c6595b0273d | 2021-02-06T04:35:45Z | java | 2021-03-05T13:34:54Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,648 | ["dolphinscheduler-ui/src/js/conf/home/pages/security/pages/users/_source/createUser.vue"] | [Bug][UI] TypeError: Cannot read property 'id' of undefined in createUser | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio... | https://github.com/apache/dolphinscheduler/issues/4648 | https://github.com/apache/dolphinscheduler/pull/4649 | 6a49d8163e333b27ce941cabdd3957aeb1779e14 | 8419ad798c76ef5c1fec07c120e56ca78f892cf5 | 2021-02-01T11:27:55Z | java | 2021-02-02T05:46:02Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,641 | ["dolphinscheduler-alert-plugin/dolphinscheduler-alert-email/src/main/java/org/apache/dolphinscheduler/plugin/alert/email/MailParamsConstants.java", "dolphinscheduler-alert-plugin/dolphinscheduler-alert-email/src/test/java/org/apache/dolphinscheduler/plugin/alert/email/MailUtilsTest.java"] | [Bug][Alert] Sending the email to the following server failed :null:null |
**Describe the bug**
Alert-server email alert error, the message is 'Sending the email to the following server failed :null:null'
**Which version of Dolphin Scheduler:**
-[dev]
| https://github.com/apache/dolphinscheduler/issues/4641 | https://github.com/apache/dolphinscheduler/pull/4642 | 14d49bc584685a33e2952573a0cb6e88377ab9f9 | 6df87b89d7b0ec013c5a2bfdfb92fa3ff1496c40 | 2021-02-01T04:50:30Z | java | 2021-02-03T06:20:16Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,592 | ["ambari_plugin/common-services/DOLPHIN/1.3.3/configuration/dolphin-worker.xml", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/WorkerGroupService.java"] | [Improvement][api] Worker group data returned incorrectly |


**Which version of DolphinScheduler:**
-[dev]
| https://github.com/apache/dolphinscheduler/issues/4592 | https://github.com/apache/dolphinscheduler/pull/4620 | 658376ad363dcafafe1054f8babfc5bb5ffe60c0 | afd201e6fa50700cf16aad2a292e61c4e5b6e5f9 | 2021-01-27T10:06:43Z | java | 2021-01-29T08:54:39Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,526 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/OSUtils.java"] | [Bug][WorkerServer] worker server doesn't work fine in K8s | i run a worker server in k8s,not change the worker server parms,sometime i run into the error in the picture,dispath do not find a suiteable worker to do the task.
<img width="964" alt="截屏2021-01-20 下午8 44 42" src="https://user-images.githubusercontent.com/3957251/105436336-ff6cbc80-5c99-11eb-993c-ac13193efd96.png">
... | https://github.com/apache/dolphinscheduler/issues/4526 | https://github.com/apache/dolphinscheduler/pull/4524 | cfa88a4a804b3bc565f6571d5a6e842df18644a2 | 5bae9336b025afb77bb0459fc10f333a8ff35d48 | 2021-01-22T02:10:46Z | java | 2021-01-24T06:53:27Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,496 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/sql/SqlTask.java"] | [BUG][server] Add to! {} is used to mark the custom parameters to be output as-is in sql | The hdfs path mapped when hive adds partitions is passed in by custom parameters:
Sample statement: alter table test add if not exists partition(dt='${time}') location "/.../${time}/";
Custom parameters:time in varchar $[yyyy-MM-dd]
Problem Description:
Quotation marks are added to the custom parameters in the Hi... | https://github.com/apache/dolphinscheduler/issues/4496 | https://github.com/apache/dolphinscheduler/pull/4497 | 0ab246da5fc30cc21734d7fa511be4f9080c7a9c | 43586da376cf60f3d719bee5b35c312568408cc7 | 2021-01-19T13:35:25Z | java | 2021-01-21T12:43:59Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,493 | ["dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/ProcessDefinitionController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/ProcessDefinitionService.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/ProcessDefinitio... | [Improvement][api] The Process Definition interface parameter releaseState is changed to an enumeration type | **Describe the question**
The Process Definition interface parameter releaseState is changed to an enumeration type
**What are the current deficiencies and the benefits of improvement**
- The current Process Definition interface parameter releaseState variable uses an int type, and the releaseState mapping relatio... | https://github.com/apache/dolphinscheduler/issues/4493 | https://github.com/apache/dolphinscheduler/pull/4494 | 046940b1a008c63d6cad44b3f7aff954f6f9af83 | cfa88a4a804b3bc565f6571d5a6e842df18644a2 | 2021-01-19T10:21:18Z | java | 2021-01-22T14:39:58Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,428 | ["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/DataSourceMapper.xml", "dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ResourceMapper.xml", "dolphinscheduler-ui/src/js/conf/home/pages/datasource/pages/list/_source/list.vue", "dolphinscheduler-ui/src/js/co... | It is recommended to add an owner in the data source center and the Resource Center to make it easier to manage | It is recommended to add an owner in the data source center and the Resource Center to make it easier to manage

 tasks, if there is a feature that we can configure the parallelism of supplementary recording data manually *
**Describe the question**
The memory fulls and the dolphinscheduler server down when i star... | https://github.com/apache/dolphinscheduler/issues/4385 | https://github.com/apache/dolphinscheduler/pull/5912 | 2afa625a753680313e8a6c5fb3a68e01e56f5caa | 1887bde1ebf8249de153890e78d449582e3eaf4a | 2021-01-06T02:58:47Z | java | 2021-08-16T06:59:28Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,359 | ["dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/timing/_source/list.vue"] | [Bug][UI] the page does not refresh after clicking the delete function |
**Describe the bug**
the page does not refresh after clicking the delete function.
**To Reproduce**
Steps to reproduce the behavior, for example:
1. Click workflow Definition
2. Click the timer management button of a workflow
3. Click a timed delete button
**Which version of Dolphin Scheduler:**
-[dev]... | https://github.com/apache/dolphinscheduler/issues/4359 | https://github.com/apache/dolphinscheduler/pull/4360 | 46443a6f3b4228556562606e29b2026c21f1d252 | 66141d58f6e19285a1a5d4d7cbd508b0f585a26c | 2021-01-02T05:10:18Z | java | 2021-01-04T01:30:04Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,338 | ["dolphinscheduler-ui/src/js/module/filter/filter.js"] | [Bug][UI] Invalid date problem in IE | **For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavio... | https://github.com/apache/dolphinscheduler/issues/4338 | https://github.com/apache/dolphinscheduler/pull/4339 | 2e44f4c553b761236a78daf993e150b08172ed37 | 45b097f37870d2a7b8e51fbba3e6d70b49ed2341 | 2020-12-29T10:45:50Z | java | 2020-12-30T04:00:56Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,326 | ["dolphinscheduler-ui/src/js/conf/home/pages/datasource/pages/list/_source/list.vue"] | [Improvement][UI] Add description field to data source list | **Describe the question**
[UI] Add description field to data source list
**Which version of DolphinScheduler:**
-[dev]
Anyone interested can claim this PR. | https://github.com/apache/dolphinscheduler/issues/4326 | https://github.com/apache/dolphinscheduler/pull/4362 | 66141d58f6e19285a1a5d4d7cbd508b0f585a26c | 0b71c77b2d2ff85afe2b440e53773fe2c428bed3 | 2020-12-28T11:19:08Z | java | 2021-01-04T02:04:58Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,310 | ["dolphinscheduler-alert/src/main/java/org/apache/dolphinscheduler/alert/plugin/AlertPluginManager.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/controller/UiPluginController.java", "dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java", "dolphinscheduler-api... | [Feature][Alert-SPI] Plug-ins containing UI components provide display pages |
*Some plugins (such as alert plugin) need to provide UI interfaces to users.
* We use from-creat to dynamically generate UI interfaces. Related parameters are mainly provided by pluginParams.
* From-create can generate dynamic ui based on this parameter. | https://github.com/apache/dolphinscheduler/issues/4310 | https://github.com/apache/dolphinscheduler/pull/4311 | 0f31152aeedf56e3a16883ded012952dbcacfc6b | 17d44216a4795d9b5a93a35b1457a2ead1f2b2c8 | 2020-12-25T09:01:31Z | java | 2020-12-28T03:25:00Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,306 | ["dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue", "dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/list.vue", "dolphinscheduler-ui/src/js/conf/home/pages/projects/pages/definition/pages/list/_source/versions.vue"] | [Bug][UI] The version information closing function does not take effect | **Describe the bug**
1. The closing function of version information in workflow definition page does not take effect
2. The closing function of version information in DAG chart page does not take effect
**To Reproduce**
1. Click to enter the workflow definition page and click the version information button of a s... | https://github.com/apache/dolphinscheduler/issues/4306 | https://github.com/apache/dolphinscheduler/pull/4307 | ede78950836b77cceda0caafb0503a47b10fbbbd | 48b5fc6ae46a061346cf985ca0c0614f2e325bd3 | 2020-12-25T05:14:03Z | java | 2020-12-26T06:03:41Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,301 | ["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/AccessTokenMapper.xml"] | [Bug][dao] The token management list does not display the user name |
**Describe the bug**
The token management list does not display the user name
**To Reproduce**
1. Click on the token Management menu
**Screenshots**

**Which version of Dolphin Scheduler:**
-... | https://github.com/apache/dolphinscheduler/issues/4301 | https://github.com/apache/dolphinscheduler/pull/4302 | 3f9dcd5d4489197b22027d752e2c0bd0d453c30c | ec84695323190a24a0d277b1598a3bdd2baa901f | 2020-12-24T04:46:45Z | java | 2020-12-24T05:01:29Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,294 | ["dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/UdfFuncMapper.xml"] | [Bug][dao] The database field of the t_ds_udfs table is the mysql DB keyword | **Describe the bug**
The database field of the t_ds_udfs table is the mysql DB keyword
**Screenshots**

**Which version of Dolphin Scheduler:**
-[dev]
| https://github.com/apache/dolphinscheduler/issues/4294 | https://github.com/apache/dolphinscheduler/pull/4295 | f0ada2aa2dba2ecdbfdd28c7f88a68fe06730d86 | 3f9dcd5d4489197b22027d752e2c0bd0d453c30c | 2020-12-23T04:54:47Z | java | 2020-12-24T01:20:58Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,215 | ["dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/process/ProcessService.java"] | [improvement] ProcessService invalid code removal | *For better global communication, please give priority to using English description, thx! *
*Please review https://dolphinscheduler.apache.org/en-us/docs/development/issue.html when describe an issue.*
**Describe the question**
A clear and concise description of what the question is.
org.apache.dolphinscheduler... | https://github.com/apache/dolphinscheduler/issues/4215 | https://github.com/apache/dolphinscheduler/pull/4221 | b694474c78cafb298dd41d03cc0c54d2179dde2a | 426eb9af034ff481f22d5da0a03662f6c9c7e32c | 2020-12-12T02:53:50Z | java | 2020-12-13T15:05:27Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,172 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/entity/TaskExecutionContext.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/cache/TaskExecutionContextCacheManager.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/ca... | TaskKillProcessor throw NullPointException | 1.when worker runing more than 100 tasks , there are some tasks in queue.
with that ,master send a kill commad to this worker,TaskKillProcessor receive ,and get processId in cache(TaskExecutionContext).
But the taskInstance isn't running in this worker ,it is in queue.so the TaskKillProcessor throw NullPointExceptio... | https://github.com/apache/dolphinscheduler/issues/4172 | https://github.com/apache/dolphinscheduler/pull/4182 | b3120a74d2656f7ad2054ba8245262551063b549 | a13e737eb472b21b6b4c596ede9afc80fa3beb06 | 2020-12-07T08:19:05Z | java | 2020-12-11T07:41:35Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,138 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/consumer/TaskPriorityQueueConsumer.java", "dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/master/consumer/TaskPriorityQueueConsumerTest.java"] | [Feature][Master] dispatch workgroup error add sleep time |
If the task group cannot be found when running a task, a large number of logs will be output

It is suggested to add sleep operation
When there are tasks with assignment failure and the numb... | https://github.com/apache/dolphinscheduler/issues/4138 | https://github.com/apache/dolphinscheduler/pull/4139 | 0039b1bfcbf822cb851898a1ceb4844fd6943731 | b3120a74d2656f7ad2054ba8245262551063b549 | 2020-12-01T11:08:26Z | java | 2020-12-11T07:35:40Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,114 | ["dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/FileUtils.java", "dolphinscheduler-common/src/test/java/org/apache/dolphinscheduler/common/utils/FileUtilsTest.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/runner/MasterExecThread.java", "dolphins... | [Question] data.basedir.path cleanup problem. | 1, I have modified the data. The basedir. Path from/tmp/dolphinscheduler to /mydata/dolphinscheduler/tmp/.
2. Developer mode is false.
3, /mydata/dolphinscheduler/tmp folder read and write access to normal, ds is perfectly normal.
4, after running for a period of time only, find/data/dolphinscheduler files in the/tm... | https://github.com/apache/dolphinscheduler/issues/4114 | https://github.com/apache/dolphinscheduler/pull/5123 | a8b47e1d4f4ebb9795239ef69b57f2928a81f44c | 492b318bd321d35247488e1f181e3ea9d1259963 | 2020-11-27T02:11:34Z | java | 2021-03-26T02:11:56Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,104 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/sqoop/generator/sources/MysqlSourceGenerator.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/sqoop/generator/targets/MysqlTargetGenerator.java", "dolphinscheduler-server/src/test/java/org/... | [Bug][Sqoop] when jdbc connect string contains special characters, import fail | **Describe the bug**
when jdbc connect string contains special characters, import fail
**To Reproduce**
Steps to reproduce the behavior, for example:
1. sqoop import data source string contains special characters like "&"
2. run sqoop task
3. find command not found error
**Expected behavior**
sqoop import R... | https://github.com/apache/dolphinscheduler/issues/4104 | https://github.com/apache/dolphinscheduler/pull/4105 | 656ec295b9e09468fc6a871df821ba42436c5e57 | 1cf40e1d1e4379e6b50a92871987d59291ccfd50 | 2020-11-25T15:22:52Z | java | 2020-11-27T01:46:23Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,093 | ["dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/TaskManager.java", "dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/task/procedure/ProcedureTask.java", "dolphinscheduler-server/src/test/java/org/apache/dolphinscheduler/server/worker/task/procedure/P... | [Feature][server] Support for stored procedures and stored function calls and data source supports DB2 | **Describe the feature**
1.Support for stored procedures and stored function calls
2. Task node page data source parameters can support the selection of a variety of data sources, rather than currently only limited to mysql, Oracle and other data sources
3. When the calling script is filled in on the page, there w... | https://github.com/apache/dolphinscheduler/issues/4093 | https://github.com/apache/dolphinscheduler/pull/4094 | 2a59ed092ca1eea733a28f3ceb7f03776582ecb6 | 88a07f7b55d164b6a022d2f9df75ecbb258c280f | 2020-11-20T11:10:34Z | java | 2021-04-29T10:29:44Z |
closed | apache/dolphinscheduler | https://github.com/apache/dolphinscheduler | 4,054 | ["dolphinscheduler-ui/src/js/module/components/crontab/source/_times/day.vue"] | [Bug][Api] The last week of the month for adding/editing timing, preview and save timing will report an error | 1.Add or Edit timing, select the last week of the month regularly
2. Click the preview or save button, an error will be reported

![image](https://user-images.githubusercontent.com/55787491/98797454-8f46ec... | https://github.com/apache/dolphinscheduler/issues/4054 | https://github.com/apache/dolphinscheduler/pull/4081 | 3c89c9ad74e55e3aca1a36a4341202e31ceecbf7 | f152cae7f6beee585bc43a2b0bee2686c21d03c4 | 2020-11-11T09:56:20Z | java | 2020-11-19T02:59:25Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.