Reviewers: mp+101132_code.launchpad.net, Message: Please take a look. Description: managed zk connections for transient and session failures. This branch switches agents to use managed session clients which automatically retry in the face of transient disconnections, and automatically restablish session on expiration (with watch and ephemeral node handling). https://code.launchpad.net/~hazmat/juju/managed-zk-client/+merge/101132 (do not edit description out of merge proposal) Please review this at https://codereview.appspot.com/5989050/ Affected files: A [revision details] M juju/agents/base.py M juju/charm/tests/test_publisher.py M juju/lib/testing.py M juju/providers/dummy.py M juju/providers/local/__init__.py M juju/state/tests/common.py M juju/state/tests/test_base.py M juju/state/tests/test_initialize.py M juju/state/tests/test_relation.py M juju/state/tests/test_utils.py Index: [revision details] === added file '[revision details]' --- [revision details] 2012-01-01 00:00:00 +0000 +++ [revision details] 2012-01-01 00:00:00 +0000 @@ -0,0 +1,2 @@ +Old revision: