Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
None
-
None
Description
Build tested: 1.4.0-1
server commit:
67452bc
engine commit:
64ceb86
I created a 1um2pm stack with S3 localStorage using non-distributed installation. When creating a table, I got the following error:
[root@localhost tests]# cat createTablestest1.log
ERROR 1815 (HY000) at line 2: Internal error: CAL0009: Error while calling getSysCatDBRoot
--------------
drop table if exists nation
--------------
Query OK, 0 rows affected, 1 warning (0.000 sec)
--------------
create table nation (
n_nationkey int,
n_name char (25),
n_regionkey int,
n_comment varchar (152)
) engine=columnstore
--------------
Bye
err.log file in UM1 also contains the following:
Sep 10 22:34:58 localhost ddlpackageproc[16958]: 58.587709 |0|0|0| E 23 CAL0009: Error while calling getSysCatDBRoot
Sep 10 22:36:45 localhost ddlpackageproc[16958]: 45.339723 |0|0|0| E 23 CAL0009: Error while calling getSysCatDBRoot
The same test on a stack installed using distributed method worked fine.