Alexey Serbin created KUDU-2350:
-----------------------------------
Summary: Kudu C++ client application might fail with SIGPIPE if
TLS connection aborted from the tablet server side
Key: KUDU-2350
URL: https://issues.apache.org/jira/browse/KUDU-2350
Project: Kudu
Issue Type: Bug
Reporter: Alexey Serbin
[~tlipcon] noticed that {{kudu perf loadgen}} failed with SIGPIPE if the
TLS-protected connection terminates abruptly at the server-side.
Most likely, we miss MSG_NOSIGNAL socket option for TLS sockets. Setting
MSG_NOSIGNAL for client sockets (if possible) or calling {{pthread_sigmask()}}
to ignore SIGPIPE could help.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)