未验证 提交 d15234c6 编写于 作者: H huangli 提交者: GitHub

Improve exception handle of transaction check service (#1783)

上级 35c38888
......@@ -240,8 +240,7 @@ public class TransactionalMessageServiceImpl implements TransactionalMessageServ
transactionalMessageBridge.updateConsumeOffset(opQueue, newOpOffset);
}
}
} catch (Exception e) {
e.printStackTrace();
} catch (Throwable e) {
log.error("Check error", e);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册