shashankhs11 commented on code in PR #21157:
URL: https://github.com/apache/kafka/pull/21157#discussion_r2620179546
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java:
##########
@@ -843,77 +842,6 @@ private StreamTask convertStandbyToActive(final
StandbyTask standbyTask, final S
return activeTaskCreator.createActiveTaskFromStandby(standbyTask,
partitions, mainConsumer);
}
- /**
- * Tries to initialize any new or still-uninitialized tasks, then checks
if they can/have completed restoration.
- *
- * @throws IllegalStateException If store gets registered after
initialized is already finished
- * @throws StreamsException if the store's change log does not contain the
partition
- * @return {@code true} if all tasks are fully restored
- */
- boolean tryToCompleteRestoration(final long now,
Review Comment:
😅
--
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]