You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Alexey Serbin (JIRA)" <ji...@apache.org> on 2018/03/15 02:48:00 UTC

[jira] [Created] (KUDU-2350) Kudu C++ client application might fail with SIGPIPE if TLS connection aborted from the tablet server side

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)