Skip to content

9.0.x: Connection errors to healthy origin #7638

Description

@mtorluemke

From docs:

20210328.17h19m28s CONNECT:[0] could not connect [CONNECTION_ERROR] to 192.168.3.1 for 'http://192.168.3.1:2000/' connect_result=5 src_port=0
20210328.17h19m37s CONNECT:[0] could not connect [CONNECTION_ERROR] to 192.168.3.1 for 'http://192.168.3.1:2000' connect_result=5 src_port=0
20210328.17h19m39s CONNECT:[0] could not connect [CONNECTION_ERROR] to 192.168.3.1 for 'http://192.168.3.1:2000/' connect_result=5 src_port=0
20210328.17h20m28s CONNECT:[0] could not connect [CONNECTION_ERROR] to 192.168.3.1 for 'http://192.168.3.1:2000/' connect_result=5 src_port=0

But, connectivity is fine:

root@origin1 # telnet 192.168.3.1 2000
Trying 192.168.3.1...
Connected to 192.168.3.1.
Escape character is '^]'.
^CConnection closed by foreign host.
root@origin1 #

Error is from:

//////////////////////////////////////////
...which hasn't changed in a few years.

So, one theory is that connectivity had an interruption, and did not recover when the connectivity is restored.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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