Re: [I] [Bug] proxy local mode send message failed [rocketmq]

2024-12-19 Thread via GitHub
VictoryAnn closed issue #8904: [Bug] proxy local mode send message failed URL: https://github.com/apache/rocketmq/issues/8904 -- 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

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user imzs (triggered by github-actions[bot]). Head commit for run: 0e0454c4a3c394b4f67725131c3cf5b4ce1640e3 / imzs [ISSUE #8974] add feature switch of recalling, disable by default. Report

Re: [I] [Bug] proxy local mode send message failed [rocketmq]

2024-12-19 Thread via GitHub
VictoryAnn commented on issue #8904: URL: https://github.com/apache/rocketmq/issues/8904#issuecomment-2553210157 ### 先说结论:local mode 当前节点的proxy只能发送到本地的broker中,cluster mode则proxy可以进行全局topic的路由。 (小声蛐蛐:local proxy的proxy概念有点误导常规对proxy的理解) 先用客户端尝试一下 指定proxy地址,选择当前分片上不存在的topic,看是否会转发到另外一

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

2024-12-19 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user imzs (triggered by imzs). Head commit for run: 16b6e53263477794125a49d9f31a994a510970b7 / Lei Zhiyuan [ISSUE #9002] when bytebuffer is not enough, do not throw exception (#9003) * fix: whe

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

2024-12-19 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 github-actions[bot]). Head commit for run: ae71ddde619dd9c4011fd130927d7a5f75286d91 / Hankunming <1109939...@qq.com> feat: make check expired message interval con

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. 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 red

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

2024-12-19 Thread via GitHub
3424672656 closed pull request #8923: [ISSUE #8912] Rebalancing logic shift in POP consumption mode URL: https://github.com/apache/rocketmq/pull/8923 -- 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

Re: [I] [Feature] A shift in the rebalancing logic [rocketmq]

2024-12-19 Thread via GitHub
3424672656 closed issue #8912: [Feature] A shift in the rebalancing logic URL: https://github.com/apache/rocketmq/issues/8912 -- 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

[PR] [ISSUE #8974] add feature switch of recalling, disable by default. [rocketmq]

2024-12-19 Thread via GitHub
imzs opened a new pull request, #9067: URL: https://github.com/apache/rocketmq/pull/9067 [ISSUE #8974] add feature switch of recalling, disable by default. -- 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

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user imzs (triggered by imzs). Head commit for run: 0e0454c4a3c394b4f67725131c3cf5b4ce1640e3 / imzs [ISSUE #8974] add feature switch of recalling, disable by default. Report URL: https://gi

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user imzs (triggered by github-actions[bot]). Head commit for run: 0e0454c4a3c394b4f67725131c3cf5b4ce1640e3 / imzs [ISSUE #8974] add feature switch of recalling, disable by default. Report

Re: [I] How does rocketmq return the message to the specified queue when the message is retried? [rocketmq]

2024-12-19 Thread via GitHub
humkum commented on issue #9066: URL: https://github.com/apache/rocketmq/issues/9066#issuecomment-2553300363 Retry messages are only sent to the retry queue of the broker where the message is located. You cannot specify a queue for sending. -- This is an automated message from the Apache

Re: [PR] [ISSUE #9059] Support reset offset for lite pull consumer [rocketmq]

2024-12-19 Thread via GitHub
humkum commented on PR #9060: URL: https://github.com/apache/rocketmq/pull/9060#issuecomment-2553305586 > CI needs to be passed How to pass the CI, these errors don't seem to be caused by my changes -- This is an automated message from the Apache Git Service. To respond to the messa

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

2024-12-19 Thread via GitHub
humkum commented on PR #480: URL: https://github.com/apache/rocketmq-client-cpp/pull/480#issuecomment-2553700427 @ShannonDing @ifplusor Could you 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

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user imzs (triggered by github-actions[bot]). Head commit for run: 0e0454c4a3c394b4f67725131c3cf5b4ce1640e3 / imzs [ISSUE #8974] add feature switch of recalling, disable by default. Repo

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

2024-12-19 Thread via GitHub
humkum commented on PR #482: URL: https://github.com/apache/rocketmq-client-cpp/pull/482#issuecomment-2553703591 @ShannonDing @ifplusor Could you 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 Git

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user humkum (triggered by humkum). Head commit for run: 650ab62d004edce24981f935af6fda40eefa14c7 / Hankunming <1109939...@qq.com> feat: support reset offset for lite pull consumer Report URL

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

2024-12-19 Thread via GitHub
humkum commented on PR #484: URL: https://github.com/apache/rocketmq-client-cpp/pull/484#issuecomment-2553705670 @ShannonDing @ifplusor Could you 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 Git

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user imzs (triggered by imzs). Head commit for run: 0e0454c4a3c394b4f67725131c3cf5b4ce1640e3 / imzs [ISSUE #8974] add feature switch of recalling, disable by default. Report URL: https://gi

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user humkum (triggered by github-actions[bot]). Head commit for run: 650ab62d004edce24981f935af6fda40eefa14c7 / Hankunming <1109939...@qq.com> feat: support reset offset for lite pull consume

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

2024-12-19 Thread via GitHub
humkum opened a new pull request, #9068: URL: https://github.com/apache/rocketmq/pull/9068 …consuming thread block time ### Which Issue(s) This PR Fixes Fixes #9019 -- This is an automated message from the Apache Git Service. To respond to the message, ple

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. 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 red

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

2024-12-19 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: 16b6e53263477794125a49d9f31a994a510970b7 / Lei Zhiyuan [ISSUE #9002] when bytebuffer is not enough, do not throw exception (#9003) * fix:

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

2024-12-19 Thread via GitHub
humkum commented on PR #486: URL: https://github.com/apache/rocketmq-client-cpp/pull/486#issuecomment-2553708514 @ShannonDing @ifplusor Could you please help to review this pr? Thanks a lot. -- This is an automated message from the Apache Git Service. To respond to the message, please log

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user humkum (triggered by github-actions[bot]). Head commit for run: 650ab62d004edce24981f935af6fda40eefa14c7 / Hankunming <1109939...@qq.com> feat: support reset offset for lite pull consume

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user humkum (triggered by github-actions[bot]). Head commit for run: ae71ddde619dd9c4011fd130927d7a5f75286d91 / Hankunming <1109939...@qq.com> feat: make check expired message interval config

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user humkum (triggered by github-actions[bot]). Head commit for run: ae71ddde619dd9c4011fd130927d7a5f75286d91 / Hankunming <1109939...@qq.com> feat: make check expired message interval config

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

2024-12-19 Thread via GitHub
humkum commented on issue #9019: URL: https://github.com/apache/rocketmq/issues/9019#issuecomment-2553760894 > 队列模型里这个是预期内的,cache 中的 min offset 没有提交,导致看起来延迟很高,运行中实际上不影响后续消息消费,如果叠加负载均衡的影响,会有大量的重复。 是的,这里是预期内的。这里其实是想改一下检测消息消费超时的定时任务的时间间隔,目前配置的间隔和消息超时时间是一致的。会导致比如我配置的超时时间是 1h,那么有可能存在第一次定时

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

2024-12-19 Thread via GitHub
humkum commented on issue #9019: URL: https://github.com/apache/rocketmq/issues/9019#issuecomment-2553765865 > > 队列模型里这个是预期内的,cache 中的 min offset 没有提交,导致看起来延迟很高,运行中实际上不影响后续消息消费,如果叠加负载均衡的影响,会有大量的重复。 > > 是的,这里是预期内的。这里其实是想改一下检测消息消费超时的定时任务的时间间隔,目前配置的间隔和消息超时时间是一致的。会导致比如我配置的超时时间是 1h,那么有可能存

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

2024-12-19 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: 16b6e53263477794125a49d9f31a994a510970b7 / Lei Zhiyuan [ISSUE #9002] when bytebuffer is not enough, do not throw exception (#9003) * fix:

Re: [PR] [Feature #7667] fix: give users feedback on the effective scope of updateBrokerConfig [rocketmq]

2024-12-19 Thread via GitHub
github-actions[bot] closed pull request #7668: [Feature #7667] fix: give users feedback on the effective scope of updateBrokerConfig URL: https://github.com/apache/rocketmq/pull/7668 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [PR] [Feature #7667] fix: give users feedback on the effective scope of updateBrokerConfig [rocketmq]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #7668: URL: https://github.com/apache/rocketmq/pull/7668#issuecomment-2555991833 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 messa

Re: [I] [Feature] Friendly changes: give users feedback on the effective scope of updateBrokerConfig [rocketmq]

2024-12-19 Thread via GitHub
github-actions[bot] closed issue #7667: [Feature] Friendly changes: give users feedback on the effective scope of updateBrokerConfig URL: https://github.com/apache/rocketmq/issues/7667 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] [Feature] Friendly changes: give users feedback on the effective scope of updateBrokerConfig [rocketmq]

2024-12-19 Thread via GitHub
github-actions[bot] commented on issue #7667: URL: https://github.com/apache/rocketmq/issues/7667#issuecomment-2555991862 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] [Bug] Invalid key/value in long polling is not removed from Map [rocketmq]

2024-12-19 Thread via GitHub
github-actions[bot] commented on issue #7481: URL: https://github.com/apache/rocketmq/issues/7481#issuecomment-2555991897 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] [Bug] Invalid key/value in long polling is not removed from Map [rocketmq]

2024-12-19 Thread via GitHub
github-actions[bot] closed issue #7481: [Bug] Invalid key/value in long polling is not removed from Map URL: https://github.com/apache/rocketmq/issues/7481 -- 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

[PR] chore(deps): bump logback.version from 1.2.9 to 1.5.14 in /java [rocketmq-clients]

2024-12-19 Thread via GitHub
dependabot[bot] opened a new pull request, #892: URL: https://github.com/apache/rocketmq-clients/pull/892 Bumps `logback.version` from 1.2.9 to 1.5.14. Updates `ch.qos.logback:logback-core` from 1.2.9 to 1.5.14 Commits https://github.com/qos-ch/logback/commit/3ddf27b2c76682f5

[GH] (rocketmq-clients): Workflow run "maven in /java_old for ch.qos.logback:logback-core - Update #935764770" is working again!

2024-12-19 Thread GitBox
The GitHub Actions job "maven in /java_old for ch.qos.logback:logback-core - Update #935764770" on rocketmq-clients.git has succeeded. Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]). Head commit for run: d2f95889b4852251ba5c526ef790ea8735b42100 / imzs [ISSUE #878] Th

(rocketmq-clients) branch dependabot/maven/java/logback.version-1.5.14 created (now e0b2836a)

2024-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/java/logback.version-1.5.14 in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git at e0b2836a chore(deps): bump logback.version from 1.2.9 to 1.5.14 i

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build" on rocketmq-clients.git has failed. Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]). Head commit for run: e0b2836abb78a071cded3c92087ee557c03cab8a / dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump log

Re: [I] [Bug] rust clients need maintenance [rocketmq-clients]

2024-12-19 Thread via GitHub
github-actions[bot] commented on issue #868: URL: https://github.com/apache/rocketmq-clients/issues/868#issuecomment-2556008532 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 me

[GH] (rocketmq): Workflow run "Snapshot Daily Release Automation" failed!

2024-12-19 Thread GitBox
The GitHub Actions job "Snapshot Daily Release Automation" on rocketmq.git has failed. Run started by GitHub user lizhanhui (triggered by lizhanhui). Head commit for run: 16b6e53263477794125a49d9f31a994a510970b7 / Lei Zhiyuan [ISSUE #9002] when bytebuffer is not enough, do not throw exception

[PR] fix tiered store ConstructIndexFile ConcurrentModificationException [rocketmq]

2024-12-19 Thread via GitHub
wangshaojie4039 opened a new pull request, #9071: URL: https://github.com/apache/rocketmq/pull/9071 ### Which Issue(s) This PR Fixes Fixes #9069 ### Brief Description ### How Did You Test This Change? -- This is an automated message

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user wangshaojie4039 (triggered by wangshaojie4039). Head commit for run: 6fd33fbdb6a7ab861f24d5ed5622e09843e83fc5 / wangshaojie4039 <15001782...@163.com> fix tiered store ConstructIndexFile

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user wangshaojie4039 (triggered by github-actions[bot]). Head commit for run: 6fd33fbdb6a7ab861f24d5ed5622e09843e83fc5 / wangshaojie4039 <15001782...@163.com> fix tiered store ConstructIndexF

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user wangshaojie4039 (triggered by github-actions[bot]). Head commit for run: 6fd33fbdb6a7ab861f24d5ed5622e09843e83fc5 / wangshaojie4039 <15001782...@163.com> fix tiered store ConstructIndexF

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

2024-12-19 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user wangshaojie4039 (triggered by wangshaojie4039). Head commit for run: 16b6e53263477794125a49d9f31a994a510970b7 / Lei Zhiyuan [ISSUE #9002] when bytebuffer is not enough, do not throw excepti

Re: [PR] [ISSUE #9059] Support reset offset for lite pull consumer [rocketmq]

2024-12-19 Thread via GitHub
humkum commented on PR #9060: URL: https://github.com/apache/rocketmq/pull/9060#issuecomment-2556429835 > CI needs to be passed done,please review again -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

Re: [I] How does rocketmq return the message to the specified queue when the message is retried? [rocketmq]

2024-12-19 Thread via GitHub
ZShUn commented on issue #9066: URL: https://github.com/apache/rocketmq/issues/9066#issuecomment-2556046192 I don't know why it is designed this way. If you need to implement traffic isolation, it will be difficult to control during the retry phase. -- This is an automated message from th

Re: [PR] [ISSUE #1183] fix bug:seek offset won't work due to wrong map key type [rocketmq-client-go]

2024-12-19 Thread via GitHub
ShannonDing merged PR #1184: URL: https://github.com/apache/rocketmq-client-go/pull/1184 -- 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-unsubsc

(rocketmq-client-go) branch master updated: fix bug:seek offset won't work due to wrong map key type (#1184)

2024-12-19 Thread dinglei
This is an automated email from the ASF dual-hosted git repository. dinglei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git The following commit(s) were added to refs/heads/master by this push: new bd8861c fix bug:seek offset won't

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

2024-12-19 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: 16b6e53263477794125a49d9f31a994a510970b7 / Lei Zhiyuan [ISSUE #9002] when bytebuffer is not enough, do not throw excepti

Re: [PR] [ISSUE 9072]Fix the permission check for retry topic to get topic route. [rocketmq]

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

[I] [Bug] tiered store ConstructIndexFile ConcurrentModificationException [rocketmq]

2024-12-19 Thread via GitHub
wangshaojie4039 opened a new issue, #9069: URL: https://github.com/apache/rocketmq/issues/9069 ### 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). -

Re: [I] [Bug] tiered store ConstructIndexFile ConcurrentModificationException [rocketmq]

2024-12-19 Thread via GitHub
humkum commented on issue #9069: URL: https://github.com/apache/rocketmq/issues/9069#issuecomment-2556147746 you can submit a pr to fix this bug -- 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 th

[I] [Doc] Documentation Related 【简体中文】客户端配置 > DefaultMQPushConsumer配置 > MessageModel的有效值错误 [rocketmq]

2024-12-19 Thread via GitHub
keeplowkey opened a new issue, #9070: URL: https://github.com/apache/rocketmq/issues/9070 ### Search before creation - [X] I had searched in the [issues](https://github.com/apache/rocketmq/issues) and found no similar issues. ### Documentation Related 【简体中文】客户端配置 > D

Re: [I] How does rocketmq return the message to the specified queue when the message is retried? [rocketmq]

2024-12-19 Thread via GitHub
ZShUn commented on issue #9066: URL: https://github.com/apache/rocketmq/issues/9066#issuecomment-2556363792 If I use Agent to rewrite the result during retry, will it have any effect? ​​For example, rewrite ConsumeMessageConcurrentlyService.this.processConsumeResult(status, context, this);

Re: [PR] [ISSUE #9044]Supplemental checks that are missing from the UpdateSubGroup&UpdateSubGroupList  operation [rocketmq]

2024-12-19 Thread via GitHub
humkum commented on code in PR #9058: URL: https://github.com/apache/rocketmq/pull/9058#discussion_r1893345070 ## broker/src/test/java/org/apache/rocketmq/broker/processor/AdminBrokerProcessorTest.java: ## @@ -65,14 +65,7 @@ import org.apache.rocketmq.remoting.protocol.Remoting

Re: [PR] fix tiered store ConstructIndexFile ConcurrentModificationException [rocketmq]

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

[I] [Bug] Fix the permission check for retry topic to get topic route. [rocketmq]

2024-12-19 Thread via GitHub
dingshuangxi888 opened a new issue, #9072: URL: https://github.com/apache/rocketmq/issues/9072 ### 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). -

[PR] [ISSUE 9072]Fix the permission check for retry topic to get topic route. [rocketmq]

2024-12-19 Thread via GitHub
dingshuangxi888 opened a new pull request, #9073: URL: https://github.com/apache/rocketmq/pull/9073 ### Which Issue(s) This PR Fixes When a client fails to consume multiple times, a message is sent to the retry topic. If ACL 2.0 is used, querying the routing of the retry topic

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

2024-12-19 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: 7443b3715e6c0384ae501b68bf030123e3609d3c / dingshuangxi888 Fix the permission check for retry topic to get topic ro

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

2024-12-19 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: 7443b3715e6c0384ae501b68bf030123e3609d3c / dingshuangxi888 Fix the permission check for retry topic to get topi

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

2024-12-19 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: 7443b3715e6c0384ae501b68bf030123e3609d3c / dingshuangxi888 Fix the permission check for retry topic to get topi

Re: [PR] [ISSUE 9072]Fix the permission check for retry topic to get topic route. [rocketmq]

2024-12-19 Thread via GitHub
lollipopjin merged PR #9073: URL: https://github.com/apache/rocketmq/pull/9073 -- 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] [Bug] Fix the permission check for retry topic to get topic route. [rocketmq]

2024-12-19 Thread via GitHub
lollipopjin closed issue #9072: [Bug] Fix the permission check for retry topic to get topic route. URL: https://github.com/apache/rocketmq/issues/9072 -- 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

(rocketmq) branch develop updated (16b6e53263 -> 91fdc35db3)

2024-12-19 Thread lollipop
This is an automated email from the ASF dual-hosted git repository. lollipop pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/rocketmq.git from 16b6e53263 [ISSUE #9002] when bytebuffer is not enough, do not throw exception (#9003) add 91fdc35db3 Fix t

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: 91fdc35db305e4db86894a195b86c6102853ae72 / dingshuangxi888 Fix the permission check for retry topic to get topic route. (#9

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lollipopjin (triggered by github-actions[bot]). Head commit for run: 91fdc35db305e4db86894a195b86c6102853ae72 / dingshuangxi888 Fix the permission check for retry topic to get topic ro

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

2024-12-19 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lollipopjin (triggered by github-actions[bot]). Head commit for run: 91fdc35db305e4db86894a195b86c6102853ae72 / dingshuangxi888 Fix the permission check for retry topic to get topic ro