Skip to content

Commit

Permalink
MINOR: remove old comment in streams StateDirectory (apache#18546)
Browse files Browse the repository at this point in the history
Reviewers: Bruno Cadonna <cadonna@apache.org>, Chia-Ping Tsai <chia7712@gmail.com>
  • Loading branch information
aliehsaeedii authored Jan 15, 2025
1 parent e12db66 commit 512e0c9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ synchronized boolean lock(final TaskId taskId) {
throw new IllegalStateException("The state directory has been deleted");
} else {
lockedTasksToOwner.put(taskId, Thread.currentThread());
// make sure the task directory actually exists, and create it if not
return true;
}
}
Expand Down

0 comments on commit 512e0c9

Please sign in to comment.