Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upPrometheus 2.0.0 dies on headChunkReader #3554
Comments
brian-brazil
added
component/local storage
kind/bug
labels
Dec 8, 2017
This comment has been minimized.
This comment has been minimized.
|
Being tracked here: prometheus/tsdb#214 |
This comment has been minimized.
This comment has been minimized.
|
Closed this as DUP |
Savemech
closed this
Dec 18, 2017
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Savemech commentedDec 7, 2017
What did you do?
Actually nothing, few people watch Grafana, some alerts firing, some metrics collected. Nothing special
What did you expect to see?
Prometheus work smooth and by the numbers
What did you see instead? Under which circumstances?
Prometheus process got
Environment
Prometheus running in docker, from prom/prometheus
Server Version: 17.09.0-ce
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: xfs
Kernel Version: 4.4.0-95-generic
Operating System: Ubuntu 16.04.3 LTS
OSType: linux
Architecture: x86_64
CPUs: 12
Total Memory: 79.42GiB
Prometheus was started with followed command:
docker run --restart=always -d -p 9090:9090 -h="fancyname" --name=prometheus -v /opt/prom-docker/:/etc/prometheus/ -v /opt/prometheus/data:/prometheus --entrypoint="" prom/prometheus sh -c '/bin/prometheus --config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/prometheus --storage.tsdb.min-block-duration=1h --storage.tsdb.retention=91d'Linux 4.4.0-95-generic x86_64
Prometheus version:
docker exec -it prometheus /bin/sh
/prometheus $ prometheus --version
prometheus, version 2.0.0 (branch: HEAD, revision: 0a74f98)
build user: root@615b82cb36b6
build date: 20171108-07:11:59
go version: go1.9.2
Alertmanager version:
no issues with alertmanager actually
This happens time-to-time actually