[PR] [ISSUE #876] Add transaction message retry attempt for C# client Producer [rocketmq-clients]

2024-12-03 Thread via GitHub
tsunghanjacktsai opened a new pull request, #877: URL: https://github.com/apache/rocketmq-clients/pull/877 ### Which Issue(s) This PR Fixes [[Enhancement] Add transaction message retry attempt for C# client Producer](https://github.com/apache/rocketmq-clients/issues/876)

[I] [Enhancement] Add transaction message retry attempt for C# client Producer [rocketmq-clients]

2024-12-03 Thread via GitHub
tsunghanjacktsai opened a new issue, #876: URL: https://github.com/apache/rocketmq-clients/issues/876 ### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Programming Language of t

[I] void org.apache.rocketmq.client.consumer.DefaultMQPushConsumer.setNamespaceV2(java.lang.String) [rocketmq-spring]

2024-12-03 Thread via GitHub
vual opened a new issue, #694: URL: https://github.com/apache/rocketmq-spring/issues/694 An attempt was made to call a method that does not exist. The attempt was made from the following location: org.apache.rocketmq.spring.support.DefaultRocketMQListenerContainer.initRocketMQPus

Re: [PR] [ISSUE #8854]refactor(proxy): refactor proxy server with spi [rocketmq]

2024-12-03 Thread via GitHub
qianye1001 commented on PR #8855: URL: https://github.com/apache/rocketmq/pull/8855#issuecomment-2513987722 How to ensure the start and shutdown order of MixedProxyServer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[I] 当 `onMessage` 要转换的消息类型为 `byte[]` 时,报错:ClassCastException: java.lang.String cannot be cast to [B [rocketmq-spring]

2024-12-03 Thread via GitHub
BrightX opened a new issue, #695: URL: https://github.com/apache/rocketmq-spring/issues/695 https://github.com/apache/rocketmq-spring/blob/b3963f76589a5348370ea990c15e3878806e2710/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/support/DefaultRocketMQListenerContainer.java#L543

(rocketmq) branch develop updated: [ISSUE #7480] Fix the offset in the timerCheckPoint will not be corrected when the commitlog and consumeQueue are truncated (#7488)

2024-12-03 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 f4c498433d [ISSUE #7480] Fix the offset

Re: [PR] [ISSUE #7480] Fix the offset in the timerCheckPoint will not be corrected when the commitlog and consumeQueue are truncated [rocketmq]

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

[PR] [ISSUE #477] fix: metrics pull rt was reported as consume rt [rocketmq-client-cpp]

2024-12-03 Thread via GitHub
humkum opened a new pull request, #478: URL: https://github.com/apache/rocketmq-client-cpp/pull/478 fix #477 -- 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

[I] [BUG] PushConsumer abnormally marked pullRT as consumeRT. [rocketmq-client-cpp]

2024-12-03 Thread via GitHub
humkum opened a new issue, #477: URL: https://github.com/apache/rocketmq-client-cpp/issues/477 **BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? I start a consumer, when there's no consumption accumulation, the consume r

[I] [Bug] PushConsumer may cause consumption duplication in some scenarios due to concurrency issues. [rocketmq-client-cpp]

2024-12-03 Thread via GitHub
humkum opened a new issue, #479: URL: https://github.com/apache/rocketmq-client-cpp/issues/479 **BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? 1. Start a consumer client c1. 2. Start another consumer client c2 and immed

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

2024-12-03 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user leizhiyuan (triggered by RongtongJin). Head commit for run: 0e0abb7acc1ef3f3fa2ccb1acb76d883d52f21bb / leizhiyuan fix: when bytebuffer is not enough,we should wait for next instead of t

[I] [Bug] Reset consume offset then the consumer cannot continue consume immediately [rocketmq-client-cpp]

2024-12-03 Thread via GitHub
humkum opened a new issue, #481: URL: https://github.com/apache/rocketmq-client-cpp/issues/481 **BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? Reset the consumer's consume offset - What did you expect to see? The con

[PR] [ISSUE #481]Fixed the issue that reset location cannot be consumed immediately [rocketmq-client-cpp]

2024-12-03 Thread via GitHub
humkum opened a new pull request, #482: URL: https://github.com/apache/rocketmq-client-cpp/pull/482 ## What is the purpose of the change X ## Brief changelog XX ## Verifying this change Follow this checklist to help us incorporate your contri

[PR] [ISSUE #483]feat: add get message store/born host c interface [rocketmq-client-cpp]

2024-12-03 Thread via GitHub
humkum opened a new pull request, #484: URL: https://github.com/apache/rocketmq-client-cpp/pull/484 close #483 -- 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 unsub

[I] [Feature] Make check expired message interval configurable to reduce the consuming thread block time [rocketmq]

2024-12-03 Thread via GitHub
humkum opened a new issue, #9019: URL: https://github.com/apache/rocketmq/issues/9019 ### Is Your Feature Request Related to a Problem? The consumer would be block more than consume timeout time, because that the clean expired messages schedule task's interval was set as consumeTimeou

[PR] [ISSUE #9019]feat: make check expired message interval configurable to reduce the consuming thread block time [rocketmq]

2024-12-03 Thread via GitHub
humkum opened a new pull request, #9020: URL: https://github.com/apache/rocketmq/pull/9020 close #9019 -- 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,

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

2024-12-03 Thread GitBox
The GitHub Actions job "PR-CI" on rocketmq.git has succeeded. Run started by GitHub user humkum (triggered by humkum). Head commit for run: ae71ddde619dd9c4011fd130927d7a5f75286d91 / Hankunming <1109939...@qq.com> feat: make check expired message interval configurable to reduce the consuming th

[GH] (rocketmq): Workflow run "Snapshot Daily Release Automation" is working again!

2024-12-03 Thread GitBox
The GitHub Actions job "Snapshot Daily Release Automation" on rocketmq.git has succeeded. Run started by GitHub user lizhanhui (triggered by lizhanhui). Head commit for run: e104c02d50758dacff00429d5e00458523c866f3 / yx9o [ISSUE #9014] Fix clusterAclConfigVersion command execution failed (#901

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

2024-12-03 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user humkum (triggered by humkum). Head commit for run: ae71ddde619dd9c4011fd130927d7a5f75286d91 / Hankunming <1109939...@qq.com> feat: make check expired message interval configurable to

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

2024-12-03 Thread GitBox
The GitHub Actions job "CodeQL Analysis" on rocketmq.git has succeeded. Run started by GitHub user humkum (triggered by humkum). Head commit for run: ae71ddde619dd9c4011fd130927d7a5f75286d91 / Hankunming <1109939...@qq.com> feat: make check expired message interval configurable to reduce the con

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

2024-12-03 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user humkum (triggered by humkum). Head commit for run: e104c02d50758dacff00429d5e00458523c866f3 / yx9o [ISSUE #9014] Fix clusterAclConfigVersion command execution failed (#9017) Report URL: ht

Re: [PR] [ISSUE #9019] feat: make check expired message interval configurable to reduce the consuming thread block time [rocketmq]

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

[PR] [ISSUE #479]fix: duplicate pulls due to concurrency issues in rebalance. [rocketmq-client-cpp]

2024-12-03 Thread via GitHub
humkum opened a new pull request, #480: URL: https://github.com/apache/rocketmq-client-cpp/pull/480 fix #479 ### 根因分析 根因:AsyncPullCallback 构建存在并发问题,导致多个 pull 线程消费同一个队列。 - 每个 queue 对应一个 PullRequest,Rebalance 负责添加和删除队列,并对每个队列对应的 PullRequest 进行初始化,或配置状态为 Drop。 - 消息拉取依赖 PullRequ

[I] [Feature] Add c interfaces to get message's store host. [rocketmq-client-cpp]

2024-12-03 Thread via GitHub
humkum opened a new issue, #483: URL: https://github.com/apache/rocketmq-client-cpp/issues/483 Add c interfaces to get message's store host. -- 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 sp

[I] [Feature] Show more exception detail when send messages failed. [rocketmq-client-cpp]

2024-12-03 Thread via GitHub
humkum opened a new issue, #485: URL: https://github.com/apache/rocketmq-client-cpp/issues/485 The producer would throw the same exception message: "No route info of this topic, " when send messages occur an exception, we should show more detail to find the root cause why send failed. --

[PR] [ISSUE #485]fix: send failed show exception details [rocketmq-client-cpp]

2024-12-03 Thread via GitHub
humkum opened a new pull request, #486: URL: https://github.com/apache/rocketmq-client-cpp/pull/486 close #485 -- 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 unsubscri

Re: [PR] [ISSUE #477] fix: metrics pull rt was reported as consume rt [rocketmq-client-cpp]

2024-12-03 Thread via GitHub
humkum commented on PR #478: URL: https://github.com/apache/rocketmq-client-cpp/pull/478#issuecomment-2516086937 @ShannonDing Please help to review this pr. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

Re: [I] [Bug] Consumer still consume new message but the offset of two queues always keep the old value [rocketmq]

2024-12-03 Thread via GitHub
github-actions[bot] commented on issue #7613: URL: https://github.com/apache/rocketmq/issues/7613#issuecomment-2515846709 This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. -- This is an automated message

Re: [I] [Bug] Bug title [rocketmq]

2024-12-03 Thread via GitHub
github-actions[bot] commented on issue #7610: URL: https://github.com/apache/rocketmq/issues/7610#issuecomment-2515846736 This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. -- This is an automated message