Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0.1
-
Fix Version/s: 10.0.3
-
Component/s: None
-
Labels:
-
Environment: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).