Releases: CodisLabs/codis
Release list
3.0-alpha
2.0.11
roll more files to avoid replace old proxy logs, it is a temporary fix
2.0.10
We fix some bugs of zkhelper on etcd supporting, if you use etcd rather than zookeeper, you MUST upgrade codis to 2.0.10.
Others: only handle latest action to reduce the number of queries to zk/etcd when a proxy is newly started.
2.0.9
Godep is required rather than optional now because some dependency may broken on master
2.0.8
We are sorry for being misled by go-zookeeper's code comment. The zk client's session timeout config is millisecond rather than second as it said... It results in the probability of "session expired" much higher than expected. So we publish a new version to handle this issue.
Now default value of zk_session_timeout in config.ini is 30000, and if it is still a small number, we will regard it as second and *1000 automatically.
2.0.7
fix bug when proxy reading redis get error
2.0.6
skip pre_migrate if slot is already migrating
2.0.5
According to high frequency issues by codis users:
- Mark the proxy online automatically when it is started, you do not need to do it manually on dashborad.
- Ignore the
node already existserror on creating fence node. - Disallow slot set on non-offline slot, it is an init-only operation.
2.0.4
rollback from pre_migrate to online if migration task failed
2.0.3
If there is slot migrating, proxy online should be allowed