Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Incomplete
-
10.0.13
Description
Hi All,
I successfully integrated mariaDB-10.0.13 with Cassandra-2.0.8 and 2.0.9
I was able to created a table present in cassandra on mariaDB and was able to query successfully.
But my problem is that other larger tables in cassandra gives error:
ERROR 1429 (HY000): Unable to connect to foreign data source: Column family tablename not found in keyspace dbname
|
My create statement is
CREATE TABLE tablename (ccid int PRIMARY KEY, cid int, agentid int, type text, datetime double, logoffreason text) engine=cassandra keyspace='dbname' thrift_host='10.1.30.xxx' column_family='tablename';
|
Verified table description and all have same compact storage defined
compaction={'class': 'SizeTieredCompactionStrategy'}
|
Any help will be appreciated.
Thanks
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Hi All, I successfully integrated mariaDB-10.0.13 with Cassandra-2.0.8 and 2.0.9 I was able to created a table present in cassandra on mariaDB and was able to query successfully. But my problem is that other larger tables in cassandra gives error: ERROR 1429 (HY000): Unable to connect to foreign data source: Column family tablename not found in keyspace dbname My create statement is CREATE TABLE tablename (ccid int PRIMARY KEY, cid int, agentid int, type text, datetime double, logoffreason text) engine=cassandra keyspace='dbname' thrift_host='10.1.30.xxx' column_family='tablename'; Any help will be appreciated. Thanks |
Hi All, I successfully integrated mariaDB-10.0.13 with Cassandra-2.0.8 and 2.0.9 I was able to created a table present in cassandra on mariaDB and was able to query successfully. But my problem is that other larger tables in cassandra gives error: ERROR 1429 (HY000): Unable to connect to foreign data source: Column family tablename not found in keyspace dbname My create statement is CREATE TABLE tablename (ccid int PRIMARY KEY, cid int, agentid int, type text, datetime double, logoffreason text) engine=cassandra keyspace='dbname' thrift_host='10.1.30.xxx' column_family='tablename'; Verified table description and all have same compact storage defined compaction={'class': 'SizeTieredCompactionStrategy'} Any help will be appreciated. Thanks |
Description |
Hi All, I successfully integrated mariaDB-10.0.13 with Cassandra-2.0.8 and 2.0.9 I was able to created a table present in cassandra on mariaDB and was able to query successfully. But my problem is that other larger tables in cassandra gives error: ERROR 1429 (HY000): Unable to connect to foreign data source: Column family tablename not found in keyspace dbname My create statement is CREATE TABLE tablename (ccid int PRIMARY KEY, cid int, agentid int, type text, datetime double, logoffreason text) engine=cassandra keyspace='dbname' thrift_host='10.1.30.xxx' column_family='tablename'; Verified table description and all have same compact storage defined compaction={'class': 'SizeTieredCompactionStrategy'} Any help will be appreciated. Thanks |
Hi All, I successfully integrated mariaDB-10.0.13 with Cassandra-2.0.8 and 2.0.9 I was able to created a table present in cassandra on mariaDB and was able to query successfully. But my problem is that other larger tables in cassandra gives error: {noformat} ERROR 1429 (HY000): Unable to connect to foreign data source: Column family tablename not found in keyspace dbname {noformat} My create statement is {code} CREATE TABLE tablename (ccid int PRIMARY KEY, cid int, agentid int, type text, datetime double, logoffreason text) engine=cassandra keyspace='dbname' thrift_host='10.1.30.xxx' column_family='tablename'; {code} Verified table description and all have same compact storage defined {code} compaction={'class': 'SizeTieredCompactionStrategy'} {code} Any help will be appreciated. Thanks |
Priority | Critical [ 2 ] | Minor [ 4 ] |
Issue Type | Task [ 3 ] | Bug [ 1 ] |
Affects Version/s | 10.0.13 [ 16300 ] |
Fix Version/s | 10.0 [ 16000 ] |
Component/s | Storage Engine - Cassandra [ 10127 ] | |
Labels | need_feedback |
Workflow | MariaDB v2 [ 52323 ] | MariaDB v3 [ 62889 ] |
Fix Version/s | N/A [ 14700 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Resolution | Incomplete [ 4 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 62889 ] | MariaDB v4 [ 148123 ] |