You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/10/21 11:59:21 UTC

[GitHub] [dolphinscheduler] ruanwenjun commented on pull request #12445: [Fix-12425][API] Add rollbackFor setting.

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: commits-unsubscribe@dolphinscheduler.apache.org

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