Missing handler for logging in coordinator
Bug #1849912 reported by
sapd
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tooz |
New
|
Undecided
|
Unassigned |
Bug Description
We are using tooz for in-house tool and etcd for backend. We also enable heartbeat for group coordinator. The source code is similar to [1]
When the connection between worker and etcd is interrupted. The tooz coordinator tries to reconnect by using tenacity library [2].
We get the error: No handlers could be found for logger "tooz.coordination"
Reason: LOG in [3] does not have handler
[1] - https:/
[2] - https:/
[3] - https:/
To post a comment you must log in.