[sheepdog] [PATCH 0/8] stablize zookeeper driver

Liu Yuan namei.unix at gmail.com
Sun Dec 23 16:26:23 CET 2012


From: Liu Yuan <tailai.ly at taobao.com>

This is second round patch set for zookeeper. Integrate the zookeeper to our
test framework and now zookeeper driver can pass all of it.

Liu Yuan (8):
  test: teach test framework to test zookeeper driver
  zookeeper: fix zk_tree_destroy()
  zookeeper: don't kick start next event when not joined
  zookeeper: remove retry at create phrase
  zookeeper: allow only one to continue for concurrent setup
  zookeeper: fix kick_block_event logic
  zookeeper: pass membership in event for join request
  zookeeper: fix spurious seq node events

 sheep/cluster.h           |    2 +-
 sheep/cluster/zookeeper.c |  318 ++++++++++++++++++++++++++-------------------
 tests/001                 |    8 +-
 tests/002                 |    1 +
 tests/004                 |    4 +-
 tests/005                 |   11 +-
 tests/007                 |    9 +-
 tests/008                 |    4 +
 tests/015                 |    1 +
 tests/024                 |   18 +--
 tests/026                 |    7 +
 tests/031                 |    2 +-
 tests/034                 |    6 +
 tests/044                 |    4 +
 tests/048                 |    1 +
 tests/049                 |    2 +-
 tests/HOWTO               |    2 +
 tests/check               |    6 +
 tests/common.rc           |   18 ++-
 19 files changed, 262 insertions(+), 162 deletions(-)

-- 
1.7.9.5




More information about the sheepdog mailing list