This is an automated email from the ASF dual-hosted git repository.
zhongjiajie pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
from f639a2eed4 [Fix-10854] Fix database restart may lost task instance
status (#10866)
add a6154220dc [fix] update queue and tenant with same code error (#10877)
No new revisions were added by this update.
Summary of changes:
.../api/service/impl/QueueServiceImpl.java | 114 ++++++++++-----------
.../api/service/impl/TenantServiceImpl.java | 92 ++++++++---------
.../api/service/QueueServiceTest.java | 11 ++
.../api/service/TenantServiceTest.java | 6 ++
.../apache/dolphinscheduler/dao/entity/Queue.java | 20 ++++
.../apache/dolphinscheduler/dao/entity/Tenant.java | 21 ++++
6 files changed, 154 insertions(+), 110 deletions(-)