cloudfoundry-attic / etcd-release

Apache License 2.0
3 stars 17 forks source link

etcd server failed to start when using NFS disk with outdated etcd version #48

Closed zhanggbj closed 6 years ago

zhanggbj commented 6 years ago

Hi,

etcd server failed to start when using NFS disk as below due to can't get file lock. This issue has been reported and fixed in https://github.com/coreos/etcd/pull/4861 (Apr 16, 2016).

However I noticed in etcd-release/src/etcdfab/vendor/github.com/coreos/etcd, it is still using etcd @e4561dd with version v2.2.0 (Sep 11, 2015), which is a little bit outdated.

I'm wondering is there any plan to update etcd version or is there any other concern? Thanks!

2017-11-16 15:37:19.980327 I | etcdserver: data dir = /var/vcap/store/etcd
2017-11-16 15:37:19.980334 I | etcdserver: member dir = /var/vcap/store/etcd/member
2017-11-16 15:37:19.980340 I | etcdserver: heartbeat = 50ms
2017-11-16 15:37:19.980346 I | etcdserver: election = 1000ms
2017-11-16 15:37:19.980352 I | etcdserver: snapshot count = 10000
2017-11-16 15:37:19.980363 I | etcdserver: advertise client URLs = https://etcd-0.etcd-set.cf.svc.cluster.local:4001
2017-11-16 15:37:19.991597 C | etcdserver: open wal error: bad file descriptor
cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/152951010

The labels on this github issue will be updated when the story is started.

genevieve commented 6 years ago

This issue describes some of the blocks to upgrading etcd version: https://github.com/cloudfoundry-incubator/etcd-release/issues/31

We do not have plans to update the version.