Bug #32964 | Falcon crashes when creating indexes | ||
---|---|---|---|
Submitted: | 4 Dec 2007 14:53 | Modified: | 18 Dec 2007 16:42 |
Reporter: | Robin Schumacher | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S1 (Critical) |
Version: | 6.0.3 | OS: | Linux (Fedora Core 32 bit) |
Assigned to: | CPU Architecture: | Any |
[4 Dec 2007 14:53]
Robin Schumacher
[4 Dec 2007 15:02]
Kevin Lewis
Robin, can you add a link to where these tools/tests can be downloaded?
[4 Dec 2007 15:25]
Robin Schumacher
Kevin - The tool can be downloaded from http://www.quest.com/benchmark-factory/ I'm trying to figure out where the crash is. I let the tool create myisam objects instead of falcon (and all ran fine), then I created Falcon clones of the myisam tables manually (Create like...alter table engine=falcon), inserted the data manually, and added the indexes manually and they created OK. Not sure if the tool is running other code or not. Last message the tools sends is "Creating indexes" and then the MySQL instance crashes.
[4 Dec 2007 16:01]
Robin Schumacher
Removed the old falcon user tablespace, rebooted both test boxes, and reran benchmark test. Crashed again. Last attempted command before crash: mysql> show full processlist; +----+------+------------------+------+---------+------+-------------------+-------------------------------------------- -------+ | Id | User | Host | db | Command | Time | State | Info | +----+------+------------------+------+---------+------+-------------------+-------------------------------------------- -------+ | 1 | root | 192.168.0.3:2293 | test | Query | 0 | NULL | show full processlist | | 7 | root | 192.168.0.8:1064 | test | Query | 10 | copy to tmp table | create index SH_Part_prime on SH_Part (Prod uctID) | +----+------+------------------+------+---------+------+-------------------+-------------------------------------------- -------+ 2 rows in set (0.00 sec)
[5 Dec 2007 12:05]
Hakan Küçükyılmaz
Robin, how does the database initialization work? 1. DDL 2. Data load 3. Index creation If the indexes are created after the the data loading, then most likely this bug is fixed in latest Falcon 6.0.4. Best regards, Hakan
[18 Dec 2007 16:42]
Robin Schumacher
New 6.0.4 build fixed index creation; tests now run OK.