mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-30 18:10:44 +08:00
Fix typo
This commit is contained in:
@@ -486,11 +486,11 @@ public class MappedFile extends ReferenceResource {
|
||||
|
||||
// force flush when prepare load finished
|
||||
if (type == FlushDiskType.SYNC_FLUSH) {
|
||||
log.info("mapped file worm up done, force to disk, mappedFile={}, costTime={}",
|
||||
log.info("mapped file warm-up done, force to disk, mappedFile={}, costTime={}",
|
||||
this.getFileName(), System.currentTimeMillis() - beginTime);
|
||||
mappedByteBuffer.force();
|
||||
}
|
||||
log.info("mapped file worm up done. mappedFile={}, costTime={}", this.getFileName(),
|
||||
log.info("mapped file warm-up done. mappedFile={}, costTime={}", this.getFileName(),
|
||||
System.currentTimeMillis() - beginTime);
|
||||
|
||||
this.mlock();
|
||||
|
||||
Reference in New Issue
Block a user