Re: [PR] [INLONG-9402][Sort] Solve errors in UT test logs for sort-end-to-end-tests, but UT results show as successful [inlong]

2024-04-09 Thread via GitHub
EMsnap commented on code in PR #9940: URL: https://github.com/apache/inlong/pull/9940#discussion_r1558899063 ## inlong-sort/sort-end-to-end-tests/sort-end-to-end-tests-v1.15/src/test/java/org/apache/inlong/sort/tests/utils/FlinkContainerTestEnv.java: ## @@ -165,8 +134,8 @@ publi

(inlong) branch master updated: [INLONG-9948][Agent] Optimize the instance class to decrease the complexity of usage (#9952)

2024-04-09 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 ec6ee225d4 [INLONG-9948][Agent] Optimize th

Re: [PR] [INLONG-9948][Agent] Optimize the instance class to decrease the complexity of usage [inlong]

2024-04-09 Thread via GitHub
dockerzhang merged PR #9952: URL: https://github.com/apache/inlong/pull/9952 -- 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-9944][Dashboard] Add Agent and Installer for Agent Cluster Node (#9945)

2024-04-09 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 98c84917a3 [INLONG-9944][Dashboard] Add Age

Re: [PR] [INLONG-9944][Dashboard] Add Agent and Installer for Agent Cluster Node [inlong]

2024-04-09 Thread via GitHub
dockerzhang merged PR #9945: URL: https://github.com/apache/inlong/pull/9945 -- 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-9950][Dashboard] Fix audit query using incorrect end time (#9951)

2024-04-09 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 c9da983405 [INLONG-9950][Dashboard] Fix aud

Re: [PR] [INLONG-9950][Dashboard] Fix audit query using incorrect end time [inlong]

2024-04-09 Thread via GitHub
dockerzhang merged PR #9951: URL: https://github.com/apache/inlong/pull/9951 -- 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-9953][Manager] Fix the problem of stop stream source failed (#9954)

2024-04-09 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 c13e35528e [INLONG-9953][Manager] Fix the p

Re: [PR] [INLONG-9953][Manager] Fix the problem of stop stream source failed [inlong]

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

[PR] [INLONG-9955][Agent] Rename Job to Task for agent [inlong]

2024-04-09 Thread via GitHub
haifxu opened a new pull request, #9956: URL: https://github.com/apache/inlong/pull/9956 ### Prepare a Pull Request - Fixes #9955 ### Motivation `Job` and `Task` are repeated concepts. In the new architecture, the task is used uniformly. ### Modifications 1

Re: [PR] [INLONG-9944][Dashboard] Add Agent and Installer for Agent Cluster Node [inlong]

2024-04-09 Thread via GitHub
haifxu commented on code in PR #9945: URL: https://github.com/apache/inlong/pull/9945#discussion_r1558676788 ## inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx: ## @@ -145,6 +158,71 @@ const NodeEditModal: React.FC = ({ id, type, clusterId, ...m ],

Re: [PR] [INLONG-9948][Agent] The instance class has many code similarities, abstract a common class [inlong]

2024-04-09 Thread via GitHub
aloyszhang commented on code in PR #9952: URL: https://github.com/apache/inlong/pull/9952#discussion_r1557465688 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/instance/CommonInstance.java: ## @@ -0,0 +1,206 @@ +/* + * Licensed to the Apache Software

Re: [PR] [INLONG-9948][Agent] The instance class has many code similarities, abstract a common class [inlong]

2024-04-09 Thread via GitHub
aloyszhang commented on code in PR #9952: URL: https://github.com/apache/inlong/pull/9952#discussion_r1557463950 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/instance/CommonInstance.java: ## @@ -0,0 +1,206 @@ +/* + * Licensed to the Apache Software

(inlong) branch master updated: [INLONG-9943][Audit] Audit-service add codes of jdbc sink (#9949)

2024-04-09 Thread luchunliang
This is an automated email from the ASF dual-hosted git repository. luchunliang 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 50539a5660 [INLONG-9943][Audit] Audit-servi

Re: [PR] [INLONG-9943][Audit] Audit-service add codes of jdbc sink [inlong]

2024-04-09 Thread via GitHub
luchunliang merged PR #9949: URL: https://github.com/apache/inlong/pull/9949 -- 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-9944][Dashboard] Add Agent and Installer for Agent Cluster Node [inlong]

2024-04-09 Thread via GitHub
leezng commented on code in PR #9945: URL: https://github.com/apache/inlong/pull/9945#discussion_r1557404593 ## inlong-dashboard/src/ui/pages/Clusters/NodeEditModal.tsx: ## @@ -145,6 +158,71 @@ const NodeEditModal: React.FC = ({ id, type, clusterId, ...m ],

[PR] [INLONG-9948][Agent] The instance class has many code similarities, abstract a common class [inlong]

2024-04-09 Thread via GitHub
justinwwhuang opened a new pull request, #9952: URL: https://github.com/apache/inlong/pull/9952 [INLONG-9948][Agent] The instance class has many code similarities, abstract a common class - Fixes #9948 ### Motivation The instance class has many code similarities ### M

[PR] [INLONG-9950][Dashboard] Fix audit query using incorrect end time [inlong]

2024-04-09 Thread via GitHub
haifxu opened a new pull request, #9951: URL: https://github.com/apache/inlong/pull/9951 ### Prepare a Pull Request - Fixes #9950 ### Motivation The end time and start time used by the audit query are the same. ### Modifications Fix the end time. ###

(inlong) branch master updated: [INLONG-9946][Agent] Verify the return code, only proceed with the subsequent process if the return code is successful (#9947)

2024-04-09 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 bcc1f3fd9f [INLONG-9946][Agent] Verify the r

Re: [PR] [INLONG-9946][Agent] Verify the return code, only proceed with the subsequent process if the return code is successful [inlong]

2024-04-09 Thread via GitHub
aloyszhang merged PR #9947: URL: https://github.com/apache/inlong/pull/9947 -- 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-9943][Audit] Audit-service add codes of jdbc sink [inlong]

2024-04-09 Thread via GitHub
doleyzi commented on code in PR #9949: URL: https://github.com/apache/inlong/pull/9949#discussion_r1557309491 ## inlong-audit/audit-service/src/main/java/org/apache/inlong/audit/sink/JdbcSink.java: ## @@ -0,0 +1,164 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

Re: [PR] [INLONG-9943][Audit] Audit-service add codes of jdbc sink [inlong]

2024-04-09 Thread via GitHub
aloyszhang commented on code in PR #9949: URL: https://github.com/apache/inlong/pull/9949#discussion_r1557300732 ## inlong-audit/audit-service/src/main/java/org/apache/inlong/audit/entities/SinkConfig.java: ## @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software Foundation (

(inlong) branch master updated: [INLONG-9921][Manager] Fix the problem of manager can't stop data sync job (#9942)

2024-04-09 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 f5950eed5a [INLONG-9921][Manager] Fix the pr

Re: [PR] [INLONG-9921][Manager] Fix the problem of manager can't stop data sync job [inlong]

2024-04-09 Thread via GitHub
aloyszhang merged PR #9942: URL: https://github.com/apache/inlong/pull/9942 -- 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-9943][Audit] Audit-service add codes of jdbc sink [inlong]

2024-04-09 Thread via GitHub
justinwwhuang commented on code in PR #9949: URL: https://github.com/apache/inlong/pull/9949#discussion_r1557283674 ## inlong-audit/audit-service/src/main/java/org/apache/inlong/audit/sink/JdbcSink.java: ## @@ -0,0 +1,164 @@ +/* + * Licensed to the Apache Software Foundation (AS

[PR] [INLONG-9943][Audit] Audit-service add codes of jdbc sink [inlong]

2024-04-09 Thread via GitHub
doleyzi opened a new pull request, #9949: URL: https://github.com/apache/inlong/pull/9949 ### Prepare a Pull Request - Fixes #9943 ### Motivation *Audit-service add codes of jdbc sink for aggregate the data from the data source and store the aggregated data to the target sto

[PR] [INLONG-9946][Agent] Verify the return code, only proceed with the subsequent process if the return code is successful [inlong]

2024-04-09 Thread via GitHub
justinwwhuang opened a new pull request, #9947: URL: https://github.com/apache/inlong/pull/9947 [INLONG-9946][Agent] Verify the return code, only proceed with the subsequent process if the return code is successful - Fixes #9946 ### Motivation The manager will verify MD5, an