Logger resource temporarily unavailable alert in HAProxy logs
Bug #1549753 reported by
Éric Lemoine
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Medium
|
Vikram Hosakote |
Bug Description
There are alert log messages in the HAProxy logs:
[ALERT] 055/110341 (16) : sendto logger #1 failed: Resource temporarily unavailable (errno=11)
This is related to the log socket not being available when the haproxy process starts. The "wait for log socket" code in docker/
Changed in kolla: | |
status: | New → Triaged |
status: | Triaged → Confirmed |
Changed in kolla: | |
importance: | Medium → High |
milestone: | mitaka-3 → mitaka-rc1 |
To post a comment you must log in.
Contrary to what's stated in the Bug Description, the problem is not related to the log socket not being available when the haproxy process starts.
The problem is related to net.unix. max_dgram_ qlen being too small (10) by default. By increasing net.unix. max_dgram_ qlen to 100 (for example) the problem goes away.
See https:/ /bugzilla. redhat. com/show_ bug.cgi? id=1257690 for example.
I am going to change the Importance from High to Medium, as the consequence of this issue is just the loss a few log entries at HAProxy startup time.