Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.0.3
-
None
-
None
-
MariaDB 10.0.3-MariaDB Cassandra 1.2 Rhat 6 64 bit
Description
Unable to access Cassandra engine - the following error:
MariaDB [casstest]> create table t1 ( rowkey varchar(36) primary key, data1 varchar(60), data2 bigint ) engine=cassandra thrift_host='localhost' keyspace='mariadbtest2'column_family='cf1';
|
ERROR 1429 (HY000): Unable to connect to foreign data source: connect() failed: Permission denied [1]
|
MariaDB [casstest]>
|
Cassandra working fine and MariaDB working fine, the integration is not working.
Attachments
Issue Links
- relates to
-
MDEV-23024 Remove Cassandra Storage Engine
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Description |
Unable to access Cassandra engine - the following error: MariaDB [casstest]> create table t1 ( rowkey varchar(36) primary key, data1 varchar(60), data2 bigint ) engine=cassandra thrift_host='localhost' keyspace='mariadbtest2'column_family='cf1'; ERROR 1429 (HY000): Unable to connect to foreign data source: connect() failed: Permission denied [1] MariaDB [casstest]> Cassandra working fine and MariaDB working fine, the integration is not working. |
Unable to access Cassandra engine - the following error: {noformat} MariaDB [casstest]> create table t1 ( rowkey varchar(36) primary key, data1 varchar(60), data2 bigint ) engine=cassandra thrift_host='localhost' keyspace='mariadbtest2'column_family='cf1'; ERROR 1429 (HY000): Unable to connect to foreign data source: connect() failed: Permission denied [1] MariaDB [casstest]> {noformat} Cassandra working fine and MariaDB working fine, the integration is not working. |
Assignee | Elena Stepanova [ elenst ] |
Affects Version/s | 10.0.3 [ 12900 ] | |
Affects Version/s | 10.0.4 [ 13101 ] | |
Assignee | Elena Stepanova [ elenst ] | Sergei Petrunia [ psergey ] |
Labels | cassandra |
Resolution | Won't Fix [ 2 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | defaullt [ 27735 ] | MariaDB v2 [ 45035 ] |
Workflow | MariaDB v2 [ 45035 ] | MariaDB v3 [ 65575 ] |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 65575 ] | MariaDB v4 [ 146800 ] |
Hi Alex,
Do you have SELinux on? If you do, before we proceed, could you please turn it off and see if you still get the error. It's known to cause all kinds of obscure permission-related problems, so it's better to rule it out from the start.
Thanks.