Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
0.2
-
None
-
None
-
Patch Available
Description
One of my thrift services does special handling upon receiving SIGHUP. This causes spurious exceptions about EINTR to be logged. Attached patch adds EINTR retry logic akin to the C++ implementation to handle this.