Page MenuHomePhabricator

Trove DB for glamtools/baglama2
Closed, ResolvedPublicBUG REPORT

Description

I am trying to alter a rather large table, and I get this error:

MySQL said: Incorrect key file for table 'group2view'; try to repair it

Apparently, this occurs when /tmp runs out of disk space. This might be related to the recent resize of the trove DB?

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Trying to repair it manually:

REPAIR TABLE group2view USE_FRM;
...
The storage engine for the table doesn't support repair
fnegri triaged this task as Medium priority.Dec 17 2024, 3:16 PM
Magnus claimed this task.

I have dropped the indices for the table, it works now.