Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Failed to get reconnected sender, all alpha server is down #634

@Jakty

Description

@Jakty

环境: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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions