This is an automated email from the ASF dual-hosted git repository.
aloyszhang pushed a change to branch dev-offline-sync
in repository https://gitbox.apache.org/repos/asf/inlong.git
discard c1bda980b6 [INLONG-10360][Manager] Combine schedule state transition
with group operations (#10445)
discard 151c5f4ea2 [INLONG-10436][Manager] Move schedule configuration from
stream to group (#10437)
discard a418ea3502 [INLONG-10396][Manager] Support build-in schedule base on
quartz (#10412)
discard 1b2e6ef5ca [INLONG-10395][Manager] Add interface for schedule client
and engine (#10397)
discard 2afe763e0d [INLONG-10247][Manager] Support schedule information
management for offline sync (#10254)
discard dc8aa2ef5e [INLONG-9862][Manager] Support submit flink job for offline
sync (#9865)
discard b83a4831d4 [INLONG-9822][Manager] Support flink job runtime execution
mode configuration (#9823)
discard 0bae684745 [INLONG-9813][Manager] Support offline data sync management
(#9814)
discard 565a67ba17 [INLONG-9781][Manager] Add offline sync task type
definition (#9787)
add ce1ceecf26 [INLONG-10489][Sort] Optimize Mongodb2StarRocksTest in
workflow (#10490)
add 72671f5541 [INLONG-10468][Dashboard] Audit data showing totals and
variances (#10469)
add d34a39cf50 [INLONG-10492][Sort] Fix init failure of pulsar connector
(#10493)
add 5d56e4107a [INLONG-10312][Sort] Iceberg sink support report audit
information exactly once (#10453)
add 5b16eb45f3 [INLONG-10495][Manager] Fix the problem of
ScanStartupSubStartOffset is set to null in pulsar extranode (#10496)
add 06e3d589ae [INLONG-10498][Manager] Template supports modifying
associated tenants (#10499)
add edf1a1a7b2 [Feature][Tool] Support multi-version flinks in
inlong-dev-toolkit (#10494)
add 8e9f276961 [INLONG-10508][Sort] Fix pulsar connector flink 1.15 scan
start up mode parameter cannot keep consistent with flink 1.13 (#10509)
new cc77515131 [INLONG-9781][Manager] Add offline sync task type
definition (#9787)
new 63499be245 [INLONG-9813][Manager] Support offline data sync management
(#9814)
new b9f0c46d8b [INLONG-9822][Manager] Support flink job runtime execution
mode configuration (#9823)
new 5ed1c78184 [INLONG-9862][Manager] Support submit flink job for offline
sync (#9865)
new 43b29b4240 [INLONG-10247][Manager] Support schedule information
management for offline sync (#10254)
new a915bb194f [INLONG-10395][Manager] Add interface for schedule client
and engine (#10397)
new f5950f9232 [INLONG-10396][Manager] Support build-in schedule base on
quartz (#10412)
new 50b770583a [INLONG-10436][Manager] Move schedule configuration from
stream to group (#10437)
new e3beb8c845 [INLONG-10360][Manager] Combine schedule state transition
with group operations (#10445)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c1bda980b6)
\
N -- N -- N refs/heads/dev-offline-sync (e3beb8c845)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 9 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:
inlong-dashboard/src/ui/locales/cn.json | 2 +
inlong-dashboard/src/ui/locales/en.json | 2 +
.../src/ui/pages/GroupDetail/Audit/config.tsx | 110 +++++++++++++++++++--
.../src/ui/pages/GroupDetail/Audit/index.tsx | 23 ++++-
.../manager/dao/mapper/TemplateEntityMapper.java | 2 +
.../dao/mapper/TenantClusterTagEntityMapper.java | 2 +-
.../resources/mappers/TemplateEntityMapper.xml | 1 +
.../pojo/sort/node/provider/PulsarProvider.java | 5 +-
.../service/stream/TemplateServiceImpl.java | 52 +++++++++-
.../inlong/sort/tests/Mongodb2StarRocksTest.java | 62 ++----------
.../inlong/sort/tests/utils/StarRocksManager.java | 10 +-
.../inlong/sort/base/metric/SinkExactlyMetric.java | 2 +-
.../sort/iceberg/sink/IcebergStreamWriter.java | 6 ++
.../iceberg/sink/IcebergStreamWriterMetrics.java | 28 ++++--
.../inlong/sort/pulsar/PulsarTableFactory.java | 2 +
.../inlong/sort/pulsar/PulsarTableOptionUtils.java | 12 ++-
.../inlong/sort/pulsar/PulsarTableOptions.java | 19 ++++
inlong-tools/dev/inlong-dev-toolkit.sh | 11 ++-
18 files changed, 267 insertions(+), 84 deletions(-)