Skip to content

Releases: CodisLabs/codis

3.0-alpha

3.0-alpha Pre-release
Pre-release

Choose a tag to compare

@spinlock spinlock released this 24 Dec 05:54

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

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 30 Nov 08:51

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

2.0.10

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 23 Nov 18:42

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

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 26 Oct 08:26

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

2.0.8

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 23 Oct 06:40

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

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 17 Sep 12:23

fix bug when proxy reading redis get error

2.0.6

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 14 Sep 08:08

skip pre_migrate if slot is already migrating

2.0.5

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 10 Sep 09:12

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

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 06 Sep 05:08

rollback from pre_migrate to online if migration task failed

2.0.3

Choose a tag to compare

@yangzhe1991 yangzhe1991 released this 26 Aug 09:58

If there is slot migrating, proxy online should be allowed