satishd commented on code in PR #11390:
URL: https://github.com/apache/kafka/pull/11390#discussion_r1033492033


##########
core/src/main/scala/kafka/log/AbstractIndex.scala:
##########
@@ -36,7 +36,7 @@ import org.apache.kafka.common.utils.{ByteBufferUnmapper, 
OperatingSystem, Utils
  * @param maxIndexSize The maximum index size in bytes.
  */
 abstract class AbstractIndex(@volatile private var _file: File, val 
baseOffset: Long, val maxIndexSize: Int = -1,
-                             val writable: Boolean) extends Closeable {
+                             val writable: Boolean) {

Review Comment:
   Added Closeable as part of this PR, and we do not really need it with the 
latest changes.. 



-- 
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]

Reply via email to