噜啦啦

Results 1 comments of 噜啦啦

今天也遇到了这个问题,我使用的是 5.0.2 版本,采用的分布式事务是: ``` @LcnTransaction(propagation = DTXPropagation.REQUIRED) @LcnTransaction(propagation = DTXPropagation.SUPPORTS) ``` 跟踪源码发现我这边是由于分布式事务超时导致的空指针异常,问题分析及解决办法: ``` tx-lcn: manager: # 分布式事务超时时间(ms),需要大于[(微服务调用链长度 e) * (hystrix 超时时间) + N(多次跨服务调用))时间] # 否则会因为超时导致 com.codingapi.txlcn.tc.core.checking.DefaultDTXExceptionHandler.handleNotifyGroupBusinessException 的Throwable ex 参数为空, #...