Re: [PR] [#8859] Fix duplicate mapped file in mutil commitlog store path mode. [rocketmq]

2024-11-10 Thread via GitHub
hexueyuan commented on code in PR #8897: URL: https://github.com/apache/rocketmq/pull/8897#discussion_r1836039056 ## store/src/main/java/org/apache/rocketmq/store/AllocateMappedFileService.java: ## @@ -76,13 +82,14 @@ public MappedFile putRequestAndReturnMappedFile(String nextF

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

2024-11-10 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user hexueyuan (triggered by github-actions[bot]). Head commit for run: 06631368834ae81da1f87d5a6a2459eddcf09fca / hexueyuan Fix duplicate mapped file in mutil commitlog store path mode. Re

[PR] [ISSUE #8906] Handle string toUpperCase outside the loop [rocketmq]

2024-11-10 Thread via GitHub
mawen12 opened a new pull request, #8907: URL: https://github.com/apache/rocketmq/pull/8907 ### Which Issue(s) This PR Fixes Fixes #8906 ### Brief Description Handle string toUpperCase outside the loop ### How Did You Test This Change?

[I] [Enhancement] Handle string toUpperCase outside the loop [rocketmq]

2024-11-10 Thread via GitHub
mawen12 opened a new issue, #8906: URL: https://github.com/apache/rocketmq/issues/8906 ### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary The variable authMode has

Re: [PR] [#8859] Fix duplicate mapped file in mutil commitlog store path mode. [rocketmq]

2024-11-10 Thread via GitHub
RongtongJin commented on code in PR #8897: URL: https://github.com/apache/rocketmq/pull/8897#discussion_r1836004799 ## store/src/main/java/org/apache/rocketmq/store/AllocateMappedFileService.java: ## @@ -76,13 +82,14 @@ public MappedFile putRequestAndReturnMappedFile(String nex

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

2024-11-10 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user hexueyuan (triggered by hexueyuan). Head commit for run: 7eb16fffec6bf7f118e3373df48e76c7647eb348 / TianMing2018 <2452146...@qq.com> fixed typo of RocketMQ_Example.md (#8905) fixed typo wor

Re: [PR] [#8859] Fix duplicate mapped file in mutil commitlog store path mode. [rocketmq]

2024-11-10 Thread via GitHub
RongtongJin commented on code in PR #8897: URL: https://github.com/apache/rocketmq/pull/8897#discussion_r1836004799 ## store/src/main/java/org/apache/rocketmq/store/AllocateMappedFileService.java: ## @@ -76,13 +82,14 @@ public MappedFile putRequestAndReturnMappedFile(String nex

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

2024-11-10 Thread GitBox
The GitHub Actions job "PR-CI" on rocketmq.git has succeeded. Run started by GitHub user hexueyuan (triggered by RongtongJin). Head commit for run: 06631368834ae81da1f87d5a6a2459eddcf09fca / hexueyuan Fix duplicate mapped file in mutil commitlog store path mode. Report URL: https://github.com/

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

2024-11-10 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user hexueyuan (triggered by RongtongJin). Head commit for run: 06631368834ae81da1f87d5a6a2459eddcf09fca / hexueyuan Fix duplicate mapped file in mutil commitlog store path mode. Report URL

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

2024-11-10 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has succeeded. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 7eb16fffec6bf7f118e3373df48e76c7647eb348 / TianMing2018 <2452146...@qq.com> fixed typo of RocketMQ_Example.md (#8905) fixed typo worlds 'final

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

2024-11-10 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: 7eb16fffec6bf7f118e3373df48e76c7647eb348 / TianMing2018 <2452146...@qq.com> fixed typo of RocketMQ_Example.md (#8905) fixed typo worlds 'finalStri

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

2024-11-10 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user hexueyuan (triggered by RongtongJin). Head commit for run: 6b072f393f4b32fe9c61aca298c5c8ceea56d16e / hexueyuan Fix duplicate mapped file in mutil commitlog store path mode. Report URL

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

2024-11-10 Thread via GitHub
dyrnq commented on issue #8904: URL: https://github.com/apache/rocketmq/issues/8904#issuecomment-2467170456 > 那现在的问题就是,客户端从proxy获取路由报错,Message type is not specified,是不是proxy提供的获取路由接口存在问题?期望是,proxy会返回全量的topicRoute,并且返回内容可以被客户端正确解析。 这样比较好 -- This is an automated message from the Apac

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

2024-11-10 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user hexueyuan (triggered by RongtongJin). Head commit for run: 6b072f393f4b32fe9c61aca298c5c8ceea56d16e / hexueyuan Fix duplicate mapped file in mutil commitlog store path mode. Report URL: https://github.com/

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

2024-11-10 Thread via GitHub
dyrnq commented on issue #8904: URL: https://github.com/apache/rocketmq/issues/8904#issuecomment-2467145811 确实如此了,那得要求client自行判断了 -- 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 comm

Re: [PR] fixed typo of RocketMQ_Example.md [rocketmq]

2024-11-10 Thread via GitHub
RongtongJin merged PR #8905: URL: https://github.com/apache/rocketmq/pull/8905 -- 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 "Run Integration Tests" failed!

2024-11-10 Thread GitBox
The GitHub Actions job "Run Integration Tests" on rocketmq.git has failed. Run started by GitHub user hexueyuan (triggered by RongtongJin). Head commit for run: 6b072f393f4b32fe9c61aca298c5c8ceea56d16e / hexueyuan Fix duplicate mapped file in mutil commitlog store path mode. Report URL: https:

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

2024-11-10 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user hexueyuan (triggered by hexueyuan). Head commit for run: 7eb16fffec6bf7f118e3373df48e76c7647eb348 / TianMing2018 <2452146...@qq.com> fixed typo of RocketMQ_Example.md (#8905) fixed typo wor

Re: [PR] [#8859] Fix duplicate mapped file in mutil commitlog store path mode. [rocketmq]

2024-11-10 Thread via GitHub
hexueyuan commented on code in PR #8897: URL: https://github.com/apache/rocketmq/pull/8897#discussion_r1835886913 ## store/src/main/java/org/apache/rocketmq/store/AllocateMappedFileService.java: ## @@ -76,13 +82,14 @@ public MappedFile putRequestAndReturnMappedFile(String nextF

(rocketmq) branch develop updated: fixed typo of RocketMQ_Example.md (#8905)

2024-11-10 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 7eb16fffec fixed typo of RocketMQ_Examp

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

2024-11-10 Thread GitBox
The GitHub Actions job "PR-CI" on rocketmq.git has failed. Run started by GitHub user hexueyuan (triggered by RongtongJin). Head commit for run: 6b072f393f4b32fe9c61aca298c5c8ceea56d16e / hexueyuan Fix duplicate mapped file in mutil commitlog store path mode. Report URL: https://github.com/apa

[GH] (rocketmq): Workflow run "Run Integration Tests" is working again!

2024-11-10 Thread GitBox
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: 7eb16fffec6bf7f118e3373df48e76c7647eb348 / TianMing2018 <2452146...@qq.com> fixed typo of RocketMQ_Example.md (#8905) fixed typo

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

2024-11-10 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user hexueyuan (triggered by github-actions[bot]). Head commit for run: 6b072f393f4b32fe9c61aca298c5c8ceea56d16e / hexueyuan Fix duplicate mapped file in mutil commitlog store path mode. Re

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

2024-11-10 Thread via GitHub
VictoryAnn commented on issue #8904: URL: https://github.com/apache/rocketmq/issues/8904#issuecomment-2467074172 > * https://github.com/apache/rocketmq/tree/develop/proxy#cluster-mode > * https://github.com/apache/rocketmq/tree/develop/proxy#local-mode > > 看以上2图,能看出点端倪来 这个图有点

Re: [PR] [#8859] Fix duplicate mapped file in mutil commitlog store path mode. [rocketmq]

2024-11-10 Thread via GitHub
RongtongJin commented on code in PR #8897: URL: https://github.com/apache/rocketmq/pull/8897#discussion_r1835870473 ## store/src/main/java/org/apache/rocketmq/store/AllocateMappedFileService.java: ## @@ -76,13 +82,14 @@ public MappedFile putRequestAndReturnMappedFile(String nex

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

2024-11-10 Thread via GitHub
VictoryAnn commented on issue #8904: URL: https://github.com/apache/rocketmq/issues/8904#issuecomment-2467153290 那现在的问题就是,客户端从proxy获取路由报错,Message type is not specified,是不是proxy提供的获取路由接口存在问题?期望是,proxy会返回全量的topicRoute,并且返回内容可以被客户端正确解析。 -- This is an automated message from the Apache Git Ser

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

2024-11-10 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 RongtongJin). Head commit for run: 7eb16fffec6bf7f118e3373df48e76c7647eb348 / TianMing2018 <2452146...@qq.com> fixed typo of RocketMQ_Example.md (#8905) fix

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

2024-11-10 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user mawen12 (triggered by mawen12). Head commit for run: 7eb16fffec6bf7f118e3373df48e76c7647eb348 / TianMing2018 <2452146...@qq.com> fixed typo of RocketMQ_Example.md (#8905) fixed typo worlds

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

2024-11-10 Thread GitBox
The GitHub Actions job "Java Coverage" on rocketmq-clients.git has failed. Run started by GitHub user qianye1001 (triggered by lollipopjin). Head commit for run: cb596f242b4cffa1d3cc30edc4c89d86486ad374 / qianye f Report URL: https://github.com/apache/rocketmq-clients/actions/runs/11695958526

Re: [PR] [ISSUE #8906] Handle string toUpperCase outside the loop [rocketmq]

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