[ 
https://issues.apache.org/jira/browse/KUDU-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Todd Lipcon updated KUDU-2350:
------------------------------
    Component/s: client

> 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
>          Components: client
>            Reporter: Alexey Serbin
>            Priority: Major
>              Labels: newbie
>
> [~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)

Reply via email to