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
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
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
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
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
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
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
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
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
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
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?
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
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
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() {
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
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(
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
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
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
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
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
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 {
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
caton-wang commented on issue #8925:
URL: https://github.com/apache/rocketmq/issues/8925#issuecomment-2476148927
修改几次可以从rocksdb事务日志中看到几次修改记录,但是日志里面的内容记录并没有进行任何修改。

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
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:
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
101 - 149 of 149 matches
Mail list logo