dingshuangxi888 commented on code in PR #6781:
URL: https://github.com/apache/rocketmq/pull/6781#discussion_r1206203667
##########
tieredstore/src/main/java/org/apache/rocketmq/tieredstore/TieredMessageFetcher.java:
##########
@@ -65,13 +66,13 @@ public class TieredMessageFetcher {
private final TieredMessageStoreConfig storeConfig;
private final String brokerName;
private TieredMetadataStore metadataStore;
- private final TieredContainerManager containerManager;
+ private final TieredFlatFileManager containerManager;
Review Comment:
这个字段名是不是改下,提升代码理解
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]