Details
-
Type:
Bug
-
Status: Stalled
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 10.0.17-galera
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:CentOS 5.11
Description
We have galera with two nodes - main one with all access and second as active backup and reports server.
I was running alter table add index on our main node (did it already on the other node) with
SET GLOBAL wsrep_OSU_method='RSU';
SET SESSION wsrep_on=OFF;
I was monitoring progress in other window and instead of "show processlist;" I unfortunately ran from history older alter table add index on different table - it should have reported error on duplicating index, but instead entire node locked, no connection (new or already established) was responding. I had to ask our server admin to restart it and he had to kill 9 it, then it started OK. Even the added index is present, so it seems to have finished in the background (there was enough time for it before stop was issued).
Attached is relevant part of mysqld.log, (few rows before event are from day before, I added couple of comments prefixed with !!!!
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Hi Jiri Kavalik: I couldn't reproduce the issue using the scenario specified. Here is what I tried on a 2 node cluster :
Node 1 - Session 1:
Node 1 - Session 2 (Simultaneous to the above ALTER):
Can you reproduce it on you end? What are the table structures and indices that you tried to create? Galera configuration options?