Skip to content

Commit 512e0c9

Browse files
authoredJan 15, 2025··
MINOR: remove old comment in streams StateDirectory (#18546)
Reviewers: Bruno Cadonna <cadonna@apache.org>, Chia-Ping Tsai <chia7712@gmail.com>
1 parent e12db66 commit 512e0c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎streams/src/main/java/org/apache/kafka/streams/processor/internals/StateDirectory.java

-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ synchronized boolean lock(final TaskId taskId) {
482482
throw new IllegalStateException("The state directory has been deleted");
483483
} else {
484484
lockedTasksToOwner.put(taskId, Thread.currentThread());
485-
// make sure the task directory actually exists, and create it if not
486485
return true;
487486
}
488487
}

0 commit comments

Comments
 (0)
Please sign in to comment.