[I] [Enhancement] Fix some typos in DefaultLitePullConsumer and LitePullConsumer [rocketmq]

2024-04-24 Thread via GitHub
hanmz opened a new issue, #8059: URL: https://github.com/apache/rocketmq/issues/8059 ### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary There are some typos in Def

Re: [I] [Bug] Producer should not be retry put message if OS_PAGE_CACHE_BUSY [rocketmq]

2024-04-24 Thread via GitHub
biningo commented on issue #8053: URL: https://github.com/apache/rocketmq/issues/8053#issuecomment-2074382794 The community is very divided on whether SYSTEM_BUSY should be retried. But there is no retry in the latest version. -- This is an automated message from the Apache Git Service. T

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user MR-gwh (triggered by RongtongJin). Head commit for run: 77062b87fc91bd73641b6094a5b982c7e6f7b0f2 / MR_G <2044783...@qq.com> [ISSUE #8055]remove unnecessary math.abs() method Report URL:

Re: [I] [Bug] Producer should not be retry put message if OS_PAGE_CACHE_BUSY [rocketmq]

2024-04-24 Thread via GitHub
RongtongJin commented on issue #8053: URL: https://github.com/apache/rocketmq/issues/8053#issuecomment-2074445945 From another perspective, semantically returning busy is indeed more reasonable than error. -- This is an automated message from the Apache Git Service. To respond to the mess

Re: [I] [Bug] Producer should not be retry put message if OS_PAGE_CACHE_BUSY [rocketmq]

2024-04-24 Thread via GitHub
humkum commented on issue #8053: URL: https://github.com/apache/rocketmq/issues/8053#issuecomment-2074461651 Generally speaking, page cache busy will only cause process write operations to be suspended for a few seconds. Retrying here will not increase the pressure on page cache synchroniza

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

2024-04-24 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user hanmz (triggered by hanmz). Head commit for run: b37d283793f4d77ec787a7e6292838783db54a8b / mxsm [ISSUE #8044]Add Override annotation for AllocateMappedFileService#run (#8045) Report URL:

Re: [I] [Bug] Producer should not be retry put message if OS_PAGE_CACHE_BUSY [rocketmq]

2024-04-24 Thread via GitHub
yuz10 commented on issue #8053: URL: https://github.com/apache/rocketmq/issues/8053#issuecomment-2074471222 Maybe we can retry SYSTEM_BUSY by default. currently need to call `producer.addRetryResponseCode(ResponseCode.SYSTEM_BUSY); ` to add to retry list -- This is an automated message

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

2024-04-24 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user MR-gwh (triggered by MR-gwh). Head commit for run: b37d283793f4d77ec787a7e6292838783db54a8b / mxsm [ISSUE #8044]Add Override annotation for AllocateMappedFileService#run (#8045) Report URL

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

2024-04-24 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user hanmz (triggered by RongtongJin). Head commit for run: 9cf519e1beaa6f22c50164f294faa6ca907c5714 / hanmz Fix some typos in DefaultLitePullConsumer and LitePullConsumer Report URL: https://github.com/apache/

Re: [I] [Bug] Producer should not be retry put message if OS_PAGE_CACHE_BUSY [rocketmq]

2024-04-24 Thread via GitHub
biningo commented on issue #8053: URL: https://github.com/apache/rocketmq/issues/8053#issuecomment-2074489030 In my opinion: 1. If the MQ is a single broker node:retry is unreasonable. 2. If the MQ has multiple broker nodes:retry is reasonable. And it's not possible to have on

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

2024-04-24 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user MR-gwh (triggered by RongtongJin). Head commit for run: 77062b87fc91bd73641b6094a5b982c7e6f7b0f2 / MR_G <2044783...@qq.com> [ISSUE #8055]remove unnecessary math.abs() method Report URL: https://github.com/a

Re: [I] [Bug] consumerManagerThreadPoolQueueCapacity has settings but is not used [rocketmq]

2024-04-24 Thread via GitHub
humkum commented on issue #8057: URL: https://github.com/apache/rocketmq/issues/8057#issuecomment-2074490200 The `consumerManageExecutor` is initialized as a newFixedThreadPool, which's queue size is Integer.MAX_VALUE. What's the value do you want to set? And did you meet some problems with

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user hanmz (triggered by RongtongJin). Head commit for run: 9cf519e1beaa6f22c50164f294faa6ca907c5714 / hanmz Fix some typos in DefaultLitePullConsumer and LitePullConsumer Report URL: https

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user MR-gwh (triggered by RongtongJin). Head commit for run: 77062b87fc91bd73641b6094a5b982c7e6f7b0f2 / MR_G <2044783...@qq.com> [ISSUE #8055]remove unnecessary math.abs() method Report URL:

Re: [PR] [ISSUE #7848] Fix exception when pop messages with multiple LMQ indexes [rocketmq]

2024-04-24 Thread via GitHub
redlsz commented on PR #7863: URL: https://github.com/apache/rocketmq/pull/7863#issuecomment-2074552688 > @redlsz could you please re-run the CI tasks? https://github.com/apache/rocketmq/actions/runs/8750479357/job/24014103256?pr=7863 -- This is an automated message from the Ap

[I] [Bug] NPE of getAndCreateChannel in NettyRemotingClient [rocketmq]

2024-04-24 Thread via GitHub
fujian-zfj opened a new issue, #8061: URL: https://github.com/apache/rocketmq/issues/8061 ### 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

Re: [I] [Bug] Producer should not be retry put message if OS_PAGE_CACHE_BUSY [rocketmq]

2024-04-24 Thread via GitHub
humkum commented on issue #8053: URL: https://github.com/apache/rocketmq/issues/8053#issuecomment-2074792389 > In my opinion: > > 1. If the MQ is a single broker node:retry is unreasonable. > 2. If the MQ has multiple broker nodes:retry is reasonable. > > And it's not possibl

[I] Enhancement Request[Enhancement] Virtual thread support for consumer thread [rocketmq]

2024-04-24 Thread via GitHub
He-Pin opened a new issue, #8062: URL: https://github.com/apache/rocketmq/issues/8062 ### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Add virtual thread support

[PR] feat: Add virtual thread support for consumers. [rocketmq]

2024-04-24 Thread via GitHub
He-Pin opened a new pull request, #8063: URL: https://github.com/apache/rocketmq/pull/8063 ### Which Issue(s) This PR Fixes Fixes https://github.com/apache/rocketmq/issues/8062 ### Brief Description 1. Add config for preferring the virtual thread, `"r

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

2024-04-24 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: e1b7acc80b22cf4c2a235d064dbaa2fd53bb5660 / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apache/rocketmq/actions/r

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

2024-04-24 Thread GitBox
The GitHub Actions job "PR-CI" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: e1b7acc80b22cf4c2a235d064dbaa2fd53bb5660 / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apache/rocketmq/actions/runs

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

2024-04-24 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: b37d283793f4d77ec787a7e6292838783db54a8b / mxsm [ISSUE #8044]Add Override annotation for AllocateMappedFileService#run (#8045) Report URL

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: e1b7acc80b22cf4c2a235d064dbaa2fd53bb5660 / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apac

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: e1b7acc80b22cf4c2a235d064dbaa2fd53bb5660 / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apac

Re: [I] [Bug] Producer should not be retry put message if OS_PAGE_CACHE_BUSY [rocketmq]

2024-04-24 Thread via GitHub
biningo commented on issue #8053: URL: https://github.com/apache/rocketmq/issues/8053#issuecomment-2074834588 @RongtongJin So what do you think? I think the producer can retry SYSTEM_BUSY by default. If the community agrees, I can start a new PR to fix this issue. -- This is an automate

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

2024-04-24 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 64f3066ec45adf6f33496fd34b987852525b20ea / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apache/rocketmq/actions/r

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

2024-04-24 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: b37d283793f4d77ec787a7e6292838783db54a8b / mxsm [ISSUE #8044]Add Override annotation for AllocateMappedFileService#run (#8045) Report URL

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

2024-04-24 Thread GitBox
The GitHub Actions job "PR-CI" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 64f3066ec45adf6f33496fd34b987852525b20ea / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apache/rocketmq/actions/runs

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 64f3066ec45adf6f33496fd34b987852525b20ea / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apac

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 64f3066ec45adf6f33496fd34b987852525b20ea / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/a

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

2024-04-24 Thread GitBox
The GitHub Actions job "PR-CI" on rocketmq.git has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: ce04c6079c3b51930ab25360f7bd3b94be70a97c / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apache/rocketmq/actions/r

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

2024-04-24 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: b37d283793f4d77ec787a7e6292838783db54a8b / mxsm [ISSUE #8044]Add Override annotation for AllocateMappedFileService#run (#8045) Report URL

[PR] Npe in netty remoting client [rocketmq]

2024-04-24 Thread via GitHub
fujian-zfj opened a new pull request, #8064: URL: https://github.com/apache/rocketmq/pull/8064 ### Which Issue(s) This PR Fixes Fixes #8061 ### Brief Description I found a npe bug in method getAndCreateChannel. It may caused by 'getAndCreateChannelAsync(ad

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

2024-04-24 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user fujian-zfj (triggered by fujian-zfj). Head commit for run: b987b66f3ea44ffba3ee543052150fea70927c96 / zfj fix npe Report URL: https://github.com/apache/rocketmq/actions/runs/8816909915 With regards, GitHu

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user fujian-zfj (triggered by fujian-zfj). Head commit for run: b987b66f3ea44ffba3ee543052150fea70927c96 / zfj fix npe Report URL: https://github.com/apache/rocketmq/actions/runs/8816909913

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

2024-04-24 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user fujian-zfj (triggered by fujian-zfj). Head commit for run: b37d283793f4d77ec787a7e6292838783db54a8b / mxsm [ISSUE #8044]Add Override annotation for AllocateMappedFileService#run (#8045) Re

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

2024-04-24 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: ce04c6079c3b51930ab25360f7bd3b94be70a97c / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apache/rocketmq/actions/r

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

2024-04-24 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 3d12a39e8f620c0c12290c9fd539ef3d557341ed / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apache/rocketmq/actions/r

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 3d12a39e8f620c0c12290c9fd539ef3d557341ed / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apac

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

2024-04-24 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: b37d283793f4d77ec787a7e6292838783db54a8b / mxsm [ISSUE #8044]Add Override annotation for AllocateMappedFileService#run (#8045) Report URL

[I] [Bug] 分层存储激活时,当向新创建的 Topic 中生产消息,能否正常转储取决于任一批消息生产的时间点是否正确 [rocketmq]

2024-04-24 Thread via GitHub
bxfjb opened a new issue, #8065: URL: https://github.com/apache/rocketmq/issues/8065 ### 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 "Build and Run Tests by Maven" failed!

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: ce04c6079c3b51930ab25360f7bd3b94be70a97c / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apac

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

2024-04-24 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: b37d283793f4d77ec787a7e6292838783db54a8b / mxsm [ISSUE #8044]Add Override annotation for AllocateMappedFileService#run (#8045) Report URL

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 9006d5375d81e950cd539437ba487112b61e469b / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/a

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

2024-04-24 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 9006d5375d81e950cd539437ba487112b61e469b / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apache/rocketmq/actions/r

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 3d12a39e8f620c0c12290c9fd539ef3d557341ed / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apac

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user He-Pin (triggered by He-Pin). Head commit for run: 9006d5375d81e950cd539437ba487112b61e469b / He-Pin feat: Add virtual thread support for consumers. Report URL: https://github.com/apac

Re: [I] [Enhancement] java sdk SimpleConsumerExample示例代码增加对receive方法的异常捕获 [rocketmq-clients]

2024-04-24 Thread via GitHub
github-actions[bot] commented on issue #715: URL: https://github.com/apache/rocketmq-clients/issues/715#issuecomment-2076083523 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 respo

Re: [I] [Enhancement] java sdk SimpleConsumerExample示例代码增加对receive方法的异常捕获 [rocketmq-clients]

2024-04-24 Thread via GitHub
github-actions[bot] closed issue #715: [Enhancement] java sdk SimpleConsumerExample示例代码增加对receive方法的异常捕获 URL: https://github.com/apache/rocketmq-clients/issues/715 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user bxfjb (triggered by yuz10). Head commit for run: 324e8a06be985bae9f491b5b6337592f857c48f3 / zhaoyuhan fix tiered store delete empty topic NPE Report URL: https://github.com/apache/rock

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user hanmz (triggered by RongtongJin). Head commit for run: 9cf519e1beaa6f22c50164f294faa6ca907c5714 / hanmz Fix some typos in DefaultLitePullConsumer and LitePullConsumer Report URL: https

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

2024-04-24 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user bxfjb (triggered by caigy). Head commit for run: 324e8a06be985bae9f491b5b6337592f857c48f3 / zhaoyuhan fix tiered store delete empty topic NPE Report URL: https://github.com/apache/rock

Re: [PR] feat: Add virtual thread support for consumers. [rocketmq]

2024-04-24 Thread via GitHub
He-Pin commented on code in PR #8063: URL: https://github.com/apache/rocketmq/pull/8063#discussion_r1578935562 ## client/src/main/java/org/apache/rocketmq/client/impl/consumer/ConsumeMessageConcurrentlyService.java: ## @@ -70,13 +72,14 @@ public ConsumeMessageConcurrentlyServic