Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-4443

Cassandra SE: ERROR 1928 (HY000): Internal error: 'Thrift exception: Called write on non-open socket'

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.0.1
    • 10.0.3
    • None
    • ubuntu 12.04 x64, M* 10.0.1

    Description

      to reproduce:
      create tbl (...) engine=cassandra ...
      use tbl;
      select smth from tbl;

      /restart cassandra/

      try to repeat last query:
      ERROR 1928 (HY000): Internal error: 'Thrift exception: write() send(): Broken pipe'
      ERROR 1928 (HY000): Internal error: 'Thrift exception: Called write on non-open socket'

      restart mysql service fixes problem.

      socket leak?
      and seems affected 10.0.2 too (at least looking in sources).

      Attachments

        Activity

          Does FLUSH TABLES help, by any chance?

          elenst Elena Stepanova added a comment - Does FLUSH TABLES help, by any chance?
          karpa13a Mihail Karp added a comment -

          yep
          flush tables do same think as restart daemon

          karpa13a Mihail Karp added a comment - yep flush tables do same think as restart daemon

          It might be reasonable then, but I'll forward it to Sergei to confirm (or to see if anything can/should be done about it).

          elenst Elena Stepanova added a comment - It might be reasonable then, but I'll forward it to Sergei to confirm (or to see if anything can/should be done about it).

          Fixed. Cassandra SE had a feature that would retry failed calls, but it only handled Cassandra's errors errors. Now, it handles network disconnects, also.

          psergei Sergei Petrunia added a comment - Fixed. Cassandra SE had a feature that would retry failed calls, but it only handled Cassandra's errors errors. Now, it handles network disconnects, also.

          People

            psergei Sergei Petrunia
            karpa13a Mihail Karp
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.