Activity log for bug #1394520

Date Who What changed Old value New value Message
2014-11-20 09:46:01 Aleksandr Didenko bug added bug
2014-11-20 09:46:59 Aleksandr Didenko nominated for series fuel/6.1.x
2014-11-20 09:46:59 Aleksandr Didenko bug task added fuel/6.1.x
2014-11-20 09:50:21 Aleksandr Didenko fuel/6.1.x: assignee Aleksandr Didenko (adidenko)
2014-11-20 09:50:27 Aleksandr Didenko fuel/6.1.x: importance Undecided Medium
2014-11-20 09:50:30 Aleksandr Didenko fuel/6.1.x: milestone 6.1
2014-11-20 10:00:53 Aleksandr Didenko tags library library low-hanging-fruit
2014-11-20 10:02:59 Aleksandr Didenko description Currently we don't use http checks (L7) for the most of backends in Haproxy, so it uses TCP connection checks (L4) by default. Switching to HTTP checks should improve backend problem detection and thus improve services availability. Currently we don't use http checks (L7) for the most of backends in Haproxy, so it uses TCP connection checks (L4) by default. Switching to HTTP checks should improve backend problem detection and thus improve services availability. Currently only 'horizon' and 'mysql' backends use L7 checks. For the following backends: cinder-api glance-api heat-api heat-api-cfn heat-api-cloudwatch keystone-1 keystone-2 neutron nova-api-2 nova-metadata-api it could be enabled with the following options right away (tested on live Juno env): option => ['httpchk', 'httplog','httpclose'], In addition I suggest to use these options to lower HTTP check rate (default interval is 2s): balancermember_options => inter 10s fastinter 2s downinter 3s rise 3 fall 3
2014-11-20 10:08:39 Aleksandr Didenko marked as duplicate 1394195