Skip to content

Commit

Permalink
[ISSUE apache#7902] fix:reput thread may quit by throwing error
Browse files Browse the repository at this point in the history
  • Loading branch information
humkum authored Mar 14, 2024
1 parent ab9a401 commit 3c27bfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2926,7 +2926,7 @@ public void run() {
try {
TimeUnit.MILLISECONDS.sleep(1);
this.doReput();
} catch (Exception e) {
} catch (Throwable e) {
DefaultMessageStore.LOGGER.warn(this.getServiceName() + " service has exception. ", e);
}
}
Expand Down

0 comments on commit 3c27bfe

Please sign in to comment.