[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" is working again!

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user RongtongJin (triggered by github-actions[bot]). Head commit for run: 93e268909cb92dd6d4033a4a36e1daab40025a75 / mxsm [ISSUE #9054] Optimize log print when client consume message in p

Re: [I] [Bug] golang sdk throw "the broker's disk is full ... " [rocketmq]

2024-12-14 Thread via GitHub
767472021 commented on issue #8471: URL: https://github.com/apache/rocketmq/issues/8471#issuecomment-2543084511 > 切换到 github.com/apache/rocketmq-client-go 后,无异常,可以大批量的生产消息。 这个 bug 到现在都一直还没修复,主备自动切换模式,必须要关掉所有slave 的 broker 剩一个,才能大批量的生产消息,否则生产几条就跑到备 broker 去了 -- This is an automated

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: b8c454e02b2c334fdd2ef1db46d3729d5fc6a6ba / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvem

Re: [I] [Bug] Controller方式部署的集群,rust客户端投递消息报错 [rocketmq-clients]

2024-12-14 Thread via GitHub
767472021 commented on issue #840: URL: https://github.com/apache/rocketmq-clients/issues/840#issuecomment-2543100442 go 的 sdk 也是这样的,同样的问题,现在只有 java sdk 稍微用心点在做了 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[I] [Enhancement] Optimize log print when client consume message in pop mode [rocketmq]

2024-12-14 Thread via GitHub
mxsm opened a new issue, #9054: URL: https://github.com/apache/rocketmq/issues/9054 ### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary ![image](https://github.com

[PR] [ISSUE #9054]Optimize log print when client consume message in pop mode [rocketmq]

2024-12-14 Thread via GitHub
mxsm opened a new pull request, #9055: URL: https://github.com/apache/rocketmq/pull/9055 ### Which Issue(s) This PR Fixes Fixes #9054 ### Brief Description ### How Did You Test This Change? -- This is an automated message from the Ap

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user mxsm (triggered by mxsm). Head commit for run: b57bbd794e6c2f3153f640de16caa3f41e505d11 / mxsm [ISSUE #9054]Optimize log print when client consume message in pop mode Report URL: https

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user mxsm (triggered by github-actions[bot]). Head commit for run: b57bbd794e6c2f3153f640de16caa3f41e505d11 / mxsm [ISSUE #9054]Optimize log print when client consume message in pop mode Re

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user mxsm (triggered by github-actions[bot]). Head commit for run: b57bbd794e6c2f3153f640de16caa3f41e505d11 / mxsm [ISSUE #9054]Optimize log print when client consume message in pop mode Re

Re: [PR] [ISSUE #9054]Optimize log print when client consume message in pop mode [rocketmq]

2024-12-14 Thread via GitHub
codecov-commenter commented on PR #9055: URL: https://github.com/apache/rocketmq/pull/9055#issuecomment-2543157863 ## [Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/9055?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comment

[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" is working again!

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user mxsm (triggered by mxsm). Head commit for run: b57bbd794e6c2f3153f640de16caa3f41e505d11 / mxsm [ISSUE #9054]Optimize log print when client consume message in pop mode Report URL: ht

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

2024-12-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user mxsm (triggered by mxsm). Head commit for run: b5cf3ca90aba1765519ccd3244dc31e3852051ea / Vincent Lee [ISSUE #9028] Adjust some error code for SYSTEM_ERROR (#9027) * feat: change some SYST

Re: [PR] [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based on RocksDB [rocketmq]

2024-12-14 Thread via GitHub
lizhimins commented on code in PR #9048: URL: https://github.com/apache/rocketmq/pull/9048#discussion_r1884966726 ## broker/src/main/java/org/apache/rocketmq/broker/processor/AckMessageProcessor.java: ## @@ -296,6 +308,76 @@ private void appendAck(final AckMessageRequestHeader

Re: [PR] [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based on RocksDB [rocketmq]

2024-12-14 Thread via GitHub
lizhimins commented on code in PR #9048: URL: https://github.com/apache/rocketmq/pull/9048#discussion_r1884967215 ## broker/src/main/java/org/apache/rocketmq/broker/pop/PopConsumerService.java: ## @@ -0,0 +1,699 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under o

Re: [PR] [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based on RocksDB [rocketmq]

2024-12-14 Thread via GitHub
lizhimins commented on code in PR #9048: URL: https://github.com/apache/rocketmq/pull/9048#discussion_r1884966594 ## broker/src/main/java/org/apache/rocketmq/broker/processor/AckMessageProcessor.java: ## @@ -296,6 +308,76 @@ private void appendAck(final AckMessageRequestHeader

[GH] (rocketmq): Workflow run "PR-CI" is working again!

2024-12-14 Thread GitBox
The GitHub Actions job "PR-CI" on rocketmq.git has succeeded. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 4f3e30a18974312c9dfc84c5be4101acc75ca958 / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based on RocksDB Report UR

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 4f3e30a18974312c9dfc84c5be4101acc75ca958 / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based

[GH] (rocketmq): Workflow run "Run Integration Tests" failed!

2024-12-14 Thread GitBox
The GitHub Actions job "Run Integration Tests" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 4f3e30a18974312c9dfc84c5be4101acc75ca958 / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based on Rocks

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: 4f3e30a18974312c9dfc84c5be4101acc75ca958 / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvem

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: 4f3e30a18974312c9dfc84c5be4101acc75ca958 / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvem

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: 4f3e30a18974312c9dfc84c5be4101acc75ca958 / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvem

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

2024-12-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has succeeded. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: b5cf3ca90aba1765519ccd3244dc31e3852051ea / Vincent Lee [ISSUE #9028] Adjust some error code for SYSTEM_ERROR (#9027) * feat: ch

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: b8c454e02b2c334fdd2ef1db46d3729d5fc6a6ba / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvem

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: b8c454e02b2c334fdd2ef1db46d3729d5fc6a6ba / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: b8c454e02b2c334fdd2ef1db46d3729d5fc6a6ba / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvem

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

2024-12-14 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 4f3e30a18974312c9dfc84c5be4101acc75ca958 / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based on RocksDB Report UR

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: b8c454e02b2c334fdd2ef1db46d3729d5fc6a6ba / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based

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

2024-12-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: b5cf3ca90aba1765519ccd3244dc31e3852051ea / Vincent Lee [ISSUE #9028] Adjust some error code for SYSTEM_ERROR (#9027) * feat: change

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: b8c454e02b2c334fdd2ef1db46d3729d5fc6a6ba / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 4f3e30a18974312c9dfc84c5be4101acc75ca958 / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based

[GH] (rocketmq): Workflow run "Run Integration Tests" is working again!

2024-12-14 Thread GitBox
The GitHub Actions job "Run Integration Tests" on rocketmq.git has succeeded. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: b8c454e02b2c334fdd2ef1db46d3729d5fc6a6ba / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based on Ro

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

2024-12-14 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has succeeded. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: b8c454e02b2c334fdd2ef1db46d3729d5fc6a6ba / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based on RocksDB Report

Re: [PR] [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based on RocksDB [rocketmq]

2024-12-14 Thread via GitHub
codecov-commenter commented on PR #9048: URL: https://github.com/apache/rocketmq/pull/9048#issuecomment-2543013464 ## [Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/9048?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comment

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: 4f3e30a18974312c9dfc84c5be4101acc75ca958 / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvem

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: b8c454e02b2c334fdd2ef1db46d3729d5fc6a6ba / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvement Based

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: b8c454e02b2c334fdd2ef1db46d3729d5fc6a6ba / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Pop Consumption Improvem

(rocketmq) branch develop updated: [ISSUE #9054] Optimize log print when client consume message in pop mode (#9055)

2024-12-14 Thread jinrongtong
This is an automated email from the ASF dual-hosted git repository. jinrongtong 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 93e268909c [ISSUE #9054] Optimize log p

Re: [PR] [ISSUE #9054]Optimize log print when client consume message in pop mode [rocketmq]

2024-12-14 Thread via GitHub
RongtongJin merged PR #9055: URL: https://github.com/apache/rocketmq/pull/9055 -- 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...@rocke

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 93e268909cb92dd6d4033a4a36e1daab40025a75 / mxsm [ISSUE #9054] Optimize log print when client consume message in pop mode (#9

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by github-actions[bot]). Head commit for run: 93e268909cb92dd6d4033a4a36e1daab40025a75 / mxsm [ISSUE #9054] Optimize log print when client consume message in pop

Re: [I] [Enhancement] Optimize log print when client consume message in pop mode [rocketmq]

2024-12-14 Thread via GitHub
RongtongJin closed issue #9054: [Enhancement] Optimize log print when client consume message in pop mode URL: https://github.com/apache/rocketmq/issues/9054 -- 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

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by github-actions[bot]). Head commit for run: 93e268909cb92dd6d4033a4a36e1daab40025a75 / mxsm [ISSUE #9054] Optimize log print when client consume message in pop

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

2024-12-14 Thread GitBox
The GitHub Actions job "PUSH-CI" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 93e268909cb92dd6d4033a4a36e1daab40025a75 / mxsm [ISSUE #9054] Optimize log print when client consume message in pop mode (#9055) Report URL: http

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

2024-12-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 93e268909cb92dd6d4033a4a36e1daab40025a75 / mxsm [ISSUE #9054] Optimize log print when client consume message in pop mode (#9