chia7712 commented on a change in pull request #9262: URL: https://github.com/apache/kafka/pull/9262#discussion_r490405191
########## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StateDirectory.java ########## @@ -280,7 +280,7 @@ synchronized void unlock(final TaskId taskId) throws IOException { public synchronized void clean() { // remove task dirs try { - cleanRemovedTasks(0, true); + cleanRemovedTasksCalledByUser(); } catch (final Exception e) { // this is already logged within cleanRemovedTasks Review comment: The previous comment is invalid as the method "cleanRemovedTasks" is removed. The replacement is "cleanRemovedTasksCalledByUser" ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org