aledbf / kube-keepalived-vip

Kubernetes Virtual IP address/es using keepalived
Apache License 2.0
188 stars 75 forks source link

flooding EPOLLHUP and EPOLLERR in logs #107

Open patrickppeng opened 5 years ago

patrickppeng commented 5 years ago

After upgraded to 0.35, we noticed the following messages are flooding the log Wed Sep 25 19:48:22 2019: Received EPOLLHUP for fd 7 Wed Sep 25 19:48:22 2019: Received EPOLLERR for fd 7 Wed Sep 25 19:48:22 2019: Received EPOLLHUP for fd 7 Wed Sep 25 19:48:22 2019: Received EPOLLERR for fd 7

According to the keepalived 2.0.16 release notes the issue should have been fixed

Is there any argument we can disable the "--log-detail" option?