Cannot use connection_retry and command_retry for KazooDriver
Bug #2148145 reported by
Eunkyung Kim
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| tooz |
In Progress
|
Undecided
|
Eunkyung Kim | ||
Bug Description
According to the documentation for the kazoo library,
to use the `connection_retry` or `command_retry` parameters of a KazooClient object,
it should be a `kazoo.
However, there is no logic to parse this parameter in the tooz layer.
And when I tested providing the `connection_retry` and `command_retry` parameter to the Zookeeper coordinator url, those parameters are recognized as a string type and generated a default KazooRetry object.
| Changed in python-tooz: | |
| assignee: | nobody → Eunkyung Kim (eunkyung) |
To post a comment you must log in.
Fix proposed to branch: master /review. opendev. org/c/openstack /tooz/+ /984292
Review: https:/