← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1844822] [NEW] linuxbridge agent crash after R ->S upgrade

 

Public bug reported:

After upgrading neutron from Rocky to Stein (openstack-ansible
deployment on ubuntu 16) I ran into an issue where the linuxbridge agent
would crash on startup:

root@bctlpicrouter01:/var/log/neutron#
/openstack/venvs/neutron-19.0.4.dev1/bin/neutron-linuxbridge-agent
--config-file /etc/neutron/neutron.conf --config-file
/etc/neutron/plugins/ml2/ml2_conf.ini --config-file
/etc/neutron/plugins/ml2/linuxbridge_agent.ini

Exception in thread privsep_reader:

Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/openstack/venvs/neutron-19.0.4.dev1/lib/python2.7/site-packages/oslo_privsep/comm.py", line 130, in _reader_main
    for msg in reader:
  File "/openstack/venvs/neutron-19.0.4.dev1/lib/python2.7/site-packages/six.py", line 564, in next
    return type(self).__next__(self)
  File "/openstack/venvs/neutron-19.0.4.dev1/lib/python2.7/site-packages/oslo_privsep/comm.py", line 77, in __next__
    return next(self.unpacker)
  File "msgpack/_unpacker.pyx", line 562, in msgpack._cmsgpack.Unpacker.__next__
  File "msgpack/_unpacker.pyx", line 493, in msgpack._cmsgpack.Unpacker._unpack
ValueError: 1870054 exceeds max_bin_len(1048576)


I was able to get around this problem by downgrading msgpack from 0.6.1
to 0.5.6

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1844822

Title:
  linuxbridge agent crash after R ->S upgrade

Status in neutron:
  New

Bug description:
  After upgrading neutron from Rocky to Stein (openstack-ansible
  deployment on ubuntu 16) I ran into an issue where the linuxbridge
  agent would crash on startup:

  root@bctlpicrouter01:/var/log/neutron#
  /openstack/venvs/neutron-19.0.4.dev1/bin/neutron-linuxbridge-agent
  --config-file /etc/neutron/neutron.conf --config-file
  /etc/neutron/plugins/ml2/ml2_conf.ini --config-file
  /etc/neutron/plugins/ml2/linuxbridge_agent.ini

  Exception in thread privsep_reader:

  Traceback (most recent call last):
    File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
      self.run()
    File "/usr/lib/python2.7/threading.py", line 754, in run
      self.__target(*self.__args, **self.__kwargs)
    File "/openstack/venvs/neutron-19.0.4.dev1/lib/python2.7/site-packages/oslo_privsep/comm.py", line 130, in _reader_main
      for msg in reader:
    File "/openstack/venvs/neutron-19.0.4.dev1/lib/python2.7/site-packages/six.py", line 564, in next
      return type(self).__next__(self)
    File "/openstack/venvs/neutron-19.0.4.dev1/lib/python2.7/site-packages/oslo_privsep/comm.py", line 77, in __next__
      return next(self.unpacker)
    File "msgpack/_unpacker.pyx", line 562, in msgpack._cmsgpack.Unpacker.__next__
    File "msgpack/_unpacker.pyx", line 493, in msgpack._cmsgpack.Unpacker._unpack
  ValueError: 1870054 exceeds max_bin_len(1048576)


  I was able to get around this problem by downgrading msgpack from
  0.6.1 to 0.5.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1844822/+subscriptions


Follow ups