[zmq] Message sending shouldn't fail when redis is not available
Bug #1610958 reported by
Oleksii Zamiatin
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslo.messaging |
Fix Released
|
Undecided
|
Oleksii Zamiatin |
Bug Description
In ZeroMQ driver we use Redis as a point of coordination where nodes/services can discover each other. When nodes discovery done and connections has being established we don't need Redis any more, until we want to add some more nodes/services/
Currently driver fails with error when Redis is not available in the system.
Expected: Each time driver couldn't update from Redis warning message is being logged and work continues with cached targets state and on existing connections.
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/352579
Review: https:/