RongtongJin commented on code in PR #10074:
URL: https://github.com/apache/rocketmq/pull/10074#discussion_r2767523653
##########
store/src/main/java/org/apache/rocketmq/store/StoreCheckpoint.java:
##########
@@ -33,6 +33,7 @@ public class StoreCheckpoint {
private final RandomAccessFile randomAccessFile;
private final FileChannel fileChannel;
private final MappedByteBuffer mappedByteBuffer;
+ private volatile long logicsMsgTempTimestamp = 0;
Review Comment:
tmpLogicsMsgTimestamp maybe better
--
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]