frankvicky commented on code in PR #18913:
URL: https://github.com/apache/kafka/pull/18913#discussion_r1957074016
##########
storage/src/main/java/org/apache/kafka/storage/internals/log/AbstractIndex.java:
##########
@@ -326,7 +326,7 @@ protected final MappedByteBuffer mmap() {
}
/*
- * Kafka mmaps index files into memory, and all the read / write
operations of the index is through OS page cache. This
+ * Kafka maps index files into memory, and all the read / write operations
of the index is through OS page cache. This
Review Comment:
I think it's not a typo, but it actually refers to the `mmap` system call.
--
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]