mjsax commented on a change in pull request #9835:
URL: https://github.com/apache/kafka/pull/9835#discussion_r552886673
##########
File path:
streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java
##########
@@ -1495,8 +1502,8 @@ public void
shouldOnlyCommitRevokedStandbyTaskAndPropagatePrepareCommitException
};
task01.setCommitNeeded();
- taskManager.tasks().put(taskId00, task00);
Review comment:
We get a read-only view from `tasks()` now, what protects us from
accidentally messing with the task container.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]