dromara / hmily

Distributed transaction solutions
https://dromara.org
Apache License 2.0
4.11k stars 1.41k forks source link

事务非发起方进行调试发现不会执行confirm方法 #334

Open DoctChen opened 2 years ago

DoctChen commented 2 years ago

image

当我发现我直接调试事务的任意参与方,得到的Executor对象为null?而只有在事务发起方的时候,才不是null,是不是bug?

DoctChen commented 2 years ago

版本是2.0.0-RELEASE,譬如张三给李四转账,而我直接调用李四的service,发现这个Executor线程池为null,而后就报空指针 image 框架是不是不稳定?