[PR] [INLONG-10633][Agent] The initialization function of AuditUtils pass in the configuration [inlong]

2024-07-16 Thread via GitHub
justinwwhuang opened a new pull request, #10634: URL: https://github.com/apache/inlong/pull/10634 Fixes #10633 ### Motivation The initialization function of AuditUtils needs to pass in the configuration, because the config files of installer and agent are different. ### Modific

[PR] [INLONG-10409][Dashboard] Support installing agents by SSH key-based auth [inlong]

2024-07-16 Thread via GitHub
shuiqingliu opened a new pull request, #10636: URL: https://github.com/apache/inlong/pull/10636 Fixes #10409 ### Motivation Implement SSH key-based authentication when installing the agent via SSH. This PR will provide a dashboard UI that allows users to retrieve the SSH

Re: [PR] [INLONG-10409][Dashboard] Support installing agents by SSH key-based auth [inlong]

2024-07-16 Thread via GitHub
dockerzhang commented on PR #10636: URL: https://github.com/apache/inlong/pull/10636#issuecomment-2230365840 @wohainilaodou PTAL -- 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 comme

Re: [PR] [INLONG-10409][Dashboard] Support installing agents by SSH key-based auth [inlong]

2024-07-16 Thread via GitHub
dockerzhang commented on code in PR #10636: URL: https://github.com/apache/inlong/pull/10636#discussion_r1679015747 ## inlong-dashboard/src/ui/locales/cn.json: ## @@ -771,9 +771,12 @@ "pages.Clusters.Node.IsInstall": "安装方式", "pages.Clusters.Node.ManualInstall": "手动安装",

[PR] [INLONG-10635][Manager] Optimize the installer configuration process [inlong]

2024-07-16 Thread via GitHub
fuweng11 opened a new pull request, #10637: URL: https://github.com/apache/inlong/pull/10637 Fixes #10635 ### Motivation Optimize the installer configuration process. ### Modifications Optimize the installer configuration process. 1.When setting

Re: [PR] [INLONG-10635][Manager] Optimize the installer configuration process [inlong]

2024-07-16 Thread via GitHub
vernedeng commented on code in PR #10637: URL: https://github.com/apache/inlong/pull/10637#discussion_r1679050149 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/node/AgentClusterNodeOperator.java: ## @@ -88,4 +164,94 @@ protected void s

Re: [PR] [INLONG-10635][Manager] Optimize the installer configuration process [inlong]

2024-07-16 Thread via GitHub
vernedeng commented on code in PR #10637: URL: https://github.com/apache/inlong/pull/10637#discussion_r1679052833 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/node/AgentClusterNodeOperator.java: ## @@ -88,4 +164,94 @@ protected void s

Re: [PR] [INLONG-10635][Manager] Optimize the installer configuration process [inlong]

2024-07-16 Thread via GitHub
fuweng11 commented on code in PR #10637: URL: https://github.com/apache/inlong/pull/10637#discussion_r1679139431 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/node/AgentClusterNodeOperator.java: ## @@ -88,4 +164,94 @@ protected void se

Re: [PR] [INLONG-10635][Manager] Optimize the installer configuration process [inlong]

2024-07-16 Thread via GitHub
aloyszhang commented on code in PR #10637: URL: https://github.com/apache/inlong/pull/10637#discussion_r1679186254 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/node/AgentClusterNodeOperator.java: ## @@ -88,4 +163,95 @@ protected void

Re: [PR] [INLONG-10635][Manager] Optimize the installer configuration process [inlong]

2024-07-16 Thread via GitHub
aloyszhang commented on code in PR #10637: URL: https://github.com/apache/inlong/pull/10637#discussion_r1679189618 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java: ## @@ -323,6 +300,15 @@ public void reload() {

Re: [PR] [INLONG-10635][Manager] Optimize the installer configuration process [inlong]

2024-07-16 Thread via GitHub
fuweng11 commented on code in PR #10637: URL: https://github.com/apache/inlong/pull/10637#discussion_r1679197893 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java: ## @@ -323,6 +300,15 @@ public void reload() {

Re: [PR] [INLONG-10635][Manager] Optimize the installer configuration process [inlong]

2024-07-16 Thread via GitHub
fuweng11 commented on code in PR #10637: URL: https://github.com/apache/inlong/pull/10637#discussion_r1679199887 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/node/AgentClusterNodeOperator.java: ## @@ -88,4 +163,95 @@ protected void se

Re: [PR] [INLONG-10638][Manager] Data preview supports filtering function [inlong]

2024-07-16 Thread via GitHub
vernedeng commented on code in PR #10639: URL: https://github.com/apache/inlong/pull/10639#discussion_r1679257959 ## inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/inner/client/InlongStreamClient.java: ## @@ -295,11 +300,15 @@ public List parseF

Re: [PR] [INLONG-10638][Manager] Data preview supports filtering function [inlong]

2024-07-16 Thread via GitHub
vernedeng commented on code in PR #10639: URL: https://github.com/apache/inlong/pull/10639#discussion_r1679261325 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/message/InlongMsgDeserializeOperator.java: ## @@ -87,6 +86,10 @@ public List decode

Re: [PR] [INLONG-10638][Manager] Data preview supports filtering function [inlong]

2024-07-16 Thread via GitHub
vernedeng commented on code in PR #10639: URL: https://github.com/apache/inlong/pull/10639#discussion_r1679261639 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/message/RawMsgDeserializeOperator.java: ## @@ -59,6 +60,10 @@ public List decodeMsg

Re: [PR] [INLONG-10638][Manager] Data preview supports filtering function [inlong]

2024-07-16 Thread via GitHub
fuweng11 commented on code in PR #10639: URL: https://github.com/apache/inlong/pull/10639#discussion_r1679264686 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/message/InlongMsgDeserializeOperator.java: ## @@ -87,6 +86,10 @@ public List decodeM

Re: [PR] [INLONG-10638][Manager] Data preview supports filtering function [inlong]

2024-07-16 Thread via GitHub
fuweng11 commented on code in PR #10639: URL: https://github.com/apache/inlong/pull/10639#discussion_r1679266496 ## inlong-manager/manager-client/src/main/java/org/apache/inlong/manager/client/api/inner/client/InlongStreamClient.java: ## @@ -295,11 +300,15 @@ public List parseFi

Re: [I] [Improve][Sort] New so many MetricsController obejects [inlong]

2024-07-16 Thread via GitHub
github-actions[bot] commented on issue #10240: URL: https://github.com/apache/inlong/issues/10240#issuecomment-2232173874 This issue is stale because it has been open for 60 days with no activity. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] [INLONG-10628][Sort] Implement the end2end test env on flink1.18 [inlong]

2024-07-16 Thread via GitHub
EMsnap merged PR #10629: URL: https://github.com/apache/inlong/pull/10629 -- 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...@inlong.apa

(inlong) branch master updated: [INLONG-10628][Sort] Implement the end2end test env on flink1.18 (#10629)

2024-07-16 Thread zirui
This is an automated email from the ASF dual-hosted git repository. zirui 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 043626c5ee [INLONG-10628][Sort] Implement the end

Re: [PR] [INLONG-10635][Manager] Optimize the installer configuration process [inlong]

2024-07-16 Thread via GitHub
aloyszhang merged PR #10637: URL: https://github.com/apache/inlong/pull/10637 -- 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...@inlong

(inlong) branch master updated: [INLONG-10635][Manager] Optimize the installer configuration process (#10637)

2024-07-16 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang 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 0c02cfdee8 [INLONG-10635][Manager] Optimize

Re: [PR] [INLONG-10633][Agent] The initialization function of AuditUtils pass in the configuration [inlong]

2024-07-16 Thread via GitHub
aloyszhang merged PR #10634: URL: https://github.com/apache/inlong/pull/10634 -- 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...@inlong

(inlong) branch master updated: [INLONG-10633][Agent] The initialization function of AuditUtils needs to pass in the configuration (#10634)

2024-07-16 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang 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 5e9112fab5 [INLONG-10633][Agent] The initial