You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/02/21 06:55:11 UTC

[incubator-dolphinscheduler] branch json_split updated (4c9c419 -> 2d1d91d)

This is an automated email from the ASF dual-hosted git repository.

leonbao pushed a change to branch json_split
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from 4c9c419  Merge remote-tracking branch 'upstream/dev' into spilit
     add 4aac234  [Fix-4757][worker] fix worker failover host error (#4799)
     new 2d1d91d  Merge remote-tracking branch 'upstream/dev' into spilit

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../api/service/impl/WorkerGroupServiceImpl.java   | 46 ++++++++++++---------
 .../api/service/WorkerGroupServiceTest.java        |  4 +-
 .../apache/dolphinscheduler/remote/utils/Host.java | 48 ++++++++++++++++++----
 .../server/worker/registry/WorkerRegistry.java     | 17 ++------
 .../dolphinscheduler/server/zk/ZKMasterClient.java | 27 ++++++------
 .../dolphinscheduler/server/utils/HostTest.java    |  9 ++++
 6 files changed, 94 insertions(+), 57 deletions(-)


[incubator-dolphinscheduler] 01/01: Merge remote-tracking branch 'upstream/dev' into spilit

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leonbao pushed a commit to branch json_split
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git

commit 2d1d91d1f857925d91601fd261a7070a79a49fb3
Merge: 4c9c419 4aac234
Author: lenboo <ba...@gmail.com>
AuthorDate: Sun Feb 21 14:54:53 2021 +0800

    Merge remote-tracking branch 'upstream/dev' into spilit

 .../api/service/impl/WorkerGroupServiceImpl.java   | 46 ++++++++++++---------
 .../api/service/WorkerGroupServiceTest.java        |  4 +-
 .../apache/dolphinscheduler/remote/utils/Host.java | 48 ++++++++++++++++++----
 .../server/worker/registry/WorkerRegistry.java     | 17 ++------
 .../dolphinscheduler/server/zk/ZKMasterClient.java | 27 ++++++------
 .../dolphinscheduler/server/utils/HostTest.java    |  9 ++++
 6 files changed, 94 insertions(+), 57 deletions(-)