Releases: CodisLabs/codis
3.0-alpha
2.0.11
roll more files to avoid replace old proxy logs, it is a temporary fix
2.0.10
2.0.9
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 exists
error 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