[MDEV-15598] Internal error: TimedOutException: Default TException Created: 2018-03-19 Updated: 2018-05-16 Resolved: 2018-05-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Update, Storage Engine - Cassandra |
| Affects Version/s: | 10.1.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Silvio Amorim | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 0 |
| Labels: | need_feedback | ||
| Environment: |
Linux CentOs 6 - Mysql 5.5, MariaDB 10.1.1 e |
||
| Description |
|
HI I'm copying a table with 10000 of lines, containing a field that is blob, containing images, .pdf, and other files from Mysql 5.5 to a MariaDB 10.0.34 database, whose table is in Cassandra, and is accessed via "Cassandra storage engine ". MariaDB [medicina_intramed]> select id from tbl_paciente_crm_anexo; MariaDB [medicina_intramed]> select count(id) from tbl_paciente_crm_anexo; When I search in Cassandra, accessing the same table, I get the following message: cqlsh:md_paciente> select count(id) from cf_crm_anexo; , last_host=127.0.0.1 Although the table has many blob fields, the critical field is the "file" field. Best regards, |
| Comments |
| Comment by Elena Stepanova [ 2018-04-02 ] |
|
What is "MariaDB 10.1.1 e" that you've mentioned in the Environment field and Affects version/s, and how does it correlate with migrating data from Mysql 5.5 to a MariaDB 10.0.34? Most importantly, please indicate what exactly you consider to be a bug here. If there is no bug and you just need help/support, please ask for it in public forums and specialized resources, the bug tracking system is not the right place for it. |
| Comment by Sergei Golubchik [ 2018-05-16 ] |
|
No feedback, so closing |