[
https://issues.apache.org/jira/browse/KUDU-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Serbin resolved KUDU-2350.
---------------------------------
Resolution: Fixed
Assignee: Alexey Serbin
Fix Version/s: 1.8.0
Fixed with {{2ff946030113860447931a49cfe69e8469efe5cc}}.
> 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
> Assignee: Alexey Serbin
> Priority: Major
> Labels: newbie
> Fix For: 1.8.0
>
>
> [~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)