← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1546506] Re: spawn_n fails in functional tests

 

Reviewed:  https://review.openstack.org/281278
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=21d139d441f9e43b35b2b96d05e962dff9a690a1
Submitter: Jenkins
Branch:    master

commit 21d139d441f9e43b35b2b96d05e962dff9a690a1
Author: Jakub Libosvar <libosvar@xxxxxxxxxx>
Date:   Wed Feb 17 13:35:25 2016 +0000

    Don't disable Nagle algorithm in HttpProtocol
    
    0.18.3 evenlet by default disables Nagle algorithm for sockets using
    http protocol [1]. It brought a regression to eventlet [2] and this
    patch adds workaround that doesn't disable the algorithm.
    
    [1] https://github.com/eventlet/eventlet/commit/40714b1ffadd47b315ca07f9b85009448f0fe63d
    [2] https://github.com/eventlet/eventlet/issues/301
    
    Change-Id: I79a8583a5fe9812b6609bd4df5623f13c3b81df5
    Closes-bug: 1546506


** 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/1546506

Title:
  spawn_n fails in functional tests

Status in neutron:
  Fix Released

Bug description:
  Gate seems broken due to spawn_n failure, doesn't seem like Neutron's
  fault but library issue. I haven't tracked which library was updated
  yet. Started occurring at about Feb 16/17 midnight UTC. Also
  influences fullstack tests.

  
  e-s: http://logstash.openstack.org/#dashboard/file/logstash.json?query=build_name%3A%5C%22gate-neutron-dsvm-functional%5C%22%20AND%20build_status%3A%5C%22FAILURE%5C%22%20AND%20message%3A%5C%22greenpool.py%5C%5C%5C%22%2C%20line%2082%2C%20in%20_spawn_n_impl%5C%22

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


References