yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #09588
[Bug 1279163] [NEW] log-related tracebacks in nsx plugin
Public bug reported:
A number of VMware Mine Sweeper have shown this stacktrace:
2014-02-11 17:31:06.067 31651 DEBUG neutron.plugins.nicira.api_client.request [-] Setting X-Nvp-Wait-For-Config-Generation request header: '4403' _issue_request /opt/stack/neutron/neutron/plugins/nicira/api_client/request.py:124
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/__init__.py", line 846, in emit
msg = self.format(record)
File "/opt/stack/neutron/neutron/openstack/common/log.py", line 619, in format
return logging.StreamHandler.format(self, record)
File "/usr/lib/python2.7/logging/__init__.py", line 723, in format
return fmt.format(record)
File "/opt/stack/neutron/neutron/openstack/common/log.py", line 583, in format
return logging.Formatter.format(self, record)
File "/usr/lib/python2.7/logging/__init__.py", line 464, in format
record.message = record.getMessage()
File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage
msg = msg % self.args
File "/opt/stack/neutron/neutron/openstack/common/gettextutils.py", line 197, in __mod__
unicode_mod = super(Message, self).__mod__(params)
KeyError: u'sec'
Logged from file request.py, line 141
This pollutes the log and may break the normal control flow.
** Affects: neutron
Importance: Undecided
Assignee: Armando Migliaccio (armando-migliaccio)
Status: New
** Tags: nicira
** Changed in: neutron
Assignee: (unassigned) => Armando Migliaccio (armando-migliaccio)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1279163
Title:
log-related tracebacks in nsx plugin
Status in OpenStack Neutron (virtual network service):
New
Bug description:
A number of VMware Mine Sweeper have shown this stacktrace:
2014-02-11 17:31:06.067 31651 DEBUG neutron.plugins.nicira.api_client.request [-] Setting X-Nvp-Wait-For-Config-Generation request header: '4403' _issue_request /opt/stack/neutron/neutron/plugins/nicira/api_client/request.py:124
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/__init__.py", line 846, in emit
msg = self.format(record)
File "/opt/stack/neutron/neutron/openstack/common/log.py", line 619, in format
return logging.StreamHandler.format(self, record)
File "/usr/lib/python2.7/logging/__init__.py", line 723, in format
return fmt.format(record)
File "/opt/stack/neutron/neutron/openstack/common/log.py", line 583, in format
return logging.Formatter.format(self, record)
File "/usr/lib/python2.7/logging/__init__.py", line 464, in format
record.message = record.getMessage()
File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage
msg = msg % self.args
File "/opt/stack/neutron/neutron/openstack/common/gettextutils.py", line 197, in __mod__
unicode_mod = super(Message, self).__mod__(params)
KeyError: u'sec'
Logged from file request.py, line 141
This pollutes the log and may break the normal control flow.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1279163/+subscriptions
Follow ups
References