[PR] [Inlong 9167][SDK] Use UUID as the batch ID instead of snowflake ID for DataProxy Golang SDK [inlong]

2023-10-31 Thread via GitHub
gunli opened a new pull request, #9169: URL: https://github.com/apache/inlong/pull/9169 ### Prepare a Pull Request - Fixes #9167 ### Motivation *Explain here the context, and why you're making that change. What is the problem you're trying to solve?* ### Modificat

Re: [PR] [INLONG-9165][Agent] Delete job related file [inlong]

2023-10-31 Thread via GitHub
luchunliang merged PR #9166: URL: https://github.com/apache/inlong/pull/9166 -- 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-9165][Agent] Delete job related file (#9166)

2023-10-31 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 5f2ad4bf90 [INLONG-9165][Agent] Delete job

[PR] [INLONG-9170][SDK] use pointers instead of objects [inlong]

2023-10-31 Thread via GitHub
gunli opened a new pull request, #9171: URL: https://github.com/apache/inlong/pull/9171 ### [INLONG-9170][SDK] use pointers instead of objects - Fixes #9170 ### Motivation Currently, date types in worker.sendFailedBatches and woker.responseBatches are objects, not point

(inlong) branch master updated: [INLONG-8994][Sort] Add hudi connector on flink 1.15 (#9168)

2023-10-31 Thread zirui
This is an automated email from the ASF dual-hosted git repository. zirui 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 f055e00c5a [INLONG-8994][Sort] Add hudi connector

Re: [PR] [INLONG-8994][Sort] Add Hudi connector on Flink 1.15 [inlong]

2023-10-31 Thread via GitHub
EMsnap merged PR #9168: URL: https://github.com/apache/inlong/pull/9168 -- 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

[PR] [INLONG-9172][SDK]Delete useless debug logs in Golang SDK [inlong]

2023-10-31 Thread via GitHub
gunli opened a new pull request, #9173: URL: https://github.com/apache/inlong/pull/9173 ### [INLONG-9172][SDK]Delete useless debug logs in Golang SDK - Fixes #9172 ### Motivation Although the log level is not enabled, Some debug logs in the frequently called methods of G

[PR] [INLONG-9174][SDK] Optimize response attr parsing in Golang SDK [inlong]

2023-10-31 Thread via GitHub
gunli opened a new pull request, #9175: URL: https://github.com/apache/inlong/pull/9175 ### [INLONG-9174][SDK] Optimize response attr parsing in Golang SDK - Fixes #9174 ### Motivation Currently, when we parse the attr in response, we use Strings.Spilt() to parse, which

[PR] [INLONG-9176][SDK] Fail fast when work is unavailable in Golang SDK [inlong]

2023-10-31 Thread via GitHub
gunli opened a new pull request, #9177: URL: https://github.com/apache/inlong/pull/9177 ### [INLONG-9176][SDK] Fail fast when work is unavailable in Golang SDK - Fixes #9176 ### Motivation Currently, when we send a message, if the worker is unavailable, we will try anoth

[PR] [INLONG-9178][SDK] Update the default values of the config options of Golang SDK [inlong]

2023-10-31 Thread via GitHub
gunli opened a new pull request, #9179: URL: https://github.com/apache/inlong/pull/9179 ### [INLONG-9178][SDK] Update the default values of the config options of Golang SDK - Fixes #9178 ### Motivation Currently, the default values of the config options of Golang SDK ar

[PR] [INLONG-9180][SDK] Cache up batchReq.dataReqs Golang SDK [inlong]

2023-10-31 Thread via GitHub
gunli opened a new pull request, #9181: URL: https://github.com/apache/inlong/pull/9181 ### [INLONG-9180][SDK] Cache up batchReq.dataReqs Golang SDK - Fixes #9180 ### Motivation Cache up batchReq.dataReqs Golang SDK to improve perf ### Modifications request

[I] [Improve][DataProxy] Update DataProxy Golang SDK docs [inlong-website]

2023-10-31 Thread via GitHub
gunli opened a new issue, #886: URL: https://github.com/apache/inlong-website/issues/886 ### Description The default values of the config options of Golang SDK, update the docs accordingly. ### Are you willing to submit PR? - [X] Yes, I am willing to submit a PR!

[PR] [INLONG-886][Doc] Update DataProxy Golang SDK docs [inlong-website]

2023-10-31 Thread via GitHub
gunli opened a new pull request, #887: URL: https://github.com/apache/inlong-website/pull/887 ### [INLONG-886][Doc] Update DataProxy Golang SDK docs - Fixes #886 ### Motivation Update the default values of the config options. ### Modifications Update the def

Re: [PR] [INLONG-9172][SDK] Delete useless debug logs in Golang SDK [inlong]

2023-10-31 Thread via GitHub
EMsnap commented on code in PR #9173: URL: https://github.com/apache/inlong/pull/9173#discussion_r1377449020 ## inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang/dataproxy/worker.go: ## @@ -500,9 +500,9 @@ func (w *worker) handleRetry(batch *batchReq, retryOnFail bool) { }

[PR] [INLONG-9182][Agent] Delete useless code [inlong]

2023-10-31 Thread via GitHub
justinwwhuang opened a new pull request, #9183: URL: https://github.com/apache/inlong/pull/9183 ### Prepare a Pull Request [INLONG-9182][Agent] Delete useless code - Fixes #9182 ### Motivation Delete useless code ### Modifications Delete useless code

Re: [PR] [INLONG-9180][SDK] Cache up batchReq.dataReqs Golang SDK [inlong]

2023-10-31 Thread via GitHub
dockerzhang merged PR #9181: URL: https://github.com/apache/inlong/pull/9181 -- 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-9180][SDK] Cache up batchReq.dataReqs Golang SDK (#9181)

2023-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.git The following commit(s) were added to refs/heads/master by this push: new 0d07152244 [INLONG-9180][SDK] Cache up batc

Re: [PR] [INLONG-9178][SDK] Update the default values of the config options of Golang SDK [inlong]

2023-10-31 Thread via GitHub
dockerzhang merged PR #9179: URL: https://github.com/apache/inlong/pull/9179 -- 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 (0d07152244 -> 7dacceb0a0)

2023-10-31 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 0d07152244 [INLONG-9180][SDK] Cache up batchReq.dataReqs Golang SDK (#9181) add 7dacceb0a0 [INLONG-9178][SD

Re: [PR] [INLONG-7056][Manager] Support add more properties for submitting flink job [inlong]

2023-10-31 Thread via GitHub
github-actions[bot] commented on PR #8822: URL: https://github.com/apache/inlong/pull/8822#issuecomment-1788273589 This PR 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 t

Re: [PR] [INLONG-9170][SDK] Use pointers instead of objects [inlong]

2023-10-31 Thread via GitHub
dockerzhang merged PR #9171: URL: https://github.com/apache/inlong/pull/9171 -- 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 (7dacceb0a0 -> b3295e5f7b)

2023-10-31 Thread dockerzhang
This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git from 7dacceb0a0 [INLONG-9178][SDK] Update the default values of the config options of Golang SDK (#9179) add b32

(inlong) branch master updated: [INLONG-9174][SDK] Optimize response attr parsing in Golang SDK (#9175)

2023-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.git The following commit(s) were added to refs/heads/master by this push: new dae7141fa3 [INLONG-9174][SDK] Optimize resp

Re: [PR] [INLONG-9174][SDK] Optimize response attr parsing in Golang SDK [inlong]

2023-10-31 Thread via GitHub
dockerzhang merged PR #9175: URL: https://github.com/apache/inlong/pull/9175 -- 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.

Re: [PR] [INLONG-9176][SDK] Fail fast when work is unavailable in Golang SDK [inlong]

2023-10-31 Thread via GitHub
dockerzhang merged PR #9177: URL: https://github.com/apache/inlong/pull/9177 -- 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-9174][SDK] Fail fast when work is unavailable in Golang SDK (#9177)

2023-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.git The following commit(s) were added to refs/heads/master by this push: new 2bab820bbe [INLONG-9174][SDK] Fail fast whe

Re: [PR] [INLONG-9182][Agent] Delete useless code [inlong]

2023-10-31 Thread via GitHub
EMsnap merged PR #9183: URL: https://github.com/apache/inlong/pull/9183 -- 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

Re: [PR] [INLONG-9167][SDK] Use UUID as the batch ID instead of snowflake ID for DataProxy Golang SDK [inlong]

2023-10-31 Thread via GitHub
dockerzhang merged PR #9169: URL: https://github.com/apache/inlong/pull/9169 -- 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-9167][SDK] Use UUID as the batch ID instead of snowflake ID for DataProxy Golang SDK (#9169)

2023-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.git The following commit(s) were added to refs/heads/master by this push: new cea1909809 [INLONG-9167][SDK] Use UUID as t

(inlong) branch master updated (2bab820bbe -> 54dc99a695)

2023-10-31 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 2bab820bbe [INLONG-9174][SDK] Fail fast when work is unavailable in Golang SDK (#9177) add 54dc99a695 [INLONG-918

Re: [I] [Improve][DataProxy] Update DataProxy Golang SDK docs [inlong-website]

2023-10-31 Thread via GitHub
EMsnap closed issue #886: [Improve][DataProxy] Update DataProxy Golang SDK docs URL: https://github.com/apache/inlong-website/issues/886 -- 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 c

Re: [PR] [INLONG-886][Doc] Update DataProxy Golang SDK docs [inlong-website]

2023-10-31 Thread via GitHub
EMsnap merged PR #887: URL: https://github.com/apache/inlong-website/pull/887 -- 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-website) branch master updated: [INLONG-886][Doc] Update DataProxy Golang SDK docs (#887)

2023-10-31 Thread zirui
This is an automated email from the ASF dual-hosted git repository. zirui 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 521909ddf5 [INLONG-886][Doc] Update DataP

Re: [PR] [INLONG-9172][SDK] Delete useless debug logs in Golang SDK [inlong]

2023-10-31 Thread via GitHub
gunli commented on code in PR #9173: URL: https://github.com/apache/inlong/pull/9173#discussion_r1378330842 ## inlong-sdk/dataproxy-sdk-twins/dataproxy-sdk-golang/dataproxy/worker.go: ## @@ -500,9 +500,9 @@ func (w *worker) handleRetry(batch *batchReq, retryOnFail bool) { }

[PR] [INLONG-9184][SDK] Update README.md in Golang SDK [inlong]

2023-10-31 Thread via GitHub
gunli opened a new pull request, #9186: URL: https://github.com/apache/inlong/pull/9186 ### [INLONG-9184][SDK] Update README.md in Golang SDK - Fixes #9184 ### Motivation Update README.md in Golang SDK ### Modifications Update README.md in Golang SDK

[PR] [INLONG-9187][Agent] Delete useless memory manager [inlong]

2023-10-31 Thread via GitHub
justinwwhuang opened a new pull request, #9188: URL: https://github.com/apache/inlong/pull/9188 ### Prepare a Pull Request [INLONG-9187][Agent] Delete useless memory manager - Fixes #9187 ### Motivation Delete useless memory manager ### Modifications Del

Re: [PR] [INLONG-9184][SDK] Update README.md in Golang SDK [inlong]

2023-10-31 Thread via GitHub
dockerzhang merged PR #9186: URL: https://github.com/apache/inlong/pull/9186 -- 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-9184][SDK] Update README.md in Golang SDK (#9186)

2023-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.git The following commit(s) were added to refs/heads/master by this push: new c596091a43 [INLONG-9184][SDK] Update README

[PR] [INLONG-9185][Dashboard] Cluster management supports SortStandAlone type [inlong]

2023-10-31 Thread via GitHub
bluewang opened a new pull request, #9189: URL: https://github.com/apache/inlong/pull/9189 ### 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: [PR] [INLONG-9172][SDK] Delete useless debug logs in Golang SDK [inlong]

2023-10-31 Thread via GitHub
dockerzhang merged PR #9173: URL: https://github.com/apache/inlong/pull/9173 -- 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-9172][SDK] Delete useless debug logs in Golang SDK (#9173)

2023-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.git The following commit(s) were added to refs/heads/master by this push: new 5c7682c3ab [INLONG-9172][SDK] Delete useles

Re: [PR] [INLONG-9187][Agent] Delete useless memory manager [inlong]

2023-10-31 Thread via GitHub
EMsnap merged PR #9188: URL: https://github.com/apache/inlong/pull/9188 -- 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

(inlong) branch master updated: [INLONG-9187][Agent] Delete useless memory manager (#9188)

2023-10-31 Thread zirui
This is an automated email from the ASF dual-hosted git repository. zirui 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 e136f2d245 [INLONG-9187][Agent] Delete useless me

[PR] [INLONG-9190][Agent] Log file source clear buffer queue does not take effect [inlong]

2023-10-31 Thread via GitHub
justinwwhuang opened a new pull request, #9191: URL: https://github.com/apache/inlong/pull/9191 ### Prepare a Pull Request [INLONG-9190][Agent] Log file source clear buffer queue does not take effect - Fixes #9190 ### Motivation Log file source clear buffer queue does no