Activity log for bug #1038050

Date Who What changed Old value New value Message
2012-08-17 11:52:31 Alex Brasetvik bug added bug
2012-08-17 11:52:31 Alex Brasetvik attachment added Fix and test for close-bug. https://bugs.launchpad.net/bugs/1038050/+attachment/3265347/+files/close-fix.diff
2012-08-17 12:21:16 Alex Brasetvik description zookeeper.init returns 0 as the handle for the first connection initialized. The check for a handle in ZookeeperClient.close erroneously checks `if not self.handle` (which is False when the handle is 0) instead of `if self.handle is None` like the other checks. Consequently, the underlying connection is not closed. zookeeper.init returns 0 as the handle for the first connection initialized. The check for a handle in ZookeeperClient.close erroneously checks `if not self.handle` (and self.handle is falsy when 0) instead of `if self.handle is None` like the other checks. Consequently, the underlying connection is not closed.
2012-08-17 18:30:41 Kapil Thangavelu txzookeeper: assignee Kapil Thangavelu (hazmat)
2012-09-19 11:26:36 Kapil Thangavelu txzookeeper: status New In Progress
2012-09-19 11:26:57 Kapil Thangavelu txzookeeper: importance Undecided Medium