You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
In the marathon app definition for Marathon-LB itself, added a mount to /dev/log (this gets rid of the sendmsg logger #2 failed: Resource temporarily unavailable (errno=11) messages by allowing haproxy to log to the machine /dev/log device). Only works in docker repository. Alternately, you can suppress these messages by removing these lines from your HAPROXY_HEAD:
log /dev/log local0
log /dev/log local1 notice
Change healthcheck from HTTP to MESOS_HTTP. Cause it's better.