[GitHub] [inlong] gong commented on a diff in pull request #7062: [INLONG-7061][Sort] Support table level metrics for Apache Doris connector and add dirty metrics

2022-12-27 Thread GitBox
gong commented on code in PR #7062: URL: https://github.com/apache/inlong/pull/7062#discussion_r1057554402 ## inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/table/DorisDynamicSchemaOutputFormat.java: ## @@ -507,8 +512,35 @@ private void handleDirtyD

[GitHub] [inlong] featzhang opened a new pull request, #7077: [INLONG-7072][Manager][Sort] Resource adaptive adjustment for Hudi

2022-12-27 Thread GitBox
featzhang opened a new pull request, #7077: URL: https://github.com/apache/inlong/pull/7077 ### Prepare a Pull Request *[INLONG-7072][Manager][Sort] Resource adaptive adjustment for Hudi* - Fixes #7072 ### Motivation Hudi flink jobs often have unreasonable resourc

[GitHub] [inlong] kuansix opened a new pull request, #7078: [INLONG-7075][Sort] Add table level metric for PostgreSQL

2022-12-27 Thread GitBox
kuansix opened a new pull request, #7078: URL: https://github.com/apache/inlong/pull/7078 ### Prepare a Pull Request - [INLONG-7075][Sort] Add table level metric for PostgreSQL - Fixes #7075 ### Motivation *Explain here the context, and why you're making that change. What

[GitHub] [inlong] healchow commented on a diff in pull request #7078: [INLONG-7075][Sort] Add table level metric for PostgreSQL

2022-12-27 Thread GitBox
healchow commented on code in PR #7078: URL: https://github.com/apache/inlong/pull/7078#discussion_r1058012354 ## inlong-sort/sort-connectors/jdbc/src/main/java/org/apache/inlong/sort/jdbc/internal/JdbcMultiBatchingOutputFormat.java: ## @@ -532,6 +515,20 @@ protected void attemp

[GitHub] [inlong] chyueyi opened a new pull request, #7079: [INLONG-7076] [sort-connector-jdbc] Add multi table sink for MySQL

2022-12-27 Thread GitBox
chyueyi opened a new pull request, #7079: URL: https://github.com/apache/inlong/pull/7079 ## Prepare a Pull Request - [[INLONG-7076] [sort-connector-jdbc] Add multi table sink for MySQL](https://github.com/apache/inlong/issues/7076) - Fixes #XYZ ### Motivation

[inlong] branch master updated (699af0d53 -> 6a35533c1)

2022-12-27 Thread zirui
This is an automated email from the ASF dual-hosted git repository. zirui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 699af0d53 [INLONG-7070][Manager][DataProxy] Fix mq configuration dispatching problem (#7071) add 6a35533c1 [INLON

[GitHub] [inlong] EMsnap merged pull request #7074: [INLONG-7066][Sort] Kafka connector lost topic level dirty data metric and state restore for multi sink

2022-12-27 Thread GitBox
EMsnap merged PR #7074: URL: https://github.com/apache/inlong/pull/7074 -- 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

[GitHub] [inlong] kuansix commented on a diff in pull request #7078: [INLONG-7075][Sort] Add table level metric for PostgreSQL

2022-12-27 Thread GitBox
kuansix commented on code in PR #7078: URL: https://github.com/apache/inlong/pull/7078#discussion_r1058024563 ## inlong-sort/sort-connectors/jdbc/src/main/java/org/apache/inlong/sort/jdbc/internal/JdbcMultiBatchingOutputFormat.java: ## @@ -532,6 +515,20 @@ protected void attempt

[GitHub] [inlong] fuweng11 opened a new pull request, #7081: [INLONG-7080][Manager] Use the StringUtils.isNotBlank uniformly

2022-12-27 Thread GitBox
fuweng11 opened a new pull request, #7081: URL: https://github.com/apache/inlong/pull/7081 ### Prepare a Pull Request - Fixes #7080 ### Motivation Use the `StringUtils.isNotBlank` uniformly instead of `StringUtils.isNoneBlank`. ### Modifications Use the `Strin

[GitHub] [inlong] gong commented on a diff in pull request #7079: [INLONG-7076][Sort] Add multi table sink for MySQL

2022-12-27 Thread GitBox
gong commented on code in PR #7079: URL: https://github.com/apache/inlong/pull/7079#discussion_r1058074563 ## inlong-sort/sort-connectors/jdbc/src/main/java/org/apache/inlong/sort/jdbc/table/JdbcDialects.java: ## @@ -18,7 +18,8 @@ package org.apache.inlong.sort.jdbc.table; i

[GitHub] [inlong] gong commented on a diff in pull request #7079: [INLONG-7076][Sort] Add multi table sink for MySQL

2022-12-27 Thread GitBox
gong commented on code in PR #7079: URL: https://github.com/apache/inlong/pull/7079#discussion_r1058077632 ## inlong-sort/sort-connectors/jdbc/src/main/java/org/apache/inlong/sort/jdbc/converter/AbstractJdbcRowConverter.java: ## @@ -25,11 +25,7 @@ import org.apache.flink.table.

[GitHub] [inlong] gong commented on pull request #7078: [INLONG-7075][Sort] Add table level metric for PostgreSQL

2022-12-27 Thread GitBox
gong commented on PR #7078: URL: https://github.com/apache/inlong/pull/7078#issuecomment-1366395406 1、lost dirty data metric restore ```java public void open(int taskNumber, int numTasks) throws IOException { this.runtimeContext = getRuntimeContext(); MetricOption

[GitHub] [inlong] gong merged pull request #7081: [INLONG-7080][Manager] Use the StringUtils.isNotBlank uniformly

2022-12-27 Thread GitBox
gong merged PR #7081: URL: https://github.com/apache/inlong/pull/7081 -- 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.apache.

[inlong] branch master updated: [INLONG-7080][Manager] Use the StringUtils.isNotBlank uniformly (#7081)

2022-12-27 Thread pacinogong
This is an automated email from the ASF dual-hosted git repository. pacinogong 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 7c9044a54 [INLONG-7080][Manager] Use the Str

[GitHub] [inlong] gong commented on a diff in pull request #7059: [INLONG-7058][Sort] Support Apache Kudu connector

2022-12-27 Thread GitBox
gong commented on code in PR #7059: URL: https://github.com/apache/inlong/pull/7059#discussion_r1058092502 ## inlong-sort/sort-connectors/kudu/src/main/java/org/apache/inlong/sort/kudu/common/KuduUtils.java: ## @@ -0,0 +1,142 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [inlong] gong commented on a diff in pull request #7059: [INLONG-7058][Sort] Support Apache Kudu connector

2022-12-27 Thread GitBox
gong commented on code in PR #7059: URL: https://github.com/apache/inlong/pull/7059#discussion_r1058093963 ## inlong-sort/sort-connectors/kudu/src/main/java/org/apache/inlong/sort/kudu/sink/AbstractKuduSinkFunction.java: ## @@ -0,0 +1,206 @@ +/* + * Licensed to the Apache Softwa

[GitHub] [inlong] gong commented on a diff in pull request #7059: [INLONG-7058][Sort] Support Apache Kudu connector

2022-12-27 Thread GitBox
gong commented on code in PR #7059: URL: https://github.com/apache/inlong/pull/7059#discussion_r1058095936 ## inlong-sort/sort-connectors/kudu/src/main/java/org/apache/inlong/sort/kudu/common/KuduOptions.java: ## @@ -0,0 +1,125 @@ +/* + * Licensed to the Apache Software Foundati

[GitHub] [inlong] chyueyi commented on pull request #7079: [INLONG-7076][Sort] Add multi table sink for MySQL

2022-12-27 Thread GitBox
chyueyi commented on PR #7079: URL: https://github.com/apache/inlong/pull/7079#issuecomment-1366411665 @gong OK, I've modified it. -- 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 com

[GitHub] [inlong] gong commented on a diff in pull request #7059: [INLONG-7058][Sort] Support Apache Kudu connector

2022-12-27 Thread GitBox
gong commented on code in PR #7059: URL: https://github.com/apache/inlong/pull/7059#discussion_r1058096505 ## inlong-sort/sort-connectors/kudu/src/main/java/org/apache/inlong/sort/kudu/table/KuduDynamicTableSink.java: ## @@ -0,0 +1,258 @@ +/* + * Licensed to the Apache Software

[GitHub] [inlong] gong commented on a diff in pull request #7059: [INLONG-7058][Sort] Support Apache Kudu connector

2022-12-27 Thread GitBox
gong commented on code in PR #7059: URL: https://github.com/apache/inlong/pull/7059#discussion_r1058097244 ## inlong-sort/sort-connectors/kudu/pom.xml: ## @@ -0,0 +1,93 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; +

[GitHub] [inlong] gong commented on a diff in pull request #7059: [INLONG-7058][Sort] Support Apache Kudu connector

2022-12-27 Thread GitBox
gong commented on code in PR #7059: URL: https://github.com/apache/inlong/pull/7059#discussion_r1058097548 ## inlong-sort/sort-connectors/kudu/pom.xml: ## @@ -0,0 +1,93 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; +

[GitHub] [inlong] gong commented on pull request #7059: [INLONG-7058][Sort] Support Apache Kudu connector

2022-12-27 Thread GitBox
gong commented on PR #7059: URL: https://github.com/apache/inlong/pull/7059#issuecomment-1366413893 add fileSet for kudu connector in inlong-distribution/src/main/assemblies/sort-connectors.xml -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [inlong] gong commented on pull request #7079: [INLONG-7076][Sort] Add multi table sink for MySQL

2022-12-27 Thread GitBox
gong commented on PR #7079: URL: https://github.com/apache/inlong/pull/7079#issuecomment-1366414528 @kuansix please help to review it -- 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

[GitHub] [inlong] bluewang opened a new pull request, #7084: [INLONG-7063][Dashboard] Optimize the topic name of the new consumption page

2022-12-27 Thread GitBox
bluewang opened a new pull request, #7084: URL: https://github.com/apache/inlong/pull/7084 ### 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] liaorui opened a new pull request, #7085: [INLONG-7083][Sort]StarRocks connector supports dirty data archives

2022-12-27 Thread GitBox
liaorui opened a new pull request, #7085: URL: https://github.com/apache/inlong/pull/7085 ### 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