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
{{ message }}
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.
This is an issue I'm having while trying to start an etcd cluster with version 3.2 using CoreOS Container Linux and the provided etcd-member.service unit file. The problem appears both when upgrading from
3.1 and when starting a new cluster. This doesn't happen with any previous version (tried with 2.3, 3.0 and 3.1) and same configurations.
Maybe I'm misconfiguring something, but I cannot find what.
Bug
Container Linux Version
$ cat /etc/os-release
NAME="Container Linux by CoreOS"
ID=coreos
VERSION=1409.7.0
VERSION_ID=1409.7.0
BUILD_ID=2017-07-19-0005
PRETTY_NAME="Container Linux by CoreOS 1409.7.0 (Ladybug)"
ANSI_COLOR="38;5;75"
HOME_URL="https://coreos.com/"
BUG_REPORT_URL="https://issues.coreos.com"
COREOS_BOARD="amd64-usr"
Start members with the same cofiguration as previous point, but with ETCD_IMAGE_TAG=v3.1.
The cluster is healthy
Change configuration so ETCD_IMAGE_TAG=v3.2 and restart members one by one
When last member is restarted, cluster goes unhealthy and doesn't recover
Other Information
Members are continously logging messages like these:
3:44.297060 I | raft: b84cadd6519c819f became candidate at term 20
3:44.298000 I | raft: b84cadd6519c819f received MsgVoteResp from b84cadd6519c819f at term 20
3:44.298733 I | raft: b84cadd6519c819f [logterm: 18, index: 6752] sent MsgVote request to c7e5681337a477ff at term 20
3:44.298788 I | raft: b84cadd6519c819f [logterm: 18, index: 6752] sent MsgVote request to e057fbb8dd7aa671 at term 20
3:45.394940 I | raft: b84cadd6519c819f is starting a new election at term 20
3:45.395373 I | raft: b84cadd6519c819f became candidate at term 21
...
The text was updated successfully, but these errors were encountered:
Issue Report
This is an issue I'm having while trying to start an etcd cluster with version 3.2 using CoreOS Container Linux and the provided
etcd-member.service
unit file. The problem appears both when upgrading from3.1 and when starting a new cluster. This doesn't happen with any previous version (tried with 2.3, 3.0 and 3.1) and same configurations.
Maybe I'm misconfiguring something, but I cannot find what.
Bug
Container Linux Version
Environment
CoreOS Container Linux on virtualbox using vagrant scenario.
Expected Behavior
etcd cluster can be correctly started using
etcd-member.service
unit fileActual Behavior
etcd cluster doesn't reach the healthy state.
Reproduction Steps
Two ways to reproduce this:
With a new cluster:
Upgrading an existing 3.1 cluster:
ETCD_IMAGE_TAG=v3.1
.ETCD_IMAGE_TAG=v3.2
and restart members one by oneOther Information
Members are continously logging messages like these:
The text was updated successfully, but these errors were encountered: