Activity log for bug #1260406

Date Who What changed Old value New value Message
2013-12-12 17:13:01 Edward Hope-Morley bug added bug
2013-12-12 17:13:15 Edward Hope-Morley keystone: assignee Edward Hope-Morley (hopem)
2013-12-12 17:13:18 Edward Hope-Morley keystone: status New In Progress
2013-12-13 15:10:20 Edward Hope-Morley description The wsgi server used in most if not all openstack services currently has keepalive=True by default thus keeping connections open after each request. This can cause problems when using load balancers in front of these services e.g. connections for requests that take a long time can get closed in the load balancers once a timeout has expired. This can then cause issues if a client performs a request using the same source port as a previous request that is not closed in the LB but still open in the server due to TCP packet sequecing in the LB and the new client not expecting the connection to already be open. So, it would be useful to be able to disable wsgi keepalive. The wsgi server used in most if not all openstack services currently has keepalive=True by default thus keeping connections open after each request. This can cause problems when using load balancers in front of these services since connections for requests that take a long time can get closed/timeout in the load balancers. This can then cause issues for clients that persist their connections e.g. if a client performs a request using the same source port as a previous request that is not closed in the LB but still open in the server due to TCP packet sequencing in the LB and the new client not expecting the connection to already be open. So, it would be useful to be able to either disable wsgi keepalive or set the tcp_keealive timeout value on the wsgi socket like in cinder: https://github.com/openstack/cinder/blob/master/cinder/wsgi.py#L169
2014-02-07 04:08:11 OpenStack Infra keystone: status In Progress Fix Committed
2014-03-05 19:59:36 Thierry Carrez keystone: status Fix Committed Fix Released
2014-03-05 19:59:36 Thierry Carrez keystone: milestone icehouse-3
2014-03-05 20:17:27 Dolph Mathews keystone: importance Undecided Medium
2014-04-17 08:00:25 Thierry Carrez keystone: milestone icehouse-3 2014.1