Comment 5 for bug 1376747

Revision history for this message
Miguel Angel Nieto (miguelangelnieto) wrote :

In a three node cluster, I can also make two nodes to fail applying the ALTER with the following error:

Creating index 'PRIMARY' required more than 'innodb_online_alter_log_max_size' bytes of modification log. Please try again.

So, from three nodes two failed adding the column. ALTER TABLE is not cluster-wide transactional at all. And there could be possible more error to trigger the problem.