Attempted access a driver-specific msg_id field
Bug #1855775 reported by
Ken Giusti
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslo.messaging |
Fix Committed
|
High
|
Ken Giusti |
Bug Description
The RPC server operates on an abstract class that represents an incoming message (RPCIncomingMes
A patch [1] that added extra message tracing violated that and accessed an attribute that was only available to the rabbitmq incoming message derived class (msg_id).
This will cause servers using a non-rabbitmq driver to fail on RPC request arrival.
Changed in oslo.messaging: | |
status: | Fix Committed → In Progress |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Oopsie - forgot to reference the review link: /review. opendev. org/#/c/ 698090/
https:/