commit 9d1911c5a497fe625989f5795676d9f2fa4029e6
Author: Vikram Hosakote <email address hidden>
Date: Sun Mar 13 06:47:38 2016 +0000
Fix false alert messages in HAProxy logs
Bug #1549753 raises false alarm about haproxy to the operator and
monitoring tools even though haproxy is running fine and there is
no issue.
haproxy uses UDP datagram socket for logging and the default queue
length of 10 datagrams causes false alert messages in haproxy
logs. This patch set fixes this bug by increasing the queue length
to 128.
Reviewed: https:/ /review. openstack. org/292075 /git.openstack. org/cgit/ openstack/ kolla/commit/ ?id=9d1911c5a49 7fe625989f57956 76d9f2fa4029e6
Committed: https:/
Submitter: Jenkins
Branch: master
commit 9d1911c5a497fe6 25989f5795676d9 f2fa4029e6
Author: Vikram Hosakote <email address hidden>
Date: Sun Mar 13 06:47:38 2016 +0000
Fix false alert messages in HAProxy logs
Bug #1549753 raises false alarm about haproxy to the operator and
monitoring tools even though haproxy is running fine and there is
no issue.
haproxy uses UDP datagram socket for logging and the default queue
length of 10 datagrams causes false alert messages in haproxy
logs. This patch set fixes this bug by increasing the queue length
to 128.
Test results of the fix in this patch set are at paste.openstack .org/show/ 490302/.
http://
Change-Id: I64fdd17cd278d5 1616aa0dfa4e8d2 a422c8ee630
Closes-Bug: #1549753