Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-2350

Kudu C++ client application might fail with SIGPIPE if TLS connection aborted from the tablet server side

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.8.0
    • client

    Description

      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.

      Attachments

        Activity

          People

            aserbin Alexey Serbin
            aserbin Alexey Serbin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: