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
Thanos, Prometheus and Golang version used:
Thanos: thanosio/thanos:master-2020-02-18-a354bfba
Prometheus: prom/prometheus:v2.15.1
Object Storage Provider:
GCP
What happened:
Thanos Store crash due to :
fatal error: fault
unexpected fault address ....
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
I switched Thanos Store in our testing environment to use the latest master docker build master-2020-02-18-a354bfba and enable the new experimental flag --experimental.enable-index-header.
I am not sure how to reproduce it since Thanos Store was under low load. Switching to the latest master with the experimental flag was the only change I did
PS: It just happened once within the last 24 hours.
Hi @anas-aso this issue looks like a duplicate of #2147. A fix for this has just been merged via #2151. Please try master to verify that your issue is resolved :)
Thanos, Prometheus and Golang version used:
Thanos: thanosio/thanos:master-2020-02-18-a354bfba
Prometheus: prom/prometheus:v2.15.1
Object Storage Provider:
GCP
What happened:
Thanos Store crash due to :
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
I switched Thanos Store in our testing environment to use the latest master docker build
master-2020-02-18-a354bfba
and enable the new experimental flag--experimental.enable-index-header
.I am not sure how to reproduce it since Thanos Store was under low load. Switching to the latest master with the experimental flag was the only change I did
PS: It just happened once within the last 24 hours.
Full logs to relevant components:
I cropped the logs since the full logs is > 3000 lines and most of them are due to SIG TERM/KILL from Kubernetes since Thanos Store was unresponsive.
Anything else we need to know:
Thanos is running on a GKE cluster.
The text was updated successfully, but these errors were encountered: