1. 15 8月, 2022 1 次提交
  2. 13 8月, 2022 1 次提交
  3. 10 8月, 2022 2 次提交
    • C
      [Feature-11223] support stream task (#11350) · 0464123c
      caishunfeng 提交于
      * add task execute type
      
      * update task definition list paging
      
      * update task instance list paging
      
      * stream task start
      
      * [Feature][UI] Some changes to execute task.
          * Set the connection edge to dashed line.
          * Add FLINK_STREAM task.
      
      * add stream task
      
      * flink savepoint and cancel
      
      * fix query bug
      
      * add stream task definition
      
      * add task instance for stream task
      
      * delete stream task definition state
      
      * update api for stream task definition edit
      
      * modify search for stream task instance
      
      * add language
      
      * delete task type search for stream task definition
      
      * change task type search for stream task instance
      
      * add jump button
      
      * add savepoint
      
      * add down log for stream task instance
      
      * ui test
      
      * stream task start
      
      * run DAG
      
      * [Fix][UI] Fix the stream task edgs not to be dashed when filling back.
      
      * [Feature][UI] Remove some fields for FLINK_STREAM.
      
      * add start modal
      
      * add dryRun column for stream task instance
      
      * fix duration
      
      * fix pon
      
      * fix build error
      
      * Add success tip
      
      * add auto sync for stream task instance
      
      * remove forgien key for task instance
      
      * license header
      
      * UT fix
      
      * modify locales
      
      * recover common config
      
      * fix UT
      
      * add doc
      Co-authored-by: NAmy <amywang0104@163.com>
      Co-authored-by: Ndevosend <devosend@gmail.com>
      0464123c
    • W
  4. 03 8月, 2022 1 次提交
    • E
      [Improvement][Metrics] Add metrics for alert server (#11240) · 9ca1eb96
      Eric Gao 提交于
      * [Improvement][Metrics] Add metrics for alert server (#11131)
      
      * Update related docs of metrics
      
      * Add grafana demo dashboards for alert server metrics
      
      * Refactor metric classes with UtilityClass annotation
      
      * Refactor meter names in camelCase for checkstyle
      9ca1eb96
  5. 30 7月, 2022 1 次提交
  6. 22 7月, 2022 1 次提交
  7. 15 7月, 2022 2 次提交
  8. 12 7月, 2022 2 次提交
    • W
      [Fix-10827] Fix network error cause worker cannot send message to master (#10886) · cade66a9
      Wenjun Ruan 提交于
      * Fix network error cause worker cannot send message to master
      cade66a9
    • E
      [Feature][Metrics] Add resource download related metrics for workers (#10749) · 2f7281c2
      Eric Gao 提交于
      * [Feature][Metrics] Add resource download related metrics for workers (#9324)
      
      * [Feature][Metrics] Fix bugs and add grafana demos for worker resource download metrics (#9324)
      
      * [Feature][Metrics] Add docs to resource related metrics (#9324)
      
      * [Feature][Metrics] Use tags to indicate status in metrics (#9324)
      
      * [Feature][Metrics] Fix demos, docs and remove redundant code (#9324)
      
      * [Feature][Metrics] Remove .pnpm-debug.log (#9324)
      
      * [Feature][Metrics] Fix style check (#9324)
      
      * [Feature][Metrics] Replace KB with bytes for the unit of resource file size in metrics (#9324)
      
      * [Feature][Metrics] Make code neat (#9324)
      2f7281c2
  9. 11 7月, 2022 1 次提交
  10. 06 7月, 2022 1 次提交
  11. 30 6月, 2022 1 次提交
  12. 28 6月, 2022 2 次提交
  13. 26 6月, 2022 1 次提交
  14. 24 6月, 2022 1 次提交
  15. 23 6月, 2022 2 次提交
  16. 21 6月, 2022 1 次提交
  17. 16 6月, 2022 1 次提交
  18. 09 6月, 2022 1 次提交
    • W
      [Feature][metrics] Add master, worker metrics (#10326) · e21d7b15
      Wenjun Ruan 提交于
      * Add mater metrics
      
      * fix UT
      
      * Add url to mysql profile
      
      * Add worker metrics
      
      * Update grafana config
      
      * Add system metrics doc
      
      * Add process failover counter
      
      * Add metrics image
      
      * Change jpg to png
      
      * Add command insert metrics
      
      * Fix UT
      
      * Revert UT
      e21d7b15
  19. 04 6月, 2022 2 次提交
  20. 31 5月, 2022 2 次提交
  21. 26 5月, 2022 1 次提交
    • L
      [Fix-10181] Fix the logic of judging that the tenant does not exist (#10185) · a0771541
      lugela 提交于
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      The configuration item adds 'tenant-distributed-user' in worker application.yaml to make it suitable for distributed users. If it is false, the original logic remains unchanged.
      
      At present, considering that it is a distributed user, it should not be allowed to create users in linux
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Add test method
      
      The configuration item adds 'tenant-distributed-user' in worker application.yaml to make it suitable for distributed users. If it is false, the original logic remains unchanged.
      
      At present, considering that it is a distributed user, it should not be allowed to create users in linux
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Add parameter description to configuration.md
      
      Add test method
      
      The configuration item adds 'tenant-distributed-user' in worker application.yaml to make it suitable for distributed users. If it is false, the original logic remains unchanged.
      
      At present, considering that it is a distributed user, it should not be allowed to create users in linux
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Add parameter description to configuration.md
      
      Add test method
      
      The configuration item adds 'tenant-distributed-user' in worker application.yaml to make it suitable for distributed users. If it is false, the original logic remains unchanged.
      
      At present, considering that it is a distributed user, it should not be allowed to create users in linux
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Add parameter description to configuration.md
      
      Add test method
      
      The configuration item adds 'tenant-distributed-user' in worker application.yaml to make it suitable for distributed users. If it is false, the original logic remains unchanged.
      
      At present, considering that it is a distributed user, it should not be allowed to create users in linux
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      Co-authored-by: Nouyangl <ouyangl@tebon.com.cn>
      a0771541
  22. 25 5月, 2022 1 次提交
  23. 24 5月, 2022 1 次提交
  24. 06 5月, 2022 1 次提交
  25. 03 5月, 2022 1 次提交
  26. 25 4月, 2022 1 次提交
    • J
      [common] Make dolphinscheduler_env.sh work when start server (#9726) · de50f43d
      Jiajie Zhong 提交于
      * [common] Make dolphinscheduler_env.sh work
      
      * Change dist tarball `dolphinscheduler_env.sh` location
        from `bin/` to `conf/`, which users could finish their
        change configuration operation in one single directory.
        and we only need to add `$DOLPHINSCHEDULER_HOME/conf`
        when we start our sever instead of adding both
        `$DOLPHINSCHEDULER_HOME/conf` and `$DOLPHINSCHEDULER_HOME/bin`
      * Change the `start.sh`'s path of `dolphinscheduler_env.sh`
      * Change the setting order of `dolphinscheduler_env.sh`
      * `bin/env/dolphinscheduler_env.sh` will overwrite the `<server>/conf/dolphinscheduler_env.sh`
      when start the server using `bin/dolphinsceduler_daemon.sh` or `bin/install.sh`
      * Change the related docs
      de50f43d
  27. 24 4月, 2022 1 次提交
  28. 22 4月, 2022 1 次提交
  29. 20 4月, 2022 2 次提交
  30. 19 4月, 2022 1 次提交
  31. 14 4月, 2022 1 次提交
  32. 30 3月, 2022 1 次提交