[GitHub] [inlong] dockerzhang commented on issue #7885: 无法使用tubmq作为缓存[Bug]

2023-04-25 Thread via GitHub
dockerzhang commented on issue #7885: URL: https://github.com/apache/inlong/issues/7885#issuecomment-1521281322 This error is caused by the fact that the TubeMQ connector does not yet support `Audit`. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [inlong] dockerzhang commented on issue #7914: [Feature][Manager] Support multi-tenancy

2023-04-25 Thread via GitHub
dockerzhang commented on issue #7914: URL: https://github.com/apache/inlong/issues/7914#issuecomment-1521292522 @vernedeng please add a design document to show the detail. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [inlong] e-mhui opened a new pull request, #7917: [INLONG-7909][Sort] Fix Oracle CDC cannot capture ddl changes

2023-04-25 Thread via GitHub
e-mhui opened a new pull request, #7917: URL: https://github.com/apache/inlong/pull/7917 ### Prepare a Pull Request [INLONG-7909][Sort] Fix Oracle CDC cannot capture ddl changesvv - Fixes #7909 ### Motivation In debezium 1.6.4-final, the connector user, `SYS`, and

[GitHub] [inlong] dockerzhang commented on pull request #7916: [INLONG-7915][Dashboard] Clickhouse sink engine field optimization

2023-04-25 Thread via GitHub
dockerzhang commented on PR #7916: URL: https://github.com/apache/inlong/pull/7916#issuecomment-1521327428 @fuweng11 PTAL -- 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

[GitHub] [inlong] dockerzhang merged pull request #7916: [INLONG-7915][Dashboard] Clickhouse sink engine field optimization

2023-04-25 Thread via GitHub
dockerzhang merged PR #7916: URL: https://github.com/apache/inlong/pull/7916 -- 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-7915][Dashboard] Clickhouse sink engine field optimization (#7916)

2023-04-25 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 3c6587fe5 [INLONG-7915][Dashboard] Clickhou

[GitHub] [inlong] dockerzhang commented on pull request #7860: [INLONG-7789][Dashboard] Support create stream fields by statement

2023-04-25 Thread via GitHub
dockerzhang commented on PR #7860: URL: https://github.com/apache/inlong/pull/7860#issuecomment-1521397956 @featzhang please add an English image example other than Chinese, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [inlong] EMsnap commented on a diff in pull request #7917: [INLONG-7909][Sort] Fix Oracle CDC cannot capture ddl changes

2023-04-25 Thread via GitHub
EMsnap commented on code in PR #7917: URL: https://github.com/apache/inlong/pull/7917#discussion_r1176195009 ## inlong-sort/sort-connectors/oracle-cdc/src/main/java/io/debezium/connector/oracle/logminer/LogMinerQueryBuilder.java: ## @@ -0,0 +1,241 @@ +/* + * Licensed to the Apac

[GitHub] [inlong] EMsnap commented on a diff in pull request #7917: [INLONG-7909][Sort] Fix Oracle CDC cannot capture ddl changes

2023-04-25 Thread via GitHub
EMsnap commented on code in PR #7917: URL: https://github.com/apache/inlong/pull/7917#discussion_r1176196037 ## inlong-sort/sort-connectors/oracle-cdc/src/main/java/io/debezium/connector/oracle/logminer/LogMinerQueryBuilder.java: ## @@ -0,0 +1,241 @@ +/* + * Licensed to the Apac

[GitHub] [inlong] e-mhui commented on a diff in pull request #7917: [INLONG-7909][Sort] Fix Oracle CDC cannot capture ddl changes

2023-04-25 Thread via GitHub
e-mhui commented on code in PR #7917: URL: https://github.com/apache/inlong/pull/7917#discussion_r1176212420 ## inlong-sort/sort-connectors/oracle-cdc/src/main/java/io/debezium/connector/oracle/logminer/LogMinerQueryBuilder.java: ## @@ -0,0 +1,241 @@ +/* + * Licensed to the Apac

[GitHub] [inlong] gosonzhang opened a new pull request, #7919: [INLONG-7904][DataProxy] Add blacklist and whitelist mechanism

2023-04-25 Thread via GitHub
gosonzhang opened a new pull request, #7919: URL: https://github.com/apache/inlong/pull/7919 - Fixes #7904 Modification details: 1. Add blacklist, whitelist configuration reading class IPVisitConfigHolder, and; 2. Clean up useless codes related to black and white lists in th

[GitHub] [inlong] bluewang opened a new pull request, #7920: [INLONG-7918][Dashboard] File source cluster name is displayed as displayName

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

[GitHub] [inlong] dockerzhang commented on a diff in pull request #7860: [INLONG-7789][Dashboard] Support create stream fields by statement

2023-04-25 Thread via GitHub
dockerzhang commented on code in PR #7860: URL: https://github.com/apache/inlong/pull/7860#discussion_r1176274557 ## inlong-dashboard/src/ui/components/FieldParseModule/index.tsx: ## @@ -0,0 +1,400 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [inlong] dockerzhang commented on pull request #7917: [INLONG-7909][Sort] Fix Oracle CDC cannot capture ddl changes

2023-04-25 Thread via GitHub
dockerzhang commented on PR #7917: URL: https://github.com/apache/inlong/pull/7917#issuecomment-1521502180 Can we publish to the upstream of the debezium and then depend on it, instead of copying the code? -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [inlong] e-mhui commented on pull request #7917: [INLONG-7909][Sort] Fix Oracle CDC cannot capture ddl changes

2023-04-25 Thread via GitHub
e-mhui commented on PR #7917: URL: https://github.com/apache/inlong/pull/7917#issuecomment-1521521708 > Can we publish to the upstream of the debezium and then depend on it, instead of copying the code? The version of Debezium 1.6.4-Final that we depend on has been discontinued, and

[GitHub] [inlong] kuansix opened a new pull request, #7921: [INLONG-7908][Sort] Update cdc-base for Incremental Snapshot Framework

2023-04-25 Thread via GitHub
kuansix opened a new pull request, #7921: URL: https://github.com/apache/inlong/pull/7921 ### [INLONG-7908][Sort] Update cdc-base for Incremental Snapshot Framework - Title Example: [INLONG-7908][Component] Title of the pull request *(The following *7908* should be replaced by t

[GitHub] [inlong] gosonzhang merged pull request #7919: [INLONG-7904][DataProxy] Add blacklist and whitelist mechanism

2023-04-25 Thread via GitHub
gosonzhang merged PR #7919: URL: https://github.com/apache/inlong/pull/7919 -- 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

[inlong] branch master updated (3c6587fe5 -> cd429f568)

2023-04-25 Thread gosonzhang
This is an automated email from the ASF dual-hosted git repository. gosonzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 3c6587fe5 [INLONG-7915][Dashboard] Clickhouse sink engine field optimization (#7916) add cd429f568 [INLONG-7

[GitHub] [inlong] kuansix opened a new pull request, #7922: [INLONG-7386][Sort] Postgres connector supports parallel read

2023-04-25 Thread via GitHub
kuansix opened a new pull request, #7922: URL: https://github.com/apache/inlong/pull/7922 ### [INLONG-7386][Sort] Postgres connector supports parallel read - [INLONG-7386][Sort] Postgres connector supports parallel read - Fixes #7386 ### Motivation *Explain here t

[GitHub] [inlong] dockerzhang merged pull request #7920: [INLONG-7918][Dashboard] File source cluster name is displayed as displayName

2023-04-25 Thread via GitHub
dockerzhang merged PR #7920: URL: https://github.com/apache/inlong/pull/7920 -- 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-7918][Dashboard] File source cluster name is displayed as displayName (#7920)

2023-04-25 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 93ac67904 [INLONG-7918][Dashboard] File sou

[GitHub] [inlong] e-mhui commented on a diff in pull request #7921: [INLONG-7908][Sort] Update cdc-base for Incremental Snapshot Framework

2023-04-25 Thread via GitHub
e-mhui commented on code in PR #7921: URL: https://github.com/apache/inlong/pull/7921#discussion_r1176483196 ## inlong-sort/sort-connectors/cdc-base/src/main/java/org/apache/inlong/sort/cdc/base/relational/JdbcSourceEventDispatcher.java: ## @@ -71,14 +70,14 @@ public class JdbcS

[GitHub] [inlong] featzhang commented on a diff in pull request #7860: [INLONG-7789][Dashboard] Support create stream fields by statement

2023-04-25 Thread via GitHub
featzhang commented on code in PR #7860: URL: https://github.com/apache/inlong/pull/7860#discussion_r1176803235 ## inlong-dashboard/src/ui/components/FieldParseModule/index.tsx: ## @@ -0,0 +1,400 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more c

[GitHub] [inlong] dockerzhang merged pull request #7917: [INLONG-7909][Sort] Fix Oracle CDC cannot capture ddl changes

2023-04-25 Thread via GitHub
dockerzhang merged PR #7917: URL: https://github.com/apache/inlong/pull/7917 -- 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-7909][Sort] Fix Oracle CDC cannot capture ddl changes (#7917)

2023-04-25 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 0b70a1591 [INLONG-7909][Sort] Fix Oracle CD

[GitHub] [inlong] dockerzhang commented on pull request #7922: [INLONG-7386][Sort] Postgres connector supports parallel read

2023-04-25 Thread via GitHub
dockerzhang commented on PR #7922: URL: https://github.com/apache/inlong/pull/7922#issuecomment-1522659411 @kuansix, please add more details about this PR. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [inlong] dockerzhang commented on pull request #7921: [INLONG-7908][Sort] Update cdc-base for Incremental Snapshot Framework

2023-04-25 Thread via GitHub
dockerzhang commented on PR #7921: URL: https://github.com/apache/inlong/pull/7921#issuecomment-1522659689 @kuansix, please add more details about this PR. Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [inlong] GanfengTan opened a new pull request, #7923: [INLONG-7879][Manager][Sort][Agent] Multi-version code migration

2023-04-25 Thread via GitHub
GanfengTan opened a new pull request, #7923: URL: https://github.com/apache/inlong/pull/7923 ### Prepare a Pull Request 1. In the structural diagram after the architecture adjustment, the version that Flink depends on is managed independently, instead of the unified management of the ver

[GitHub] [inlong] Yizhou-Yang opened a new pull request, #7924: Kafka partition

2023-04-25 Thread via GitHub
Yizhou-Yang opened a new pull request, #7924: URL: https://github.com/apache/inlong/pull/7924 ### Prepare a Pull Request - Fixes #7900 ### Motivation See issue. ### Modifications Added PrimaryKeyPartitioner, and made modifications to support upsert-kafka ###

[GitHub] [inlong] dockerzhang commented on a diff in pull request #7923: [INLONG-7879][Manager][Sort][Agent] Multi-version code migration

2023-04-25 Thread via GitHub
dockerzhang commented on code in PR #7923: URL: https://github.com/apache/inlong/pull/7923#discussion_r1177305165 ## inlong-agent/pom.xml: ## @@ -36,4 +36,54 @@ agent-release agent-docker + + +1.8.0.Final Review Comment: it's better to add

[GitHub] [inlong] EMsnap commented on a diff in pull request #7923: [INLONG-7879][Manager][Sort][Agent] Multi-version code migration

2023-04-25 Thread via GitHub
EMsnap commented on code in PR #7923: URL: https://github.com/apache/inlong/pull/7923#discussion_r1177418254 ## inlong-sort/sort-flink/pom.xml: ## @@ -0,0 +1,38 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; + xsi:sche

[GitHub] [inlong] EMsnap commented on pull request #7923: [INLONG-7879][Manager][Sort][Agent] Multi-version code migration

2023-04-25 Thread via GitHub
EMsnap commented on PR #7923: URL: https://github.com/apache/inlong/pull/7923#issuecomment-1522881245 could you please add description on readme about how to compile sort with different version of flink ? -- This is an automated message from the Apache Git Service. To respond to the mess