Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.1
-
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
Field | Original Value | New Value |
---|---|---|
Assignee | Sergei Petrunia [ psergey ] |
Affects Version/s | 10.0.1 [ 11400 ] |
Labels | cassandra |
Fix Version/s | 10.0.3 [ 12900 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | defaullt [ 27237 ] | MariaDB v2 [ 45431 ] |
Workflow | MariaDB v2 [ 45431 ] | MariaDB v3 [ 66095 ] |
Workflow | MariaDB v3 [ 66095 ] | MariaDB v4 [ 146636 ] |
Does FLUSH TABLES help, by any chance?