[I] [Enhancement] NettyRemotingClient#createChannelAsync一开始的get操作是冗余的 [rocketmq]

2024-12-25 Thread via GitHub
PleaseGiveMeTheCoke opened a new issue, #9081: URL: https://github.com/apache/rocketmq/issues/9081 ### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary createChannel

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: 480b49484fbeec27924143fc4600fc5fff11bce0 / yuz10 <845238...@qq.com> fix test Report URL: https://github.com/apache/rocketmq/actions/runs

Re: [PR] new python sdk [rocketmq-clients]

2024-12-25 Thread via GitHub
feipengzhao commented on PR #864: URL: https://github.com/apache/rocketmq-clients/pull/864#issuecomment-2562111803 python 5.0.1 版本 normal producer 发送message 在 message_id 前面总是加个01,然后阿里云控制台也有 但是consumer 拉取的message_id 去掉了01, 这样在ack的时候都失败了,我手动给message_id 加了个01 ,然后ack 才成功,这是个bug? -- This

Re: [PR] new python sdk [rocketmq-clients]

2024-12-25 Thread via GitHub
feipengzhao commented on PR #864: URL: https://github.com/apache/rocketmq-clients/pull/864#issuecomment-2562113124 @zhouli11 **python 5.0.1** **normal producer** 发送message 在 **message_id 前面总是加个01**,然后阿里云控制台也有 但是**consumer 拉取的message_id 去掉了01**, 这样在ack的时候都失败了,我手动给message_

Re: [I] [feature] Supports dynamic load balancing [rocketmq-flink]

2024-12-25 Thread via GitHub
3424672656 closed issue #124: [feature] Supports dynamic load balancing URL: https://github.com/apache/rocketmq-flink/issues/124 -- 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.

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

2024-12-25 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has succeeded. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: 480b49484fbeec27924143fc4600fc5fff11bce0 / yuz10 <845238...@qq.com> fix test Report URL: https://github.com/apache/rocketmq/actions/runs/12498485348 With

Re: [PR] [ISSUE #9080] fix get message from tiered store from cache too large [rocketmq]

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

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user yuz10 (triggered by github-actions[bot]). Head commit for run: 480b49484fbeec27924143fc4600fc5fff11bce0 / yuz10 <845238...@qq.com> fix test Report URL: https://github.com/apache/rock

Re: [I] [Bug] fail to get next broker id from controller [rocketmq]

2024-12-25 Thread via GitHub
liuxc1 closed issue #9082: [Bug] fail to get next broker id from controller URL: https://github.com/apache/rocketmq/issues/9082 -- 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.

[I] [Feature][RIP-74] Rocketmq-flink dynamic load balancing [rocketmq-flink]

2024-12-25 Thread via GitHub
3424672656 opened a new issue, #125: URL: https://github.com/apache/rocketmq-flink/issues/125 In the original version, rocketmq-flink's queue allocation algorithm could not be averaged and could exacerbate unevenness when reduced. When the online environment experiences frequent scale-down,

[I] [Bug] Python 5.0.1 producer consumer message_id 不统一 [rocketmq-clients]

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

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by github-actions[bot]). Head commit for run: 480b49484fbeec27924143fc4600fc5fff11bce0 / yuz10 <845238...@qq.com> fix test Report URL: https://github.com/apache/rocketm

[PR] [RIP-74] Rocketmq-flink dynamic load balancing [rocketmq-flink]

2024-12-25 Thread via GitHub
3424672656 opened a new pull request, #126: URL: https://github.com/apache/rocketmq-flink/pull/126 #125 docs: https://shimo.im/docs/RKAWMOEYgXfM88q8 -- 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

[I] [Bug] fail to get next broker id from controller [rocketmq]

2024-12-25 Thread via GitHub
liuxc1 opened a new issue, #9082: URL: https://github.com/apache/rocketmq/issues/9082 ### 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 hav

Re: [I] [Enhancement] NettyRemotingClient#createChannelAsync一开始的get操作是冗余的 [rocketmq]

2024-12-25 Thread via GitHub
qianye1001 commented on issue #9081: URL: https://github.com/apache/rocketmq/issues/9081#issuecomment-2562184597 Double-Check Locking is the standard process for preventing concurrent creation. Creation only occurs once when the connection is established. Reducing one in-memory check won't

Re: [I] [Enhancement] NettyRemotingClient#createChannelAsync一开始的get操作是冗余的 [rocketmq]

2024-12-25 Thread via GitHub
qianye1001 commented on issue #9081: URL: https://github.com/apache/rocketmq/issues/9081#issuecomment-2562186674 It is more recommended to remove check in getAndCreateChannelAsync -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [I] Expected the service ProducerImpl-0 [FAILED] to be RUNNING, but the service has FAILED [rocketmq]

2024-12-25 Thread via GitHub
lixianli1987 commented on issue #6015: URL: https://github.com/apache/rocketmq/issues/6015#issuecomment-2562273358 > 我的代码经过验证发现与 enableSsl=false 无关,主要是 endpoint 指定了错误的地址 nameserver(localhost:9876), 把 endpoint 指定为 proxy 地址端口,以上两个报错都解决了 另外,rocketmq 5.x 需要使用 proxy 的的方式启动, 希望文档能更细化完善 请问如

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 2089abd3be5c4f34d2a981caf32747a1e624f2ed / yuz10 <845238...@qq.com> [ISSUE #9080] Fix tranfer logic when get large messages from

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: 2089abd3be5c4f34d2a981caf32747a1e624f2ed / yuz10 <845238...@qq.com> [ISSUE #9080] Fix tranfer logic when get large mess

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

2024-12-25 Thread GitBox
The GitHub Actions job "PUSH-CI" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 2089abd3be5c4f34d2a981caf32747a1e624f2ed / yuz10 <845238...@qq.com> [ISSUE #9080] Fix tranfer logic when get large messages from cache in tiered stora

(rocketmq) branch develop updated: [ISSUE #9080] Fix tranfer logic when get large messages from cache in tiered storage (#9079)

2024-12-25 Thread lizhimin
This is an automated email from the ASF dual-hosted git repository. lizhimin 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 2089abd3be [ISSUE #9080] Fix tranfer logic

Re: [PR] [ISSUE #9080] Fix tranfer logic when get large messages from cache in tiered storage [rocketmq]

2024-12-25 Thread via GitHub
lizhimins merged PR #9079: URL: https://github.com/apache/rocketmq/pull/9079 -- 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...@rocketm

Re: [I] [Bug] get message from tiered store from cache too large [rocketmq]

2024-12-25 Thread via GitHub
lizhimins closed issue #9080: [Bug] get message from tiered store from cache too large URL: https://github.com/apache/rocketmq/issues/9080 -- 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 specifi

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: 2089abd3be5c4f34d2a981caf32747a1e624f2ed / yuz10 <845238...@qq.com> [ISSUE #9080] Fix tranfer logic when get large mess

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

2024-12-25 Thread GitBox
The GitHub Actions job "PUSH-CI" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 152a955ca467482d2f04a614c2cf23c9a9778e69 / wangshaojie4039 <15001782...@163.com> [ISSUE #9069] Fix the IndexFile ConcurrentModificationException in tie

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 152a955ca467482d2f04a614c2cf23c9a9778e69 / wangshaojie4039 <15001782...@163.com> [ISSUE #9069] Fix the IndexFile ConcurrentModifi

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build" on rocketmq-clients.git has failed. Run started by GitHub user qianye1001 (triggered by lizhimins). Head commit for run: 9d27ebaa24b0c3aaf03d225e207d2e9ab3d8b661 / qianye fix Report URL: https://github.com/apache/rocketmq-clients/actions/runs/12490576491 With r

(rocketmq) branch develop updated: [ISSUE #9075]Avoid message type validate in message sync scenario. (#9076)

2024-12-25 Thread lollipop
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 1c35adb3dc [ISSUE #9075]Avoid message type

Re: [I] [Enhancement] Avoid message type validate in message sync scenario. [rocketmq]

2024-12-25 Thread via GitHub
lollipopjin closed issue #9075: [Enhancement] Avoid message type validate in message sync scenario. URL: https://github.com/apache/rocketmq/issues/9075 -- 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 t

Re: [PR] [ISSUE #9075]Avoid message type validate in message sync scenario. [rocketmq]

2024-12-25 Thread via GitHub
lollipopjin merged PR #9076: URL: https://github.com/apache/rocketmq/pull/9076 -- 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 "Build and Run Tests by Bazel" failed!

2024-12-25 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: 1c35adb3dc3824ef39f39d1375cf224428fdc4fb / dingshuangxi888 [ISSUE #9075]Avoid message type validate in message sync scenari

[PR] fix get message from tiered store from cache too large [rocketmq]

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

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by github-actions[bot]). Head commit for run: eea8264bddb9aed5a719d2cd674400765db37d1b / yuz10 <845238...@qq.com> fix get message from tiered store from cache too large

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: eea8264bddb9aed5a719d2cd674400765db37d1b / yuz10 <845238...@qq.com> fix get message from tiered store from cache too large Report URL: h

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by github-actions[bot]). Head commit for run: eea8264bddb9aed5a719d2cd674400765db37d1b / yuz10 <845238...@qq.com> fix get message from tiered store from cache too large

[I] [Bug] get message from tiered store from cache too large [rocketmq]

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

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

2024-12-25 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: 1c35adb3dc3824ef39f39d1375cf224428fdc4fb / dingshuangxi888 [ISSUE #9075]Avoid message type validate in message sync scenario. (#9076) * Av

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

2024-12-25 Thread GitBox
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: 186f38f68d7ba3a107f2e98a9d8a08fe6bc0a390 / dingshuangxi888 Avoid message type validate in message sync scenario. R

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: d63373a152ebd395cdce6a2e04e01b62e54c76af / hqbfz <125714719+3424672...@users.noreply.github.com> [ISSUE #8957] Remo

(rocketmq) branch develop updated: [ISSUE #9069] Fix the IndexFile ConcurrentModificationException in tiered storage (#9071)

2024-12-25 Thread lizhimin
This is an automated email from the ASF dual-hosted git repository. lizhimin 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 152a955ca4 [ISSUE #9069] Fix the IndexFile

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

2024-12-25 Thread via GitHub
lizhimins closed issue #9069: [Bug] tiered store ConstructIndexFile ConcurrentModificationException URL: https://github.com/apache/rocketmq/issues/9069 -- 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

Re: [PR] [ISSUE #9069] Fix the IndexFile ConcurrentModificationException in tiered storage [rocketmq]

2024-12-25 Thread via GitHub
lizhimins merged PR #9071: URL: https://github.com/apache/rocketmq/pull/9071 -- 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...@rocketm

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

2024-12-25 Thread GitBox
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: 186f38f68d7ba3a107f2e98a9d8a08fe6bc0a390 / dingshuangxi888 Avoid message type validate in message sync scena

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: 152a955ca467482d2f04a614c2cf23c9a9778e69 / wangshaojie4039 <15001782...@163.com> [ISSUE #9069] Fix the IndexFile Concur

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by lizhimins). Head commit for run: 152a955ca467482d2f04a614c2cf23c9a9778e69 / wangshaojie4039 <15001782...@163.com> [ISSUE #9069] Fix the IndexFile ConcurrentModifi

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: 152a955ca467482d2f04a614c2cf23c9a9778e69 / wangshaojie4039 <15001782...@163.com> [ISSUE #9069] Fix the IndexFile Concur

Re: [I] [Bug] In the same ConsumerGroup, the Consumer instances have different Topics subscribed to do not work on the 5.2.0 SDK [rocketmq]

2024-12-25 Thread via GitHub
qianye1001 commented on issue #9078: URL: https://github.com/apache/rocketmq/issues/9078#issuecomment-2561852831 you can try grpc clients,maybe work[5.x clients ](https://github.com/apache/rocketmq-clients) -- This is an automated message from the Apache Git Service. To respond to the mes

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

2024-12-25 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: 1c35adb3dc3824ef39f39d1375cf224428fdc4fb / dingshuangxi888 [ISSUE #9075]Avoid message type validate in message sync

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

2024-12-25 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: 1c35adb3dc3824ef39f39d1375cf224428fdc4fb / dingshuangxi888 [ISSUE #9075]Avoid message type validate in message sync

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

2024-12-25 Thread GitBox
The GitHub Actions job "PUSH-CI" on rocketmq.git has failed. Run started by GitHub user lollipopjin (triggered by lollipopjin). Head commit for run: 1c35adb3dc3824ef39f39d1375cf224428fdc4fb / dingshuangxi888 [ISSUE #9075]Avoid message type validate in message sync scenario. (#9076) * Avoid me

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user lizhimins (triggered by github-actions[bot]). Head commit for run: 152a955ca467482d2f04a614c2cf23c9a9778e69 / wangshaojie4039 <15001782...@163.com> [ISSUE #9069] Fix the IndexFile Con

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by github-actions[bot]). Head commit for run: 58940d9cb041d4220859356a9a90d98b208e44a0 / yuz10 <845238...@qq.com> fix Report URL: https://github.com/apache/rocketmq/act

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

2024-12-25 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: 1c35adb3dc3824ef39f39d1375cf224428fdc4fb / dingshuangxi888 [ISSUE #9075]Avoid message type validate in message sync scenario. (#9076) * Av

[GH] (rocketmq): Workflow run "Coverage" failed!

2024-12-25 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: 58940d9cb041d4220859356a9a90d98b208e44a0 / yuz10 <845238...@qq.com> fix Report URL: https://github.com/apache/rocketmq/actions/runs/12493517416 With regards

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: 58940d9cb041d4220859356a9a90d98b208e44a0 / yuz10 <845238...@qq.com> fix Report URL: https://github.com/apache/rocketmq/actions/runs/1249

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by github-actions[bot]). Head commit for run: 58940d9cb041d4220859356a9a90d98b208e44a0 / yuz10 <845238...@qq.com> fix Report URL: https://github.com/apache/rocketmq/act

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by github-actions[bot]). Head commit for run: 58940d9cb041d4220859356a9a90d98b208e44a0 / yuz10 <845238...@qq.com> fix Report URL: https://github.com/apache/rocketmq/act

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: 58940d9cb041d4220859356a9a90d98b208e44a0 / yuz10 <845238...@qq.com> fix Report URL: https://github.com/apache/rocketmq/actions/runs/1249

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: 480b49484fbeec27924143fc4600fc5fff11bce0 / yuz10 <845238...@qq.com> fix test Report URL: https://github.com/apache/rocketmq/actions/runs

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by github-actions[bot]). Head commit for run: 480b49484fbeec27924143fc4600fc5fff11bce0 / yuz10 <845238...@qq.com> fix test Report URL: https://github.com/apache/rocketm

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by github-actions[bot]). Head commit for run: 480b49484fbeec27924143fc4600fc5fff11bce0 / yuz10 <845238...@qq.com> fix test Report URL: https://github.com/apache/rocketm

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

2024-12-25 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by yuz10). Head commit for run: 1c35adb3dc3824ef39f39d1375cf224428fdc4fb / dingshuangxi888 [ISSUE #9075]Avoid message type validate in message sync scenario. (#9076) * Av

Re: [I] [Bug] Bug title rocketmq5.3版本,开启proxy后。remoting发送消息,不支持ipv6;grpc发送是正常的 [rocketmq]

2024-12-25 Thread via GitHub
Willhow-Gao commented on issue #9077: URL: https://github.com/apache/rocketmq/issues/9077#issuecomment-2561954138 please upgrade your rocketmq version to 5.3.1 -- 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] [Bug] Bug title rocketmq5.3版本,开启proxy后。remoting发送消息,不支持ipv6;grpc发送是正常的 [rocketmq]

2024-12-25 Thread via GitHub
Willhow-Gao commented on issue #9077: URL: https://github.com/apache/rocketmq/issues/9077#issuecomment-2561954475 This bug is already fixed in this pr: https://github.com/apache/rocketmq/pull/8260 -- This is an automated message from the Apache Git Service. To respond to the message, plea

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

2024-12-25 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user yuz10 (triggered by github-actions[bot]). Head commit for run: 58940d9cb041d4220859356a9a90d98b208e44a0 / yuz10 <845238...@qq.com> fix Report URL: https://github.com/apache/rocketmq/act

Re: [PR] [Java] optimize rpcClientTable lock [rocketmq-clients]

2024-12-25 Thread via GitHub
github-actions[bot] commented on PR #860: URL: https://github.com/apache/rocketmq-clients/pull/860#issuecomment-2562036480 This PR 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. If you wish not to mark it as stale,