Re: [I] Please support canal [rocketmq]

2024-11-07 Thread via GitHub
github-actions[bot] closed issue #7537: Please support canal URL: https://github.com/apache/rocketmq/issues/7537 -- 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: [I] Please support canal [rocketmq]

2024-11-07 Thread via GitHub
github-actions[bot] commented on issue #7537: URL: https://github.com/apache/rocketmq/issues/7537#issuecomment-2463465014 This issue 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 t

Re: [I] 一个应用只允许一个gid,但是有好几个消费类(不同业务不同的topic),导致订阅关系不一致 [rocketmq-spring]

2024-11-07 Thread via GitHub
lucky8987 commented on issue #653: URL: https://github.com/apache/rocketmq-spring/issues/653#issuecomment-2461781256 > 可以将你的代码示例贴出来吗,这样别人碰到相同的问题看到你的issue也就可以解决了; 另外,group确实不应当和应用一对一绑定,可以是一个多对一的关系,从最佳实践来看,变更订阅关系的时候也是建议新建group来启用新的订阅关系 > > Can you post your code example? This way, othe

Re: [I] [Bug] 消息消费成功了,也会重复投递,直到重复投递16次进入死信队列 [rocketmq]

2024-11-07 Thread via GitHub
bruce256 commented on issue #8900: URL: https://github.com/apache/rocketmq/issues/8900#issuecomment-2462434720 > If this only occurs when the consumption takes more than 1 minute, it may be related to #7837. 1 minute is too short ! -- This is an automated message from the Apache Gi

Re: [PR] [ISSUE #8882]Change the compare method for acl signature to improve the security. [rocketmq]

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

(rocketmq) branch develop updated: [ISSUE #8882] Change the compare method for acl signature to improve the security. (#8883)

2024-11-07 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 851473443e [ISSUE #8882] Change the com

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

2024-11-07 Thread GitBox
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: 851473443e88343c651ac203877330c6cbee3f42 / dingshuangxi888 [ISSUE #8882] Change the compare method for acl signature to improve the security

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

2024-11-07 Thread GitBox
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: 80a6676edc07a3390fbe99a46b96a607dea1fbf5 / yx9o [ISSUE #8901] Add more test coverage for RpcClientImpl Report URL: http

[GH] (rocketmq-clients): Workflow run "Build" failed!

2024-11-07 Thread GitBox
The GitHub Actions job "Build" on rocketmq-clients.git has failed. Run started by GitHub user zaaksam (triggered by RongtongJin). Head commit for run: 1d9c3abb4014569cb90965b27815f638a4f313fd / Zaaksam golang: Add ClientFunc option for simple consumer Report URL: https://github.com/apache/rock

Re: [I] [Bug] 消息消费成功了,也会重复投递,直到重复投递16次进入死信队列 [rocketmq]

2024-11-07 Thread via GitHub
redlsz commented on issue #8900: URL: https://github.com/apache/rocketmq/issues/8900#issuecomment-2462087531 If this only occurs when the consumption takes more than 1 minute, it may be related to #7837. -- This is an automated message from the Apache Git Service. To respond to the messag

[PR] [ISSUE #8901] Add more test coverage for RpcClientImpl [rocketmq]

2024-11-07 Thread via GitHub
yx9o opened a new pull request, #8902: URL: https://github.com/apache/rocketmq/pull/8902 Fixes #8901 . -- 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

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

2024-11-07 Thread GitBox
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: 80a6676edc07a3390fbe99a46b96a607dea1fbf5 / yx9o [ISSUE #8901] Add more test coverage for RpcClientImpl Report URL: https://github.com/apa

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

2024-11-07 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: 851473443e88343c651ac203877330c6cbee3f42 / dingshuangxi888 [ISSUE #8882] Change the compare method for acl signature to improve the security. (#

Re: [PR] [ISSUE #8901] Add more test coverage for RpcClientImpl [rocketmq]

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

[I] [Enhancement] Add more test coverage for RpcClientImpl [rocketmq]

2024-11-07 Thread via GitHub
yx9o opened a new issue, #8901: URL: https://github.com/apache/rocketmq/issues/8901 ### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Add more tests. ### M

[I] [Bug] 消息消费成功了,也会重复投递,直到重复投递16次进入死信队列 [rocketmq]

2024-11-07 Thread via GitHub
bruce256 opened a new issue, #8900: URL: https://github.com/apache/rocketmq/issues/8900 ### 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 h

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

2024-11-07 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: dbd2791eca741de29bc8962c66a7744f0c3311a5 / mawen12 <118196301...@gmail.com> [ISSUE #8889] handle namespace outside the loop (

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

2024-11-07 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: dbd2791eca741de29bc8962c66a7744f0c3311a5 / mawen12 <118196301...@gmail.com> [ISSUE #8889] handle namespace outside

[I] [Bug] DLedgerCleanSpaceService - the mappedFile re delete failed [rocketmq]

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

(rocketmq) branch develop updated: [ISSUE #8889] handle namespace outside the loop (#8890)

2024-11-07 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 dbd2791eca [ISSUE #8889] handle namespa

Re: [I] [Enhancement] Handle namespace outside the loop [rocketmq]

2024-11-07 Thread via GitHub
RongtongJin closed issue #8889: [Enhancement] Handle namespace outside the loop URL: https://github.com/apache/rocketmq/issues/8889 -- 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 commen

Re: [PR] [ISSUE #8889] handle namespace outside the loop [rocketmq]

2024-11-07 Thread via GitHub
RongtongJin merged PR #8890: URL: https://github.com/apache/rocketmq/pull/8890 -- 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 "PUSH-CI" failed!

2024-11-07 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: dbd2791eca741de29bc8962c66a7744f0c3311a5 / mawen12 <118196301...@gmail.com> [ISSUE #8889] handle namespace outside the loop (#8890) * handle names

Re: [I] [Bug] commitlogs in diffrent dir are the same name when set multiple dir(storePathCommitLog) [rocketmq]

2024-11-07 Thread via GitHub
hexueyuan commented on issue #8859: URL: https://github.com/apache/rocketmq/issues/8859#issuecomment-2463797363 I did some testing locally and it turns out that this issue can cause written messages to not be consumed. In my case, i create duplicate commit log file 102