(rocketmq-eventbridge) branch feat/runtime-manager updated: feat:add test case.

2024-01-17 Thread shenlin
This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch feat/runtime-manager in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git The following commit(s) were added to refs/heads/feat/runtime-manager by this push: new 2da7

(rocketmq-eventbridge) branch feat/runtime-manager updated: feat:add WorkerInstanceRepositoryOnK8STest test case.

2024-01-17 Thread shenlin
This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch feat/runtime-manager in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git The following commit(s) were added to refs/heads/feat/runtime-manager by this push: new d7df

[I] Check message size before message compression [rocketmq]

2024-01-17 Thread via GitHub
Aresxue opened a new issue, #7758: URL: https://github.com/apache/rocketmq/issues/7758 ### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I ha

Re: [PR] [ISSUE #7478] On startup, if not check crc, not read message body. avoid startup too slow when data is large [rocketmq]

2024-01-17 Thread via GitHub
onejimmyboy commented on PR #7479: URL: https://github.com/apache/rocketmq/pull/7479#issuecomment-1895367207 如果不对消息内容文件的话有什么影响那? -- 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 comme

Re: [I] 这个库支持5.1.4版本的rocketmq么? [rocketmq-client-cpp]

2024-01-17 Thread via GitHub
wedvefv closed issue #463: 这个库支持5.1.4版本的rocketmq么? URL: https://github.com/apache/rocketmq-client-cpp/issues/463 -- 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,

Re: [PR] [ISSUE #7671] filter inner producer client when report to metrics [rocketmq]

2024-01-17 Thread via GitHub
joeCarf commented on code in PR #7673: URL: https://github.com/apache/rocketmq/pull/7673#discussion_r144424 ## broker/src/main/java/org/apache/rocketmq/broker/metrics/BrokerMetricsManager.java: ## @@ -459,9 +462,14 @@ private void initConnectionMetrics() { .ofLo

[PR] chore(golang): change log level of heartbeat message to debug [rocketmq-clients]

2024-01-17 Thread via GitHub
yangtuooc opened a new pull request, #670: URL: https://github.com/apache/rocketmq-clients/pull/670 ### Which Issue(s) This PR Fixes Fixes #issue_id ### Brief Description ### How Did You Test This Change? -- This is an automated mess

Re: [PR] chore(golang): change log level of heartbeat message to debug [rocketmq-clients]

2024-01-17 Thread via GitHub
yangtuooc closed pull request #670: chore(golang): change log level of heartbeat message to debug URL: https://github.com/apache/rocketmq-clients/pull/670 -- 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 g

Re: [I] Does the method onChannelDestroy called in function scanNotActiveBroker unnecessary [rocketmq]

2024-01-17 Thread via GitHub
github-actions[bot] commented on issue #5894: URL: https://github.com/apache/rocketmq/issues/5894#issuecomment-1897522677 This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. -- This is an automated message

Re: [PR] [ISSUE #5836]fix the method queryAssignment request twice [rocketmq]

2024-01-17 Thread via GitHub
github-actions[bot] closed pull request #5850: [ISSUE #5836]fix the method queryAssignment request twice URL: https://github.com/apache/rocketmq/pull/5850 -- 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 g

Re: [PR] [ISSUE #5836]fix the method queryAssignment request twice [rocketmq]

2024-01-17 Thread via GitHub
github-actions[bot] commented on PR #5850: URL: https://github.com/apache/rocketmq/pull/5850#issuecomment-1897522715 This PR was closed because it has been inactive for 3 days since being marked as stale. -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] chore(deps): bump golang.org/x/crypto from 0.0.0-20220722155217-630584e8d5aa to 0.17.0 in /golang [rocketmq-clients]

2024-01-17 Thread via GitHub
github-actions[bot] commented on PR #652: URL: https://github.com/apache/rocketmq-clients/pull/652#issuecomment-1897541865 This PR is stale because it has been open for 30 days with no activity. It will be closed in 3 days if no further activity occurs. If you wish not to mark it as stale,

[I] [Bug] timerSkipUnknownError can't find set method [rocketmq]

2024-01-17 Thread via GitHub
zyhui98 opened a new issue, #7760: URL: https://github.com/apache/rocketmq/issues/7760 ### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I ha

[PR] Update 01quickstart.md [rocketmq-site]

2024-01-17 Thread via GitHub
wedvefv opened a new pull request, #614: URL: https://github.com/apache/rocketmq-site/pull/614 通过grpc客户端demo发送数据到rocketmq5.x需要配置grpc端口,注意client端代码要使用grpc的地址和端口作为access_point参数 This pull request aims to address the need for configuring gRPC ports when sending data to RocketMQ using th

Re: [I] Is rocketmq-client-cpp 2.0.0 support rocketmq5.x? [rocketmq-client-cpp]

2024-01-17 Thread via GitHub
wedvefv commented on issue #460: URL: https://github.com/apache/rocketmq-client-cpp/issues/460#issuecomment-1897850679 If rocker5.x is set up using proxy mode, clients can use the gRPC protocol for requests. However, in this case, the server needs to be configured with a gRPC port in **con

Re: [PR] fix dledger recover abnormally may lost consume queue of tail [rocketmq]

2024-01-17 Thread via GitHub
yuz10 commented on code in PR #7599: URL: https://github.com/apache/rocketmq/pull/7599#discussion_r1456981076 ## store/src/main/java/org/apache/rocketmq/store/dledger/DLedgerCommitLog.java: ## @@ -343,14 +427,57 @@ private void recover(long maxPhyOffsetOfConsumeQueue) throws Ro

[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!

2024-01-17 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user bxfjb (triggered by yuz10). Head commit for run: d0402b0280bf2e7337c751e7be2ff5aba4c9e61b / zhaoyuhan fix correct storeTimestampPosition when bornhost is v6 Report URL: https://github.

Re: [PR] fix dledger recover abnormally may lost consume queue of tail [rocketmq]

2024-01-17 Thread via GitHub
bxfjb commented on code in PR #7599: URL: https://github.com/apache/rocketmq/pull/7599#discussion_r1456989735 ## store/src/main/java/org/apache/rocketmq/store/dledger/DLedgerCommitLog.java: ## @@ -343,14 +427,57 @@ private void recover(long maxPhyOffsetOfConsumeQueue) throws Ro

[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!

2024-01-17 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user bxfjb (triggered by yuz10). Head commit for run: 72522adf08e95ef92f07a3254b943bdec311b670 / zhaoyuhan fix correct SYSFLAG offset Report URL: https://github.com/apache/rocketmq/actions/

[GH] (rocketmq): Workflow run "Coverage" failed!

2024-01-17 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user bxfjb (triggered by yuz10). Head commit for run: d0402b0280bf2e7337c751e7be2ff5aba4c9e61b / zhaoyuhan fix correct storeTimestampPosition when bornhost is v6 Report URL: https://github.com/apache/rocketmq/a

[GH] (rocketmq): Workflow run "E2E test for pull request" failed!

2024-01-17 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user bxfjb (triggered by bxfjb). Head commit for run: 7a36d4d736ae8d6d92658e3bdb18f1cd5c0afdb0 / 道君 [ISSUE #7757] Use `CompositeByteBuf` to prevent memory copy. (#7694) * Use CompositeByteBuf t

[GH] (rocketmq): Workflow run "E2E test for pull request" failed!

2024-01-17 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user bxfjb (triggered by bxfjb). Head commit for run: 7a36d4d736ae8d6d92658e3bdb18f1cd5c0afdb0 / 道君 [ISSUE #7757] Use `CompositeByteBuf` to prevent memory copy. (#7694) * Use CompositeByteBuf t

[GH] (rocketmq): Workflow run "Coverage" is working again!

2024-01-17 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has succeeded. Run started by GitHub user bxfjb (triggered by yuz10). Head commit for run: 72522adf08e95ef92f07a3254b943bdec311b670 / zhaoyuhan fix correct SYSFLAG offset Report URL: https://github.com/apache/rocketmq/actions/runs/7566375806 W

Re: [PR] fix dledger recover abnormally may lost consume queue of tail [rocketmq]

2024-01-17 Thread via GitHub
codecov-commenter commented on PR #7599: URL: https://github.com/apache/rocketmq/pull/7599#issuecomment-1897937916 ## [Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/7599?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache)

(rocketmq) branch develop updated: [ISSUE #7355] fix dledger recover abnormally may lost consume queue of tail (#7599)

2024-01-17 Thread yuzhou
This is an automated email from the ASF dual-hosted git repository. yuzhou pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git The following commit(s) were added to refs/heads/develop by this push: new 646e2a4942 [ISSUE #7355] fix dledger recover

Re: [PR] fix dledger recover abnormally may lost consume queue of tail [rocketmq]

2024-01-17 Thread via GitHub
yuz10 merged PR #7599: URL: https://github.com/apache/rocketmq/pull/7599 -- 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...@rocketmq.ap

Re: [I] [Bug] ConsumeQueue building exception caused by host downtime [rocketmq]

2024-01-17 Thread via GitHub
yuz10 closed issue #7355: [Bug] ConsumeQueue building exception caused by host downtime URL: https://github.com/apache/rocketmq/issues/7355 -- 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 specif

[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!

2024-01-17 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: 646e2a4942c62eb36b1601a41ebc0828e8580804 / bxfjb <48467309+bx...@users.noreply.github.com> [ISSUE #7355] fix dledger recover abnormally

[GH] (rocketmq): Workflow run "PUSH-CI" failed!

2024-01-17 Thread GitBox
The GitHub Actions job "PUSH-CI" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: 646e2a4942c62eb36b1601a41ebc0828e8580804 / bxfjb <48467309+bx...@users.noreply.github.com> [ISSUE #7355] fix dledger recover abnormally may lost consume queue