You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2024. It is now read-only.
在A服务在A服务上添加@SagaStart注解,但没有加@Compensable注解;B服务@SagaStart注解和@Compensable注解这两个注解都没有添加;A通过openFeign来调用B服务正常;
5 . 在A服务在A服务上添加@SagaStart注解,但没有加@Compensable注解;B服务上添加@Compensable注解,但没有加@Compensable注解这两个注解都没有添加;A通过openFeign来调用B服务则报错;
错误如下:
A服务报错:java.net.socketTimeoutExcption: Read timed out
B服务报错:org.apache.servicecomb.pack.omega.transation.OmegaException: Failed to get reconnected sender, all alpha server is down.