Re: [PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
justinwwhuang closed pull request #9144: [INLONG-9143][Agent] Add log file collect task URL: https://github.com/apache/inlong/pull/9144 -- 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 c

[PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
justinwwhuang opened a new pull request, #9145: URL: https://github.com/apache/inlong/pull/9145 ### Prepare a Pull Request [INLONG-9143][Agent] Add log file collect task - Fixes #9143 ### Motivation Add log file collect task ### Modifications Add log fil

Re: [PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
doleyzi commented on code in PR #9145: URL: https://github.com/apache/inlong/pull/9145#discussion_r1375591666 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/task/filecollect/AgentErrMsg.java: ## @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache Software

Re: [PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
EMsnap commented on code in PR #9145: URL: https://github.com/apache/inlong/pull/9145#discussion_r1375592188 ## inlong-agent/agent-plugins/src/test/java/org/apache/inlong/agent/plugin/AgentBaseTestsHelper.java: ## @@ -71,4 +77,32 @@ public void teardownAgentHome() {

Re: [PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
EMsnap commented on code in PR #9145: URL: https://github.com/apache/inlong/pull/9145#discussion_r1375592016 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/task/filecollect/AgentErrMsg.java: ## @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache Software

Re: [PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
justinwwhuang commented on code in PR #9145: URL: https://github.com/apache/inlong/pull/9145#discussion_r1375592659 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/task/filecollect/AgentErrMsg.java: ## @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache So

Re: [PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
doleyzi commented on code in PR #9145: URL: https://github.com/apache/inlong/pull/9145#discussion_r1375592818 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/task/filecollect/FileScanner.java: ## @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Softwar

Re: [PR] [INLONG-9140][Dashboard] Data synchronization sink supports table creation [inlong]

2023-10-29 Thread via GitHub
leezng commented on code in PR #9141: URL: https://github.com/apache/inlong/pull/9141#discussion_r1375592861 ## inlong-dashboard/src/core/stores/index.ts: ## @@ -38,6 +39,7 @@ const state: State = { userId: 0, roles: [], tenant: '', + syncTableData: null, Review Comme

Re: [PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
justinwwhuang commented on code in PR #9145: URL: https://github.com/apache/inlong/pull/9145#discussion_r1375592934 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/task/filecollect/AgentErrMsg.java: ## @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache So

Re: [PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
doleyzi commented on code in PR #9145: URL: https://github.com/apache/inlong/pull/9145#discussion_r1375593414 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/task/filecollect/FileScanner.java: ## @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Softwar

Re: [PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
justinwwhuang commented on code in PR #9145: URL: https://github.com/apache/inlong/pull/9145#discussion_r1375594094 ## inlong-agent/agent-plugins/src/test/java/org/apache/inlong/agent/plugin/AgentBaseTestsHelper.java: ## @@ -71,4 +77,32 @@ public void teardownAgentHome() {

Re: [PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
justinwwhuang commented on code in PR #9145: URL: https://github.com/apache/inlong/pull/9145#discussion_r1375594207 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/task/filecollect/FileScanner.java: ## @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache S

Re: [PR] [INLONG-9140][Dashboard] Data synchronization sink supports table creation [inlong]

2023-10-29 Thread via GitHub
EMsnap commented on PR #9141: URL: https://github.com/apache/inlong/pull/9141#issuecomment-1784365609 ![image](https://github.com/apache/inlong/assets/26538404/7a94d351-7e06-4843-94a2-3a89216a6d35) please update description -- This is an automated message from the Apache Git Service.

[PR] [INLONG-9147][Manager] The group details are displayed with the tag of the cluster to which the group belongs [inlong]

2023-10-29 Thread via GitHub
fuweng11 opened a new pull request, #9148: URL: https://github.com/apache/inlong/pull/9148 ### Prepare a Pull Request - Fixes #9147 ### Motivation The group details are displayed with the tag of the cluster to which the group belongs. ### Modifications

Re: [PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
justinwwhuang commented on code in PR #9145: URL: https://github.com/apache/inlong/pull/9145#discussion_r1375617316 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/task/filecollect/AgentErrMsg.java: ## @@ -0,0 +1,67 @@ +/* + * Licensed to the Apache So

Re: [PR] [INLONG-9143][Agent] Add log file collect task [inlong]

2023-10-29 Thread via GitHub
luchunliang merged PR #9145: URL: https://github.com/apache/inlong/pull/9145 -- 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-9143][Agent] Add log file collect task (#9145)

2023-10-29 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 119240cdbc [INLONG-9143][Agent] Add log fil

[PR] [INLONG-9149][Agent] Add sender manager for file collect [inlong]

2023-10-29 Thread via GitHub
justinwwhuang opened a new pull request, #9150: URL: https://github.com/apache/inlong/pull/9150 ### Prepare a Pull Request [INLONG-9149][Agent] Add sender manager for file collect - Fixes #9149 ### Motivation Add sender manager for file collect ### Modification

Re: [PR] [INLONG-9149][Agent] Add sender manager for file collect [inlong]

2023-10-29 Thread via GitHub
doleyzi commented on code in PR #9150: URL: https://github.com/apache/inlong/pull/9150#discussion_r1375636403 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sinks/filecollect/SenderManager.java: ## @@ -0,0 +1,454 @@ +/* + * Licensed to the Apache Soft

Re: [PR] [INLONG-9149][Agent] Add sender manager for file collect [inlong]

2023-10-29 Thread via GitHub
justinwwhuang commented on code in PR #9150: URL: https://github.com/apache/inlong/pull/9150#discussion_r1375636818 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sinks/filecollect/SenderManager.java: ## @@ -0,0 +1,454 @@ +/* + * Licensed to the Apach

Re: [PR] [INLONG-9149][Agent] Add sender manager for file collect [inlong]

2023-10-29 Thread via GitHub
EMsnap commented on code in PR #9150: URL: https://github.com/apache/inlong/pull/9150#discussion_r1375637065 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sinks/filecollect/SenderManager.java: ## @@ -0,0 +1,454 @@ +/* + * Licensed to the Apache Softw

Re: [PR] [INLONG-9149][Agent] Add sender manager for file collect [inlong]

2023-10-29 Thread via GitHub
justinwwhuang commented on code in PR #9150: URL: https://github.com/apache/inlong/pull/9150#discussion_r1375639043 ## inlong-agent/agent-plugins/src/main/java/org/apache/inlong/agent/plugin/sinks/filecollect/SenderManager.java: ## @@ -0,0 +1,454 @@ +/* + * Licensed to the Apach

Re: [PR] [INLONG-9149][Agent] Add sender manager for file collect [inlong]

2023-10-29 Thread via GitHub
dockerzhang merged PR #9150: URL: https://github.com/apache/inlong/pull/9150 -- 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-9149][Agent] Add sender manager for file collect (#9150)

2023-10-29 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 eb5f890a23 [INLONG-9149][Agent] Add sender

Re: [PR] [INLONG-9147][Manager] The group details are displayed with the tag of the cluster to which the group belongs [inlong]

2023-10-29 Thread via GitHub
dockerzhang merged PR #9148: URL: https://github.com/apache/inlong/pull/9148 -- 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-9147][Manager] The group details are displayed with the tag of the cluster to which the group belongs (#9148)

2023-10-29 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 4ffe4ea718 [INLONG-9147][Manager] The group