[GitHub] [inlong] healchow commented on a diff in pull request #6541: [INLONG-6495][Sort] Support metrics and restore metrics for single-table of Doris

2022-11-19 Thread GitBox
healchow commented on code in PR #6541: URL: https://github.com/apache/inlong/pull/6541#discussion_r1027063278 ## inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/utils/DorisParseUtils.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software

[GitHub] [inlong] healchow commented on a diff in pull request #6541: [INLONG-6495][Sort] Support metrics and restore metrics for single-table of Doris

2022-11-19 Thread GitBox
healchow commented on code in PR #6541: URL: https://github.com/apache/inlong/pull/6541#discussion_r1027063331 ## inlong-sort/sort-connectors/doris/src/main/java/org/apache/inlong/sort/doris/utils/DorisParseUtils.java: ## @@ -0,0 +1,66 @@ +/* + * Licensed to the Apache Software

[GitHub] [inlong] healchow commented on a diff in pull request #6501: [INLONG-6497][Manager] Support Elasticsearch cluster

2022-11-19 Thread GitBox
healchow commented on code in PR #6501: URL: https://github.com/apache/inlong/pull/6501#discussion_r1027063819 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/cluster/ElasticsearchClusterOperator.java: ## @@ -0,0 +1,85 @@ +/* + * Licensed to the

[GitHub] [inlong] healchow commented on a diff in pull request #6521: [INLONG-6496][Manager] Support Elasticsearch DataNode

2022-11-19 Thread GitBox
healchow commented on code in PR #6521: URL: https://github.com/apache/inlong/pull/6521#discussion_r1027064173 ## inlong-manager/manager-pojo/src/main/java/org/apache/inlong/manager/pojo/cluster/es/ElasticsearchClusterDTO.java: ## @@ -0,0 +1,57 @@ +/* + * Licensed to the Apache

[GitHub] [inlong] gong opened a new pull request, #6577: [INLONG-6574][Sort] Add dirty data metric for HBase

2022-11-19 Thread GitBox
gong opened a new pull request, #6577: URL: https://github.com/apache/inlong/pull/6577 ### Prepare a Pull Request - [INLONG-6574][Sort] Add dirty data metric for HBase - Fixes #6574 ### Motivation * Add dirty data metric for HBase ### Modifications *