You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/02/22 02:34:04 UTC

[GitHub] [servicecomb-pack] Jakty commented on issue #634: Failed to get reconnected sender, all alpha server is down

Jakty commented on issue #634: Failed to get reconnected sender, all alpha server is down
URL: https://github.com/apache/servicecomb-pack/issues/634#issuecomment-589908544
 
 
   > 环境:spring boot , spring cloud,注册中心用的是eureka
   > 问题:
   > 现在有两个微服务A和B,两个服务都添加了Omega-transport-feign的依赖版本(所有的版本均为0.5.0)。问题点出在5上
   > 
   > 1. 在A服务上添加@SagaStart注解和@Compensable注解时访问A服务一切正常;
   > 2. 也在B服务上添加@SagaStart注解和@Compensable注解时访问B服务也一切正常;
   > 3. 在A、B服务都没有添加@SagaStart注解和@Compensable注解,A通过openFeign来调用B服务也正常;
   > 4. 在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.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services