Re: [I] 初始化Producer时需要设置通信配置以及预绑定的Topic报错 [rocketmq]
lanendiencgr2002 commented on issue #9031: URL: https://github.com/apache/rocketmq/issues/9031#issuecomment-2571416124 我也是这样,后来确定brokerIP1,topic没问题后,试了下初始化消费者创建TestConsumerGroup组手动发个消息没问题,然后再回来就没报错了 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] [ISSUE #7026] When there is no master, proxy method 'getBrokerAddr' should not return null, but the address of slave [rocketmq]
github-actions[bot] commented on PR #7027: URL: https://github.com/apache/rocketmq/pull/7027#issuecomment-2571447291 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 message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] [ISSUE #7026] When there is no master, proxy method 'getBrokerAddr' should not return null, but the address of slave [rocketmq]
github-actions[bot] closed pull request #7027: [ISSUE #7026] When there is no master, proxy method 'getBrokerAddr' should not return null, but the address of slave URL: https://github.com/apache/rocketmq/pull/7027 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Feature] Implement Recalling API in Java SDK [rocketmq-clients]
github-actions[bot] commented on issue #878: URL: https://github.com/apache/rocketmq-clients/issues/878#issuecomment-2571451516 This issue 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. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Fix Utilities.GetMacAddress may return wrong result [rocketmq-clients]
github-actions[bot] commented on PR #856: URL: https://github.com/apache/rocketmq-clients/pull/856#issuecomment-2571451523 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 message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Fix Utilities.GetMacAddress may return wrong result [rocketmq-clients]
github-actions[bot] closed pull request #856: Fix Utilities.GetMacAddress may return wrong result URL: https://github.com/apache/rocketmq-clients/pull/856 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user yx9o (triggered by yx9o). Head commit for run: 2e806c9094df1cc35830a5f3525961161c5593f0 / yx9o Update Report URL: https://github.com/apache/rocketmq/actions/runs/12608811743 With regards, GitHub Actions via GitBox
Re: [I] [Bug] rocketmq 2m2s集群环境下,客户端使用golang/v5.1.0-rc.1,只能及时消费其中一个broker的消息,另一个broker上的消息不能及时消费 ,有很大的延时 [rocketmq-clients]
heshiyingx commented on issue #841: URL: https://github.com/apache/rocketmq-clients/issues/841#issuecomment-2570808426 这个问题,什么时候修复啊? -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[I] [Bug] rocketmq 2m2s集群环境下,客户端使用golang/v5.1.0-rc.1,只能及时消费其中一个broker的消息,另一个broker上的消息不能及时消费 ,有很大的延时。同样的集群使用java client就没问题 [rocketmq-clients]
heshiyingx opened a new issue, #905: URL: https://github.com/apache/rocketmq-clients/issues/905 ### 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-clients/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq-clients/issues) and [GitHub Discussions](https://github.com/apache/rocketmq-clients/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Programming Language of the Client Go ### Runtime Platform Environment 运行环境:macOS14.7(intel),docker 使用镜像:apache/rocketmq:5.3.0 docker_compose整体文件包括配置如下: [docker-compose.zip](https://github.com/user-attachments/files/17177759/docker-compose.zip) ### RocketMQ Version of the Client/Server ### RocketMQ Version of the Client/Server 使用的是官方镜像,apache/rocketmq:5.3.0 ### Run or Compiler Version openjdk version "1.8.0_422" OpenJDK Runtime Environment (Temurin)(build 1.8.0_422-b05) OpenJDK 64-Bit Server VM (Temurin)(build 25.422-b05, mixed mode) ### Describe the Bug 在2m2s同步双写的集群环境下,向普通topic中发送1000条消息。使用go SDK启动多个同消费者的消费者。能立即消费的只有一部分消息,另一部分消息延迟很高,有几十秒到上百秒的延迟。 经测试Java SDK没有这个问题 ### Steps to Reproduce - 下载docker_compose文件[docker-compose.zip](https://github.com/user-attachments/files/17177759/docker-compose.zip) - 修改所有broker配置文件中brokerIP1为本机IP - 使用docker_compose启动集群 - 进入某个容器,使用sh mqadmin updateTopic -n -t -c -a +message.type=NORMAL命令创建topic。或者使用dashboard创建topic - 使用https://github.com/apache/rocketmq-clients/archive/refs/tags/golang/v5.1.0-rc.1.zip这个SDK生产消息(5.1.1-rc1也是一样),然后同样使用这个SDK中的示例代码,修改EndPoint和topic,使用simple_consumer中的消费者启动. - 然后就能观测到只能及时消费一部分消息(经排查,好像及时消费到的消息属于一个broker,未及时消费到的消息属于另外一个broker) ### What Did You Expect to See? 消费者能够及时消费集群中所有的消息 ### What Did You See Instead? 现在只能及时消费其中一个broker的消息 ### Additional Context _No response_ -- 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.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by github-actions[bot]). Head commit for run: f8d4f3d46ce5c36b666e2ccef22e950fcfc8a823 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610184720 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" is working again!
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: 5913859fc54b47a8a578dcaf1ec1182394c686db / RongtongJin Pass the UTs Report URL: https://github.com/apache/rocketmq/actions/runs/12610404886 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Coverage" is working again!
The GitHub Actions job "Coverage" on rocketmq.git has succeeded. Run started by GitHub user yx9o (triggered by yx9o). Head commit for run: bc942130f0f5fc74613cc831becfc31f7241d488 / yx9o Update Report URL: https://github.com/apache/rocketmq/actions/runs/12608755112 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "E2E test for pull request" failed!
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user yx9o (triggered by yx9o). Head commit for run: a3afb05cb32f6c63fe8af5aef7a86ad1a4d5797f / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Modify Pop Consumption rocksdb init config (#9100) Report URL: https://github.com/apache/rocketmq/actions/runs/12608827693 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Coverage" failed!
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user yx9o (triggered by yx9o). Head commit for run: 2e806c9094df1cc35830a5f3525961161c5593f0 / yx9o Update Report URL: https://github.com/apache/rocketmq/actions/runs/12608811744 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user yx9o (triggered by yx9o). Head commit for run: bc942130f0f5fc74613cc831becfc31f7241d488 / yx9o Update Report URL: https://github.com/apache/rocketmq/actions/runs/12608755099 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "E2E test for pull request" failed!
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: a3afb05cb32f6c63fe8af5aef7a86ad1a4d5797f / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Modify Pop Consumption rocksdb init config (#9100) Report URL: https://github.com/apache/rocketmq/actions/runs/12610420707 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "E2E test for pull request" failed!
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: a3afb05cb32f6c63fe8af5aef7a86ad1a4d5797f / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Modify Pop Consumption rocksdb init config (#9100) Report URL: https://github.com/apache/rocketmq/actions/runs/12610433552 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by github-actions[bot]). Head commit for run: 03cdcaac33652306215b893b3bff18bcf410459c / RongtongJin Fix the issue of duplicate consumption in LMQ Report URL: https://github.com/apache/rocketmq/actions/runs/12610030942 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Coverage" is working again!
The GitHub Actions job "Coverage" on rocketmq.git has succeeded. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 5913859fc54b47a8a578dcaf1ec1182394c686db / RongtongJin Pass the UTs Report URL: https://github.com/apache/rocketmq/actions/runs/12610404871 With regards, GitHub Actions via GitBox
Re: [PR] [ISSUE #9105] Fix the issue of duplicate consumption in LMQ [rocketmq]
codecov-commenter commented on PR #9101: URL: https://github.com/apache/rocketmq/pull/9101#issuecomment-2571280081 ## [Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/9101?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report Attention: Patch coverage is `26.7%` with `11 lines` in your changes missing coverage. Please review. > Project coverage is 47.94%. Comparing base [(`f32fe78`)](https://app.codecov.io/gh/apache/rocketmq/commit/f32fe78ca039fc2fec3341323dc61e8a9e486368?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) to head [(`46cff37`)](https://app.codecov.io/gh/apache/rocketmq/commit/46cff3751082be893dcf567306374a50af9526f3?dropdown=coverage&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). > Report is 1 commits behind head on develop. | [Files with missing lines](https://app.codecov.io/gh/apache/rocketmq/pull/9101?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Patch % | Lines | |---|---|---| | [...etmq/broker/longpolling/PopLongPollingService.java](https://app.codecov.io/gh/apache/rocketmq/pull/9101?src=pr&el=tree&filepath=broker%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Frocketmq%2Fbroker%2Flongpolling%2FPopLongPollingService.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-YnJva2VyL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9yb2NrZXRtcS9icm9rZXIvbG9uZ3BvbGxpbmcvUG9wTG9uZ1BvbGxpbmdTZXJ2aWNlLmphdmE=) | 25.00% | [6 Missing :warning: ](https://app.codecov.io/gh/apache/rocketmq/pull/9101?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | | [...cketmq/broker/processor/PopBufferMergeService.java](https://app.codecov.io/gh/apache/rocketmq/pull/9101?src=pr&el=tree&filepath=broker%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Frocketmq%2Fbroker%2Fprocessor%2FPopBufferMergeService.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-YnJva2VyL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9yb2NrZXRtcS9icm9rZXIvcHJvY2Vzc29yL1BvcEJ1ZmZlck1lcmdlU2VydmljZS5qYXZh) | 0.00% | [3 Missing :warning: ](https://app.codecov.io/gh/apache/rocketmq/pull/9101?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | | [...ocketmq/broker/processor/AdminBrokerProcessor.java](https://app.codecov.io/gh/apache/rocketmq/pull/9101?src=pr&el=tree&filepath=broker%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Frocketmq%2Fbroker%2Fprocessor%2FAdminBrokerProcessor.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#diff-YnJva2VyL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS9yb2NrZXRtcS9icm9rZXIvcHJvY2Vzc29yL0FkbWluQnJva2VyUHJvY2Vzc29yLmphdmE=) | 33.33% | [2 Missing :warning: ](https://app.codecov.io/gh/apache/rocketmq/pull/9101?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop#9101 +/- ## = - Coverage 48.13% 47.94% -0.20% + Complexity 1208312039 -44 = Files 1320 1320 Lines 9278292825 +43 Branches 1189711897 = - Hits 4466544503 -162 - Misses 4262542808 +183 - Partials5492 5514 +22 ``` [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/rocketmq/pull/9101?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache). -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by github-actions[bot]). Head commit for run: ba5d106143990dafca2d3ea6733c6484ad1ba566 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610097911 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
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: 5913859fc54b47a8a578dcaf1ec1182394c686db / RongtongJin Pass the UTs Report URL: https://github.com/apache/rocketmq/actions/runs/12610404886 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
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: 46cff3751082be893dcf567306374a50af9526f3 / RongtongJin Pass the check style Report URL: https://github.com/apache/rocketmq/actions/runs/12610418627 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by github-actions[bot]). Head commit for run: f8d4f3d46ce5c36b666e2ccef22e950fcfc8a823 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610184720 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
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: f8d4f3d46ce5c36b666e2ccef22e950fcfc8a823 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610184720 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by github-actions[bot]). Head commit for run: 03cdcaac33652306215b893b3bff18bcf410459c / RongtongJin Fix the issue of duplicate consumption in LMQ Report URL: https://github.com/apache/rocketmq/actions/runs/12610030942 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: 5913859fc54b47a8a578dcaf1ec1182394c686db / RongtongJin Pass the UTs Report URL: https://github.com/apache/rocketmq/actions/runs/12610404882 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: 5913859fc54b47a8a578dcaf1ec1182394c686db / RongtongJin Pass the UTs Report URL: https://github.com/apache/rocketmq/actions/runs/12610404882 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: 46cff3751082be893dcf567306374a50af9526f3 / RongtongJin Pass the check style Report URL: https://github.com/apache/rocketmq/actions/runs/12610418632 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by github-actions[bot]). Head commit for run: ba5d106143990dafca2d3ea6733c6484ad1ba566 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610097911 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: 5913859fc54b47a8a578dcaf1ec1182394c686db / RongtongJin Pass the UTs Report URL: https://github.com/apache/rocketmq/actions/runs/12610404882 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: 46cff3751082be893dcf567306374a50af9526f3 / RongtongJin Pass the check style Report URL: https://github.com/apache/rocketmq/actions/runs/12610418632 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: 46cff3751082be893dcf567306374a50af9526f3 / RongtongJin Pass the check style Report URL: https://github.com/apache/rocketmq/actions/runs/12610418632 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
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: ba5d106143990dafca2d3ea6733c6484ad1ba566 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610097911 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: ba5d106143990dafca2d3ea6733c6484ad1ba566 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610097898 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "E2E test for pull request" failed!
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: a3afb05cb32f6c63fe8af5aef7a86ad1a4d5797f / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Modify Pop Consumption rocksdb init config (#9100) Report URL: https://github.com/apache/rocketmq/actions/runs/12610107227 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: ba5d106143990dafca2d3ea6733c6484ad1ba566 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610097898 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Run Integration Tests" failed!
The GitHub Actions job "Run Integration Tests" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: ba5d106143990dafca2d3ea6733c6484ad1ba566 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610097903 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "PR-CI" failed!
The GitHub Actions job "PR-CI" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: ba5d106143990dafca2d3ea6733c6484ad1ba566 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610097899 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: ba5d106143990dafca2d3ea6733c6484ad1ba566 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610097898 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Coverage" failed!
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 03cdcaac33652306215b893b3bff18bcf410459c / RongtongJin Fix the issue of duplicate consumption in LMQ Report URL: https://github.com/apache/rocketmq/actions/runs/12610030944 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: f8d4f3d46ce5c36b666e2ccef22e950fcfc8a823 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610184722 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "PR-CI" is working again!
The GitHub Actions job "PR-CI" on rocketmq.git has succeeded. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: f8d4f3d46ce5c36b666e2ccef22e950fcfc8a823 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610184721 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
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: 03cdcaac33652306215b893b3bff18bcf410459c / RongtongJin Fix the issue of duplicate consumption in LMQ Report URL: https://github.com/apache/rocketmq/actions/runs/12610030942 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Coverage" failed!
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: ba5d106143990dafca2d3ea6733c6484ad1ba566 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610097907 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: f8d4f3d46ce5c36b666e2ccef22e950fcfc8a823 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610184722 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: f8d4f3d46ce5c36b666e2ccef22e950fcfc8a823 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610184722 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "E2E test for pull request" failed!
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: a3afb05cb32f6c63fe8af5aef7a86ad1a4d5797f / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Modify Pop Consumption rocksdb init config (#9100) Report URL: https://github.com/apache/rocketmq/actions/runs/12610196655 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Run Integration Tests" is working again!
The GitHub Actions job "Run Integration Tests" on rocketmq.git has succeeded. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: f8d4f3d46ce5c36b666e2ccef22e950fcfc8a823 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610184731 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Coverage" failed!
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: f8d4f3d46ce5c36b666e2ccef22e950fcfc8a823 / RongtongJin Pass the checkstyle Report URL: https://github.com/apache/rocketmq/actions/runs/12610184732 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" is working again!
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has succeeded. Run started by GitHub user yx9o (triggered by yx9o). Head commit for run: 2e806c9094df1cc35830a5f3525961161c5593f0 / yx9o Update Report URL: https://github.com/apache/rocketmq/actions/runs/12608811754 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "E2E test for pull request" failed!
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user yx9o (triggered by yx9o). Head commit for run: a3afb05cb32f6c63fe8af5aef7a86ad1a4d5797f / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Modify Pop Consumption rocksdb init config (#9100) Report URL: https://github.com/apache/rocketmq/actions/runs/12608764838 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" failed!
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by github-actions[bot]). Head commit for run: 46cff3751082be893dcf567306374a50af9526f3 / RongtongJin Pass the check style Report URL: https://github.com/apache/rocketmq/actions/runs/12610418627 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "E2E test for pull request" failed!
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: a3afb05cb32f6c63fe8af5aef7a86ad1a4d5797f / lizhimins <707364...@qq.com> [ISSUE #9025] [RIP-73] Modify Pop Consumption rocksdb init config (#9100) Report URL: https://github.com/apache/rocketmq/actions/runs/12610042051 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "PR-CI" failed!
The GitHub Actions job "PR-CI" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 03cdcaac33652306215b893b3bff18bcf410459c / RongtongJin Fix the issue of duplicate consumption in LMQ Report URL: https://github.com/apache/rocketmq/actions/runs/12610030948 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Run Integration Tests" failed!
The GitHub Actions job "Run Integration Tests" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 03cdcaac33652306215b893b3bff18bcf410459c / RongtongJin Fix the issue of duplicate consumption in LMQ Report URL: https://github.com/apache/rocketmq/actions/runs/12610030949 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: 03cdcaac33652306215b893b3bff18bcf410459c / RongtongJin Fix the issue of duplicate consumption in LMQ Report URL: https://github.com/apache/rocketmq/actions/runs/12610030951 With regards, GitHub Actions via GitBox
Re: [I] [Doc] Documentation Related 【简体中文】客户端配置 > DefaultMQPushConsumer配置 > MessageModel的有效值错误 [rocketmq]
RongtongJin closed issue #9070: [Doc] Documentation Related 【简体中文】客户端配置 > DefaultMQPushConsumer配置 > MessageModel的有效值错误 URL: https://github.com/apache/rocketmq/issues/9070 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Doc] Documentation Related 【简体中文】客户端配置 > DefaultMQPushConsumer配置 > MessageModel的有效值错误 [rocketmq]
RongtongJin commented on issue #9070: URL: https://github.com/apache/rocketmq/issues/9070#issuecomment-2571259702 你可以在这里提交pr https://github.com/apache/rocketmq-site -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: 03cdcaac33652306215b893b3bff18bcf410459c / RongtongJin Fix the issue of duplicate consumption in LMQ Report URL: https://github.com/apache/rocketmq/actions/runs/12610030951 With regards, GitHub Actions via GitBox
[GH] (rocketmq): Workflow run "Build and Run Tests by Bazel" failed!
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: 03cdcaac33652306215b893b3bff18bcf410459c / RongtongJin Fix the issue of duplicate consumption in LMQ Report URL: https://github.com/apache/rocketmq/actions/runs/12610030951 With regards, GitHub Actions via GitBox
[I] [Bug] Messages are duplicated when using LMQ for pop consumption [rocketmq]
RongtongJin opened a new issue, #9105: URL: https://github.com/apache/rocketmq/issues/9105 ### 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 searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment Any platform ### RocketMQ version rocketmq 5.3.1 ### JDK Version jdk 8 ### Describe the Bug Messages are duplicated when using LMQ for pop consumption ### Steps to Reproduce Use LMQ for pop consumption ### What Did You Expect to See? Messages are not duplicated ### What Did You See Instead? Messages are duplicated ### Additional Context No -- 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.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[GH] (rocketmq): Workflow run "Build and Run Tests by Maven" is working again!
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user yx9o (triggered by github-actions[bot]). Head commit for run: bc942130f0f5fc74613cc831becfc31f7241d488 / yx9o Update Report URL: https://github.com/apache/rocketmq/actions/runs/12608755099 With regards, GitHub Actions via GitBox