You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/04/29 04:02:46 UTC

[GitHub] [kafka] ableegoldman commented on a change in pull request #10608: MINOR: clean up some remaining locking stuff in StateDirectory

ableegoldman commented on a change in pull request #10608:
URL: https://github.com/apache/kafka/pull/10608#discussion_r622718411



##########
File path: streams/src/test/java/org/apache/kafka/streams/processor/internals/StateDirectoryTest.java
##########
@@ -315,7 +314,7 @@ public void shouldCleanupStateDirectoriesWhenLastModifiedIsLessThanNowMinusClean
     }
 
     @Test
-    public void shouldCleanupObsoleteStateDirectoriesOnlyOnce() {
+    public void shouldCleanupObsoleteTaskDirectoriesAndDeleteTheDirectoryItself() {

Review comment:
       This test was originally added when we fixed a bug where Streams was continuously attempting to clean "empty" task directories and logging the `"Deleting obsolete state directory..."` message. The root cause of this was that we couldn't delete the task directory itself due to the lock file, so we just left empty directories behind. This PR fixes that, so I adapted the PR to test this new functionality since the old test wouldn't really make sense any more




-- 
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:
users@infra.apache.org