You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2022/11/15 06:21:15 UTC

[inlong] branch master updated (bdccc3a5e -> fa294caae)

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

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


    from bdccc3a5e [INLONG-6537][Sort] Fix the decimal type loss of precision during DDL synchronization (#6540)
     add fa294caae [INLONG-6531][Manager] Add load value in the response of getIpList method (#6532)

No new revisions were added by this update.

Summary of changes:
 .../common/pojo/dataproxy/DataProxyNodeInfo.java   |  5 ++++
 .../dao/entity/InlongClusterNodeEntity.java        |  1 +
 .../mappers/InlongClusterNodeEntityMapper.xml      | 23 ++++++++++-------
 .../manager/pojo/cluster/ClusterNodeRequest.java   |  3 +++
 .../manager/pojo/cluster/ClusterNodeResponse.java  |  3 +++
 .../service/cluster/InlongClusterServiceImpl.java  |  1 +
 .../service/heartbeat/HeartbeatManager.java        |  2 ++
 .../service/cluster/InlongClusterServiceTest.java  |  1 +
 .../core/heartbeat/HeartbeatManagerTest.java       |  1 +
 .../main/resources/h2/apache_inlong_manager.sql    | 29 +++++++++++-----------
 .../manager-web/sql/apache_inlong_manager.sql      | 29 +++++++++++-----------
 11 files changed, 61 insertions(+), 37 deletions(-)