8000 Tags · offscale/etcd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: offscale/etcd

Tags

v2.0.13

Toggle v2.0.13's commit message
- [GH 3030] The -advertise-client-urls flag is no longer required if …

…falling back to proxy mode when discovery, or using read-only proxy mode.

v2.0.12

Toggle v2.0.12's commit message
- [GH 2323] Improve raft stability by making peer communication timeo…

…uts configurable

- [GH 2650] Improve error messages when the etcdctl cluster-health command cannot gather cluster health
- [GH 2877] etcd can now recover after bootstrap related errors
- [GH 2884] Improve performance under high load by reusing network connections when running in proxy mode
- [GH 2902] etcd no longer sends invalid requests to the active etcd cluster members when running in proxy mode.
- [GH 2916] The etcd build script now works outside of a git repository, but the version info in the resulting binary will not contain a valid Git SHA.
- [GH 2947] The -advertise-client-urls flag is no longer required when running in proxy mode

v2.0.11

Toggle v2.0.11's commit message
- [GH2689] fix the bug that newly joined member may panic

- [GH2705] fix the bug that stats may be updated before it is initialized
- [GH2749] fix the typo in the string representation of raftLog
- [GH2743] fix connection leak in proxy mode
- [GH2751 GH2811] support filelock for solaris and plan9
- [GH2756] improve the reliability of `etcdctl member remove`
- [GH2758] improve the disaster recovery guide
- [GH2761] demand users to set -advertise-client-urls explicitly for better usage
- [GH2560] print out more version informantion

v2.0.10

Toggle v2.0.10's commit message
- proxy shuffles endpoints to avoid being stuck to one member

- stop using resolved address to avoid TLS failure
- fix the bug that machine power-off might lead to corrupted wal
- fix the bug that etcdserver.Send does not print correct error log for messages to removed members
- etcdctl backup tool uses new file layout
- fix the bug that PUT request with prevExist=true and prevIndex/prevValue set is not parsed to CompareAndSwap
- fix the bug that etcd failed to recovery from recoverable WALs
- improve etcdctl help doc by adding ‘extended’ to output format

v2.0.9

Toggle v2.0.9's commit message
- etcd watchers no longer hang under when many watchers watch the sam…

…e key

- etcdctl now support import hidden keys from the given snapshot

v2.0.8

Toggle v2.0.8's commit message
- add 'etcdctl import' command to import the migration snap generated…

… in v0.4.8 etcd to 2.0 etcd cluster

- etcdctl takes an additional 2379, which is the IANA port of etcd client URL, as the default port
- etcd no longer builds debugging tools into bin/ directory

v0.4.9

Toggle v0.4.9's commit message
- revert allow_legacy related stuffs

- introduce /v2/migration/snapshot endpoint
0