Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Cannot Reproduce
-
1.4.2
-
None
-
None
-
2020-1, 2020-2, 2020-3, 2020-4, 2020-5, 2020-6, 2020-7
Description
10.4-enterprise-linuxjedi 69ca663c |
MariaDB [db]> create table t1 (a int) engine=columnstore; |
ERROR 1815 (HY000): Internal error: Cannot execute the statement. DBRM is read only! |
MariaDB [db]> show warnings;
|
+---------+------+-----------------------------------------------------------------------+ |
| Level | Code | Message | |
+---------+------+-----------------------------------------------------------------------+ |
| Error | 1815 | Internal error: Cannot execute the statement. DBRM is read only! | |
| Warning | 9999 | |
|
| Warning | 1030 | Got error 1 "Operation not permitted" from storage engine Columnstore | |
+---------+------+-----------------------------------------------------------------------+ |
3 rows in set (0.000 sec) |
The error log only says
DBRM::send_recv caught: InetStreamSocket::connect: connect() error: Connection refused to: InetStreamSocket: sd: 46 inet: 0.0.0.0 port: 8616
|
DBRM::send_recv caught: InetStreamSocket::connect: connect() error: Connection refused to: InetStreamSocket: sd: 46 inet: 0.0.0.0 port: 8616
|
DBRM: SessionManager::sysCatVerID(): network error
|
DBRM::send_recv caught: InetStreamSocket::connect: connect() error: Connection refused to: InetStreamSocket: sd: 46 inet: 0.0.0.0 port: 8616
|
DBRM::send_recv caught: InetStreamSocket::connect: connect() error: Connection refused to: InetStreamSocket: sd: 46 inet: 0.0.0.0 port: 8616
|
which doesn't clarify much.