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

[inlong] branch master updated (54471bc59 -> 0222b5b29)

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

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


    from 54471bc59 [INLONG-5583][Kubernetes] Add timezone to helm chart #5584
     add 0222b5b29 [INLONG-5555][Manager] Fix missing heartbeat fields and the file task split error (#5556)

No new revisions were added by this update.

Summary of changes:
 .../agent/plugin/fetcher/ManagerFetcher.java       |   8 +-
 .../inlong/common/pojo/agent/TaskRequest.java      |   2 +-
 inlong-dataproxy/conf/common.properties            |   4 +-
 .../dataproxy-docker/dataproxy-docker.sh           |   3 +-
 .../inlong/dataproxy/config/ConfigManager.java     |   6 +-
 .../inlong/dataproxy/consts/ConfigConstants.java   |   4 +-
 .../dataproxy/heartbeat/HeartbeatManager.java      |  14 ++-
 .../api/impl/DefaultInlongStreamBuilder.java       |  31 ++---
 .../manager/client/api/impl/InlongStreamImpl.java  |  31 ++---
 .../client/api/inner/ClientFactoryTest.java        |   5 +-
 .../manager/dao/entity/StreamSourceEntity.java     |   2 +-
 .../dao/mapper/StreamSourceEntityMapper.java       |  19 ++-
 .../resources/mappers/StreamSourceEntityMapper.xml | 135 +++++++++++++--------
 .../inlong/manager/pojo/source/SourceRequest.java  |   4 -
 .../inlong/manager/pojo/source/StreamSource.java   |   4 -
 .../manager/pojo/source/file/FileSource.java       |   8 +-
 .../manager/pojo/source/file/FileSourceDTO.java    |   8 --
 .../pojo/source/file/FileSourceRequest.java        |   6 -
 .../service/core/impl/AgentServiceImpl.java        |  54 +++++----
 .../main/resources/h2/apache_inlong_manager.sql    |  42 +++----
 .../manager-web/sql/apache_inlong_manager.sql      |  42 +++----
 21 files changed, 227 insertions(+), 205 deletions(-)