mjsax commented on code in PR #20767:
URL: https://github.com/apache/kafka/pull/20767#discussion_r2496598629
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java:
##########
@@ -607,44 +606,22 @@ private boolean removeFailedTask(final TaskId taskId,
final CompletableFuture<Re
}
}
- private void removeTask(final TaskId taskId) {
- final Task task;
- if (updatingTasks.containsKey(taskId)) {
- task = updatingTasks.get(taskId);
+ private void pauseTask(final Task task) {
Review Comment:
Thanks. That's helpful. Git is sometimes weird.
--
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]