Hi,
I'm trying to install InfiniDB on an Amazon EC2 instance using the provided 1.0.3 RPMs. All goes well until after installing I log into idbmysql and execute a CREATE TABLE statement:
mysql> create table summary (id INT) engine=InfiniDB;
ERROR 122 (HY000): CAL0001: Create table Failed: DDLPackageProcessor::writeSysTableMetaData WE: Error updating calpont.systable: a BRM get hwm error.
Having read several threads with similar issues, I've tried reinstalling with no success.
Taken from suggestions from other threads that hopefully will help diagnose my issues:
# /usr/local/Calpont/bin/dbrmctl status
OK.
# /usr/local/Calpont/bin/editem -d
# See attachment for output
SysLog-NG (as configured using
www.infinidb.org/community/forums/6-inst...f-for-infinidb-usage) gives the following:
# crit.log
Mar 10 03:50:04 domU-xxxxxxxxxx ddlpackageproc[16005]: 04.409393 |0|0|0| C 23 CAL0001: Create table Failed: DDLPackageProcessor::writeSysTableMetaData WE: Error updating calpont.systable: a BRM get hwm error.
# debug.log
Mar 10 03:50:04 domU-xxxxxxxxxx ddlpackageproc[16005]: 04.333134 |1|12|0| D 23 CAL0041: Start SQL statement: create table summary (id INT) ENGINE=InfiniDB;
Mar 10 03:50:04 domU-xxxxxxxxxx ddlpackageproc[16005]: 04.335141 |1|12|0| D 23 CAL0042: End SQL statement
# info.log
Mar 10 03:49:39 domU-xxxxxxxxxx DMLProc[16144]: 39.662944 |0|0|0| I 20 CAL0002: DMLProc starts bulk roll back.
Mar 10 03:49:39 domU-xxxxxxxxxx DMLProc[16144]: 39.663946 |0|0|0| I 20 CAL0002: No table need rollback
Mar 10 03:49:39 domU-xxxxxxxxxx messagequeue[16144]: 39.833426 |0|0|0| I 20 CAL0002: DMLProc finished bulk roll back.
Mar 10 03:49:39 domU-xxxxxxxxxx DMLProc[16144]: 39.845769 |0|0|0| I 20 CAL0002: DMLProc starts rollbackAll transactions.
Mar 10 03:49:40 domU-xxxxxxxxxx DMLProc[16144]: 40.135791 |0|0|0| I 20 CAL0002: DMLProc finished rollbackAll transactions.
Any help much appreciated. Thanks in advance!
Attachment editem.txt not found