Don't fatal on epoll wait#2471
Conversation
|
Was this used as an exit condition before or was the loop never supposed to exit? Curious where this was being seen previously, and if the error could be repeated forever. |
There was a problem hiding this comment.
This could be simplified to only have one continue statement
Codecov Report
@@ Coverage Diff @@
## master #2471 +/- ##
=======================================
Coverage 44.73% 44.73%
=======================================
Files 93 93
Lines 9490 9490
=======================================
Hits 4245 4245
Misses 4562 4562
Partials 683 683
Continue to review full report at Codecov.
|
|
@dmcgowan updated |
|
I may have missed context here but what error is returned from epoll wait if the fd gets closed? |
|
it returns an |
This removes a log fatal on epoll wait for OOM events. Signed-off-by: Michael Crosby <[email protected]>
|
LGTM |
1 similar comment
|
LGTM |
This removes a log fatal on epoll wait for OOM events.
Signed-off-by: Michael Crosby [email protected]