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

2024-11-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user 3424672656 (triggered by 3424672656). Head commit for run: 66ba4566f5ebaeac47c73eaaf4a86567e3760063 / qianye close channel when receive go away twice (#8862) close channel when receive go

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user 3424672656 (triggered by github-actions[bot]). Head commit for run: 383285f4ba275aa86d4e964b6ba46581121f6bbb / wanghuaiyuan The client implements the rebalancing logic in pop consumpti

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

2024-11-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user 3424672656 (triggered by 3424672656). Head commit for run: 66ba4566f5ebaeac47c73eaaf4a86567e3760063 / qianye close channel when receive go away twice (#8862) close channel when receive go

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user 3424672656 (triggered by github-actions[bot]). Head commit for run: e067d7cc10a01f3d2400ecbf8b63f97c0bb3410a / hqbfz <125714719+3424672...@users.noreply.github.com> Merge branch 'apache

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user 3424672656 (triggered by github-actions[bot]). Head commit for run: e067d7cc10a01f3d2400ecbf8b63f97c0bb3410a / hqbfz <125714719+3424672...@users.noreply.github.com> Merge branch 'apache

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

2024-11-14 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user 3424672656 (triggered by 3424672656). Head commit for run: e067d7cc10a01f3d2400ecbf8b63f97c0bb3410a / hqbfz <125714719+3424672...@users.noreply.github.com> Merge branch 'apache:develop' into rebalance Repo

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

2024-11-14 Thread GitBox
The GitHub Actions job "Run Integration Tests" on rocketmq.git has failed. Run started by GitHub user 3424672656 (triggered by 3424672656). Head commit for run: e067d7cc10a01f3d2400ecbf8b63f97c0bb3410a / hqbfz <125714719+3424672...@users.noreply.github.com> Merge branch 'apache:develop' into re

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

2024-11-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user dingshuangxi888 (triggered by dingshuangxi888). Head commit for run: 66ba4566f5ebaeac47c73eaaf4a86567e3760063 / qianye close channel when receive go away twice (#8862) close channel when

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

2024-11-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user zk-drizzle (triggered by zk-drizzle). Head commit for run: 66ba4566f5ebaeac47c73eaaf4a86567e3760063 / qianye close channel when receive go away twice (#8862) close channel when receive go

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

2024-11-14 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has succeeded. Run started by GitHub user qianye1001 (triggered by qianye1001). Head commit for run: 15bdb2741e4f508b99678088584f4345caf61269 / qianye add log Report URL: https://github.com/apache/rocketmq/actions/runs/11832899725 With regard

[PR] [ISSUE #8912] Rebalancing logic shift in POP consumption mode [rocketmq]

2024-11-14 Thread via GitHub
3424672656 opened a new pull request, #8923: URL: https://github.com/apache/rocketmq/pull/8923 ### Which Issue(s) This PR Fixes Fixes #8912 ### Brief Description https://shimo.im/docs/Ee32mZB85xcK87A2 ### How Did You Test This Change?

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

2024-11-14 Thread GitBox
The GitHub Actions job "Run Integration Tests" on rocketmq.git has failed. Run started by GitHub user 3424672656 (triggered by 3424672656). Head commit for run: f214dcf70f90555b9516936711a7e2e1d508f0e8 / wanghuaiyuan fix test Report URL: https://github.com/apache/rocketmq/actions/runs/1183519

Re: [I] [Discuss] Keep the method signature of getMaxOffsetInQueue() compatible across version 5.3.x [rocketmq]

2024-11-14 Thread via GitHub
lizhanhui commented on issue #8924: URL: https://github.com/apache/rocketmq/issues/8924#issuecomment-2476002598 1. It's reasonable to have this method raise Exception if it cannot accomplish its job and does not have enough knowledge to handle the failure properly; 2. MessageStore cannot

Re: [PR] fix: multiple patches during long running tests for LMQ over RocksDB [rocketmq]

2024-11-14 Thread via GitHub
lizhanhui commented on code in PR #8915: URL: https://github.com/apache/rocketmq/pull/8915#discussion_r1842003505 ## store/src/main/java/org/apache/rocketmq/store/rocksdb/RocksDBOptionsFactory.java: ## @@ -144,10 +146,8 @@ public static DBOptions createDBOptions() {

Re: [PR] [ISSUE #8912] Rebalancing logic shift in POP consumption mode [rocketmq]

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

Re: [PR] fix: multiple patches during long running tests for LMQ over RocksDB [rocketmq]

2024-11-14 Thread via GitHub
lizhanhui commented on code in PR #8915: URL: https://github.com/apache/rocketmq/pull/8915#discussion_r1842038737 ## store/src/main/java/org/apache/rocketmq/store/queue/RocksDBConsumeQueueStore.java: ## @@ -500,6 +529,16 @@ public ConsumeQueueInterface findOrCreateConsumeQueue(

Re: [I] [Enhancement] Reduce disk IO for asynchronous writes [rocketmq]

2024-11-14 Thread via GitHub
RongtongJin closed issue #8921: [Enhancement] Reduce disk IO for asynchronous writes URL: https://github.com/apache/rocketmq/issues/8921 -- 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

(rocketmq) branch develop updated: [ISSUE #8921] Add isWakeCommitWhenPutMessage for AIO

2024-11-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 60e68dadd9 [ISSUE #8921] Add isWakeComm

Re: [PR] [ISSUE #8921] Add isWakeCommitWhenPutMessage for AIO [rocketmq]

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

Re: [PR] fix: multiple patches during long running tests for LMQ over RocksDB [rocketmq]

2024-11-14 Thread via GitHub
lizhanhui commented on code in PR #8915: URL: https://github.com/apache/rocketmq/pull/8915#discussion_r1842045934 ## common/src/main/java/org/apache/rocketmq/common/config/AbstractRocksDBStorage.java: ## @@ -121,14 +121,16 @@ protected void initWriteOptions() { this.wri

Re: [PR] fix: multiple patches during long running tests for LMQ over RocksDB [rocketmq]

2024-11-14 Thread via GitHub
lizhanhui commented on code in PR #8915: URL: https://github.com/apache/rocketmq/pull/8915#discussion_r1842020934 ## store/src/main/java/org/apache/rocketmq/store/queue/RocksGroupCommitService.java: ## @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

Re: [PR] fix: multiple patches during long running tests for LMQ over RocksDB [rocketmq]

2024-11-14 Thread via GitHub
lizhanhui commented on code in PR #8915: URL: https://github.com/apache/rocketmq/pull/8915#discussion_r1842040726 ## broker/src/main/java/org/apache/rocketmq/broker/config/v2/ConfigStorage.java: ## @@ -105,6 +141,15 @@ public byte[] get(ByteBuffer key) throws RocksDBException {

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

2024-11-14 Thread GitBox
The GitHub Actions job "Run Integration Tests" on rocketmq.git has succeeded. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: 87b97f271c96bdbb320b1e127cbeaaa4e83c4c2a / dingshuangxi888 [ISSUE #8917]Topic route return none permission message queues for gR

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has succeeded. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 60e68dadd9197730642ce55b1237e6f6f0401aa5 / Drizzle <464473...@qq.com> [ISSUE #8921] Add isWakeCommitWhenPutMessage for AIO

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

2024-11-14 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user lizhanhui (triggered by lizhanhui). Head commit for run: 87b97f271c96bdbb320b1e127cbeaaa4e83c4c2a / dingshuangxi888 [ISSUE #8917]Topic route return none permission message queues for gRPC

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user dingshuangxi888 (triggered by dingshuangxi888). Head commit for run: a752058add97f57b580ea556f7a3b5e2d1944985 / dingshuangxi888 fix update user not valid bug Report URL: https://githu

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

2024-11-14 Thread GitBox
The GitHub Actions job "PUSH-CI" on rocketmq.git has failed. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: 87b97f271c96bdbb320b1e127cbeaaa4e83c4c2a / dingshuangxi888 [ISSUE #8917]Topic route return none permission message queues for gRPC client (#891

[I] [Bug] Lmq msg queueOffset is set to 0 wrongly [rocketmq]

2024-11-14 Thread via GitHub
bxfjb opened a new issue, #8927: URL: https://github.com/apache/rocketmq/issues/8927 ### 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 have

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user dingshuangxi888 (triggered by github-actions[bot]). Head commit for run: a752058add97f57b580ea556f7a3b5e2d1944985 / dingshuangxi888 fix update user not valid bug Report URL: https://g

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

2024-11-14 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user lizhanhui (triggered by lizhanhui). Head commit for run: 461e8dee66597ec615446af2b5752869a4e35218 / Li Zhanhui fix: fix a bug in RocksGroupCommitService; remove RocksDBConsumeQueueStore#findConsumeQueueMap

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user lizhanhui (triggered by github-actions[bot]). Head commit for run: 461e8dee66597ec615446af2b5752869a4e35218 / Li Zhanhui fix: fix a bug in RocksGroupCommitService; remove RocksDBConsum

Re: [PR] [ISSUE #8925]Fix the bug of update user for ACL 2.0 [rocketmq]

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

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

2024-11-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: 60e68dadd9197730642ce55b1237e6f6f0401aa5 / Drizzle <464473...@qq.com> [ISSUE #8921] Add isWakeCommitWhenPutMessage for AIO Co-authored-by: drizzle

Re: [PR] [ISSUE #8912] Rebalancing logic shift in POP consumption mode [rocketmq]

2024-11-14 Thread via GitHub
3424672656 commented on PR #8923: URL: https://github.com/apache/rocketmq/pull/8923#issuecomment-2476227811 > Why not reduce the computational load on the server side by adding a cache to the broker, instead of adopting a client-side computation approach? Do you mean the results of th

Re: [PR] [ISSUE #8912] Rebalancing logic shift in POP consumption mode [rocketmq]

2024-11-14 Thread via GitHub
3424672656 commented on PR #8923: URL: https://github.com/apache/rocketmq/pull/8923#issuecomment-2476238565 > Why not reduce the computational load on the server side by adding a cache to the broker, instead of adopting a client-side computation approach? And the server cache should a

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

2024-11-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 RongtongJin). Head commit for run: 60e68dadd9197730642ce55b1237e6f6f0401aa5 / Drizzle <464473...@qq.com> [ISSUE #8921] Add isWakeCommitWhenPutMessage for AIO

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user dingshuangxi888 (triggered by dingshuangxi888). Head commit for run: a752058add97f57b580ea556f7a3b5e2d1944985 / dingshuangxi888 fix update user not valid bug Report URL: https://githu

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user 3424672656 (triggered by 3424672656). Head commit for run: 3935a2285e702c6fdf8eeda64270fcbcf3147188 / wanghuaiyuan fix test Report URL: https://github.com/apache/rocketmq/actions/r

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has succeeded. Run started by GitHub user dingshuangxi888 (triggered by github-actions[bot]). Head commit for run: a752058add97f57b580ea556f7a3b5e2d1944985 / dingshuangxi888 fix update user not valid bug Report URL: https:

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has succeeded. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: 87b97f271c96bdbb320b1e127cbeaaa4e83c4c2a / dingshuangxi888 [ISSUE #8917]Topic route return none permission message queue

(rocketmq) branch develop updated: [ISSUE #8917]Topic route return none permission message queues for gRPC client (#8919)

2024-11-14 Thread lollipop
This is an automated email from the ASF dual-hosted git repository. lollipop 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 87b97f271c [ISSUE #8917]Topic route return

Re: [PR] [ISSUE #8917]Topic route return none permission message queues for gRPC client [rocketmq]

2024-11-14 Thread via GitHub
lollipopjin merged PR #8919: URL: https://github.com/apache/rocketmq/pull/8919 -- 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

Re: [I] [Feature] Topic route return none permission message queues for gRPC client [rocketmq]

2024-11-14 Thread via GitHub
lollipopjin closed issue #8917: [Feature] Topic route return none permission message queues for gRPC client URL: https://github.com/apache/rocketmq/issues/8917 -- 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

[I] [Bug] Bug title [rocketmq]

2024-11-14 Thread via GitHub
caton-wang opened a new issue, #8925: URL: https://github.com/apache/rocketmq/issues/8925 ### 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

Re: [PR] fix: multiple patches during long running tests for LMQ over RocksDB [rocketmq]

2024-11-14 Thread via GitHub
lizhanhui commented on code in PR #8915: URL: https://github.com/apache/rocketmq/pull/8915#discussion_r1842041548 ## store/src/main/java/org/apache/rocketmq/store/queue/RocksGroupCommitService.java: ## @@ -0,0 +1,97 @@ +/* + * Licensed to the Apache Software Foundation (ASF) und

Re: [I] [Bug] RocketMQ 5.3.x return success while update user password or status but nothing got changed. [rocketmq]

2024-11-14 Thread via GitHub
caton-wang commented on issue #8925: URL: https://github.com/apache/rocketmq/issues/8925#issuecomment-2476148927 修改几次可以从rocksdb事务日志中看到几次修改记录,但是日志里面的内容记录并没有进行任何修改。 ![b9ebfe7480d2e5648fb2a448572b991](https://github.com/user-attachments/assets/bb6cd9b6-9701-43e5-bfcb-fa5b28ccfbf7)

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhanhui (triggered by github-actions[bot]). Head commit for run: 461e8dee66597ec615446af2b5752869a4e35218 / Li Zhanhui fix: fix a bug in RocksGroupCommitService; remove RocksDBConsum

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user dingshuangxi888 (triggered by github-actions[bot]). Head commit for run: a752058add97f57b580ea556f7a3b5e2d1944985 / dingshuangxi888 fix update user not valid bug Report URL: https:

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

2024-11-14 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user lizhanhui (triggered by github-actions[bot]). Head commit for run: 461e8dee66597ec615446af2b5752869a4e35218 / Li Zhanhui fix: fix a bug in RocksGroupCommitService; remove RocksDBConsum

<    1   2