cadonna commented on code in PR #18485:
URL: https://github.com/apache/kafka/pull/18485#discussion_r1914817264
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StateDirectory.java:
##########
@@ -364,7 +364,6 @@ synchronized boolean lock(final TaskId taskId) {
} else {
lockedTasksToOwner.put(taskId, Thread.currentThread());
// make sure the task directory actually exists, and create it if
not
Review Comment:
I just noticed that this comment does not make sense anymore since the
following line is removed. This also applies to `trunk`. Could you please
remove the comment here and open a PR to remove the comment for `trunk`?
--
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]