Skip to content

Releases: CodisLabs/codis

3.0-alpha

24 Dec 05:54
Compare
Choose a tag to compare
3.0-alpha Pre-release
Pre-release

In 3.0, we redesign dashboard and rpc between dashboard and proxies.
We don't need zk/etcd any more, they are only optional for service discovery now.

2.0.11

30 Nov 08:51
Compare
Choose a tag to compare

roll more files to avoid replace old proxy logs, it is a temporary fix

2.0.10

23 Nov 18:42
Compare
Choose a tag to compare

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

26 Oct 08:26
Compare
Choose a tag to compare

Godep is required rather than optional now because some dependency may broken on master

2.0.8

23 Oct 06:40
Compare
Choose a tag to compare

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

17 Sep 12:23
Compare
Choose a tag to compare

fix bug when proxy reading redis get error

2.0.6

14 Sep 08:08
Compare
Choose a tag to compare

skip pre_migrate if slot is already migrating

2.0.5

10 Sep 09:12
Compare
Choose a tag to compare

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

06 Sep 05:08
Compare
Choose a tag to compare

rollback from pre_migrate to online if migration task failed

2.0.3

26 Aug 09:58
Compare
Choose a tag to compare

If there is slot migrating, proxy online should be allowed