Skip to content

Instantly share code, notes, and snippets.

@stupakov
Created July 23, 2014 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stupakov/5fcb30b80fa86a13f447 to your computer and use it in GitHub Desktop.
Save stupakov/5fcb30b80fa86a13f447 to your computer and use it in GitHub Desktop.
Logs from mysql node 0, observing the addition of a node 1. Contains successful SST followed by errors (presumably due to replication of data created by mysql_upgrade)
140723 21:00:28 [Note] WSREP: Shifting SYNCED -> DONOR/DESYNCED (TO: 2391)
140723 21:00:28 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
140723 21:00:28 [Note] WSREP: Running: 'wsrep_sst_rsync --role 'donor' --address '10.244.1.6:4444/rsync_sst' --auth '(null)' --socket '/var/vcap/sys/run/mysql/mysqld.sock' --datadir '/var/vcap/store/mysql/' --defaults-file '/etc/mysql/my.cnf' '' --gtid '639c752a-11fe-11e4-bd3a-83e44d1f3812:2391''
140723 21:00:28 [Note] WSREP: sst_donor_thread signaled with 0
140723 21:00:28 [Note] WSREP: Flushing tables for SST...
140723 21:00:28 [Note] WSREP: Provider paused at 639c752a-11fe-11e4-bd3a-83e44d1f3812:2391 (5)
140723 21:00:28 [Note] WSREP: Tables flushed.
140723 21:00:28 [Warning] WSREP: error executing 'SET GLOBAL innodb_disallow_writes=1': 1193 (Unknown system variable 'innodb_disallow_writes'). Was mysqld built with --with-innodb-disallow-writes ?
140723 21:00:28 [ERROR] WSREP: Failed to disallow InnoDB writes
140723 21:00:39 [Warning] WSREP: error executing 'SET GLOBAL innodb_disallow_writes=0': 1193 (Unknown system variable 'innodb_disallow_writes'). Was mysqld built with --with-innodb-disallow-writes ?
140723 21:00:39 [ERROR] WSREP: Failed to disallow InnoDB writes
140723 21:00:39 [Note] WSREP: resuming provider at 5
140723 21:00:39 [Note] WSREP: Provider resumed.
140723 21:00:39 [Note] WSREP: 0.0 (mysql/0): State transfer to 1.0 (mysql/1) complete.
140723 21:00:39 [Note] WSREP: Shifting DONOR/DESYNCED -> JOINED (TO: 2391)
140723 21:00:39 [Note] WSREP: Member 0.0 (mysql/0) synced with group.
140723 21:00:39 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 2391)
140723 21:00:39 [Note] WSREP: Synchronized with group, ready for connections
140723 21:00:39 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
140723 21:00:41 [Note] WSREP: 1.0 (mysql/1): State transfer from 0.0 (mysql/0) complete.
140723 21:00:41 [Note] WSREP: Member 1.0 (mysql/1) synced with group.
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'File_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user add File_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2422
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 38, g: 2422, s: 2421, d: 2421, ts: 82822513330401)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Grant_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user add Grant_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL,add References_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL,add Index_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL,add Alter_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2423
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 39, g: 2423, s: 2422, d: 2422, ts: 82822514396975)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Grant_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE host add Grant_priv enum('N','Y') NOT NULL,add References_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL,add Index_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL,add Alter_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2424
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 40, g: 2424, s: 2423, d: 2423, ts: 82822515175517)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Grant_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE db add Grant_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL,add References_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL,add Index_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL,add Alter_priv enum('N','Y') COLLATE utf8_general_ci NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2425
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 41, g: 2425, s: 2424, d: 2424, ts: 82822515853993)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'ssl_type'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user
ADD ssl_type enum('','ANY','X509', 'SPECIFIED') COLLATE utf8_general_ci NOT NULL,
ADD ssl_cipher BLOB NOT NULL,
ADD x509_issuer BLOB NOT NULL,
ADD x509_subject BLOB NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2426
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 42, g: 2426, s: 2425, d: 2425, ts: 82822517595215)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate key name 'Grantor'' on query. Default database: 'mysql'. Query: 'ALTER TABLE tables_priv
ADD KEY Grantor (Grantor)', Internal MariaDB error code: 1061
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2428
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 44, g: 2428, s: 2427, d: 2427, ts: 82822525795143)
140723 21:00:49 [ERROR] Slave SQL: Error 'Unknown column 'Type' in 'columns_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE columns_priv
CHANGE Type Column_priv set('Select','Insert','Update','References')
COLLATE utf8_general_ci DEFAULT '' NOT NULL', Internal MariaDB error code: 1054
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2431
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 47, g: 2431, s: 2430, d: 2430, ts: 82822534662097)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'type'' on query. Default database: 'mysql'. Query: 'ALTER TABLE func add type enum ('function','aggregate') COLLATE utf8_general_ci NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2434
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 50, g: 2434, s: 2433, d: 2433, ts: 82822543373458)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Show_db_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user
ADD Show_db_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Alter_priv,
ADD Super_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Show_db_priv,
ADD Create_tmp_table_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Super_priv,
ADD Lock_tables_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Create_tmp_table_priv,
ADD Execute_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Lock_tables_priv,
ADD Repl_slave_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Execute_priv,
ADD Repl_client_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Repl_slave_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2435
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 51, g: 2435, s: 2434, d: 2434, ts: 82822544879917)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'max_questions'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user
ADD max_questions int(11) NOT NULL DEFAULT 0 AFTER x509_subject,
ADD max_updates int(11) unsigned NOT NULL DEFAULT 0 AFTER max_questions,
ADD max_connections int(11) unsigned NOT NULL DEFAULT 0 AFTER max_updates', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2436
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 52, g: 2436, s: 2435, d: 2435, ts: 82822546981370)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Create_tmp_table_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE db
ADD Create_tmp_table_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL,
ADD Lock_tables_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2437
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 53, g: 2437, s: 2436, d: 2436, ts: 82822547885291)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Create_tmp_table_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE host
ADD Create_tmp_table_priv enum('N','Y') DEFAULT 'N' NOT NULL,
ADD Lock_tables_priv enum('N','Y') DEFAULT 'N' NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2438
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 54, g: 2438, s: 2437, d: 2437, ts: 82822549399568)
140723 21:00:49 [ERROR] Slave SQL: Error 'Unknown column 'thread_id' in 'general_log'' on query. Default database: 'mysql'. Query: 'ALTER TABLE general_log
MODIFY event_time TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
MODIFY user_host MEDIUMTEXT NOT NULL,
MODIFY thread_id INTEGER NOT NULL,
MODIFY server_id INTEGER UNSIGNED NOT NULL,
MODIFY command_type VARCHAR(64) NOT NULL,
MODIFY argument MEDIUMTEXT NOT NULL,
MODIFY thread_id BIGINT(21) UNSIGNED NOT NULL', Internal MariaDB error code: 1054
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2452
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 68, g: 2452, s: 2451, d: 2451, ts: 82822591419704)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'thread_id'' on query. Default database: 'mysql'. Query: 'ALTER TABLE slow_log
ADD COLUMN thread_id BIGINT(21) UNSIGNED NOT NULL AFTER sql_text', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2453
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 69, g: 2453, s: 2452, d: 2452, ts: 82822593456970)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Create_view_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE db ADD Create_view_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Lock_tables_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2456
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 72, g: 2456, s: 2455, d: 2455, ts: 82822602706563)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Create_view_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE host ADD Create_view_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Lock_tables_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2458
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 74, g: 2458, s: 2457, d: 2457, ts: 82822607253481)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Create_view_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user ADD Create_view_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Repl_client_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2460
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 76, g: 2460, s: 2459, d: 2459, ts: 82822611709546)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Show_view_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE db ADD Show_view_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Create_view_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2462
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 78, g: 2462, s: 2461, d: 2461, ts: 82822616818732)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Show_view_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE host ADD Show_view_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Create_view_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2464
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 80, g: 2464, s: 2463, d: 2463, ts: 82822622030163)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Show_view_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user ADD Show_view_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Create_view_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2466
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 82, g: 2466, s: 2465, d: 2465, ts: 82822627449629)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Create_routine_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE db ADD Create_routine_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Show_view_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2468
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 84, g: 2468, s: 2467, d: 2467, ts: 82822634031706)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Create_routine_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE host ADD Create_routine_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Show_view_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2470
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 86, g: 2470, s: 2469, d: 2469, ts: 82822638981578)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Create_routine_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user ADD Create_routine_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Show_view_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2472
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 88, g: 2472, s: 2471, d: 2471, ts: 82822643365399)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Alter_routine_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE db ADD Alter_routine_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Create_routine_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2474
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 90, g: 2474, s: 2473, d: 2473, ts: 82822647975423)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Alter_routine_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE host ADD Alter_routine_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Create_routine_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2476
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 92, g: 2476, s: 2475, d: 2475, ts: 82822653863424)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Alter_routine_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user ADD Alter_routine_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Create_routine_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2478
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 94, g: 2478, s: 2477, d: 2477, ts: 82822658560348)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Execute_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE db ADD Execute_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Alter_routine_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2480
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 96, g: 2480, s: 2479, d: 2479, ts: 82822663368636)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Execute_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE host ADD Execute_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Alter_routine_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2482
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 98, g: 2482, s: 2481, d: 2481, ts: 82822670375181)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'max_user_connections'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user ADD max_user_connections int(11) DEFAULT '0' NOT NULL AFTER max_connections', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2484
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 100, g: 2484, s: 2483, d: 2483, ts: 82822678040073)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Create_user_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user ADD Create_user_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Alter_routine_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2486
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 102, g: 2486, s: 2485, d: 2485, ts: 82822682460764)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Routine_type'' on query. Default database: 'mysql'. Query: 'ALTER TABLE procs_priv
ADD Routine_type enum('FUNCTION','PROCEDURE')
COLLATE utf8_general_ci NOT NULL AFTER Routine_name', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2491
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 107, g: 2491, s: 2490, d: 2490, ts: 82822700295031)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'character_set_client'' on query. Default database: 'mysql'. Query: 'ALTER TABLE proc ADD character_set_client
char(32) collate utf8_bin DEFAULT NULL
AFTER comment', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2496
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 112, g: 2496, s: 2495, d: 2495, ts: 82822717508809)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'collation_connection'' on query. Default database: 'mysql'. Query: 'ALTER TABLE proc ADD collation_connection
char(32) collate utf8_bin DEFAULT NULL
AFTER character_set_client', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2498
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 114, g: 2498, s: 2497, d: 2497, ts: 82822722972025)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'db_collation'' on query. Default database: 'mysql'. Query: 'ALTER TABLE proc ADD db_collation
char(32) collate utf8_bin DEFAULT NULL
AFTER collation_connection', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2500
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 116, g: 2500, s: 2499, d: 2499, ts: 82822728280350)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'body_utf8'' on query. Default database: 'mysql'. Query: 'ALTER TABLE proc ADD body_utf8 longblob DEFAULT NULL
AFTER db_collation', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2502
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 118, g: 2502, s: 2501, d: 2501, ts: 82822734835192)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Event_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user add Event_priv enum('N','Y') character set utf8 DEFAULT 'N' NOT NULL AFTER Create_user_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2505
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 121, g: 2505, s: 2504, d: 2504, ts: 82822744654056)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Event_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE db add Event_priv enum('N','Y') character set utf8 DEFAULT 'N' NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2507
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 123, g: 2507, s: 2506, d: 2506, ts: 82822751456543)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'sql_mode'' on query. Default database: 'mysql'. Query: 'ALTER TABLE event ADD sql_mode set ('IGNORE_BAD_TABLE_OPTIONS') AFTER on_completion', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2511
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 127, g: 2511, s: 2510, d: 2510, ts: 82822766467285)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'originator'' on query. Default database: 'mysql'. Query: 'ALTER TABLE event ADD COLUMN originator INT UNSIGNED NOT NULL AFTER comment', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2515
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 131, g: 2515, s: 2514, d: 2514, ts: 82822773379597)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'time_zone'' on query. Default database: 'mysql'. Query: 'ALTER TABLE event ADD COLUMN time_zone char(64) CHARACTER SET latin1
NOT NULL DEFAULT 'SYSTEM' AFTER originator', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2517
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 133, g: 2517, s: 2516, d: 2516, ts: 82822775284743)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'character_set_client'' on query. Default database: 'mysql'. Query: 'ALTER TABLE event ADD character_set_client
char(32) collate utf8_bin DEFAULT NULL
AFTER time_zone', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2518
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 134, g: 2518, s: 2517, d: 2517, ts: 82822776056456)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'collation_connection'' on query. Default database: 'mysql'. Query: 'ALTER TABLE event ADD collation_connection
char(32) collate utf8_bin DEFAULT NULL
AFTER character_set_client', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2520
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 137, g: 2520, s: 2519, d: 2519, ts: 82822785745364)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'db_collation'' on query. Default database: 'mysql'. Query: 'ALTER TABLE event ADD db_collation
char(32) collate utf8_bin DEFAULT NULL
AFTER collation_connection', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2522
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 139, g: 2522, s: 2521, d: 2521, ts: 82822795510974)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'body_utf8'' on query. Default database: 'mysql'. Query: 'ALTER TABLE event ADD body_utf8 longblob DEFAULT NULL
AFTER db_collation', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2524
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 141, g: 2524, s: 2523, d: 2523, ts: 82822806714090)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Trigger_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user ADD Trigger_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Event_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2526
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 143, g: 2526, s: 2525, d: 2525, ts: 82822811894450)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Trigger_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE host ADD Trigger_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2528
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 145, g: 2528, s: 2527, d: 2527, ts: 82822817222043)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Trigger_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE db ADD Trigger_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2530
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 147, g: 2530, s: 2529, d: 2529, ts: 82822821401661)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'Create_tablespace_priv'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user ADD Create_tablespace_priv enum('N','Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL AFTER Trigger_priv', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2532
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 149, g: 2532, s: 2531, d: 2531, ts: 82822825965346)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'plugin'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user ADD plugin char(64) DEFAULT '', ADD authentication_string TEXT', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2534
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 151, g: 2534, s: 2533, d: 2533, ts: 82822830973982)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'password_expired'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user ADD password_expired ENUM('N', 'Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2535
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 152, g: 2535, s: 2534, d: 2534, ts: 82822831919291)
140723 21:00:49 [ERROR] Slave SQL: Error 'Duplicate column name 'is_role'' on query. Default database: 'mysql'. Query: 'ALTER TABLE user ADD is_role enum('N', 'Y') COLLATE utf8_general_ci DEFAULT 'N' NOT NULL', Internal MariaDB error code: 1060
140723 21:00:49 [Warning] WSREP: RBR event 1 Query apply warning: 1, 2536
140723 21:00:49 [Warning] WSREP: Ignoring error for TO isolated action: source: 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 version: 3 local: 0 state: APPLYING flags: 65 conn_id: 10 trx_id: -1 seqnos (l: 153, g: 2536, s: 2535, d: 2535, ts: 82822833439880)
140723 21:00:50 [Note] WSREP: Node 3c765206-12ac-11e4-9f1e-37f91e6271c7 state prim
140723 21:00:50 [Note] WSREP: view(view_id(PRIM,3c765206-12ac-11e4-9f1e-37f91e6271c7,3) memb {
3c765206-12ac-11e4-9f1e-37f91e6271c7,0
} joined {
} left {
} partitioned {
5e1ce7a1-12ac-11e4-b852-3f068db5a4e4,0
})
140723 21:00:50 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 1
140723 21:00:50 [Note] WSREP: forgetting 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 (tcp://10.244.1.6:4567)
140723 21:00:50 [Note] WSREP: STATE_EXCHANGE: sent state UUID: 6d674554-12ac-11e4-bdc1-ae554d8a89d0
140723 21:00:50 [Note] WSREP: STATE EXCHANGE: sent state msg: 6d674554-12ac-11e4-bdc1-ae554d8a89d0
140723 21:00:50 [Note] WSREP: STATE EXCHANGE: got state msg: 6d674554-12ac-11e4-bdc1-ae554d8a89d0 from 0 (mysql/0)
140723 21:00:50 [Note] WSREP: Quorum results:
version = 3,
component = PRIMARY,
conf_id = 2,
members = 1/1 (joined/total),
act_id = 2606,
last_appl. = 2517,
protocols = 0/5/3 (gcs/repl/appl),
group UUID = 639c752a-11fe-11e4-bd3a-83e44d1f3812
140723 21:00:50 [Note] WSREP: Flow-control interval: [16, 16]
140723 21:00:50 [Note] WSREP: New cluster view: global state: 639c752a-11fe-11e4-bd3a-83e44d1f3812:2606, view# 3: Primary, number of nodes: 1, my index: 0, protocol version 3
140723 21:00:50 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
140723 21:00:50 [Note] WSREP: REPL Protocols: 5 (3, 1)
140723 21:00:50 [Note] WSREP: Service thread queue flushed.
140723 21:00:50 [Note] WSREP: Assign initial position for certification: 2606, protocol version: 3
140723 21:00:50 [Note] WSREP: Service thread queue flushed.
140723 21:00:50 [Warning] WSREP: Releasing seqno 2606 before 2607 was assigned.
140723 21:00:56 [Note] WSREP: cleaning up 5e1ce7a1-12ac-11e4-b852-3f068db5a4e4 (tcp://10.244.1.6:4567)
140723 21:01:44 [Note] WSREP: declaring 8d689b4e-12ac-11e4-b1c5-6ac9cfcc95b6 stable
140723 21:01:44 [Note] WSREP: Node 3c765206-12ac-11e4-9f1e-37f91e6271c7 state prim
140723 21:01:44 [Note] WSREP: view(view_id(PRIM,3c765206-12ac-11e4-9f1e-37f91e6271c7,4) memb {
3c765206-12ac-11e4-9f1e-37f91e6271c7,0
8d689b4e-12ac-11e4-b1c5-6ac9cfcc95b6,0
} joined {
} left {
} partitioned {
})
140723 21:01:44 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 2
140723 21:01:44 [Note] WSREP: STATE_EXCHANGE: sent state UUID: 8db565ab-12ac-11e4-aa80-1ea8827bc5db
140723 21:01:44 [Note] WSREP: STATE EXCHANGE: sent state msg: 8db565ab-12ac-11e4-aa80-1ea8827bc5db
140723 21:01:44 [Note] WSREP: STATE EXCHANGE: got state msg: 8db565ab-12ac-11e4-aa80-1ea8827bc5db from 0 (mysql/0)
140723 21:01:45 [Note] WSREP: STATE EXCHANGE: got state msg: 8db565ab-12ac-11e4-aa80-1ea8827bc5db from 1 (mysql/1)
140723 21:01:45 [Note] WSREP: Quorum results:
version = 3,
component = PRIMARY,
conf_id = 3,
members = 2/2 (joined/total),
act_id = 2606,
last_appl. = 2517,
protocols = 0/5/3 (gcs/repl/appl),
group UUID = 639c752a-11fe-11e4-bd3a-83e44d1f3812
140723 21:01:45 [Note] WSREP: Flow-control interval: [23, 23]
140723 21:01:45 [Note] WSREP: Member 1.0 (mysql/1) synced with group.
140723 21:01:45 [Note] WSREP: New cluster view: global state: 639c752a-11fe-11e4-bd3a-83e44d1f3812:2606, view# 4: Primary, number of nodes: 2, my index: 0, protocol version 3
140723 21:01:45 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
140723 21:01:45 [Note] WSREP: REPL Protocols: 5 (3, 1)
140723 21:01:45 [Note] WSREP: Service thread queue flushed.
140723 21:01:45 [Note] WSREP: Assign initial position for certification: 2606, protocol version: 3
140723 21:01:45 [Note] WSREP: Service thread queue flushed.
140723 21:01:45 [Warning] WSREP: Releasing seqno 2606 before 2607 was assigned.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment