(inlong) branch master updated: [INLONG-9518][Manager] Support resetting the consumption location of the consumption group used by sort (#9519)

2023-12-27 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 f495de5676 [INLONG-9518][Manager] Support r

Re: [PR] [INLONG-9518][Manager] Support resetting the consumption location of the consumption group used by sort [inlong]

2023-12-27 Thread via GitHub
dockerzhang merged PR #9519: URL: https://github.com/apache/inlong/pull/9519 -- 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-9525][Tools] Fix the typo for backup_module_dependencys.sh script [inlong]

2023-12-27 Thread via GitHub
dockerzhang opened a new pull request, #9526: URL: https://github.com/apache/inlong/pull/9526 … ### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should be

[PR] [INLONG-9524][Manager] Manager client support migrate group tenant, switch cluster tag [inlong]

2023-12-27 Thread via GitHub
castorqin opened a new pull request, #9529: URL: https://github.com/apache/inlong/pull/9529 ### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should be replac

[PR] [INLONG-9532][Sort] Fix the wrong params for HudiExtractNode [inlong]

2023-12-27 Thread via GitHub
dockerzhang opened a new pull request, #9535: URL: https://github.com/apache/inlong/pull/9535 ### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should be repl

Re: [PR] [INLONG-9033][TubeMQ] Fix the tubectl script missing for packaging [inlong]

2023-12-27 Thread via GitHub
dockerzhang merged PR #9527: URL: https://github.com/apache/inlong/pull/9527 -- 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-9033][TubeMQ] Fix the tubectl script missing for packaging (#9527)

2023-12-27 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 3b771542c1 [INLONG-9033][TubeMQ] Fix the tu

Re: [PR] [INLONG-9533][Manager] Support setting dataNode when configuring streamSource for Pulsar、Iceberg、PostgreSQL [inlong]

2023-12-27 Thread via GitHub
vernedeng commented on code in PR #9534: URL: https://github.com/apache/inlong/pull/9534#discussion_r1436872384 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/source/AbstractSourceOperator.java: ## @@ -62,6 +63,8 @@ public abstract class Abstra

Re: [PR] [INLONG-9533][Manager] Support setting dataNode when configuring streamSource for Pulsar, Iceberg and PostgreSQL [inlong]

2023-12-27 Thread via GitHub
fuweng11 commented on code in PR #9534: URL: https://github.com/apache/inlong/pull/9534#discussion_r1436875829 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/source/AbstractSourceOperator.java: ## @@ -62,6 +63,8 @@ public abstract class Abstrac

Re: [PR] [INLONG-9528][Manager] Support configuring the switch to enable dataProxy nodes [inlong]

2023-12-27 Thread via GitHub
dockerzhang merged PR #9531: URL: https://github.com/apache/inlong/pull/9531 -- 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-9528][Manager] Support configuring the switch to enable dataproxy nodes (#9531)

2023-12-27 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 452b32676d [INLONG-9528][Manager] Support c

Re: [PR] [INLONG-9520][Sort] Upgrade sort format to support InLongMsg body containing multiple pieces of data [inlong]

2023-12-27 Thread via GitHub
EMsnap commented on code in PR #9522: URL: https://github.com/apache/inlong/pull/9522#discussion_r1436916699 ## inlong-sort/sort-formats/format-base/src/main/java/org/apache/inlong/sort/formats/base/util/LogCounter.java: ## @@ -0,0 +1,71 @@ +/* + * Licensed to the Apache Softwar

Re: [PR] [INLONG-9520][Sort] Upgrade sort format to support InLongMsg body containing multiple pieces of data [inlong]

2023-12-27 Thread via GitHub
EMsnap commented on code in PR #9522: URL: https://github.com/apache/inlong/pull/9522#discussion_r1436939247 ## inlong-sort/sort-formats/format-base/src/main/java/org/apache/inlong/sort/formats/base/DefaultTableFormatSerializer.java: ## @@ -67,15 +52,14 @@ public void flatMap(

Re: [PR] [INLONG-9520][Sort] Upgrade sort format to support InLongMsg body containing multiple pieces of data [inlong]

2023-12-27 Thread via GitHub
EMsnap commented on code in PR #9522: URL: https://github.com/apache/inlong/pull/9522#discussion_r1436939702 ## inlong-sort/sort-formats/format-base/src/main/java/org/apache/inlong/sort/formats/base/TableFormatConstants.java: ## @@ -38,6 +39,11 @@ public class TableFormatConstan

Re: [PR] [INLONG-9520][Sort] Upgrade sort format to support InLongMsg body containing multiple pieces of data [inlong]

2023-12-27 Thread via GitHub
EMsnap commented on code in PR #9522: URL: https://github.com/apache/inlong/pull/9522#discussion_r1436939908 ## inlong-sort/sort-formats/format-base/src/main/java/org/apache/inlong/sort/formats/base/TableFormatDeserializer.java: ## @@ -17,13 +17,42 @@ package org.apache.inlon

Re: [PR] [INLONG-9532][Sort] Fix the wrong params for HudiExtractNode [inlong]

2023-12-27 Thread via GitHub
EMsnap merged PR #9535: URL: https://github.com/apache/inlong/pull/9535 -- 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.apach

(inlong) branch master updated: [INLONG-9532][Sort] Fix the wrong params for HudiExtractNode (#9535)

2023-12-27 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 66437de503 [INLONG-9532][Sort] Fix the wrong para

Re: [PR] [INLONG-9520][Sort] Upgrade sort format to support InLongMsg body containing multiple pieces of data [inlong]

2023-12-27 Thread via GitHub
baomingyu commented on code in PR #9522: URL: https://github.com/apache/inlong/pull/9522#discussion_r1436950002 ## inlong-sort/sort-formats/format-base/src/main/java/org/apache/inlong/sort/formats/base/TableFormatDeserializer.java: ## @@ -17,13 +17,42 @@ package org.apache.in

Re: [PR] [INLONG-9520][Sort] Upgrade sort format to support InLongMsg body containing multiple pieces of data [inlong]

2023-12-27 Thread via GitHub
baomingyu commented on code in PR #9522: URL: https://github.com/apache/inlong/pull/9522#discussion_r1436950110 ## inlong-sort/sort-formats/format-base/src/main/java/org/apache/inlong/sort/formats/base/DefaultTableFormatSerializer.java: ## @@ -67,15 +52,14 @@ public void flatMap

Re: [PR] [INLONG-9533][Manager] Support setting dataNode when configuring streamSource for Pulsar, Iceberg and PostgreSQL [inlong]

2023-12-27 Thread via GitHub
dockerzhang merged PR #9534: URL: https://github.com/apache/inlong/pull/9534 -- 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-9533][Manager] Support setting dataNode when configuring streamSource for Pulsar, Iceberg and PostgreSQL (#9534)

2023-12-27 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 0fa2f05163 [INLONG-9533][Manager] Support s

(inlong) branch master updated: [INLONG-9525][Tools] Fix the typo for xxx_dependencys.sh script (#9526)

2023-12-27 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 4241bc2d2d [INLONG-9525][Tools] Fix the typ

Re: [PR] [INLONG-9525][Tools] Fix the typo for xxx_dependencys.sh script [inlong]

2023-12-27 Thread via GitHub
dockerzhang merged PR #9526: URL: https://github.com/apache/inlong/pull/9526 -- 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-9520][Sort] Upgrade sort format to support InLongMsg body containing multiple pieces of data [inlong]

2023-12-27 Thread via GitHub
vernedeng commented on code in PR #9522: URL: https://github.com/apache/inlong/pull/9522#discussion_r1437334059 ## inlong-sort/sort-formats/format-base/src/main/java/org/apache/inlong/sort/formats/base/DefaultDeserializationSchema.java: ## @@ -0,0 +1,104 @@ +/* + * Licensed to t

Re: [PR] [INLONG-9520][Sort] Upgrade sort format to support InLongMsg body containing multiple pieces of data [inlong]

2023-12-27 Thread via GitHub
baomingyu commented on code in PR #9522: URL: https://github.com/apache/inlong/pull/9522#discussion_r1437335969 ## inlong-sort/sort-formats/format-base/src/main/java/org/apache/inlong/sort/formats/base/DefaultDeserializationSchema.java: ## @@ -0,0 +1,104 @@ +/* + * Licensed to t

Re: [PR] [INLONG-9520][Sort] Upgrade sort format to support InLongMsg body containing multiple pieces of data [inlong]

2023-12-27 Thread via GitHub
baomingyu merged PR #9522: URL: https://github.com/apache/inlong/pull/9522 -- 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.ap

[PR] [INLONG-9521][Sort] Sort format supports InLongMsg-kv format #9521 [inlong]

2023-12-27 Thread via GitHub
baomingyu opened a new pull request, #9536: URL: https://github.com/apache/inlong/pull/9536 ### Prepare a Pull Request - Fixes #9521 ### Motivation *Sort format supports InLongMsg-kv format ### Modifications *Sort format supports InLongMsg-kv format #

[PR] [INLONG-9523][Manager] Support querying all audit information based on IP address [inlong]

2023-12-27 Thread via GitHub
fuweng11 opened a new pull request, #9537: URL: https://github.com/apache/inlong/pull/9537 ### Prepare a Pull Request - Fixes #9523 ### Motivation Support querying all audit information based on IP address. ### Modifications Support querying all audi

Re: [PR] [INLONG-9521][Sort] Sort format supports InLongMsg-kv format [inlong]

2023-12-27 Thread via GitHub
vernedeng commented on code in PR #9536: URL: https://github.com/apache/inlong/pull/9536#discussion_r1437350206 ## inlong-sort/sort-formats/format-inlongmsg-kv/src/main/java/org/apache/inlong/sort/formats/inlongmsgkv/InLongMsgKvUtils.java: ## @@ -0,0 +1,169 @@ +/* + * Licensed t

[PR] [INLONG-9530][Dashboard] Dataproxy cluster nodes support adding the enabledOnline parameter [inlong]

2023-12-27 Thread via GitHub
bluewang opened a new pull request, #9540: URL: https://github.com/apache/inlong/pull/9540 ### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should be rep

Re: [PR] [INLONG-9521][Sort] Sort format supports InLongMsg-kv format [inlong]

2023-12-27 Thread via GitHub
baomingyu commented on code in PR #9536: URL: https://github.com/apache/inlong/pull/9536#discussion_r1437411344 ## inlong-sort/sort-formats/format-inlongmsg-kv/src/main/java/org/apache/inlong/sort/formats/inlongmsgkv/InLongMsgKvUtils.java: ## @@ -0,0 +1,169 @@ +/* + * Licensed t

Re: [PR] [INLONG-9523][Manager] Support querying all audit information based on IP address [inlong]

2023-12-27 Thread via GitHub
dockerzhang commented on code in PR #9537: URL: https://github.com/apache/inlong/pull/9537#discussion_r1437417909 ## inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/AuditEntityMapper.java: ## @@ -59,4 +59,10 @@ List> sumByLogTsAndIp(@Param(value =

[PR] [INLONG-9541][ASF] Remove branch protection strategy for the master branch [inlong]

2023-12-27 Thread via GitHub
vernedeng opened a new pull request, #9542: URL: https://github.com/apache/inlong/pull/9542 ### Prepare a Pull Request *(Change the title refer to the following example)* - Title Example: [INLONG-XYZ][Component] Title of the pull request *(The following *XYZ* should be replac

Re: [PR] [INLONG-9538][Manager] Fix the problem of unable to retrieve parameters from ext_params when obtaining dataproxy node information [inlong]

2023-12-27 Thread via GitHub
dockerzhang merged PR #9539: URL: https://github.com/apache/inlong/pull/9539 -- 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-9538][Manager] Fix the problem of unable to retrieve parameters from ext_params when obtaining dataproxy node information (#9539)

2023-12-27 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 7fdb4c89a4 [INLONG-9538][Manager] Fix the p

Re: [PR] [INLONG-9521][Sort] Sort format supports InLongMsg-kv format [inlong]

2023-12-27 Thread via GitHub
baomingyu merged PR #9536: URL: https://github.com/apache/inlong/pull/9536 -- 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.ap

(inlong) branch master updated: [INLONG-9521][Sort] Sort format supports InLongMsg-kv format (#9536)

2023-12-27 Thread baomingyu
This is an automated email from the ASF dual-hosted git repository. baomingyu 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 a1523ec722 [INLONG-9521][Sort] Sort format su

Re: [PR] [INLONG-9523][Manager] Support querying all audit information based on IP address [inlong]

2023-12-27 Thread via GitHub
fuweng11 commented on code in PR #9537: URL: https://github.com/apache/inlong/pull/9537#discussion_r1437437043 ## inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/AuditEntityMapper.java: ## @@ -59,4 +59,10 @@ List> sumByLogTsAndIp(@Param(value = "ip

Re: [I] [Feature][ASF] Remove branch protection strategy for the master branch [inlong]

2023-12-27 Thread via GitHub
vernedeng commented on issue #9541: URL: https://github.com/apache/inlong/issues/9541#issuecomment-1870905783 The protection of the master branch is important, and should not be removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

Re: [PR] [INLONG-9541][ASF] Remove branch protection strategy for the master branch [inlong]

2023-12-27 Thread via GitHub
vernedeng closed pull request #9542: [INLONG-9541][ASF] Remove branch protection strategy for the master branch URL: https://github.com/apache/inlong/pull/9542 -- 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

Re: [PR] [INLONG-9541][ASF] Remove branch protection strategy for the master branch [inlong]

2023-12-27 Thread via GitHub
vernedeng commented on PR #9542: URL: https://github.com/apache/inlong/pull/9542#issuecomment-1870906006 The protection of the master branch is important, and should not be removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git