Re: [PR] [INLONG-9190][Agent] Fix log file source clear buffer queue does not take effect [inlong]

2023-11-01 Thread via GitHub
luchunliang merged PR #9191: URL: https://github.com/apache/inlong/pull/9191 -- 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-9190][Agent] Log file source clear buffer queue does not take effect (#9191)

2023-11-01 Thread luchunliang
This is an automated email from the ASF dual-hosted git repository. luchunliang 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 58ecec5a9d [INLONG-9190][Agent] Log file so

[PR] [INLONG-9192][Manager] Flat Sort Cluster types [inlong]

2023-11-01 Thread via GitHub
vernedeng opened a new pull request, #9193: URL: https://github.com/apache/inlong/pull/9193 ### 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 replac

Re: [PR] [INLONG-8676][Manager] Elasticsearch - Modify the calling method from SDK to HTTP [inlong]

2023-11-01 Thread via GitHub
vernedeng commented on code in PR #9057: URL: https://github.com/apache/inlong/pull/9057#discussion_r1378736172 ## inlong-manager/manager-common/src/main/java/org/apache/inlong/manager/common/util/HttpUtils.java: ## @@ -95,6 +95,24 @@ public static T request(RestTemplate restTe

Re: [PR] [INLONG-8676][Manager] Elasticsearch - Modify the calling method from SDK to HTTP [inlong]

2023-11-01 Thread via GitHub
vernedeng commented on code in PR #9057: URL: https://github.com/apache/inlong/pull/9057#discussion_r1378737518 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/AuditServiceImpl.java: ## @@ -295,18 +298,21 @@ public List listByCondition

Re: [PR] [INLONG-8676][Manager] Elasticsearch - Modify the calling method from SDK to HTTP [inlong]

2023-11-01 Thread via GitHub
vernedeng commented on code in PR #9057: URL: https://github.com/apache/inlong/pull/9057#discussion_r1378738335 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/es/ElasticsearchApi.java: ## @@ -17,98 +17,131 @@ package org.apache

Re: [PR] [INLONG-8676][Manager] Elasticsearch - Modify the calling method from SDK to HTTP [inlong]

2023-11-01 Thread via GitHub
vernedeng commented on code in PR #9057: URL: https://github.com/apache/inlong/pull/9057#discussion_r1378738335 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/es/ElasticsearchApi.java: ## @@ -17,98 +17,131 @@ package org.apache

Re: [PR] [INLONG-8676][Manager] Elasticsearch - Modify the calling method from SDK to HTTP [inlong]

2023-11-01 Thread via GitHub
vernedeng commented on code in PR #9057: URL: https://github.com/apache/inlong/pull/9057#discussion_r1378740033 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/sink/es/ElasticsearchApi.java: ## @@ -147,93 +180,90 @@ private List getMap

[PR] [INLONG-9194][Agent] Calc time offset failed if the param is "0" [inlong]

2023-11-01 Thread via GitHub
justinwwhuang opened a new pull request, #9195: URL: https://github.com/apache/inlong/pull/9195 ### Prepare a Pull Request [INLONG-9194][Agent] Calc time offset failed if the param is "0" - Fixes #9194 ### Motivation Fix the bug: calc time offset failed if the param is "0"

Re: [PR] [INLONG-9192][Manager] Flat Sort Cluster types [inlong]

2023-11-01 Thread via GitHub
fuweng11 commented on code in PR #9193: URL: https://github.com/apache/inlong/pull/9193#discussion_r1379498322 ## inlong-manager/manager-dao/src/main/java/org/apache/inlong/manager/dao/mapper/InlongClusterEntityMapper.java: ## @@ -64,6 +64,6 @@ List selectByKey(@Param("clusterTa

[PR] [INLONG-9196][Dashboard] Navigation widget user manual optimization [inlong]

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

Re: [I] [Bug] There is a problem using mysql-to-mysql with sort [inlong]

2023-11-01 Thread via GitHub
github-actions[bot] commented on issue #9199: URL: https://github.com/apache/inlong/issues/9199#issuecomment-1790023094 Hello @LiJie20190102, thank you for opening your first issue in InLong 🧡 We will respond as soon as possible ⏳ If this is a bug report, please provide screenshots or err

Re: [I] [Bug] There is a problem using mysql-to-mysql with sort [inlong]

2023-11-01 Thread via GitHub
dockerzhang commented on issue #9199: URL: https://github.com/apache/inlong/issues/9199#issuecomment-1790130105 @EMsnap 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.

Re: [PR] [INLONG-9194][Agent] Calc time offset failed if the param is "0" [inlong]

2023-11-01 Thread via GitHub
dockerzhang merged PR #9195: URL: https://github.com/apache/inlong/pull/9195 -- 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-9194][Agent] Calc time offset failed if the param is "0" (#9195)

2023-11-01 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 19681524bf [INLONG-9194][Agent] Calc time o

Re: [PR] [INLONG-9185][Dashboard] Cluster management supports sort_cls, sort_es, sort_pulsar types [inlong]

2023-11-01 Thread via GitHub
dockerzhang commented on code in PR #9189: URL: https://github.com/apache/inlong/pull/9189#discussion_r1379644963 ## inlong-dashboard/src/plugins/clusters/defaults/index.ts: ## @@ -51,4 +51,19 @@ export const allDefaultClusters: MetaExportWithBackendList = [ value: 'TUBEMQ

Re: [PR] [INLONG-8674][Manager] Pulsar - Modify the calling method from SDK to HTTP [inlong]

2023-11-01 Thread via GitHub
aloyszhang commented on code in PR #8941: URL: https://github.com/apache/inlong/pull/8941#discussion_r1379652455 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/PulsarUtils.java: ## @@ -39,54 +65,919 @@ public class PulsarU

Re: [PR] [INLONG-8674][Manager] Pulsar - Modify the calling method from SDK to HTTP [inlong]

2023-11-01 Thread via GitHub
aloyszhang commented on code in PR #8941: URL: https://github.com/apache/inlong/pull/8941#discussion_r1379652455 ## inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/resource/queue/pulsar/PulsarUtils.java: ## @@ -39,54 +65,919 @@ public class PulsarU

Re: [I] [Bug] There is a problem using mysql-to-mysql with sort [inlong]

2023-11-01 Thread via GitHub
yunqingmoswu commented on issue #9199: URL: https://github.com/apache/inlong/issues/9199#issuecomment-1790158785 @LiJie20190102 You need to config the table name with a database such as 'database.table'. It is 'inlong_test .source_test' in your demo. https://github.com/apache/i