justinwwhuang commented on code in PR #10392:
URL: https://github.com/apache/inlong/pull/10392#discussion_r1635881137
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java:
##
@@ -322,6 +328,34 @@ private void updateTas
dockerzhang commented on code in PR #10390:
URL: https://github.com/apache/inlong/pull/10390#discussion_r1635871276
##
inlong-manager/manager-web/src/main/resources/exec_cmd.exp:
##
@@ -24,8 +24,12 @@ set cmdTimeout [lindex $argv 3]
set runCommand [lindex $argv 4]
set remotePo
fuweng11 commented on code in PR #10392:
URL: https://github.com/apache/inlong/pull/10392#discussion_r1635734536
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java:
##
@@ -322,6 +328,34 @@ private void updateTaskStat
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 505f217bc5 [INLONG-10284][Manager][Sort] Upgrade flink default version
to 1.15 (#10310)
add 08740777c3 [INL
dockerzhang merged PR #10383:
URL: https://github.com/apache/inlong/pull/10383
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@inlon
aloyszhang commented on code in PR #10392:
URL: https://github.com/apache/inlong/pull/10392#discussion_r1635733592
##
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java:
##
@@ -322,6 +328,34 @@ private void updateTaskSt
aloyszhang commented on code in PR #10392:
URL: https://github.com/apache/inlong/pull/10392#discussion_r1635732756
##
inlong-common/src/main/java/org/apache/inlong/common/pojo/agent/AgentConfigRequest.java:
##
@@ -0,0 +1,38 @@
+/*
+ * Licensed to the Apache Software Foundation (
aloyszhang commented on code in PR #10392:
URL: https://github.com/apache/inlong/pull/10392#discussion_r1635732756
##
inlong-common/src/main/java/org/apache/inlong/common/pojo/agent/AgentConfigRequest.java:
##
@@ -0,0 +1,38 @@
+/*
+ * Licensed to the Apache Software Foundation (
fuweng11 commented on code in PR #10392:
URL: https://github.com/apache/inlong/pull/10392#discussion_r1635730490
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/zk/AgentZkClusterDTO.java:
##
@@ -0,0 +1,59 @@
+/*
+ * Licensed to the Apache Soft
aloyszhang commented on code in PR #10392:
URL: https://github.com/apache/inlong/pull/10392#discussion_r1635728005
##
inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/zk/AgentZkClusterDTO.java:
##
@@ -0,0 +1,59 @@
+/*
+ * Licensed to the Apache So
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 505f217bc5 [INLONG-10284][Manager][Sort] Up
fuweng11 opened a new pull request, #10392:
URL: https://github.com/apache/inlong/pull/10392
Fixes #10391
### Motivation
Supports configuring zk clusters and issuing zk addresses to agents.
### Modifications
Supports configuring zk cluster
dockerzhang merged PR #10310:
URL: https://github.com/apache/inlong/pull/10310
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@inlon
wohainilaodou commented on code in PR #10378:
URL: https://github.com/apache/inlong/pull/10378#discussion_r1635673406
##
inlong-dashboard/src/plugins/streams/common/StreamDefaultInfo.ts:
##
@@ -222,6 +222,37 @@ export class StreamDefaultInfo implements DataWithBackend,
RenderRo
wohainilaodou commented on code in PR #10378:
URL: https://github.com/apache/inlong/pull/10378#discussion_r1635673272
##
inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx:
##
@@ -79,13 +79,43 @@ const NodeEditModal: React.FC = ({ id,
type, clusterId, ...m
message.su
luchunliang commented on code in PR #10385:
URL: https://github.com/apache/inlong/pull/10385#discussion_r1635126343
##
inlong-agent/agent-core/src/main/java/org/apache/inlong/agent/core/task/TaskManager.java:
##
@@ -22,9 +22,9 @@
import org.apache.inlong.agent.conf.AgentConfigu
shuiqingliu opened a new pull request, #10390:
URL: https://github.com/apache/inlong/pull/10390
Fixes #10261
### Motivation
Implement SSH key-based authentication when installing the agent via SSH.
The implementation plan is as follows:
1. On the dashboard node, add an o
This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 1ba62ecc0b [INLONG-10363][Manager] Support
dockerzhang merged PR #10372:
URL: https://github.com/apache/inlong/pull/10372
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@inlon
fuweng11 opened a new pull request, #10389:
URL: https://github.com/apache/inlong/pull/10389
Fixes #10388
### Motivation
Provide an interface to obtain the audit proxy address.
### Modifications
Provide an interface to obtain the audit proxy
This is an automated email from the ASF dual-hosted git repository.
wenweihuang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push:
new 09a1f073ec [INLONG-10321][Audit] Audit supp
justinwwhuang merged PR #10386:
URL: https://github.com/apache/inlong/pull/10386
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: commits-unsubscr...@inl
leezng commented on code in PR #10378:
URL: https://github.com/apache/inlong/pull/10378#discussion_r1634600612
##
inlong-dashboard/src/plugins/streams/common/StreamDefaultInfo.ts:
##
@@ -222,6 +222,37 @@ export class StreamDefaultInfo implements DataWithBackend,
RenderRow, Rend
doleyzi opened a new pull request, #10386:
URL: https://github.com/apache/inlong/pull/10386
- Fixes #10321
### Motivation
Audit supports the Audit Proxy service discovery and management
### Modifications
In order to facilitate unified management of audit domain nam
justinwwhuang opened a new pull request, #10385:
URL: https://github.com/apache/inlong/pull/10385
Fixes #10384
### Motivation
Add functions to the Db interface to extend new storage plugins
### Modifications
1 add String getSplitter(): Different storage has diffe
fuweng11 opened a new pull request, #10383:
URL: https://github.com/apache/inlong/pull/10383
Fixes #10382
### Motivation
Support obtaining node information through unique keys.
### Modifications
Support obtaining node information through uni
26 matches
Mail list logo