gitlw commented on code in PR #12029:
URL: https://github.com/apache/kafka/pull/12029#discussion_r861772379


##########
core/src/main/scala/kafka/log/UnifiedLog.scala:
##########
@@ -1554,9 +1570,11 @@ class UnifiedLog(@volatile var logStartOffset: Long,
   }
 
   /**
-   * Completely delete the local log directory and all contents from the file 
system with no delay
+   * Completely delete the local log directory and all contents from the file 
system with no delay.
+   *
+   * Visible for testing.
    */
-  private[log] def delete(): Unit = {
+  def delete(): Unit = {

Review Comment:
   Fixed.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to