[Checkins] [zopefoundation/zc.zk] 4b3dc3: - Fixed: ZooKeeper operations (including closing Z...

GitHub noreply at github.com
Thu Aug 28 16:33:27 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zc.zk
  Commit: 4b3dc38c06010e037e2b73e5183a4a1810598ccd
      https://github.com/zopefoundation/zc.zk/commit/4b3dc38c06010e037e2b73e5183a4a1810598ccd
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-08-27 (Wed, 27 Aug 2014)

  Changed paths:
    M src/zc/zk/README.txt
    M src/zc/zk/__init__.py
    M src/zc/zk/disconnectiontests.py
    M src/zc/zk/tests.py

  Log Message:
  -----------
  - Fixed: ZooKeeper operations (including closing ZooKeeper
  connections) hung after network failures if ZooKeeper sessions were
  lost and ephemeral nodes (for registered services) had to be
  re-registered.

- Fixed: Didn't properly handle None values for node data returned by
  Kazoo 2.0.


  Commit: 1db32bab189bb4ae535ccb12757952ca3b25da7f
      https://github.com/zopefoundation/zc.zk/commit/1db32bab189bb4ae535ccb12757952ca3b25da7f
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-08-28 (Thu, 28 Aug 2014)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  be explicit about python versions


  Commit: ce369564a4bf2a19f5f76b8c5a72182104e5a769
      https://github.com/zopefoundation/zc.zk/commit/ce369564a4bf2a19f5f76b8c5a72182104e5a769
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-08-28 (Thu, 28 Aug 2014)

  Changed paths:
    M src/zc/zk/disconnectiontests.py
    M src/zc/zk/ephemeral_node_recovery_on_session_reestablishment.test

  Log Message:
  -----------
  We introduced some threads, because it's not safe to make kazoo calls
in a session watch callback. So added sleeps to some of the tests
having to do with session recovery.


  Commit: 9d8a77ce998ae39421ac935452809345a52e203d
      https://github.com/zopefoundation/zc.zk/commit/9d8a77ce998ae39421ac935452809345a52e203d
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-08-28 (Thu, 28 Aug 2014)

  Changed paths:
    M src/zc/zk/disconnectiontests.py

  Log Message:
  -----------
  thread pain


  Commit: 05ace0fc65fd88c9f4265f332df5846838fe31fe
      https://github.com/zopefoundation/zc.zk/commit/05ace0fc65fd88c9f4265f332df5846838fe31fe
  Author: Jim Fulton <jim at zope.com>
  Date:   2014-08-28 (Thu, 28 Aug 2014)

  Changed paths:
    M .travis.yml
    M src/zc/zk/README.txt
    M src/zc/zk/__init__.py
    M src/zc/zk/disconnectiontests.py
    M src/zc/zk/ephemeral_node_recovery_on_session_reestablishment.test
    M src/zc/zk/tests.py

  Log Message:
  -----------
  Merge pull request #10 from zopefoundation/fixes-2014-08-27

Fixed, especially for hang on reconnect. (Don't know why travis shows as failing. The last runs there are green.)


Compare: https://github.com/zopefoundation/zc.zk/compare/d150e34f28bb...05ace0fc65fd


More information about the checkins mailing list