Skip to content

Commit

Permalink
Documentation: warn membership change while migration
Browse files Browse the repository at this point in the history
Fix etcd-io#7429.

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
  • Loading branch information
gyuho committed Mar 7, 2017
1 parent 1a3a345 commit 76803ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/upgrades/upgrade_3_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@ $ ETCDCTL_API=3 etcdctl endpoint health

- etcd &lt; v3.1 does not work properly if built with Go &gt; v1.7. See [Issue 6951](https://github.com/coreos/etcd/issues/6951) for additional information.
- If an error such as `transport: http2Client.notifyError got notified that the client transport was broken unexpected EOF.` shows up in the etcd server logs, be sure etcd is a pre-built release or built with (etcd v3.1+ &amp; go v1.7+) or (etcd &lt;v3.1 &amp; go v1.6.x).
- Adding a v3 node to v2.3 cluster during upgrades could trigger panic; see [Issue 7249](https://github.com/coreos/etcd/issues/7429). Mixed versions of etcd members are only allowed during upgrades. Finish the migration before making any membership changes.

[etcd-contact]: https://groups.google.com/forum/#!forum/etcd-dev

0 comments on commit 76803ea

Please sign in to comment.