Comment 6 for bug 1288878

Revision history for this message
Sergey Gotliv (sgotliv) wrote :

Guys,

I think that all usages of clear_local_context in oslo.messaging library must be wrapped
with try/except and just print a warning to the log instead of propagating this error to the caller.
I don't see any particular reason why clear operation should fail especially considering a fact
that caller doesn't aware of localcontext existence and doesn't use it.