bxfjb

Results 17 issues of bxfjb

### 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 searched the...

type/bug

### 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 searched the...

type/new feature
module/tiered-store

### 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 searched the...

### 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 searched the...

### Which Issue(s) This PR Fixes Fixes #8017 ### Brief Description - Using `MappedByteBuffer` in `PosixFileSegment` instead of `FileChannel.write()` or `FileChannel.read()` functions; avoiding `FileChannel.transferFrom` as it has been tested to...

### Which Issue(s) This PR Fixes Fixes #8334 ### Brief Description ### How Did You Test This Change?

### 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 searched the...

### Which Issue(s) This PR Fixes Fixes #8065 ### Brief Description See #8065 ### How Did You Test This Change?

### Which Issue(s) This PR Fixes Fixes #8066 ### Brief Description 1. 限制从节点分级存储行为 1.1. 修改 `MessageStoreDispatcherImpl#dispatch`:从节点不将消息分发到分级存储; 1.2. 修改 `FlatFileStore#load`:从节点不进行 recover 操作; 2. 主从节点数据同步 2.1. 在`SlaveSynchronize#syncAll` 中增加 `syncTieredMetadata`方法,定时同步分级存储元数据; 2.2. 在 `BrokerController`...

### Which Issue(s) This PR Fixes Fixes #8594 ### Brief Description ### How Did You Test This Change?