Reviewed: https://review.opendev.org/c/openstack/neutron/+/821927 Committed: https://opendev.org/openstack/neutron/commit/385b0ad203da40a2c0110948c0f46feb78ead2be Submitter: "Zuul (22348)" Branch: master
commit 385b0ad203da40a2c0110948c0f46feb78ead2be Author: shanyunfan33 <[email protected]> Date: Thu Dec 16 10:48:53 2021 +0800 Add wait event for metadataagent sb_idl resolve bug:'MetadataAgent' object has no attribute 'sb_idl' Closes-Bug: #1953295 Change-Id: Id83bee82e5c476395ff422dcaf89c0095e74a8ec ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1953295 Title: neutron-ovn-metadata-agent AttributeError: 'MetadataAgent' object has no attribute 'sb_idl' Status in neutron: Fix Released Bug description: It is similar to bug [1]neutron-ovn-metadata-agent AttributeError: 'MetadataProxyHandler' object has no attribute 'sb_idl' but this failure is in MetadataAgent process. When I start neutron-ovn-metadata-agent,it will reports mistakes by Sporadically Stacktrace of Attribute error: ERROR ovsdbapp.event [- req=None - - - - -] Unexpected exception in notify_loop: AttributeError: 'MetadadaAgent' object has no attribute 'sb_idl' ERROR ovsdbapp.event Tracebask (most recent call last): ERROR ovsdbapp.event File "/var/lib/kolla/venv/lib/python3.6/site-packages/ovsdbapp/event.py", line 159, in notify_loop ERROR ovsdbapp.event match.run(event, row, updates) ERROR ovsdbapp.event File "/var/lib/kolla/venv/lib/python3.6/site-packages/neutron/agent/ovn/metadata/agent.py", line 188, in run ERROR ovsdbapp.event self.agent.sb_idl.db_set( ERROR ovsdbapp.event AttributeError: 'MetadataAgent' object has no attribute 'sb_idl' ERROR ovsdbapp.event [1]https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1928031 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1953295/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

