You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/10/19 07:16:17 UTC

[inlong] branch master updated (1b66f581d -> 1299284ac)

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

dockerzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


    from 1b66f581d [INLONG-6194][Agent] Support parsing metrics for different components (#6195)
     add 1299284ac [INLONG-6209][Manager] Clean and reuse code for DataNode (#6211)

No new revisions were added by this update.

Summary of changes:
 .../client/api/inner/client/DataNodeClient.java    |  2 +-
 .../api/inner/client/InlongClusterClient.java      |  2 +-
 .../manager/dao/mapper/DataNodeEntityMapper.java   |  2 +-
 .../resources/mappers/DataNodeEntityMapper.xml     |  2 +-
 .../service/cluster/InlongClusterService.java      |  6 +--
 .../service/node/DataNodeOperateHelper.java        |  2 +-
 .../manager/service/node/DataNodeService.java      |  2 +-
 .../manager/service/node/DataNodeServiceImpl.java  | 59 +++++++++-------------
 .../service/sink/StreamSinkServiceImpl.java        |  6 +--
 .../service/cluster/InlongClusterServiceTest.java  | 11 +---
 .../web/controller/DataNodeControllerTest.java     | 14 ++---
 11 files changed, 44 insertions(+), 64 deletions(-)