Nikita-Shupletsov commented on code in PR #20767:
URL: https://github.com/apache/kafka/pull/20767#discussion_r2462195216
##########
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:
here it s basically the old pauseTask method wrapped in a try-catch. idk why
git decided to show such a strange diff.
the removeTask method was simply deleted
--
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]