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

2024-04-18 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 9d07cc7c51e127fc1cbb0593bd70652fa43b2939 / littleboy <2283985...@qq.com> [ISSUE #8032] Set checkDupInfo value from config R

Re: [PR] [ISSUE#6398] Remove duplicate code in TopicPublishInfo [rocketmq]

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

(rocketmq) branch develop updated: [ISSUE#6398] Remove duplicate code in TopicPublishInfo (#8034)

2024-04-18 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 63bb9e2a83 [ISSUE#6398] Remove duplicat

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

2024-04-18 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 63bb9e2a839d4e0caadccce8553f89a249c5bbff / shenyao [ISSUE#6398] Remove duplicate code in TopicPublishInfo (#8034) Co-author

[PR] should use BrokerName for send back since the StoreHost in msg may no… [rocketmq-client-go]

2024-04-18 Thread via GitHub
absolute8511 opened a new pull request, #1138: URL: https://github.com/apache/rocketmq-client-go/pull/1138 …t reachable in cloud env ## What is the purpose of the change X ## Brief changelog XX ## Verifying this change Follow this chec

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

2024-04-18 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: 63bb9e2a839d4e0caadccce8553f89a249c5bbff / shenyao [ISSUE#6398] Remove duplicate code in TopicPublishInfo (#8034) Co-authored-by: yao.s...@hstong

[I] sendMessageBack may failed in cloud env if using the StoreHost [rocketmq-client-go]

2024-04-18 Thread via GitHub
absolute8511 opened a new issue, #1139: URL: https://github.com/apache/rocketmq-client-go/issues/1139 **BUG REPORT** 1. Please describe the issue you observed: sendMessageBack in orderly consumer is using the StoreHost in msg, which will failed since in cloud env it is no

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

2024-04-18 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 63bb9e2a839d4e0caadccce8553f89a249c5bbff / shenyao [ISSUE#6398] Remove duplicate code in TopicPublishInfo (#8034) Co-authored-by: yao.s...@hston

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

2024-04-18 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user RongtongJin (triggered by RongtongJin). Head commit for run: 63bb9e2a839d4e0caadccce8553f89a249c5bbff / shenyao [ISSUE#6398] Remove duplicate code in TopicPublishInfo (#8034) Co-author

Re: [I] [Bug] Memory leakage detected when IndexStoreService is enabled and TieredMessageStore's FileSegment is PosixFileSegment [rocketmq]

2024-04-18 Thread via GitHub
lizhimins commented on issue #8017: URL: https://github.com/apache/rocketmq/issues/8017#issuecomment-2063680876 The default implementation in the current code is DefaultMetadataStore and PosixFileSegment. PosixFileSegment only as test cases and validation purposes. We used metadata manag

Re: [I] [Bug] Memory leakage detected when IndexStoreService is enabled and TieredMessageStore's FileSegment is PosixFileSegment [rocketmq]

2024-04-18 Thread via GitHub
lizhimins commented on issue #8017: URL: https://github.com/apache/rocketmq/issues/8017#issuecomment-2063699542 Adding a new file type for index looks good -- 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

Re: [I] [Bug] Memory leakage detected when IndexStoreService is enabled and TieredMessageStore's FileSegment is PosixFileSegment [rocketmq]

2024-04-18 Thread via GitHub
caigy commented on issue #8017: URL: https://github.com/apache/rocketmq/issues/8017#issuecomment-2063709563 > > @bxfjb If you want to extend the size of `writeFileChannel` to make `FileChannel.transferTo()` successful, you may try writing a byte at `position - 1`: > > ```java > > writ

Re: [I] [Bug] Memory leakage detected when IndexStoreService is enabled and TieredMessageStore's FileSegment is PosixFileSegment [rocketmq]

2024-04-18 Thread via GitHub
lizhimins commented on issue #8017: URL: https://github.com/apache/rocketmq/issues/8017#issuecomment-2063719733 > > > @bxfjb If you want to extend the size of `writeFileChannel` to make `FileChannel.transferTo()` successful, you may try writing a byte at `position - 1`: > > > ```java

Re: [I] [Bug] Memory leakage detected when IndexStoreService is enabled and TieredMessageStore's FileSegment is PosixFileSegment [rocketmq]

2024-04-18 Thread via GitHub
bxfjb commented on issue #8017: URL: https://github.com/apache/rocketmq/issues/8017#issuecomment-2063743370 > > > @bxfjb If you want to extend the size of `writeFileChannel` to make `FileChannel.transferTo()` successful, you may try writing a byte at `position - 1`: > > > ```java > >

Re: [I] [Bug] Memory leakage detected when IndexStoreService is enabled and TieredMessageStore's FileSegment is PosixFileSegment [rocketmq]

2024-04-18 Thread via GitHub
bxfjb commented on issue #8017: URL: https://github.com/apache/rocketmq/issues/8017#issuecomment-2063762314 > > > > @bxfjb If you want to extend the size of `writeFileChannel` to make `FileChannel.transferTo()` successful, you may try writing a byte at `position - 1`: > > > > ```java

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

2024-04-18 Thread via GitHub
HScarb commented on PR #7863: URL: https://github.com/apache/rocketmq/pull/7863#issuecomment-2063807441 @redlsz could you please re-run the CI tasks? -- 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: [I] proxy module monitoring indicators are improved [rocketmq]

2024-04-18 Thread via GitHub
github-actions[bot] closed issue #6367: proxy module monitoring indicators are improved URL: https://github.com/apache/rocketmq/issues/6367 -- 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 specif

Re: [I] proxy module monitoring indicators are improved [rocketmq]

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

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

2024-04-18 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: 63bb9e2a839d4e0caadccce8553f89a249c5bbff / shenyao [ISSUE#6398] Remove duplicate code in TopicPublishInfo (#8034) Co-au

Re: [PR] [ISSUE #8023] Add expression filtering capability to the pullBlockIfNotFound method of pull consumer [rocketmq]

2024-04-18 Thread via GitHub
ShannonDing closed pull request #8024: [ISSUE #8023] Add expression filtering capability to the pullBlockIfNotFound method of pull consumer URL: https://github.com/apache/rocketmq/pull/8024 -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

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

2024-04-18 Thread GitBox
The GitHub Actions job "PR-CI" on rocketmq.git has succeeded. Run started by GitHub user ShannonDing (triggered by ShannonDing). Head commit for run: bb2a791ccc7696e619c74f75841de50625509ea2 / RongtongJin Add expression filtering capability to the pullBlockIfNotFound method of pull consumer

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

2024-04-18 Thread GitBox
The GitHub Actions job "Build and Run Tests by Bazel" on rocketmq.git has succeeded. Run started by GitHub user ShannonDing (triggered by ShannonDing). Head commit for run: bb2a791ccc7696e619c74f75841de50625509ea2 / RongtongJin Add expression filtering capability to the pullBlockIfNotFound me

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

2024-04-18 Thread GitBox
The GitHub Actions job "E2E test for pull request" on rocketmq.git has failed. Run started by GitHub user ShannonDing (triggered by ShannonDing). Head commit for run: 63bb9e2a839d4e0caadccce8553f89a249c5bbff / shenyao [ISSUE#6398] Remove duplicate code in TopicPublishInfo (#8034) Co-authored-b

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

2024-04-18 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user ShannonDing (triggered by ShannonDing). Head commit for run: bb2a791ccc7696e619c74f75841de50625509ea2 / RongtongJin Add expression filtering capability to the pullBlockIfNotFound method of pull consumer

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

2024-04-18 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has succeeded. Run started by GitHub user ShannonDing (triggered by ShannonDing). Head commit for run: bb2a791ccc7696e619c74f75841de50625509ea2 / RongtongJin Add expression filtering capability to the pullBlockIfNotFound me

Re: [PR] Improve performance and ignore some unused returns and fit with go specifications. [rocketmq-client-go]

2024-04-18 Thread via GitHub
Soulter closed pull request #1064: Improve performance and ignore some unused returns and fit with go specifications. URL: https://github.com/apache/rocketmq-client-go/pull/1064 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[I] 事务异常检查间隔5.x已经从60s改成了30s [rocketmq-site]

2024-04-18 Thread via GitHub
asjfoajs opened a new issue, #637: URL: https://github.com/apache/rocketmq-site/issues/637 The issue tracker is **ONLY** used for bug report and feature request. Any question or RocketMQ proposal please use our [mailing lists](http://rocketmq.apache.org/about/contact/). **BUG

Re: [PR] [ISSUE #8023] Add expression filtering capability to the pullBlockIfNotFound method of pull consumer [rocketmq]

2024-04-18 Thread via GitHub
ShannonDing merged PR #8024: URL: https://github.com/apache/rocketmq/pull/8024 -- 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] [Enhancement] Add expression filtering capability to the pullBlockIfNotFound method of pull consumer [rocketmq]

2024-04-18 Thread via GitHub
ShannonDing closed issue #8023: [Enhancement] Add expression filtering capability to the pullBlockIfNotFound method of pull consumer URL: https://github.com/apache/rocketmq/issues/8023 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

(rocketmq) branch develop updated: Add expression filtering capability to the pullBlockIfNotFound method of pull consumer (#8024)

2024-04-18 Thread dinglei
This is an automated email from the ASF dual-hosted git repository. dinglei 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 f7dbc94ad7 Add expression filtering capabil

[PR] [ISSUES: # 637] Change the transaction check interval from 60 to 30 [rocketmq-site]

2024-04-18 Thread via GitHub
asjfoajs opened a new pull request, #638: URL: https://github.com/apache/rocketmq-site/pull/638 Please do not create a Pull Request without creating an issue first. ## What is the purpose of the change Because the transaction check interval in the code has changed ## Bri

Re: [I] 事务异常检查间隔5.x已经从60s改成了30s [rocketmq-site]

2024-04-18 Thread via GitHub
asjfoajs commented on issue #637: URL: https://github.com/apache/rocketmq-site/issues/637#issuecomment-2065814514 https://github.com/apache/rocketmq-site/pull/638 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

2024-04-18 Thread GitBox
The GitHub Actions job "PUSH-CI" on rocketmq.git has failed. Run started by GitHub user ShannonDing (triggered by ShannonDing). Head commit for run: f7dbc94ad715143ad610e026f73a3d60a01204d6 / rongtong Add expression filtering capability to the pullBlockIfNotFound method of pull consumer (#8024

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

2024-04-18 Thread GitBox
The GitHub Actions job "Coverage" on rocketmq.git has failed. Run started by GitHub user ShannonDing (triggered by ShannonDing). Head commit for run: f7dbc94ad715143ad610e026f73a3d60a01204d6 / rongtong Add expression filtering capability to the pullBlockIfNotFound method of pull consumer (#802

Re: [I] [Bug] Memory leakage detected when IndexStoreService is enabled and TieredMessageStore's FileSegment is PosixFileSegment [rocketmq]

2024-04-18 Thread via GitHub
lizhimins commented on issue #8017: URL: https://github.com/apache/rocketmq/issues/8017#issuecomment-2065830555 对于 SSD 转 HDD 场景,当前设计中 PosixFileSegment 主要是为了测试场景,可以改进。如果用 MappedByteBuffer,把数据从 CommitLog 复制到 FileSegment,也会有 pagecache 浪费内存的问题。至于如何实现,可以搜索 Java directIO lib For copy data

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

2024-04-18 Thread GitBox
The GitHub Actions job "Build and Run Tests by Maven" on rocketmq.git has failed. Run started by GitHub user ShannonDing (triggered by ShannonDing). Head commit for run: f7dbc94ad715143ad610e026f73a3d60a01204d6 / rongtong Add expression filtering capability to the pullBlockIfNotFound method of