cadonna commented on code in PR #12562:
URL: https://github.com/apache/kafka/pull/12562#discussion_r955893841
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdaterTest.java:
##########
@@ -1139,8 +1209,6 @@ public void shouldGetTasksFromUpdatingTasks() throws
Exception {
stateUpdater.add(standbyTask3);
verifyUpdatingTasks(activeTask1, activeTask2, standbyTask1,
standbyTask2, standbyTask3);
- final Set<Task> tasks = stateUpdater.getTasks();
-
Review Comment:
This is actually not needed since we verify the tasks in `verifyGetTasks()`
below.
--
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]