[GitHub] [inlong] liaorui opened a new pull request, #7541: [INLONG-7539][Sort]starrocks connector is parsing operation type from rowdata

2023-03-07 Thread via GitHub
liaorui opened a new pull request, #7541: URL: https://github.com/apache/inlong/pull/7541 ### 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 replaced

[GitHub] [inlong] dockerzhang merged pull request #7536: [INLONG-7535][Manager] Optimize the serializationType setting to prevent NullPointerException

2023-03-07 Thread via GitHub
dockerzhang merged PR #7536: URL: https://github.com/apache/inlong/pull/7536 -- 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 (1431f6664 -> 5df1ccaf2)

2023-03-07 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 1431f6664 [INLONG-7531][Dashboard] Clickhouse source supports filling life cycle (#7532) add 5df1ccaf2 [INL

[GitHub] [inlong] dockerzhang merged pull request #7524: [INLONG-7519][Audit] Proxy support Kafka

2023-03-07 Thread via GitHub
dockerzhang merged PR #7524: URL: https://github.com/apache/inlong/pull/7524 -- 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-7519][Audit] Proxy support Kafka (#7524)

2023-03-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 641a5c9c0 [INLONG-7519][Audit] Proxy suppor

[GitHub] [inlong] liaorui opened a new pull request, #7544: [INLONG-7543][Sort]Fix postgres connector output two data with the same UPDATE operation

2023-03-07 Thread via GitHub
liaorui opened a new pull request, #7544: URL: https://github.com/apache/inlong/pull/7544 ### 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 replaced

[inlong] branch master updated: [INLONG-7518][Audit] Store support Kafka (#7463)

2023-03-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 12ee6c42c [INLONG-7518][Audit] Store suppor

[GitHub] [inlong] dockerzhang merged pull request #7463: [INLONG-7518][Audit] Store support Kafka

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

[GitHub] [inlong] bluewang opened a new pull request, #7545: [INLONG-7542][Dashboard] File source supports selecting clusters

2023-03-07 Thread via GitHub
bluewang opened a new pull request, #7545: URL: https://github.com/apache/inlong/pull/7545 ### 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 replace

[GitHub] [inlong] healchow commented on a diff in pull request #7545: [INLONG-7542][Dashboard] File source supports selecting clusters

2023-03-07 Thread via GitHub
healchow commented on code in PR #7545: URL: https://github.com/apache/inlong/pull/7545#discussion_r1127739405 ## inlong-dashboard/src/locales/en.json: ## @@ -19,6 +19,7 @@ "meta.Sources.Type": "Type", "meta.Sources.File.SerializationType": "File type", "meta.Sources.Fi

[GitHub] [inlong] healchow commented on a diff in pull request #7545: [INLONG-7542][Dashboard] File source supports selecting clusters

2023-03-07 Thread via GitHub
healchow commented on code in PR #7545: URL: https://github.com/apache/inlong/pull/7545#discussion_r1127740204 ## inlong-dashboard/src/metas/sources/defaults/File.ts: ## @@ -27,13 +27,49 @@ import { SourceInfo } from '../common/SourceInfo'; const { I18n } = DataWithBackend; co

[GitHub] [inlong] TYzzt opened a new pull request, #7549: [INLONG-7548]Resource should be close

2023-03-07 Thread via GitHub
TYzzt opened a new pull request, #7549: URL: https://github.com/apache/inlong/pull/7549 ### Prepare a Pull Request Resource should be close - Fixes #7548 ### Motivation resource should be created using "try-with-resources" pattern and will be closed automatically

[GitHub] [inlong] healchow commented on a diff in pull request #7549: [INLONG-7548][Agent][Manager] Use try-with-resource to close resources

2023-03-07 Thread via GitHub
healchow commented on code in PR #7549: URL: https://github.com/apache/inlong/pull/7549#discussion_r1128795523 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/util/AESUtils.java: ## @@ -58,8 +58,9 @@ public class AESUtils { private static Pro

[GitHub] [inlong] healchow commented on a diff in pull request #7541: [INLONG-7539][Sort] StarRocks connector parses row kind from GenericRowData

2023-03-07 Thread via GitHub
healchow commented on code in PR #7541: URL: https://github.com/apache/inlong/pull/7541#discussion_r1128798630 ## inlong-sort/sort-connectors/starrocks/src/main/java/org/apache/inlong/sort/starrocks/manager/StarRocksSinkManager.java: ## @@ -523,35 +523,37 @@ private boolean asyn

[GitHub] [inlong] healchow commented on a diff in pull request #7544: [INLONG-7543][Sort] Fix PostgreSQL connector output two data with the same UPDATE operation

2023-03-07 Thread via GitHub
healchow commented on code in PR #7544: URL: https://github.com/apache/inlong/pull/7544#discussion_r1128801874 ## inlong-sort/sort-connectors/postgres-cdc/src/main/java/org/apache/inlong/sort/cdc/postgres/table/PostgreSQLReadableMetaData.java: ## @@ -473,21 +482,50 @@ public sta

[GitHub] [inlong] healchow commented on a diff in pull request #7544: [INLONG-7543][Sort] Fix PostgreSQL connector output two data with the same UPDATE operation

2023-03-07 Thread via GitHub
healchow commented on code in PR #7544: URL: https://github.com/apache/inlong/pull/7544#discussion_r1128803114 ## inlong-sort/sort-connectors/postgres-cdc/src/main/java/org/apache/inlong/sort/cdc/postgres/table/PostgreSQLReadableMetaData.java: ## @@ -473,21 +482,50 @@ public sta

[GitHub] [inlong] vernedeng commented on a diff in pull request #7549: [INLONG-7548][Agent][Manager] Use try-with-resource to close resources

2023-03-07 Thread via GitHub
vernedeng commented on code in PR #7549: URL: https://github.com/apache/inlong/pull/7549#discussion_r1128878288 ## inlong-agent/agent-core/src/main/java/org/apache/inlong/agent/core/conf/ConfigJetty.java: ## @@ -62,10 +62,11 @@ public ConfigJetty(JobManager jobManager, TriggerMa

[GitHub] [inlong] dockerzhang merged pull request #7547: [INLONG-7546][Sort] Fix dirty data not archived for iceberg connector

2023-03-07 Thread via GitHub
dockerzhang merged PR #7547: URL: https://github.com/apache/inlong/pull/7547 -- 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-7546][Sort] Fix dirty data not archived for iceberg connector (#7547)

2023-03-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 c136fa908 [INLONG-7546][Sort] Fix dirty dat

[GitHub] [inlong] healchow commented on a diff in pull request #7544: [INLONG-7543][Sort] Fix PostgreSQL connector output two data with the same UPDATE operation

2023-03-07 Thread via GitHub
healchow commented on code in PR #7544: URL: https://github.com/apache/inlong/pull/7544#discussion_r1128901782 ## inlong-sort/sort-connectors/postgres-cdc/src/main/java/org/apache/inlong/sort/cdc/postgres/table/PostgreSQLReadableMetaData.java: ## @@ -426,8 +435,8 @@ private stat

[GitHub] [inlong] yunqingmoswu opened a new pull request, #7551: [INLONG-7477][Sort] Optimize the log printing level of dirty data to avoid generating a large number of logs

2023-03-07 Thread via GitHub
yunqingmoswu opened a new pull request, #7551: URL: https://github.com/apache/inlong/pull/7551 ### Prepare a Pull Request *(Change the title refer to the following example)* - Title: [INLONG-7477][Sort] Optimize the log printing level of dirty data to avoid generating a large numbe

[GitHub] [inlong] gong commented on pull request #7551: [INLONG-7477][Sort] Optimize the log printing level of dirty data to avoid generating a large number of logs

2023-03-07 Thread via GitHub
gong commented on PR #7551: URL: https://github.com/apache/inlong/pull/7551#issuecomment-1459213276 @yunqingmoswu description issue number is not right -- 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 g

[GitHub] [inlong] Yizhou-Yang commented on issue #7540: [Feature] [Sort] Apache Inlong Support cdw-postgre connector

2023-03-07 Thread via GitHub
Yizhou-Yang commented on issue #7540: URL: https://github.com/apache/inlong/issues/7540#issuecomment-1459236760 this feature should not be open-sourced. -- 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

[GitHub] [inlong] yunqingmoswu commented on pull request #7551: [INLONG-7550][Sort] Optimize the log printing level of dirty data to avoid generating a large number of logs

2023-03-07 Thread via GitHub
yunqingmoswu commented on PR #7551: URL: https://github.com/apache/inlong/pull/7551#issuecomment-1459292233 > @yunqingmoswu description issue number is not right. I modify it thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [inlong] yunqingmoswu merged pull request #7551: [INLONG-7550][Sort] Optimize the log printing level of dirty data to avoid generating a large number of logs

2023-03-07 Thread via GitHub
yunqingmoswu merged PR #7551: URL: https://github.com/apache/inlong/pull/7551 -- 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-7550][Sort] Optimize the log printing level of dirty data to avoid generating a large number of logs (#7551)

2023-03-07 Thread yunqing
This is an automated email from the ASF dual-hosted git repository. yunqing 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 d1dc70ee7 [INLONG-7550][Sort] Optimize the log

[GitHub] [inlong] dockerzhang merged pull request #7545: [INLONG-7542][Dashboard] File source supports selecting clusters

2023-03-07 Thread via GitHub
dockerzhang merged PR #7545: URL: https://github.com/apache/inlong/pull/7545 -- 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 (d1dc70ee7 -> 8e4a5b455)

2023-03-07 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 d1dc70ee7 [INLONG-7550][Sort] Optimize the log printing level of dirty data to avoid generating a large number o

[GitHub] [inlong] TYzzt commented on a diff in pull request #7549: [INLONG-7548][Agent][Manager] Use try-with-resource to close resources

2023-03-07 Thread via GitHub
TYzzt commented on code in PR #7549: URL: https://github.com/apache/inlong/pull/7549#discussion_r1128991249 ## inlong-agent/agent-core/src/main/java/org/apache/inlong/agent/core/conf/ConfigJetty.java: ## @@ -62,10 +62,11 @@ public ConfigJetty(JobManager jobManager, TriggerManage

[GitHub] [inlong] TYzzt commented on a diff in pull request #7549: [INLONG-7548][Agent][Manager] Use try-with-resource to close resources

2023-03-07 Thread via GitHub
TYzzt commented on code in PR #7549: URL: https://github.com/apache/inlong/pull/7549#discussion_r1128992395 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/util/AESUtils.java: ## @@ -58,8 +58,9 @@ public class AESUtils { private static Proper

[GitHub] [inlong] healchow commented on a diff in pull request #7549: [INLONG-7548][Agent][Manager] Use try-with-resource to close resources

2023-03-07 Thread via GitHub
healchow commented on code in PR #7549: URL: https://github.com/apache/inlong/pull/7549#discussion_r1129017747 ## inlong-sort/sort-connectors/jdbc/src/main/java/org/apache/inlong/sort/jdbc/dialect/MySQLDialect.java: ## @@ -156,9 +156,10 @@ public List unsupportedTypes() {

[GitHub] [inlong-website] dockerzhang closed issue #704: [Feature][Doc] Add Kafka document for Audit

2023-03-07 Thread via GitHub
dockerzhang closed issue #704: [Feature][Doc] Add Kafka document for Audit URL: https://github.com/apache/inlong-website/issues/704 -- 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 commen

[inlong-website] branch master updated: [INLONG-704][Doc] Add Kafka document for Audit (#705)

2023-03-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-website.git The following commit(s) were added to refs/heads/master by this push: new 43fb921c78 [INLONG-704][Doc] Add Ka

[GitHub] [inlong-website] dockerzhang merged pull request #705: [INLONG-704][Doc] Add Kafka document for Audit

2023-03-07 Thread via GitHub
dockerzhang merged PR #705: URL: https://github.com/apache/inlong-website/pull/705 -- 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

[GitHub] [inlong] dockerzhang merged pull request #7544: [INLONG-7543][Sort] Fix PostgreSQL connector output two data with the same UPDATE operation

2023-03-07 Thread via GitHub
dockerzhang merged PR #7544: URL: https://github.com/apache/inlong/pull/7544 -- 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-7543][Sort] Fix PostgreSQL connector output two data with the same UPDATE operation (#7544)

2023-03-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 459be730e [INLONG-7543][Sort] Fix PostgreSQ

[GitHub] [inlong] dockerzhang merged pull request #7541: [INLONG-7539][Sort] StarRocks connector parses row kind from GenericRowData

2023-03-07 Thread via GitHub
dockerzhang merged PR #7541: URL: https://github.com/apache/inlong/pull/7541 -- 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-7539][Sort] StarRocks connector parses row kind from GenericRowData (#7541)

2023-03-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 e0460acea [INLONG-7539][Sort] StarRocks con

[inlong-website] branch master updated: [INLONG-562][Doc] Add more source and sink examples of sort-standalone (#563)

2023-03-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-website.git The following commit(s) were added to refs/heads/master by this push: new 0785543f57 [INLONG-562][Doc] Add mo

[GitHub] [inlong-website] dockerzhang merged pull request #563: [INLONG-562][Doc] Add more source and sink examples of sort-standalone

2023-03-07 Thread via GitHub
dockerzhang merged PR #563: URL: https://github.com/apache/inlong-website/pull/563 -- 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

[GitHub] [inlong-website] dockerzhang closed issue #562: [Feature][Doc] Add more source and sink examples of sort-standalone

2023-03-07 Thread via GitHub
dockerzhang closed issue #562: [Feature][Doc] Add more source and sink examples of sort-standalone URL: https://github.com/apache/inlong-website/issues/562 -- 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