[MDEV-4443] Cassandra SE: ERROR 1928 (HY000): Internal error: 'Thrift exception: Called write on non-open socket' Created: 2013-04-26 Updated: 2013-05-28 Resolved: 2013-05-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.1 |
| Fix Version/s: | 10.0.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Mihail Karp | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | cassandra | ||
| Environment: |
ubuntu 12.04 x64, M* 10.0.1 |
||
| Description |
|
to reproduce: /restart cassandra/ try to repeat last query: restart mysql service fixes problem. socket leak? |
| Comments |
| Comment by Elena Stepanova [ 2013-04-26 ] |
|
Does FLUSH TABLES help, by any chance? |
| Comment by Mihail Karp [ 2013-04-26 ] |
|
yep |
| Comment by Elena Stepanova [ 2013-04-26 ] |
|
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). |
| Comment by Sergei Petrunia [ 2013-05-28 ] |
|
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. |