(inlong) branch master updated: [INLONG-10157][Audit] Use a custom thread pool instead of the system thread pool (#10158)

2024-05-08 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 00595bb156 [INLONG-10157][Audit] Use a cust

Re: [PR] [INLONG-10157][Audit] Use a custom thread pool instead of the system thread pool [inlong]

2024-05-08 Thread via GitHub
dockerzhang merged PR #10158: URL: https://github.com/apache/inlong/pull/10158 -- 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...@inlon

(inlong) branch master updated: [INLONG-10154][SDK] Support to transform CSV/KV data to CSV/KV data without field list configuration (#10155)

2024-05-08 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 e40550c30a [INLONG-10154][SDK] Support to t

Re: [PR] [INLONG-10154][SDK] Support to transform CSV/KV data to CSV/KV data without field list configuration [inlong]

2024-05-08 Thread via GitHub
dockerzhang merged PR #10155: URL: https://github.com/apache/inlong/pull/10155 -- 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...@inlon

(inlong-website) branch master updated: [INLONG-949][Audit] Remove audit documents related to ClickHouse and ElasticSearch (#950)

2024-05-08 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-website.git The following commit(s) were added to refs/heads/master by this push: new 6a911a04ca [INLONG-949][Audit] Remo

Re: [I] [Improve][Audit] Remove audit documents related to ClickHouse and Elasticsearch [inlong-website]

2024-05-08 Thread via GitHub
dockerzhang closed issue #949: [Improve][Audit] Remove audit documents related to ClickHouse and Elasticsearch URL: https://github.com/apache/inlong-website/issues/949 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [INLONG-949][Audit] Remove audit documents related to ClickHouse and ElasticSearch [inlong-website]

2024-05-08 Thread via GitHub
dockerzhang merged PR #950: URL: https://github.com/apache/inlong-website/pull/950 -- 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...@i

[PR] [INLONG-10157][Audit] Use a custom thread pool instead of the system thread pool [inlong]

2024-05-08 Thread via GitHub
doleyzi opened a new pull request, #10158: URL: https://github.com/apache/inlong/pull/10158 - Fixes #10157 ### Motivation Use a custom thread pool instead of the system thread pool. ### Modifications Use a custom thread pool instead of the system thread pool. --

(inlong-website) branch INLONG-949 updated (63fa28efca -> 74ebc2f79e)

2024-05-08 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch INLONG-949 in repository https://gitbox.apache.org/repos/asf/inlong-website.git from 63fa28efca Modify content specifications add 74ebc2f79e Update docs/modules/audit/configure.md

Re: [PR] [INLONG-949][Audit] Remove audit documents related to ClickHouse and ElasticSearch [inlong-website]

2024-05-08 Thread via GitHub
dockerzhang commented on code in PR #950: URL: https://github.com/apache/inlong-website/pull/950#discussion_r1593982577 ## docs/modules/audit/configure.md: ## @@ -9,7 +9,7 @@ sidebar_position: 3 * Audit-store storage service configuration (application.properties). * OpenAPI au

(inlong-website) branch INLONG-949 updated (74ebc2f79e -> 5384237f45)

2024-05-08 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch INLONG-949 in repository https://gitbox.apache.org/repos/asf/inlong-website.git from 74ebc2f79e Update docs/modules/audit/configure.md add 5384237f45 Update docs/modules/audit/confi

(inlong-website) branch INLONG-949 updated (571d4aa02b -> 63fa28efca)

2024-05-08 Thread doleyzi
This is an automated email from the ASF dual-hosted git repository. doleyzi pushed a change to branch INLONG-949 in repository https://gitbox.apache.org/repos/asf/inlong-website.git from 571d4aa02b Remove extra commas add 63fa28efca Modify content specifications No new revisions were a

Re: [PR] [INLONG-10154][SDK] Support to transform CSV/KV data to CSV/KV data without field list configuration [inlong]

2024-05-08 Thread via GitHub
aloyszhang commented on code in PR #10155: URL: https://github.com/apache/inlong/pull/10155#discussion_r1593909862 ## inlong-sdk/transform-sdk/src/main/java/org/apache/inlong/sdk/transform/process/operator/OperatorTools.java: ## @@ -144,6 +144,17 @@ public static BigDecimal pars

Re: [PR] [INLONG-10154][SDK] Support to transform CSV/KV data to CSV/KV data without field list configuration [inlong]

2024-05-08 Thread via GitHub
aloyszhang commented on code in PR #10155: URL: https://github.com/apache/inlong/pull/10155#discussion_r1593900789 ## inlong-sdk/transform-sdk/src/test/java/org/apache/inlong/sdk/transform/process/TestTransformProcessor.java: ## @@ -100,6 +122,28 @@ public void testKv2Csv() {

Re: [PR] [INLONG-10152][Manager] Refactor MetricOption code structure. [inlong]

2024-05-08 Thread via GitHub
XiaoYou201 commented on code in PR #10156: URL: https://github.com/apache/inlong/pull/10156#discussion_r1593887401 ## inlong-sort/sort-flink/base/src/main/java/org/apache/inlong/sort/base/metric/MetricOption.java: ## @@ -57,54 +57,26 @@ public class MetricOption implements Seria

Re: [PR] [INLONG-10154][SDK] Support to transform CSV/KV data to CSV/KV data without field list configuration [inlong]

2024-05-08 Thread via GitHub
aloyszhang commented on code in PR #10155: URL: https://github.com/apache/inlong/pull/10155#discussion_r1593869126 ## inlong-sdk/transform-sdk/src/test/java/org/apache/inlong/sdk/transform/process/TestTransformProcessor.java: ## @@ -71,6 +71,28 @@ public void testCsv2Kv() {

Re: [PR] [INLONG-10154][SDK] Support to transform CSV/KV data to CSV/KV data without field list configuration [inlong]

2024-05-08 Thread via GitHub
aloyszhang commented on code in PR #10155: URL: https://github.com/apache/inlong/pull/10155#discussion_r1593869126 ## inlong-sdk/transform-sdk/src/test/java/org/apache/inlong/sdk/transform/process/TestTransformProcessor.java: ## @@ -71,6 +71,28 @@ public void testCsv2Kv() {

Re: [PR] [INLONG-10152][Manager] Refactor MetricOption code structure. [inlong]

2024-05-08 Thread via GitHub
vernedeng commented on code in PR #10156: URL: https://github.com/apache/inlong/pull/10156#discussion_r1593834435 ## inlong-sort/sort-flink/base/src/main/java/org/apache/inlong/sort/base/metric/MetricOption.java: ## @@ -57,54 +57,26 @@ public class MetricOption implements Serial

Re: [PR] [INLONG-10152][Manager] Refactor MetricOption code structure. [inlong]

2024-05-08 Thread via GitHub
vernedeng commented on code in PR #10156: URL: https://github.com/apache/inlong/pull/10156#discussion_r1593834023 ## inlong-sort/sort-flink/base/src/main/java/org/apache/inlong/sort/base/metric/MetricOption.java: ## @@ -57,54 +57,26 @@ public class MetricOption implements Serial

(inlong) branch master updated: [INLONG-10144][Sort] Redis connectors support audit ID (#10146)

2024-05-08 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 9bd422ffe9 [INLONG-10144][Sort] Redis conne

Re: [PR] [INLONG-10144][Sort] Redis connectors support audit ID [inlong]

2024-05-08 Thread via GitHub
dockerzhang merged PR #10146: URL: https://github.com/apache/inlong/pull/10146 -- 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...@inlon

(inlong-website) branch INLONG-949 updated (45398bf5fc -> 571d4aa02b)

2024-05-08 Thread doleyzi
This is an automated email from the ASF dual-hosted git repository. doleyzi pushed a change to branch INLONG-949 in repository https://gitbox.apache.org/repos/asf/inlong-website.git from 45398bf5fc Remove audit documents related to clickhouse and elasticsearch add 571d4aa02b Remove ext

(inlong) branch master updated: [INLONG-10150][Manager] Remove metrics. audit. proxy. hosts from flink-sort-plugins. properties (#10153)

2024-05-08 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 2c2e52b568 [INLONG-10150][Manager] Remove m

Re: [PR] [INLONG-10150][Manager] Remove metrics. audit. proxy. hosts from flink-sort-plugins. properties [inlong]

2024-05-08 Thread via GitHub
dockerzhang merged PR #10153: URL: https://github.com/apache/inlong/pull/10153 -- 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...@inlon

(inlong-website) branch INLONG-949 updated (b117bf06bc -> 45398bf5fc)

2024-05-08 Thread doleyzi
This is an automated email from the ASF dual-hosted git repository. doleyzi pushed a change to branch INLONG-949 in repository https://gitbox.apache.org/repos/asf/inlong-website.git from b117bf06bc Remove audit documents related to clickhouse and elasticsearch add 45398bf5fc Remove aud

(inlong-website) branch INLONG-949 updated (487adbf9bb -> b117bf06bc)

2024-05-08 Thread doleyzi
This is an automated email from the ASF dual-hosted git repository. doleyzi pushed a change to branch INLONG-949 in repository https://gitbox.apache.org/repos/asf/inlong-website.git from 487adbf9bb Remove audit documents related to clickhouse and elasticsearch add b117bf06bc Remove aud

(inlong-website) 01/01: Remove audit documents related to clickhouse and elasticsearch

2024-05-08 Thread doleyzi
This is an automated email from the ASF dual-hosted git repository. doleyzi pushed a commit to branch INLONG-949 in repository https://gitbox.apache.org/repos/asf/inlong-website.git commit 487adbf9bbf931bf8e1b5b5f516a4d8931ca6de8 Author: doleyzi AuthorDate: Wed May 8 18:14:37 2024 +0800 Rem

[PR] [INLONG-10154][SDK] Support to transform CSV/KV data to CSV/KV data without field list configuration [inlong]

2024-05-08 Thread via GitHub
luchunliang opened a new pull request, #10155: URL: https://github.com/apache/inlong/pull/10155 Fixes #10154 ### Motivation [SDK] Support to transform CSV/KV data to CSV/KV data without field list configuration ### Modifications CSV to KV - Support to parse the f

(inlong-website) branch INLONG-949 created (now 487adbf9bb)

2024-05-08 Thread doleyzi
This is an automated email from the ASF dual-hosted git repository. doleyzi pushed a change to branch INLONG-949 in repository https://gitbox.apache.org/repos/asf/inlong-website.git at 487adbf9bb Remove audit documents related to clickhouse and elasticsearch This branch includes the foll

(inlong) branch master updated (3b70a93d96 -> 762a026a47)

2024-05-08 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 3b70a93d96 [INLONG-10145][Manager] Change spring version 5.3.32 to 5.3.34. (#10149) add 762a026a47 [INLONG

Re: [PR] [INLONG-10147][Audit] Less usage costs when the Audit uses the MySQL as storage [inlong]

2024-05-08 Thread via GitHub
dockerzhang merged PR #10151: URL: https://github.com/apache/inlong/pull/10151 -- 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...@inlon

Re: [PR] [INLONG-10150][Manager] Remove metrics. audit. proxy. hosts from flink-sort-plugins. properties [inlong]

2024-05-08 Thread via GitHub
dockerzhang commented on PR #10153: URL: https://github.com/apache/inlong/pull/10153#issuecomment-2100154821 please remove the related configuration from dockerfile and docker-compose file. -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] [INLONG-10144][Sort] Redis connectors support audit ID [inlong]

2024-05-08 Thread via GitHub
EMsnap commented on code in PR #10146: URL: https://github.com/apache/inlong/pull/10146#discussion_r1593710242 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/source/RedisDynamicTableSource.java: ## @@ -37,7 +37,11 @@

[I] [Improve][Audit] Remove audit documents related to clickhouse and elasticsearch [inlong-website]

2024-05-08 Thread via GitHub
doleyzi opened a new issue, #949: URL: https://github.com/apache/inlong-website/issues/949 ### Description At present, the Audit Store already has universal JDBC writing capabilities, so the customized size of Elasticsearch and ClickHouse can be removed. ### Are you willing to

[PR] [INLONG-10150][Manager] Remove metrics. audit. proxy. hosts from flink-sort-plugins. properties [inlong]

2024-05-08 Thread via GitHub
fuweng11 opened a new pull request, #10153: URL: https://github.com/apache/inlong/pull/10153 ### Prepare a Pull Request - Fixes #10150 ### Motivation Remove metrics. audit. proxy. hosts from flink-sort-plugins. properties. ### Modifications Remove metrics. audi

(inlong) branch master updated: [INLONG-10145][Manager] Change spring version 5.3.32 to 5.3.34. (#10149)

2024-05-08 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 3b70a93d96 [INLONG-10145][Manager] Change s

Re: [PR] [INLONG-10145][Manager] Change spring version 5.3.32 to 5.3.34. [inlong]

2024-05-08 Thread via GitHub
dockerzhang merged PR #10149: URL: https://github.com/apache/inlong/pull/10149 -- 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...@inlon

[PR] [INLONG-10147][Audit] Less usage costs when the Audit uses the MySQL as storage [inlong]

2024-05-08 Thread via GitHub
doleyzi opened a new pull request, #10151: URL: https://github.com/apache/inlong/pull/10151 - Fixes #10147 ### Motivation When the audit system uses MySQL as the storage, the audit service can use the same MySQL configuration as the storage system, making it more convenient t

(inlong) 01/04: [INLONG-9781][Manager] Add offline sync task type definition (#9787)

2024-05-08 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang pushed a commit to branch dev-offline-sync in repository https://gitbox.apache.org/repos/asf/inlong.git commit cfd9136286502a4f33d3482461218f814f4f2a6a Author: AloysZhang AuthorDate: Thu Mar 7 11:44:20 2024 +0800

(inlong) 03/04: [INLONG-9822][Manager] Support flink job runtime execution mode configuration (#9823)

2024-05-08 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang pushed a commit to branch dev-offline-sync in repository https://gitbox.apache.org/repos/asf/inlong.git commit ddc72ed417cbd12f06f463d646bf6ed841ffd67d Author: AloysZhang AuthorDate: Fri Mar 15 15:12:53 2024 +0800

(inlong) 02/04: [INLONG-9813][Manager] Support offline data sync management (#9814)

2024-05-08 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang pushed a commit to branch dev-offline-sync in repository https://gitbox.apache.org/repos/asf/inlong.git commit e66cf075fe41e45f44c9b13e250242b0aaf4e0a3 Author: AloysZhang AuthorDate: Wed Mar 13 16:18:04 2024 +0800

(inlong) 04/04: [INLONG-9862][Manager] Support submit flink job for offline sync (#9865)

2024-05-08 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository. aloyszhang pushed a commit to branch dev-offline-sync in repository https://gitbox.apache.org/repos/asf/inlong.git commit dadc2d194eab39e412faac6c0a0ee193afc692b5 Author: AloysZhang AuthorDate: Fri Mar 22 18:24:26 2024 +0800

Re: [PR] [INLONG-10144][Sort] Redis connectors support audit ID [inlong]

2024-05-08 Thread via GitHub
XiaoYou201 commented on code in PR #10146: URL: https://github.com/apache/inlong/pull/10146#discussion_r1593560456 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/source/RedisDynamicTableSource.java: ## @@ -37,7 +37,11

[PR] [INLONG-10145[Manager] Change spring version 5.3.32 to 5.3.34. [inlong]

2024-05-08 Thread via GitHub
XiaoYou201 opened a new pull request, #10149: URL: https://github.com/apache/inlong/pull/10149 Prepare a Pull Request - [INLONG-10145[Manager] Change spring version 5.3.32 to 5.3.34. - Fixes #10145 Motivation this issue was fixed in 5.3.34, bump to this version could

Re: [PR] [INLONG-10145][Sort] Change spring version 5.3.32 to 5.3.34. [inlong]

2024-05-08 Thread via GitHub
XiaoYou201 closed pull request #10148: [INLONG-10145][Sort] Change spring version 5.3.32 to 5.3.34. URL: https://github.com/apache/inlong/pull/10148 -- 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 t

Re: [PR] [INLONG-10144][Sort] Redis connectors support audit ID [inlong]

2024-05-08 Thread via GitHub
EMsnap commented on code in PR #10146: URL: https://github.com/apache/inlong/pull/10146#discussion_r1593536876 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/source/RedisDynamicTableSource.java: ## @@ -37,7 +37,11 @@

Re: [PR] [INLONG-10145][Sort] Change spring version 5.3.32 to 5.3.34. [inlong]

2024-05-08 Thread via GitHub
aloyszhang commented on PR #10148: URL: https://github.com/apache/inlong/pull/10148#issuecomment-2099936053 Plz create a pull request on a clean branch. This pull request seems to contain the modifications of #10146 -- This is an automated message from the Apache Git Service. To res

Re: [PR] [INLONG-10145][Sort] Change spring version 5.3.32 to 5.3.34. [inlong]

2024-05-08 Thread via GitHub
aloyszhang commented on code in PR #10148: URL: https://github.com/apache/inlong/pull/10148#discussion_r1593527553 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/source/RedisDynamicTableSource.java: ## @@ -52,8 +56,13

Re: [PR] [INLONG-10144][Sort] Redis connectors support audit ID [inlong]

2024-05-08 Thread via GitHub
XiaoYou201 commented on code in PR #10146: URL: https://github.com/apache/inlong/pull/10146#discussion_r1593522589 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/source/RedisRowDataLookupFunction.java: ## @@ -107,6 +12

Re: [PR] [INLONG-10144][Sort] Redis connectors support audit ID [inlong]

2024-05-08 Thread via GitHub
XiaoYou201 commented on code in PR #10146: URL: https://github.com/apache/inlong/pull/10146#discussion_r1593521172 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/source/RedisRowDataLookupFunction.java: ## @@ -107,6 +12

[PR] [INLONG-10145][Sort] Change spring version 5.3.32 to 5.3.34. [inlong]

2024-05-08 Thread via GitHub
XiaoYou201 opened a new pull request, #10148: URL: https://github.com/apache/inlong/pull/10148 ### Prepare a Pull Request - [INLONG-XYZ][Component] Title of the pull request Fixes #10145 ### Motivation Applications that use UriComponentsBuilder to parse an extern

Re: [PR] [INLONG-10144][Sort] Redis connectors support audit ID [inlong]

2024-05-08 Thread via GitHub
EMsnap commented on code in PR #10146: URL: https://github.com/apache/inlong/pull/10146#discussion_r1593490742 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/source/RedisRowDataLookupFunction.java: ## @@ -107,6 +120,10

Re: [PR] [INLONG-10144][Sort] Redis connectors support audit ID [inlong]

2024-05-08 Thread via GitHub
EMsnap commented on code in PR #10146: URL: https://github.com/apache/inlong/pull/10146#discussion_r1593489726 ## inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/src/main/java/org/apache/inlong/sort/redis/source/RedisRowDataLookupFunction.java: ## @@ -107,6 +120,10