Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

当下游服务出现异常,下游服务catch了异常那上游服务的事务基于LCN会回滚吗 #569

Open
1 task
hsaint2004j opened this issue Aug 20, 2021 · 0 comments

Comments

@hsaint2004j
Copy link

  • I have searched the issues of this repository and believe that this is not a duplicate.

1. Bug Description

当下游服务出现异常,下游服务catch了,异常那上游服务的事务基于LCN会回滚不。我的理解是不管下游服务发生异常 会发出通知给TM。TM会通知上游服务回滚事务。而不是通过下游服务抛出异常,上游服务拿到异常通过本地事务进行回滚。

目前的场景是 A,B两个服务 A服务调用B服务,B服务发生了异常,被catch住了。A服务事务不回滚。

2. Environment:

  • JDK version: 1.8
  • OS:
  • TX-LCN version: 5.0.2
  • Others:

3. Exception Stacktrace

Paste your Exception Stacktrace here!

4. Tour Idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant