cadonna commented on code in PR #12638:
URL: https://github.com/apache/kafka/pull/12638#discussion_r970625278


##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java:
##########
@@ -98,7 +99,7 @@ public void run() {
                 while (isRunning.get()) {
                     try {
                         runOnce();
-                    } catch (final InterruptedException interruptedException) {
+                    } catch (final InterruptedException | InterruptException 
interruptedException) {

Review Comment:
   The restore consumer might throw a `InterruptException` when the state 
updater is shutdown.



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to