Pankraz76 commented on code in PR #21167:
URL: https://github.com/apache/kafka/pull/21167#discussion_r2630240149
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java:
##########
@@ -1847,8 +1847,7 @@ void maybeInitTaskTimeoutsOrThrow(
final long nowMs
) {
for (final TopicPartition partition : partitions) {
- final Task task = getActiveTask(partition);
- task.maybeInitTaskTimeoutOrThrow(nowMs, timeoutException);
Review Comment:
ty for boiling down.
Now we have reached final version, can not take away anymore.
--
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]