(inlong) branch master updated: [INLONG-11442][Audit] Optimize the exception log of Audit SDK (#11443)

2024-10-31 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository.

aloyszhang 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 099e2c40ab [INLONG-11442][Audit] Optimize the exception log of Audit 
SDK (#11443)
099e2c40ab is described below

commit 099e2c40abcda65b17b81e8b95a3d7cbcc4c59ab
Author: doleyzi <43397300+dole...@users.noreply.github.com>
AuthorDate: Thu Oct 31 19:41:33 2024 +0800

[INLONG-11442][Audit] Optimize the exception log of Audit SDK (#11443)
---
 .../src/main/java/org/apache/inlong/audit/send/SenderManager.java| 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/inlong-audit/audit-sdk/src/main/java/org/apache/inlong/audit/send/SenderManager.java
 
b/inlong-audit/audit-sdk/src/main/java/org/apache/inlong/audit/send/SenderManager.java
index b795b7aa98..97f2baf33c 100644
--- 
a/inlong-audit/audit-sdk/src/main/java/org/apache/inlong/audit/send/SenderManager.java
+++ 
b/inlong-audit/audit-sdk/src/main/java/org/apache/inlong/audit/send/SenderManager.java
@@ -77,15 +77,16 @@ public class SenderManager {
 
 public boolean checkSocket() {
 if (socket.isClosed() || !socket.isConnected()) {
+InetSocketAddress inetSocketAddress = null;
 try {
-InetSocketAddress inetSocketAddress = 
ProxyManager.getInstance().getInetSocketAddress();
+inetSocketAddress = 
ProxyManager.getInstance().getInetSocketAddress();
 if (inetSocketAddress == null) {
 LOGGER.error("Audit proxy address is null!");
 return false;
 }
 reconnect(inetSocketAddress, auditConfig.getSocketTimeout());
 } catch (IOException exception) {
-LOGGER.error("Connect to audit proxy {} has exception!", 
socket.getInetAddress(), exception);
+LOGGER.error("Connect to audit proxy {} has exception!", 
inetSocketAddress, exception);
 return false;
 }
 }



Re: [PR] [INLONG-1067][Doc] Add sqlserver and mongodb to supported list of newly-introduced source metrics [inlong-website]

2024-10-31 Thread via GitHub


dockerzhang merged PR #1068:
URL: https://github.com/apache/inlong-website/pull/1068


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(inlong-website) branch master updated: [INLONG-1067][Doc] Add sqlserver and mongodb to supported list of newly-introduced source metrics (#1068)

2024-10-31 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 7776d57118d [INLONG-1067][Doc] Add sqlserver and mongodb to supported 
list of newly-introduced source metrics (#1068)
7776d57118d is described below

commit 7776d57118deae84ebfdb80bca0e8809c91bae90
Author: PeterZh6 
AuthorDate: Thu Oct 31 19:25:32 2024 +0800

[INLONG-1067][Doc] Add sqlserver and mongodb to supported list of 
newly-introduced source metrics (#1068)
---
 docs/modules/sort/metrics.md   | 14 +++---
 .../current/modules/sort/metrics.md| 14 +++---
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/docs/modules/sort/metrics.md b/docs/modules/sort/metrics.md
index b7071c7eb14..92bbd4bd65a 100644
--- a/docs/modules/sort/metrics.md
+++ b/docs/modules/sort/metrics.md
@@ -38,13 +38,13 @@ Sort will export metric by flink metric group, So user can 
use [metric reporter]
 | groupId_streamId_nodeId_database_table_numBytesInPerSecond | mysql-cdc | 
input bytes number per second |
 | groupId_streamId_nodeId_database_schema_table_numBytesInPerSecond | 
oracle-cdc,postgresql-cdc | input bytes number per second |
 | groupId_streamId_nodeId_database_collection_numBytesInPerSecond | 
mongodb-cdc | input bytes number per second |
-| groupId_streamId_nodeId_database_collection_numSnapshotCreate | 
postgresql-cdc,pulsar | checkpoint creation attempt number | 
-| groupId_streamId_nodeId_database_collection_numSnapshotError | 
postgresql-cdc,pulsar | checkpoint creation exception number |
-| groupId_streamId_nodeId_database_collection_numSnapshotComplete | 
postgresql-cdc,pulsar | successful checkpoint creation number |
-| groupId_streamId_nodeId_database_collection_snapshotToCheckpointTimeLag | 
postgresql-cdc,pulsar | time lag from start to completion of checkpoint 
creation (ms) |
-| groupId_streamId_nodeId_database_collection_numDeserializeSuccess | 
postgresql-cdc,pulsar | successful deserialization number | 
-| groupId_streamId_nodeId_database_collection_numDeserializeError | 
postgresql-cdc,pulsar | deserialization error number | 
-| groupId_streamId_nodeId_database_collection_deserializeTimeLag | 
postgresql-cdc,pulsar | deserialization time lag (ms) |
+| groupId_streamId_nodeId_database_collection_numSnapshotCreate | 
postgresql-cdc,pulsar,mongodb-cdc,sqlserver-cdc | checkpoint creation attempt 
number | 
+| groupId_streamId_nodeId_database_collection_numSnapshotError | 
postgresql-cdc,pulsar,mongodb-cdc,sqlserver-cdc | checkpoint creation exception 
number |
+| groupId_streamId_nodeId_database_collection_numSnapshotComplete | 
postgresql-cdc,pulsar,mongodb-cdc,sqlserver-cdc | successful checkpoint 
creation number |
+| groupId_streamId_nodeId_database_collection_snapshotToCheckpointTimeLag | 
postgresql-cdc,pulsar,mongodb-cdc,sqlserver-cdc | time lag from start to 
completion of checkpoint creation (ms) |
+| groupId_streamId_nodeId_database_collection_numDeserializeSuccess | 
postgresql-cdc,pulsar,mongodb-cdc,sqlserver-cdc | successful deserialization 
number | 
+| groupId_streamId_nodeId_database_collection_numDeserializeError | 
postgresql-cdc,pulsar,mongodb-cdc,sqlserver-cdc | deserialization error number 
| 
+| groupId_streamId_nodeId_database_collection_deserializeTimeLag | 
postgresql-cdc,pulsar,mongodb-cdc,sqlserver-cdc | deserialization time lag (ms) 
|
 ### Supporting load node
 
  Node level metric
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/metrics.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/metrics.md
index 61780607aad..08973508cf2 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/metrics.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/modules/sort/metrics.md
@@ -36,13 +36,13 @@ sidebar_position: 4
 | groupId_streamId_nodeId_database_table_numBytesInPerSecond | mysql-cdc | 
每秒输入字节数 |
 | groupId_streamId_nodeId_database_schema_table_numBytesInPerSecond | 
oracle-cdc,postgresql-cdc | 每秒输入字节数 |
 | groupId_streamId_nodeId_database_collection_numBytesInPerSecond | 
mongodb-cdc | 每秒输入字节数 |
-| groupId_streamId_nodeId_database_collection_numSnapshotCreate | 
postgresql-cdc,pulsar | 尝试创建Checkpoint数 |
-| groupId_streamId_nodeId_database_collection_numSnapshotError | 
postgresql-cdc,pulsar | 创建Checkpoint异常数 |
-| groupId_streamId_nodeId_database_collection_numSnapshotComplete | 
postgresql-cdc,pulsar | 创建Checkpoint成功数 |
-| groupId_streamId_nodeId_database_collection_snapshotToCheckpointTimeLag | 
postgresql-cdc,pulsar | 从开始创建Checkpoint到完成创建延迟(毫秒) |
-| groupId_streamId_nodeId_database_collection_numDeserializeSuccess | 
postgresql-cdc,pulsar | 反序列化成功数 |
-| groupId_streamId_nodeId_database_collection_numDeserializeSuccess | 
postgresql-cdc,pulsar | 反序列化异常数 |
-| group

Re: [PR] [INLONG-11442][Audit] Optimize the exception log of Audit SDK [inlong]

2024-10-31 Thread via GitHub


aloyszhang merged PR #11443:
URL: https://github.com/apache/inlong/pull/11443


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [INLONG-11439][CI] Support parallel build [inlong]

2024-10-31 Thread via GitHub


aloyszhang merged PR #11440:
URL: https://github.com/apache/inlong/pull/11440


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] [INLONG-11444][Distribution] Fix the merging modules jars failure [inlong]

2024-10-31 Thread via GitHub


aloyszhang opened a new pull request, #11445:
URL: https://github.com/apache/inlong/pull/11445

   
   Fixes #11444 
   
   ### Motivation
   
   Fix the merging modules jars failure, the reason is that the actions of 
`backup_module_dependencies` should be executed after the 
`apache-inlong-xxx-SNAPSHOT-bin.tar.gz` is created.
   
   ### Modifications
   
   1.  move `backup_module_dependencies` to the place after assemble
   2. improve the logic to find inlong version in backup_module_dependencies`
   
   ### Verifying this change
   
   *(Please pick either of the following options)*
   
   - [ ] This change is a trivial rework/code cleanup without any test coverage.
   
   


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(inlong) branch master updated: [INLONG-11439][CI] Support parallel build (#11440)

2024-10-31 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository.

aloyszhang 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 42e84da7a2 [INLONG-11439][CI] Support parallel build (#11440)
42e84da7a2 is described below

commit 42e84da7a25162bc91521ec5bd345bfd44c08c59
Author: AloysZhang 
AuthorDate: Thu Oct 31 19:45:11 2024 +0800

[INLONG-11439][CI] Support parallel build (#11440)
---
 .github/workflows/ci_build.yml| 3 ++-
 .github/workflows/ci_ut.yml   | 4 ++--
 .github/workflows/ci_ut_flink13.yml   | 4 ++--
 .github/workflows/ci_ut_flink15.yml   | 4 ++--
 .github/workflows/ci_ut_flink18.yml   | 4 ++--
 .github/workflows/codeql_analysis.yml | 2 +-
 inlong-audit/audit-service/pom.xml| 2 +-
 inlong-audit/audit-store/pom.xml  | 2 +-
 inlong-sdk/dataproxy-sdk/pom.xml  | 2 +-
 inlong-sort/pom.xml   | 2 +-
 inlong-sort/sort-dist/pom.xml | 1 +
 inlong-sort/sort-flink/base/pom.xml   | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/doris/pom.xml | 1 +
 .../sort-flink-v1.13/sort-connectors/elasticsearch-6/pom.xml  | 1 +
 .../sort-flink-v1.13/sort-connectors/elasticsearch-7/pom.xml  | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/filesystem/pom.xml| 2 ++
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hbase/pom.xml | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hive/pom.xml  | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/hudi/pom.xml  | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/iceberg/pom.xml   | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/jdbc/pom.xml  | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/kafka/pom.xml | 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/kudu/pom.xml  | 4 +---
 .../sort-flink/sort-flink-v1.13/sort-connectors/mongodb-cdc/pom.xml   | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/mysql-cdc/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/oracle-cdc/pom.xml| 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/postgres-cdc/pom.xml  | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/pulsar/pom.xml| 1 +
 inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/redis/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/sqlserver-cdc/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/starrocks/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.13/sort-connectors/tubemq/pom.xml| 1 +
 .../sort-flink-v1.15/sort-connectors/elasticsearch-base/pom.xml   | 1 +
 inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/hbase/pom.xml | 1 +
 inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/hudi/pom.xml  | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/iceberg/pom.xml   | 2 +-
 inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/jdbc/pom.xml  | 1 +
 inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/kafka/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/mongodb-cdc/pom.xml   | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/mysql-cdc/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/postgres-cdc/pom.xml  | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/pulsar/pom.xml| 1 +
 inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/redis/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/sqlserver-cdc/pom.xml | 1 +
 .../sort-flink/sort-flink-v1.15/sort-connectors/starrocks/pom.xml | 3 +--
 .../sort-flink/sort-flink-v1.15/sort-connectors/tubemq/pom.xml| 3 +--
 .../sort-flink-v1.18/sort-connectors/elasticsearch-base/pom.xml   | 1 +
 .../sort-flink-v1.18/sort-connectors/elasticsearch6/pom.xml   | 1 +
 .../sort-flink-v1.18/sort-connectors/elasticsearch7/pom.xml   | 1 +
 inlong-sort/sort-flink/sort-flink-v1.18/sort-connectors/jdbc/pom.xml  | 1 +
 .../sort-flink/sort-flink-v1.18/sort-connectors/pulsar/pom.xml| 1 +
 51 files changed, 57 insertions(+), 22 deletions(-)

diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index 9c703d4517..ae6d3aefc4 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -107,7 +107,8 @@ jobs:
 
   - name: Build with Maven
 run: |
-  mvn --batch-mode --update-snapshots -e -V clean install -DskipTests 
-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 
-Daether.connector.htt

Re: [PR] [INLONG-11444][Distribution] Fix the merging modules jars failure [inlong]

2024-10-31 Thread via GitHub


aloyszhang merged PR #11445:
URL: https://github.com/apache/inlong/pull/11445


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(inlong) branch master updated: [INLONG-11444][Distribution] Fix the merging modules jars failure (#11445)

2024-10-31 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository.

aloyszhang 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 a05c6a4391 [INLONG-11444][Distribution] Fix the merging modules jars 
failure (#11445)
a05c6a4391 is described below

commit a05c6a43915c7ca807e659ef9cc6a3be92d63ded
Author: AloysZhang 
AuthorDate: Thu Oct 31 20:24:11 2024 +0800

[INLONG-11444][Distribution] Fix the merging modules jars failure (#11445)
---
 inlong-distribution/pom.xml| 110 -
 .../script/backup_module_dependencies.sh   |  10 +-
 2 files changed, 90 insertions(+), 30 deletions(-)

diff --git a/inlong-distribution/pom.xml b/inlong-distribution/pom.xml
index 95c54adf74..473080c323 100644
--- a/inlong-distribution/pom.xml
+++ b/inlong-distribution/pom.xml
@@ -33,32 +33,6 @@
 ${project.parent.basedir}
 
 
-
-
-
-org.codehaus.mojo
-exec-maven-plugin
-${exec.maven.version}
-
-bash
-
-+x
-
${basedir}/script/backup_module_dependencies.sh
-
-
-
-
-uncompress
-
-exec
-
-package
-
-
-
-
-
-
 
 
 flink-all-version
@@ -103,6 +77,27 @@
 
 
 
+
+org.codehaus.mojo
+exec-maven-plugin
+${exec.maven.version}
+
+bash
+
++x
+
${basedir}/script/backup_module_dependencies.sh
+
+
+
+
+uncompress
+
+exec
+
+package
+
+
+
 
 
 
@@ -144,6 +139,27 @@
 
 
 
+
+org.codehaus.mojo
+exec-maven-plugin
+${exec.maven.version}
+
+bash
+
++x
+
${basedir}/script/backup_module_dependencies.sh
+
+
+
+
+uncompress
+
+exec
+
+package
+
+
+
 
 
 
@@ -185,6 +201,27 @@
 
 
 
+
+org.codehaus.mojo
+exec-maven-plugin
+${exec.maven.version}
+
+bash
+
++x
+
${basedir}/script/backup_module_dependencies.sh
+
+
+
+
+uncompress
+
+exec
+
+package
+
+
+
 
 
 
@@ -226,6 +263,27 @@
 
 
 
+
+org.codehaus.mojo
+exec-maven-plugin
+${exec.maven.version}
+
+bash
+
++x
+
${basedir}/script/backup_module_dependencies.sh
+
+
+
+
+uncompress
+
+

Re: [PR] [INLONG-1069][Doc] Add Connector Binary file v1.18 to download page [inlong-website]

2024-10-31 Thread via GitHub


dockerzhang merged PR #1071:
URL: https://github.com/apache/inlong-website/pull/1071


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(inlong-website) branch master updated: [INLONG-1069][Doc] Add Connector Binary file v1.18 to download page (#1071)

2024-10-31 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 9c111ffe5b1 [INLONG-1069][Doc] Add Connector Binary file v1.18 to 
download page (#1071)
9c111ffe5b1 is described below

commit 9c111ffe5b173f75a070c8420e42480e167b8f54
Author: PeterZh6 
AuthorDate: Thu Oct 31 18:44:23 2024 +0800

[INLONG-1069][Doc] Add Connector Binary file v1.18 to download page (#1071)
---
 src/pages/downloads/index.js | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/pages/downloads/index.js b/src/pages/downloads/index.js
index e25d43a1ba6..5769a42405c 100644
--- a/src/pages/downloads/index.js
+++ b/src/pages/downloads/index.js
@@ -84,18 +84,18 @@ export default function() {
 
 
 
-
-v1.13:
-https://repository.apache.org/content/groups/public/org/apache/inlong/inlong-distribution/${version}/inlong-distribution-${version}-sort-connectors-flink-v1.13.tar.gz`}>BIN
-https://repository.apache.org/content/groups/public/org/apache/inlong/inlong-distribution/${version}/inlong-distribution-${version}-sort-connectors-flink-v1.13.tar.gz.asc`}>ASC
-https://repository.apache.org/content/groups/public/org/apache/inlong/inlong-distribution/${version}/inlong-distribution-${version}-sort-connectors-flink-v1.13.tar.gz.sha512`}>SHA512
-
 
 v1.15:
 https://repository.apache.org/content/groups/public/org/apache/inlong/inlong-distribution/${version}/inlong-distribution-${version}-sort-connectors-flink-v1.15.tar.gz`}>BIN
 https://repository.apache.org/content/groups/public/org/apache/inlong/inlong-distribution/${version}/inlong-distribution-${version}-sort-connectors-flink-v1.15.tar.gz.asc`}>ASC
 https://repository.apache.org/content/groups/public/org/apache/inlong/inlong-distribution/${version}/inlong-distribution-${version}-sort-connectors-flink-v1.15.tar.gz.sha512`}>SHA512
 
+
+v1.18:
+https://repository.apache.org/content/groups/public/org/apache/inlong/inlong-distribution/${version}/inlong-distribution-${version}-sort-connectors-flink-v1.18.tar.gz`}>BIN
+https://repository.apache.org/content/groups/public/org/apache/inlong/inlong-distribution/${version}/inlong-distribution-${version}-sort-connectors-flink-v1.18.tar.gz.asc`}>ASC
+https://repository.apache.org/content/groups/public/org/apache/inlong/inlong-distribution/${version}/inlong-distribution-${version}-sort-connectors-flink-v1.18.tar.gz.sha512`}>SHA512
+
 
 
 



Re: [I] [Improve][Doc] Connector Binary file v1.18 not listed in download page [inlong-website]

2024-10-31 Thread via GitHub


dockerzhang closed issue #1069: [Improve][Doc] Connector Binary file v1.18 not 
listed in download page
URL: https://github.com/apache/inlong-website/issues/1069


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] Good First Issues [inlong]

2024-10-31 Thread via GitHub


github-actions[bot] commented on issue #2154:
URL: https://github.com/apache/inlong/issues/2154#issuecomment-2451157642

   This issue is stale because it has been open for 60 days with no activity.


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(inlong) branch master updated: [INLONG-11186][Dashboard] Export audit indicator data to csv (#11438)

2024-10-31 Thread aloyszhang
This is an automated email from the ASF dual-hosted git repository.

aloyszhang 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 fc4695f669 [INLONG-11186][Dashboard] Export audit indicator data to 
csv (#11438)
fc4695f669 is described below

commit fc4695f669e326b4f87a6df0dc4e4cac447a0971
Author: kamianlaida <165994047+wohainilao...@users.noreply.github.com>
AuthorDate: Fri Nov 1 10:51:09 2024 +0800

[INLONG-11186][Dashboard] Export audit indicator data to csv (#11438)
---
 inlong-dashboard/package-lock.json |   5 +
 inlong-dashboard/package.json  |   1 +
 inlong-dashboard/src/ui/locales/cn.json|   2 +
 inlong-dashboard/src/ui/locales/en.json|   2 +
 .../src/ui/pages/ClusterTags/TagDetailModal.tsx|   1 -
 .../src/ui/pages/GroupDataTemplate/index.tsx   |   1 -
 .../src/ui/pages/GroupDetail/Audit/config.tsx  |  34 -
 .../src/ui/pages/GroupDetail/Audit/index.tsx   |  56 +++-
 .../src/ui/pages/GroupDetail/index.tsx |   1 -
 .../ui/pages/ModuleAudit/AuditModule/config.tsx|  32 -
 .../src/ui/pages/ModuleAudit/AuditModule/index.tsx |  58 -
 .../src/ui/pages/ModuleAudit/IdModule/config.tsx   |  92 -
 .../src/ui/pages/ModuleAudit/IdModule/index.tsx| 131 +++
 .../src/ui/pages/ModuleAudit/IpModule/config.tsx   |  96 --
 .../src/ui/pages/ModuleAudit/IpModule/index.tsx| 143 +
 15 files changed, 561 insertions(+), 94 deletions(-)

diff --git a/inlong-dashboard/package-lock.json 
b/inlong-dashboard/package-lock.json
index efa9d0a413..599ba43811 100644
--- a/inlong-dashboard/package-lock.json
+++ b/inlong-dashboard/package-lock.json
@@ -13290,6 +13290,11 @@
 "whatwg-fetch": "^3.6.2"
   }
 },
+"react-csv": {
+  "version": "2.2.2",
+  "resolved": "https://registry.npmjs.org/react-csv/-/react-csv-2.2.2.tgz";,
+  "integrity": 
"sha512-RG5hOcZKZFigIGE8LxIEV/OgS1vigFQT4EkaHeKgyuCbUAu9Nbd/1RYq++bJcJJ9VOqO/n9TZRADsXNDR4VEpw=="
+},
 "react-dev-utils": {
   "version": "12.0.1",
   "resolved": 
"https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-12.0.1.tgz";,
diff --git a/inlong-dashboard/package.json b/inlong-dashboard/package.json
index c287ad670b..7c61492967 100644
--- a/inlong-dashboard/package.json
+++ b/inlong-dashboard/package.json
@@ -14,6 +14,7 @@
 "nprogress": "^0.2.0",
 "path-to-regexp": "^6.2.0",
 "react": "17.0.1",
+"react-csv": "^2.2.2",
 "react-dom": "17.0.1",
 "react-i18next": "^11.10.0",
 "react-redux": "^7.2.0",
diff --git a/inlong-dashboard/src/ui/locales/cn.json 
b/inlong-dashboard/src/ui/locales/cn.json
index 778c687270..7a8e2ea1dd 100644
--- a/inlong-dashboard/src/ui/locales/cn.json
+++ b/inlong-dashboard/src/ui/locales/cn.json
@@ -712,6 +712,7 @@
   "pages.GroupDetail.Audit.Sink": "数据目标",
   "pages.GroupDetail.Audit.Total": "总计",
   "pages.GroupDetail.Audit.DatepickerRule": "超出可选范围",
+  "pages.GroupDetail.Audit.ExportCSV": "导出 CSV 文件",
   "pages.GroupDetail.Delay.QueryDate": "查询日期",
   "pages.GroupDetail.Delay.AverageTitle": "平均传输时延 (ms)",
   "pages.GroupDetail.Delay.RealTimeTitle": "传输时延 (ms)",
@@ -977,6 +978,7 @@
   "pages.ModuleAudit.Id": "ID 查询",
   "pages.ModuleAudit.Metric": "指标查询",
   "pages.ModuleAudit.config.Ip": "机器 IP",
+  "pages.ModuleAudit.config.SubValue": "差异值",
   "pages.ModuleAudit.config.BenchmarkIndicator": "基准指标",
   "pages.ModuleAudit.config.ComparativeIndicators": "对比指标",
   "pages.ModuleAudit.config.InlongGroupId": "数据流组ID",
diff --git a/inlong-dashboard/src/ui/locales/en.json 
b/inlong-dashboard/src/ui/locales/en.json
index 8bb5c15ab5..ce06b61f3c 100644
--- a/inlong-dashboard/src/ui/locales/en.json
+++ b/inlong-dashboard/src/ui/locales/en.json
@@ -712,6 +712,7 @@
   "pages.GroupDetail.Metric.Item": "Metric item",
   "pages.GroupDetail.Audit.Total": "Total",
   "pages.GroupDetail.Audit.DatepickerRule": "Out of selectable time range",
+  "pages.GroupDetail.Audit.ExportCSV": "Export CSV File",
   "pages.GroupDetail.Delay.QueryDate": "Query date",
   "pages.GroupDetail.Delay.AverageTitle": "Average transmission delay (ms)",
   "pages.GroupDetail.Delay.RealTimeTitle": "Transmission delay (ms)",
@@ -977,6 +978,7 @@
   "pages.ModuleAudit.Id": "Query by id",
   "pages.ModuleAudit.Metric": "Query by Metric",
   "pages.ModuleAudit.config.Ip": "Machine ip",
+  "pages.ModuleAudit.config.SubValue": "Sub Value",
   "pages.ModuleAudit.config.BenchmarkIndicator": "Benchmark indicator",
   "pages.ModuleAudit.config.ComparativeIndicators": "Comparative indicator",
   "pages.ModuleAudit.config.InlongGroupId": "Inlong group id",
diff --git a/inlong-dashboard/src/ui/pages/ClusterTags/TagDetailModal.tsx 
b/inlong-dashboard/src/ui/pages/ClusterTags/TagDetailModal.tsx
index 743e3089a3..0375da7700 100644
--- a/inlong-dashb

Re: [PR] [INLONG-11186][Dashboard] Export audit indicator data to csv [inlong]

2024-10-31 Thread via GitHub


aloyszhang merged PR #11438:
URL: https://github.com/apache/inlong/pull/11438


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] [Feature][Doc] Add sqlserver and mongodb to supported list of newly-introduced source metrics [inlong-website]

2024-10-31 Thread via GitHub


dockerzhang closed issue #1067: [Feature][Doc] Add sqlserver and mongodb to 
supported list of newly-introduced source metrics
URL: https://github.com/apache/inlong-website/issues/1067


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] [INLONG-11441][Dashboard] Add ClusterTag filtering conditions to the … [inlong]

2024-10-31 Thread via GitHub


wohainilaodou opened a new pull request, #11447:
URL: https://github.com/apache/inlong/pull/11447

   
   
   Fixes #11141 
   
   ### Motivation
   
   Add ClusterTag filtering conditions to the cluster interface
   
   ### Modifications
   
   Add ClusterTag filtering conditions to the cluster interface
   
   ### Verifying this change
   
   before:
   
   
![image](https://github.com/user-attachments/assets/6072d1fb-56b8-4cf4-a10e-4c7607d1b61c)
   
![image](https://github.com/user-attachments/assets/4ab8116c-ee13-42df-b72e-187ed93ac5da)
   
![image](https://github.com/user-attachments/assets/c8765d02-5e0a-4e14-99a1-a079adb52f20)
   
   after:
   
![image](https://github.com/user-attachments/assets/8f06ec8c-5ff0-41c9-a9ff-7bf2af3eaaa1)
   
![image](https://github.com/user-attachments/assets/58df21c1-ff97-4de9-82f4-9d6876ca9c25)
   


-- 
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.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org