ruanwenjun commented on PR #12445: URL: https://github.com/apache/dolphinscheduler/pull/12445#issuecomment-1286863546
Good catch, at default the `@Transactional ` will only rollback when meet `unchecked exception and error`, if we set `@Transactional=ExceptionA.class` it will rollback for `ExceptionA`, `unchecked exception` and error. -- 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]
