mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-21 05:44:03 +08:00
fix(log) add log for interruptedException (#3854)
This commit is contained in:
+2
@@ -849,6 +849,8 @@ public class DefaultLitePullConsumerImpl implements MQConsumerInner {
|
||||
break;
|
||||
}
|
||||
updatePullOffset(messageQueue, pullResult.getNextBeginOffset(), processQueue);
|
||||
} catch (InterruptedException interruptedException) {
|
||||
log.warn("Polling thread was interrupted.", interruptedException);
|
||||
} catch (Throwable e) {
|
||||
pullDelayTimeMills = pullTimeDelayMillsWhenException;
|
||||
log.error("An error occurred in pull message process.", e);
|
||||
|
||||
Reference in New Issue
Block a user