Re: [PR] [INLONG-9936][Manager] Support for parallel acquisition of data preview data from multiple Pulsar clusters [inlong]

2024-04-07 Thread via GitHub
aloyszhang commented on PR #9937: URL: https://github.com/apache/inlong/pull/9937#issuecomment-2041961407 The messages from all clusters are mixed, is it ok? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [PR] [INLONG-9936][Manager] Support for parallel acquisition of data preview data from multiple Pulsar clusters [inlong]

2024-04-07 Thread via GitHub
luchunliang commented on code in PR #9937: URL: https://github.com/apache/inlong/pull/9937#discussion_r1555275837 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/QueryLatestMessagesRunnable.java: ## @@ -0,0 +1,84 @@ +/* + *

Re: [PR] [INLONG-9936][Manager] Support for parallel acquisition of data preview data from multiple Pulsar clusters [inlong]

2024-04-07 Thread via GitHub
fuweng11 commented on code in PR #9937: URL: https://github.com/apache/inlong/pull/9937#discussion_r1555266703 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/QueryLatestMessagesRunnable.java: ## @@ -0,0 +1,84 @@ +/* + * Li

Re: [PR] [INLONG-9936][Manager] Support for parallel acquisition of data preview data from multiple Pulsar clusters [inlong]

2024-04-07 Thread via GitHub
vernedeng commented on code in PR #9937: URL: https://github.com/apache/inlong/pull/9937#discussion_r1555266770 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/QueryLatestMessagesRunnable.java: ## @@ -0,0 +1,84 @@ +/* + * L

(inlong) branch master updated: [INLONG-9928][Audit] Audit-service HA election through mysql (#9929)

2024-04-07 Thread gosonzhang
This is an automated email from the ASF dual-hosted git repository. gosonzhang 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 da856a4619 [INLONG-9928][Audit] Audit-servic

Re: [PR] [INLONG-9928][Audit] Audit-service HA election through mysql [inlong]

2024-04-07 Thread via GitHub
gosonzhang merged PR #9929: URL: https://github.com/apache/inlong/pull/9929 -- 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.a

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
fuweng11 commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1555240621 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java: ## @@ -778,4 +825,53 @@ private List fetchTask(TaskRe

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
fuweng11 commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1555237624 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/ErrorCodeEnum.java: ## @@ -156,6 +156,13 @@ public enum ErrorCodeEnum { AUDIT

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
fuweng11 commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1555237365 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/agent/AgentClusterNodeDTO.java: ## @@ -42,16 +50,57 @@ @ApiModel("Agent cluster nod

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
fuweng11 commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r155523 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/ModuleType.java: ## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Found

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
fuweng11 commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1555237223 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/agent/AgentClusterNodeDTO.java: ## @@ -42,16 +50,57 @@ @ApiModel("Agent cluster nod

[PR] [INLONG-9936][Manager] Support for parallel acquisition of data preview data from multiple Pulsar clusters [inlong]

2024-04-07 Thread via GitHub
luchunliang opened a new pull request, #9937: URL: https://github.com/apache/inlong/pull/9937 ### Prepare a Pull Request - Fixes #9936 ### Motivation When clusterTag have multiple Pulsar clusters and the amount of data is little, reading the data preview data from only

Re: [PR] [INLONG-9928][Audit] Audit-service HA election through mysql [inlong]

2024-04-07 Thread via GitHub
doleyzi commented on code in PR #9929: URL: https://github.com/apache/inlong/pull/9929#discussion_r1555213161 ## inlong-audit/audit-service/src/main/java/elector/impl/DBDataSource.java: ## @@ -0,0 +1,307 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

Re: [PR] [INLONG-9928][Audit] Audit-service HA election through mysql [inlong]

2024-04-07 Thread via GitHub
doleyzi commented on code in PR #9929: URL: https://github.com/apache/inlong/pull/9929#discussion_r1555211590 ## inlong-audit/audit-service/src/main/java/elector/impl/DBDataSource.java: ## @@ -0,0 +1,307 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
vernedeng commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1555188990 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java: ## @@ -778,4 +825,53 @@ private List fetchTask(TaskR

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
vernedeng commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1555185807 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/agent/AgentClusterNodeDTO.java: ## @@ -42,16 +50,57 @@ @ApiModel("Agent cluster no

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
aloyszhang commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1555185838 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/ModuleType.java: ## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Fou

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
aloyszhang commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1555184898 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/ErrorCodeEnum.java: ## @@ -156,6 +156,13 @@ public enum ErrorCodeEnum { AUD

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
vernedeng commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1555183717 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/agent/AgentClusterNodeDTO.java: ## @@ -42,16 +50,57 @@ @ApiModel("Agent cluster no

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
vernedeng commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1555183806 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/agent/AgentClusterNodeDTO.java: ## @@ -42,16 +50,57 @@ @ApiModel("Agent cluster no

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
vernedeng commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1555182469 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/agent/AgentClusterNodeDTO.java: ## @@ -42,16 +50,57 @@ @ApiModel("Agent cluster no

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
vernedeng commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1555182469 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/agent/AgentClusterNodeDTO.java: ## @@ -42,16 +50,57 @@ @ApiModel("Agent cluster no

Re: [PR] [INLONG-9934][doc] update copyright date to 2024 [inlong]

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

(inlong) branch master updated: [INLONG-9934][doc] update copyright date to 2024 (#9935)

2024-04-07 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 1df84dca9f [INLONG-9934][doc] update copyrig

(inlong) branch master updated: [INLONG-9926][Audit] Audit-service support HA active and backup (#9927)

2024-04-07 Thread gosonzhang
This is an automated email from the ASF dual-hosted git repository. gosonzhang 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 9b5999764a [INLONG-9926][Audit] Audit-servic

Re: [PR] [INLONG-9926][Audit] Audit-service support HA active and backup [inlong]

2024-04-07 Thread via GitHub
gosonzhang merged PR #9927: URL: https://github.com/apache/inlong/pull/9927 -- 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.a

[PR] [INLONG-9934][doc] update copyright date to 2024 [inlong]

2024-04-07 Thread via GitHub
aloyszhang opened a new pull request, #9935: URL: https://github.com/apache/inlong/pull/9935 - Fixes #9934 ### Motivation Copyright in NOTICE is still 2019-2023, which needs updating. ### Modifications update Copyright in NOTICE to 2024 ### Verifying this c

Re: [I] [Bug][Manager] Stop Inlong Group ID Fail [inlong]

2024-04-07 Thread via GitHub
fuweng11 commented on issue #8870: URL: https://github.com/apache/inlong/issues/8870#issuecomment-2041456765 This issue has been fixed in version 1.11.0. -- 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

Re: [I] [Bug][Manager] Stop Inlong Group ID Fail [inlong]

2024-04-07 Thread via GitHub
fuweng11 commented on issue #8870: URL: https://github.com/apache/inlong/issues/8870#issuecomment-2041456820 This issue has been fixed in version 1.11.0. -- 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

(inlong) branch master updated: [INLONG-9922][Agent] Add a script to copy the configuration from the installer to the agent (#9923)

2024-04-07 Thread dockerzhang
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 49932d6f59 [INLONG-9922][Agent] Add a scrip

Re: [PR] [INLONG-9922][Agent] Add a script to copy the configuration from the installer to the agent [inlong]

2024-04-07 Thread via GitHub
dockerzhang merged PR #9923: URL: https://github.com/apache/inlong/pull/9923 -- 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.

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
fuweng11 commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1554943565 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java: ## @@ -778,4 +825,53 @@ private List fetchTask(TaskRe

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
justinwwhuang commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1554928302 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AgentServiceImpl.java: ## @@ -778,4 +825,53 @@ private List fetchTask(T

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
fuweng11 commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1554889296 ## inlong-common/src/main/java/org/apache/inlong/common/pojo/agent/installer/InstallerCode.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
justinwwhuang commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1554855217 ## inlong-common/src/main/java/org/apache/inlong/common/pojo/agent/installer/InstallerCode.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache Software Founda

Re: [PR] [INLONG-9926][Audit] Audit-service support HA active and backup [inlong]

2024-04-07 Thread via GitHub
gosonzhang commented on code in PR #9927: URL: https://github.com/apache/inlong/pull/9927#discussion_r1554855940 ## inlong-audit/audit-service/src/main/java/elector/task/DBMonitorTask.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
fuweng11 commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1554854698 ## inlong-common/src/main/java/org/apache/inlong/common/pojo/agent/installer/InstallerCode.java: ## @@ -0,0 +1,60 @@ +/* + * Licensed to the Apache Software Foundation

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
aloyszhang commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1554851292 ## inlong-common/src/main/java/org/apache/inlong/common/pojo/agent/installer/InstallerCode.java: ## @@ -0,0 +1,60 @@ +/* + * Licensed to the Apache Software Foundatio

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
fuweng11 commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1554846870 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/ModuleType.java: ## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Found

Re: [PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
aloyszhang commented on code in PR #9933: URL: https://github.com/apache/inlong/pull/9933#discussion_r1554845119 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/enums/ModuleType.java: ## @@ -0,0 +1,28 @@ +/* + * Licensed to the Apache Software Fou

Re: [PR] [INLONG-9926][Audit] Audit-service support HA active and backup [inlong]

2024-04-07 Thread via GitHub
doleyzi commented on code in PR #9927: URL: https://github.com/apache/inlong/pull/9927#discussion_r1554842036 ## inlong-audit/audit-service/src/main/java/elector/task/DBMonitorTask.java: ## @@ -0,0 +1,63 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mo

[PR] [INLONG-9932][Manager] Add an agent installer module management for agent installation [inlong]

2024-04-07 Thread via GitHub
fuweng11 opened a new pull request, #9933: URL: https://github.com/apache/inlong/pull/9933 ### Prepare a Pull Request - Fixes #9932 ### Motivation Add an agent installer module management for agent installation. ### Modifications Add an agent install

Re: [PR] [INLONG-9926][Audit] Audit-service support HA active and backup [inlong]

2024-04-07 Thread via GitHub
doleyzi commented on code in PR #9927: URL: https://github.com/apache/inlong/pull/9927#discussion_r1554841802 ## inlong-audit/audit-service/src/main/java/elector/api/ElectorConfig.java: ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or mor

Re: [PR] [INLONG-9926][Audit] Audit-service support HA active and backup [inlong]

2024-04-07 Thread via GitHub
doleyzi commented on code in PR #9927: URL: https://github.com/apache/inlong/pull/9927#discussion_r1554841149 ## inlong-audit/audit-service/src/main/java/elector/api/Elector.java: ## @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] [INLONG-9926][Audit] Audit-service support HA active and backup [inlong]

2024-04-07 Thread via GitHub
baomingyu commented on code in PR #9927: URL: https://github.com/apache/inlong/pull/9927#discussion_r1554832058 ## inlong-audit/audit-service/src/main/java/elector/api/ElectorConfig.java: ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or m

Re: [PR] [INLONG-9928][Audit] Audit-service HA election through mysql [inlong]

2024-04-07 Thread via GitHub
baomingyu commented on code in PR #9929: URL: https://github.com/apache/inlong/pull/9929#discussion_r1554827785 ## inlong-audit/audit-service/src/main/java/elector/impl/ElectorImpl.java: ## @@ -0,0 +1,198 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or m