shashankhs11 commented on code in PR #20777:
URL: https://github.com/apache/kafka/pull/20777#discussion_r2463871348
##########
streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java:
##########
@@ -2839,75 +2732,6 @@ public void shouldSuspendActiveTasksDuringRevocation() {
assertThat(task00.state(), is(Task.State.SUSPENDED));
}
- @SuppressWarnings("removal")
- @Test
- public void
shouldCommitAllActiveTasksThatNeedCommittingOnHandleRevocationWithEosV2() {
Review Comment:
Honestly, I removed them blindly only since they were marked for removal.
Another oversight by me 😓
I'll replace them in another commit.
--
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]