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
"level=error ts=2018-07-30T20:49:38.431204001Z caller=cluster.go:215 component=cluster msg="none of the peers was can be reached" peerType=source knownPeers=thanosquery.reviewpush.internal:10910 err="1 error occurred:\n\n* Failed to join 10.1.202.126: dial tcp 10.1.202.126:10910: i/o timeout""
However when I run this go program:
package main
import (
"net""fmt"
)
funcmain() {
fmt.Println(net.LookupHost("thanosquery.reviewpush.internal"))
}
I get this output: [127.0.0.1] <nil>
root@monitoring-staging-10-1-209-175:~# thanos --version
thanos, version 0.1.0-rc.2 (branch: master, revision: ecfce89)
build user: root@2a8d986bc659
build date: 20180727-18:43:29
go version: go1.10.3
root@monitoring-staging-10-1-209-175:~# prometheus --version
prometheus, version 2.3.2 (branch: HEAD, revision: 71af5e29e815795e9dd14742ee7725682fa14b7b)
build user: root@5258e0bd9cc1
build date: 20180712-14:02:52
go version: go1.10.3
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Thanos is giving me the error:
"level=error ts=2018-07-30T20:49:38.431204001Z caller=cluster.go:215 component=cluster msg="none of the peers was can be reached" peerType=source knownPeers=thanosquery.reviewpush.internal:10910 err="1 error occurred:\n\n* Failed to join 10.1.202.126: dial tcp 10.1.202.126:10910: i/o timeout""
However when I run this go program:
I get this output:
[127.0.0.1] <nil>
root@monitoring-staging-10-1-209-175:~# thanos --version
thanos, version 0.1.0-rc.2 (branch: master, revision: ecfce89)
build user: root@2a8d986bc659
build date: 20180727-18:43:29
go version: go1.10.3
root@monitoring-staging-10-1-209-175:~# prometheus --version
prometheus, version 2.3.2 (branch: HEAD, revision: 71af5e29e815795e9dd14742ee7725682fa14b7b)
build user: root@5258e0bd9cc1
build date: 20180712-14:02:52
go version: go1.10.3
The text was updated successfully, but these errors were encountered: