mjsax commented on code in PR #16970:
URL: https://github.com/apache/kafka/pull/16970#discussion_r1735336514


##########
streams/src/test/java/org/apache/kafka/streams/integration/RestoreIntegrationTest.java:
##########
@@ -710,8 +704,8 @@ public void onRestoreSuspended(final TopicPartition 
topicPartition,
                                        final String storeName,
                                        final long totalRestored) {
             log.info("[{}] called onRestoreSuspended. topicPartition={}, 
storeName={}, totalRestored={}",
-                     instanceName, topicPartition, storeName, totalRestored);
-            onRestoreSuspendedLatch.countDown();

Review Comment:
   Is `onRestoreSuspendedLatch` still used and can it be removed?



-- 
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]

Reply via email to