Skip to content

Instantly share code, notes, and snippets.

@mbbender
Created December 12, 2016 16:46
Show Gist options
  • Save mbbender/88ee2bd2722c68cb6a0cc2b226a99dcb to your computer and use it in GitHub Desktop.
Save mbbender/88ee2bd2722c68cb6a0cc2b226a99dcb to your computer and use it in GitHub Desktop.
5.6r3.1.1 local mysql logs
2016/12/12 16:40:16 preStart.RunAndWait start
2016/12/12 16:40:16 preStart.Cmd.Run
2016/12/12 16:40:16 DEBUG manage [pre_start] node.pre_start start
2016/12/12 16:40:16 DEBUG manage [pre_start] consul.has_snapshot start
2016/12/12 16:40:25 DEBUG manage [pre_start] consul.has_snapshot end: None
2016/12/12 16:40:25 DEBUG manage [pre_start] mysql.initialize_db start
2016/12/12 16:40:25 INFO manage Initializing database...
2016/12/12 16:40:25 2016-12-12 16:40:25 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
2016/12/12 16:40:25 2016-12-12 16:40:25 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016/12/12 16:40:25 2016-12-12 16:40:25 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
2016/12/12 16:40:25 2016-12-12 16:40:25 0 [Note] /usr/sbin/mysqld (mysqld 5.6.34-79.1) starting as process 20 ...
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Using atomics to ref count buffer pool pages
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: The InnoDB memory heap is disabled
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Memory barrier is not used
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Compressed tables use zlib 1.2.8
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Using Linux native AIO
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Using CPU crc32 instructions
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Initializing buffer pool, size = 1.4G
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Completed initialization of buffer pool
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Database physically writes the file full: wait...
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Warning] InnoDB: New log files created, LSN=45781
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Doublewrite buffer not found: creating new
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Doublewrite buffer created
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: 128 rollback segment(s) are active.
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Warning] InnoDB: Creating foreign key constraint system tables.
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Foreign key constraint system tables created
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Creating tablespace and datafile system tables.
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Tablespace and datafile system tables created.
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Creating zip_dict and zip_dict_cols system tables.
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: zip_dict and zip_dict_cols system tables created.
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Waiting for purge to start
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.34-79.1 started; log sequence number 0
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
2016/12/12 16:40:25 2016-12-12 16:40:25 20 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
2016/12/12 16:40:27 2016-12-12 16:40:27 20 [Note] Binlog end
2016/12/12 16:40:27 2016-12-12 16:40:27 20 [Note] InnoDB: FTS optimize thread exiting.
2016/12/12 16:40:27 2016-12-12 16:40:27 20 [Note] InnoDB: Starting shutdown...
2016/12/12 16:40:28 2016-12-12 16:40:28 20 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2016/12/12 16:40:29 2016-12-12 16:40:29 20 [Note] InnoDB: Shutdown completed; log sequence number 1631996
2016/12/12 16:40:29 Installing MySQL system tables...OK
2016/12/12 16:40:29
2016/12/12 16:40:29 2016-12-12 16:40:29 0 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
2016/12/12 16:40:29 2016-12-12 16:40:29 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016/12/12 16:40:29 2016-12-12 16:40:29 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
2016/12/12 16:40:29 2016-12-12 16:40:29 0 [Note] /usr/sbin/mysqld (mysqld 5.6.34-79.1) starting as process 45 ...
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: Using atomics to ref count buffer pool pages
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: The InnoDB memory heap is disabled
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: Memory barrier is not used
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: Compressed tables use zlib 1.2.8
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: Using Linux native AIO
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: Using CPU crc32 instructions
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: Initializing buffer pool, size = 1.4G
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: Completed initialization of buffer pool
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: Highest supported file format is Barracuda.
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: 128 rollback segment(s) are active.
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: Waiting for purge to start
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.34-79.1 started; log sequence number 1631996
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] RSA private key file not found: /var/lib/mysql//private_key.pem. Some authentication plugins will not work.
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] RSA public key file not found: /var/lib/mysql//public_key.pem. Some authentication plugins will not work.
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] Binlog end
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: FTS optimize thread exiting.
2016/12/12 16:40:29 2016-12-12 16:40:29 45 [Note] InnoDB: Starting shutdown...
2016/12/12 16:40:30 2016-12-12 16:40:30 45 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2016/12/12 16:40:32 2016-12-12 16:40:32 45 [Note] InnoDB: Shutdown completed; log sequence number 1632006
2016/12/12 16:40:32 Filling help tables...OK
2016/12/12 16:40:32
2016/12/12 16:40:32 To start mysqld at boot time you have to copy
2016/12/12 16:40:32 support-files/mysql.server to the right place for your system
2016/12/12 16:40:32
2016/12/12 16:40:32 PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
2016/12/12 16:40:32 To do so, start the server, then issue the following commands:
2016/12/12 16:40:32
2016/12/12 16:40:32 /usr/bin/mysqladmin -u root password 'new-password'
2016/12/12 16:40:32 /usr/bin/mysqladmin -u root -h 172.17.0.3 password 'new-password'
2016/12/12 16:40:32
2016/12/12 16:40:32 Alternatively you can run:
2016/12/12 16:40:32
2016/12/12 16:40:32 /usr/bin/mysql_secure_installation
2016/12/12 16:40:32
2016/12/12 16:40:32 which will also give you the option of removing the test
2016/12/12 16:40:32 databases and anonymous user created by default. This is
2016/12/12 16:40:32 strongly recommended for production servers.
2016/12/12 16:40:32
2016/12/12 16:40:32 See the manual for more instructions.
2016/12/12 16:40:32
2016/12/12 16:40:32 You can start the MySQL daemon with:
2016/12/12 16:40:32
2016/12/12 16:40:32 cd /usr ; /usr/bin/mysqld_safe &
2016/12/12 16:40:32
2016/12/12 16:40:32 You can test the MySQL daemon with mysql-test-run.pl
2016/12/12 16:40:32
2016/12/12 16:40:32 cd mysql-test ; perl mysql-test-run.pl
2016/12/12 16:40:32
2016/12/12 16:40:32 Please report any problems at
2016/12/12 16:40:32 https://bugs.launchpad.net/percona-server/+filebug
2016/12/12 16:40:32
2016/12/12 16:40:32 The latest information about Percona Server is available on the web at
2016/12/12 16:40:32 http://www.percona.com/software/percona-server
2016/12/12 16:40:32
2016/12/12 16:40:32 Support Percona by buying support at
2016/12/12 16:40:32 http://www.percona.com/products/mysql-support
2016/12/12 16:40:32
2016/12/12 16:40:32 WARNING: Default config file /etc/my.cnf exists on the system
2016/12/12 16:40:32 This file will be read by default by the MySQL server
2016/12/12 16:40:32 If you do not want to use this, either remove it, or use the
2016/12/12 16:40:32 --defaults-file argument to mysqld_safe when starting the server
2016/12/12 16:40:32
2016/12/12 16:40:32 WARNING: Default config file /etc/mysql/my.cnf exists on the system
2016/12/12 16:40:32 This file will be read by default by the MySQL server
2016/12/12 16:40:32 If you do not want to use this, either remove it, or use the
2016/12/12 16:40:32 --defaults-file argument to mysqld_safe when starting the server
2016/12/12 16:40:32
2016/12/12 16:40:32 INFO manage Database initialized.
2016/12/12 16:40:32 DEBUG manage [pre_start] mysql.initialize_db end: True
2016/12/12 16:40:32 DEBUG manage [pre_start] node.pre_start end
2016/12/12 16:40:32 preStart.RunAndWait end
2016/12/12 16:40:32 APP.RunAndWait start
2016/12/12 16:40:32 APP.Cmd.Run
2016/12/12 16:40:32 coprocess[consul-agent (host:consul)].Start
2016/12/12 16:40:32 coprocess[consul-agent (host:consul)].RunAndWait start
2016/12/12 16:40:32 coprocess[consul-agent (host:consul)].Cmd.Run
2016/12/12 16:40:32 ==> Starting Consul agent...
2016/12/12 16:40:32 ==> Starting Consul agent RPC...
2016/12/12 16:40:32 ==> Consul agent running!
2016/12/12 16:40:32 Version: 'v0.7.1'
2016/12/12 16:40:32 Node name: 'f5e156efc322'
2016/12/12 16:40:32 Datacenter: 'dc1'
2016/12/12 16:40:32 Server: false (bootstrap: false)
2016/12/12 16:40:32 Client Addr: 127.0.0.1 (HTTP: 8500, HTTPS: -1, DNS: 8600, RPC: 8400)
2016/12/12 16:40:32 Cluster Addr: 172.17.0.3 (LAN: 8301, WAN: 8302)
2016/12/12 16:40:32 Gossip encrypt: false, RPC-TLS: false, TLS-Incoming: false
2016/12/12 16:40:32 Atlas: <disabled>
2016/12/12 16:40:32
2016/12/12 16:40:32 ==> Log data will now stream in as it occurs:
2016/12/12 16:40:32
2016/12/12 16:40:32 2016/12/12 16:40:32 [INFO] serf: EventMemberJoin: f5e156efc322 172.17.0.3
2016/12/12 16:40:32 2016/12/12 16:40:32 [WARN] manager: No servers available
2016/12/12 16:40:32 2016/12/12 16:40:32 [ERR] agent: failed to sync remote state: No known Consul servers
2016/12/12 16:40:32 2016/12/12 16:40:32 [INFO] agent: Joining cluster...
2016/12/12 16:40:32 2016/12/12 16:40:32 [INFO] agent: (LAN) joining: [consul]
2016/12/12 16:40:32 2016/12/12 16:40:32 [INFO] serf: EventMemberJoin: a78473a0ebe6 172.17.0.2
2016/12/12 16:40:32 2016/12/12 16:40:32 [INFO] agent: (LAN) joined: 1 Err: <nil>
2016/12/12 16:40:32 2016/12/12 16:40:32 [INFO] agent: Join completed. Synced with 1 initial agents
2016/12/12 16:40:32 2016/12/12 16:40:32 [INFO] consul: adding server a78473a0ebe6 (Addr: tcp/172.17.0.2:8300) (DC: dc1)
2016/12/12 16:40:35 2016/12/12 16:40:35 [INFO] agent: Synced node info
2016/12/12 16:40:37 mysql.health.RunWithTimeout start
2016/12/12 16:40:37 mysql.health.Cmd.Start
2016/12/12 16:40:37 mysql.health.run waiting for PID 106:
2016/12/12 16:40:37 DEBUG manage [health] node.health start
2016/12/12 16:40:37 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:40:37 DEBUG manage [health] node.is_primary start
2016/12/12 16:40:37 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:40:37 DEBUG manage [health] mysql.query start
2016/12/12 16:40:37 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:41:01 DEBUG manage could not determine primary via mysqld status: 1045 (28000): Access denied for user 'repluser'@'localhost' (using password: YES)
2016/12/12 16:41:01 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:01 DEBUG manage []
2016/12/12 16:41:01 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:01 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:01 DEBUG manage [health] node.run_as_primary start
2016/12/12 16:41:01 DEBUG manage [health] consul.mark_as_primary start
2016/12/12 16:41:01 DEBUG manage [health] consul.get_session start
2016/12/12 16:41:01 DEBUG manage [health] consul.create_session start
2016/12/12 16:41:01 DEBUG manage [health] consul.create_session end: 94a69981-edc1-8516-2cb7-2d4f96f4f43c
2016/12/12 16:41:01 DEBUG manage [health] consul.get_session end: 94a69981-edc1-8516-2cb7-2d4f96f4f43c
2016/12/12 16:41:01 DEBUG manage [health] consul.lock start
2016/12/12 16:41:02 DEBUG manage [health] consul.lock end: True
2016/12/12 16:41:02 DEBUG manage [health] consul.mark_as_primary end
2016/12/12 16:41:02 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:41:02 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:41:02 ERROR manage mysql_tzinfo_to_sql returned error: [Errno 2] No such file or directory
2016/12/12 16:41:02 INFO manage Generated root password: !kbB@%Nx8^GAWiN4l*gd
2016/12/12 16:41:02 DEBUG manage [health] mysql.execute_many start
2016/12/12 16:41:02 DEBUG manage show slave status ()
2016/12/12 16:41:02 DEBUG manage SET @@SESSION.SQL_LOG_BIN=0; ()
2016/12/12 16:41:02 DEBUG manage DELETE FROM `mysql`.`user` where user != 'mysql.sys'; ()
2016/12/12 16:41:02 DEBUG manage CREATE USER `root`@`%` IDENTIFIED BY %s ; ('!kbB@%Nx8^GAWiN4l*gd',)
2016/12/12 16:41:02 DEBUG manage GRANT ALL ON *.* TO `root`@`%` WITH GRANT OPTION ; ()
2016/12/12 16:41:02 DEBUG manage DROP DATABASE IF EXISTS test ; ()
2016/12/12 16:41:02 DEBUG manage FLUSH PRIVILEGES ; ()
2016/12/12 16:41:02 DEBUG manage [health] mysql.execute_many end
2016/12/12 16:41:02 DEBUG manage [health] mysql.execute start
2016/12/12 16:41:02 DEBUG manage CREATE DATABASE IF NOT EXISTS `demodb`; ()
2016/12/12 16:41:02 DEBUG manage [health] mysql.execute end
2016/12/12 16:41:02 DEBUG manage [health] mysql.execute_many start
2016/12/12 16:41:02 DEBUG manage CREATE USER `dbuser`@`%` IDENTIFIED BY %s; ('0BUs4p9',)
2016/12/12 16:41:02 DEBUG manage GRANT ALL ON `demodb`.* TO `dbuser`@`%`; ()
2016/12/12 16:41:02 DEBUG manage FLUSH PRIVILEGES; ()
2016/12/12 16:41:02 DEBUG manage [health] mysql.execute_many end
2016/12/12 16:41:02 DEBUG manage [health] mysql.execute_many start
2016/12/12 16:41:02 DEBUG manage CREATE USER `repluser`@`%` IDENTIFIED BY %s; ('9fUUgZd',)
2016/12/12 16:41:02 DEBUG manage GRANT SUPER, SELECT, INSERT, REPLICATION SLAVE, RELOAD, LOCK TABLES, GRANT OPTION, REPLICATION CLIENT, RELOAD, DROP, CREATE ON *.* TO `repluser`@`%`; ()
2016/12/12 16:41:02 DEBUG manage FLUSH PRIVILEGES; ()
2016/12/12 16:41:02 DEBUG manage [health] mysql.execute_many end
2016/12/12 16:41:02 DEBUG manage [health] node.write_snapshot start
2016/12/12 16:41:02 161212 16:41:02 innobackupex: Starting the backup operation
2016/12/12 16:41:02
2016/12/12 16:41:02 IMPORTANT: Please check that the backup run completes successfully.
2016/12/12 16:41:02 At the end of a successful backup run innobackupex
2016/12/12 16:41:02 prints "completed OK!".
2016/12/12 16:41:02
2016/12/12 16:41:02 Unrecognized character \x01; marked by <-- HERE after <-- HERE near column 1 at - line 1374.
2016/12/12 16:41:02 161212 16:41:02 Connecting to MySQL server host: localhost, user: repluser, password: set, port: 3306, socket: /var/run/mysqld/mysqld.sock
2016/12/12 16:41:02 Using server version 5.6.34-79.1-log
2016/12/12 16:41:02 /usr/bin/innobackupex version 2.3.6 based on MySQL server 5.6.24 Linux (x86_64) (revision id: 7686bfc)
2016/12/12 16:41:02 xtrabackup: uses posix_fadvise().
2016/12/12 16:41:02 xtrabackup: cd to /var/lib/mysql
2016/12/12 16:41:02 xtrabackup: open files limit requested 0, set to 1048576
2016/12/12 16:41:02 xtrabackup: using the following InnoDB configuration:
2016/12/12 16:41:02 xtrabackup: innodb_data_home_dir = ./
2016/12/12 16:41:02 xtrabackup: innodb_data_file_path = ibdata1:12M:autoextend
2016/12/12 16:41:02 xtrabackup: innodb_log_group_home_dir = ./
2016/12/12 16:41:02 xtrabackup: innodb_log_files_in_group = 2
2016/12/12 16:41:02 xtrabackup: innodb_log_file_size = 50331648
2016/12/12 16:41:02 161212 16:41:02 >> log scanned up to (1632016)
2016/12/12 16:41:02 xtrabackup: Generating a list of tablespaces
2016/12/12 16:41:02 161212 16:41:02 [01] Streaming ./ibdata1
2016/12/12 16:41:02 161212 16:41:02 [01] ...done
2016/12/12 16:41:02 161212 16:41:02 [01] Streaming ./mysql/slave_worker_info.ibd
2016/12/12 16:41:02 161212 16:41:02 [01] ...done
2016/12/12 16:41:02 161212 16:41:02 [01] Streaming ./mysql/slave_master_info.ibd
2016/12/12 16:41:02 161212 16:41:02 [01] ...done
2016/12/12 16:41:02 161212 16:41:02 [01] Streaming ./mysql/slave_relay_log_info.ibd
2016/12/12 16:41:02 161212 16:41:02 [01] ...done
2016/12/12 16:41:02 161212 16:41:02 [01] Streaming ./mysql/innodb_index_stats.ibd
2016/12/12 16:41:02 161212 16:41:02 [01] ...done
2016/12/12 16:41:02 161212 16:41:02 [01] Streaming ./mysql/innodb_table_stats.ibd
2016/12/12 16:41:02 161212 16:41:02 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 >> log scanned up to (1632016)
2016/12/12 16:41:03 161212 16:41:03 Executing LOCK TABLES FOR BACKUP...
2016/12/12 16:41:03 161212 16:41:03 Starting to backup non-InnoDB tables and files
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/db.opt to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/socket_instances.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/socket_summary_by_instance.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/users.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_stages_history.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/setup_objects.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/setup_timers.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_statements_summary_by_user_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/hosts.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_waits_summary_by_account_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_waits_history.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_statements_summary_by_host_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_stages_summary_global_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_waits_history_long.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/rwlock_instances.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_stages_summary_by_account_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/cond_instances.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/accounts.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_statements_current.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/file_summary_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/objects_summary_global_by_type.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/setup_actors.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_waits_summary_by_user_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_statements_summary_by_thread_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_statements_history_long.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_waits_summary_by_thread_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/socket_summary_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_statements_summary_by_digest.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_statements_summary_by_account_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/host_cache.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/session_connect_attrs.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_statements_history.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_stages_current.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_stages_summary_by_thread_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/setup_consumers.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/setup_instruments.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_stages_summary_by_user_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/mutex_instances.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_waits_summary_global_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_stages_history_long.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/file_instances.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_waits_current.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/table_io_waits_summary_by_table.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/file_summary_by_instance.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_waits_summary_by_host_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_statements_summary_global_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/session_account_connect_attrs.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/table_io_waits_summary_by_index_usage.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/performance_timers.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/table_lock_waits_summary_by_table.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_stages_summary_by_host_by_event_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/events_waits_summary_by_instance.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./performance_schema/threads.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/help_topic.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/help_relation.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/servers.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/slow_log.CSV to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/help_keyword.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone_name.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/tables_priv.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/proxies_priv.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/tables_priv.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/general_log.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/func.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/user.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/db.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/func.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/event.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/innodb_index_stats.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone_leap_second.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/help_keyword.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/event.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/servers.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone_transition.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/proxies_priv.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/proxies_priv.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/db.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/general_log.CSM to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/slave_relay_log_info.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/help_relation.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/proc.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/help_topic.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/columns_priv.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/db.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/plugin.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/plugin.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/help_category.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/slow_log.CSM to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/help_relation.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone_name.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/user.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone_name.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/ndb_binlog_index.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/func.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/general_log.CSV to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/innodb_table_stats.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/user.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/help_category.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone_leap_second.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/tables_priv.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/procs_priv.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/columns_priv.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/plugin.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/proc.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone_transition.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/servers.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/help_topic.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/help_keyword.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone_transition_type.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone_transition_type.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/event.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/proc.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/help_category.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone_transition.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/procs_priv.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/columns_priv.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/procs_priv.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/ndb_binlog_index.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone_transition_type.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/ndb_binlog_index.MYD to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/time_zone_leap_second.MYI to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/slave_master_info.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/slave_worker_info.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./mysql/slow_log.frm to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 [01] Streaming ./demodb/db.opt to <STDOUT>
2016/12/12 16:41:03 161212 16:41:03 [01] ...done
2016/12/12 16:41:03 161212 16:41:03 Finished backing up non-InnoDB tables and files
2016/12/12 16:41:03 161212 16:41:03 Executing LOCK BINLOG FOR BACKUP...
2016/12/12 16:41:03 161212 16:41:03 [00] Streaming xtrabackup_binlog_info
2016/12/12 16:41:03 161212 16:41:03 [00] ...done
2016/12/12 16:41:03 161212 16:41:03 Executing FLUSH NO_WRITE_TO_BINLOG ENGINE LOGS...
2016/12/12 16:41:03 xtrabackup: The latest check point (for incremental): '1632016'
2016/12/12 16:41:03 xtrabackup: Stopping log copying thread.
2016/12/12 16:41:03 .161212 16:41:03 >> log scanned up to (1632058)
2016/12/12 16:41:03
2016/12/12 16:41:03 161212 16:41:03 Executing UNLOCK BINLOG
2016/12/12 16:41:03 161212 16:41:03 Executing UNLOCK TABLES
2016/12/12 16:41:03 161212 16:41:03 All tables unlocked
2016/12/12 16:41:03 161212 16:41:03 Backup created in directory '/tmp/backup'
2016/12/12 16:41:03 MySQL binlog position: filename 'mysql-bin.000001', position '151', GTID of the last change ''
2016/12/12 16:41:03 161212 16:41:03 [00] Streaming backup-my.cnf
2016/12/12 16:41:03 161212 16:41:03 [00] ...done
2016/12/12 16:41:03 161212 16:41:03 [00] Streaming xtrabackup_info
2016/12/12 16:41:03 161212 16:41:03 [00] ...done
2016/12/12 16:41:03 xtrabackup: Transaction log of lsn (1632016) to (1632058) was copied.
2016/12/12 16:41:03 161212 16:41:03 completed OK!
2016/12/12 16:41:03 INFO manage snapshot completed, uploading to object store
2016/12/12 16:41:15 INFO manage snapshot uploaded to /infusedindustr1/stor/mysql/mysql-backup-2016-12-12T16-41-02Z
2016/12/12 16:41:15 DEBUG manage [health] mysql.query start
2016/12/12 16:41:15 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:41:15 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:41:15 DEBUG manage show master status ()
2016/12/12 16:41:15 DEBUG manage [health] mysql.query end: [{u'Position': 151, u'Executed_Gtid_Set': u'', u'Binlog_Do_DB': u'', u'File': u'mysql-bin.000001', u'Binlog_Ignore_DB': u''}]
2016/12/12 16:41:15 DEBUG manage [health] consul.record_backup start
2016/12/12 16:41:16 DEBUG manage [health] consul.record_backup end
2016/12/12 16:41:16 DEBUG manage [health] node.write_snapshot end
2016/12/12 16:41:16 DEBUG manage [health] node.run_as_primary end
2016/12/12 16:41:16 DEBUG manage [health] containerpilot.update start
2016/12/12 16:41:16 DEBUG manage [health] containerpilot._render start
2016/12/12 16:41:16 INFO manage rewriting ContainerPilot config: {"preStart": "python /usr/local/bin/manage.py", "tasks": [{"frequency": "5m", "command": "python /usr/local/bin/manage.py snapshot_task", "name": "snapshot_check", "timeout": "10m"}], "logging": {"level": "{{ if .LOG_LEVEL }}{{ .LOG_LEVEL }}{{ else }}INFO{{ end }}"}, "coprocesses": [{"restarts": "unlimited", "command": ["/usr/local/bin/consul", "agent", "-data-dir=/data", "-config-dir=/config", "-rejoin", "-retry-join", "consul", "-retry-max", "10", "-retry-interval", "10s"], "name": "consul-agent (host:{{ .CONSUL }})"}], "consul": "localhost:8500", "backends": [{"onChange": "python /usr/local/bin/manage.py on_change", "poll": 10, "name": "mysql-primary"}], "services": [{"ttl": 25, "poll": 5, "health": "python /usr/local/bin/manage.py health", "name": "mysql-primary", "port": 3306}]}
2016/12/12 16:41:16 DEBUG manage [health] containerpilot._render end
2016/12/12 16:41:16 DEBUG manage [health] containerpilot.update end: True
2016/12/12 16:41:16 INFO manage Reloading ContainerPilot configuration.
2016/12/12 16:41:16 Reloading configuration.
2016/12/12 16:41:16 parsed service discovery backend: consul
2016/12/12 16:41:16 mysql.health.run complete
2016/12/12 16:41:16 mysql.health.RunWithTimeout end
2016/12/12 16:41:16 2016/12/12 16:41:16 [ERR] http: Request PUT /v1/agent/check/pass/mysql-f5e156efc322?note=ok, error: CheckID "mysql-f5e156efc322" does not have associated TTL from=127.0.0.1:33210
2016/12/12 16:41:16 Unexpected response code: 500 (CheckID "mysql-f5e156efc322" does not have associated TTL)
Service not registered, registering...
2016/12/12 16:41:16 2016/12/12 16:41:16 [INFO] agent: Synced service 'mysql-f5e156efc322'
2016/12/12 16:41:16 2016/12/12 16:41:16 [INFO] agent: Synced check 'mysql-f5e156efc322'
2016/12/12 16:41:16 2016/12/12 16:41:16 [INFO] agent: Synced check 'mysql-f5e156efc322'
2016/12/12 16:41:16 mysql.health.RunWithTimeout start
2016/12/12 16:41:16 mysql.health.Cmd.Start
2016/12/12 16:41:16 mysql.health.run waiting for PID 126:
2016/12/12 16:41:16 DEBUG manage [health] node.health start
2016/12/12 16:41:16 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:41:16 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:41:16 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:16 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:16 DEBUG manage [health] mysql.query start
2016/12/12 16:41:16 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:41:16 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:41:16 DEBUG manage show slave status ()
2016/12/12 16:41:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:16 DEBUG manage [health] mysql.query start
2016/12/12 16:41:16 DEBUG manage show slave hosts ()
2016/12/12 16:41:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:16 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:16 DEBUG manage []
2016/12/12 16:41:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:16 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:16 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:16 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:16 DEBUG manage [health] mysql.query start
2016/12/12 16:41:16 DEBUG manage show slave status ()
2016/12/12 16:41:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:16 DEBUG manage [health] mysql.query start
2016/12/12 16:41:16 DEBUG manage show slave hosts ()
2016/12/12 16:41:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:16 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:16 DEBUG manage []
2016/12/12 16:41:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:16 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:16 DEBUG manage [health] mysql.query start
2016/12/12 16:41:16 DEBUG manage show slave status ()
2016/12/12 16:41:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:16 ERROR manage Replica is not replicating.
2016/12/12 16:41:16 mysql.health.RunWithTimeout end
2016/12/12 16:41:16 Deregistering service: mysql
2016/12/12 16:41:16 task[snapshot_check].PollStop
2016/12/12 16:41:16 task[snapshot_check].kill
2016/12/12 16:41:16 2016/12/12 16:41:16 [INFO] agent: Deregistered service 'mysql-f5e156efc322'
2016/12/12 16:41:16 2016/12/12 16:41:16 [INFO] agent: Deregistered check 'mysql-f5e156efc322'
2016/12/12 16:41:16 coprocess[consul-agent (host:consul)].Stop
2016/12/12 16:41:16 coprocess[consul-agent (host:consul)].kill
2016/12/12 16:41:16 killing command at pid: 71
2016/12/12 16:41:16 coprocess[consul-agent (host:consul)].Start
2016/12/12 16:41:16 coprocess[consul-agent (host:consul)].RunAndWait start
2016/12/12 16:41:16 coprocess[consul-agent (host:consul)].Cmd.Run
2016/12/12 16:41:16 <nil>
2016/12/12 16:41:16 coprocess[consul-agent (host:consul)] exited
2016/12/12 16:41:16 ==> Starting Consul agent...
2016/12/12 16:41:16 ==> Starting Consul agent RPC...
2016/12/12 16:41:16 ==> Consul agent running!
2016/12/12 16:41:16 Version: 'v0.7.1'
2016/12/12 16:41:16 Node name: 'f5e156efc322'
2016/12/12 16:41:16 Datacenter: 'dc1'
2016/12/12 16:41:16 Server: false (bootstrap: false)
2016/12/12 16:41:16 Client Addr: 127.0.0.1 (HTTP: 8500, HTTPS: -1, DNS: 8600, RPC: 8400)
2016/12/12 16:41:16 Cluster Addr: 172.17.0.3 (LAN: 8301, WAN: 8302)
2016/12/12 16:41:16 Gossip encrypt: false, RPC-TLS: false, TLS-Incoming: false
2016/12/12 16:41:16 Atlas: <disabled>
2016/12/12 16:41:16
2016/12/12 16:41:16 ==> Log data will now stream in as it occurs:
2016/12/12 16:41:16
2016/12/12 16:41:16 2016/12/12 16:41:16 [INFO] serf: EventMemberJoin: f5e156efc322 172.17.0.3
2016/12/12 16:41:16 2016/12/12 16:41:16 [WARN] serf: Failed to re-join any previously known node
2016/12/12 16:41:16 2016/12/12 16:41:16 [WARN] manager: No servers available
2016/12/12 16:41:16 2016/12/12 16:41:16 [ERR] agent: failed to sync remote state: No known Consul servers
2016/12/12 16:41:16 2016/12/12 16:41:16 [INFO] agent: Joining cluster...
2016/12/12 16:41:16 2016/12/12 16:41:16 [INFO] agent: (LAN) joining: [consul]
2016/12/12 16:41:16 2016/12/12 16:41:16 [INFO] serf: EventMemberJoin: a78473a0ebe6 172.17.0.2
2016/12/12 16:41:16 2016/12/12 16:41:16 [WARN] memberlist: Refuting an alive message
2016/12/12 16:41:16 2016/12/12 16:41:16 [INFO] agent: (LAN) joined: 1 Err: <nil>
2016/12/12 16:41:16 2016/12/12 16:41:16 [INFO] agent: Join completed. Synced with 1 initial agents
2016/12/12 16:41:16 2016/12/12 16:41:16 [INFO] consul: adding server a78473a0ebe6 (Addr: tcp/172.17.0.2:8300) (DC: dc1)
2016/12/12 16:41:17 2016/12/12 16:41:17 [INFO] agent: Synced node info
2016/12/12 16:41:21 mysql-primary.health.RunWithTimeout start
2016/12/12 16:41:21 mysql-primary.health.Cmd.Start
2016/12/12 16:41:21 mysql-primary.health.run waiting for PID 138:
2016/12/12 16:41:21 DEBUG manage [health] node.health start
2016/12/12 16:41:21 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:41:21 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:41:21 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:21 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:21 DEBUG manage [health] mysql.query start
2016/12/12 16:41:21 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:41:21 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:41:21 DEBUG manage show slave status ()
2016/12/12 16:41:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:21 DEBUG manage [health] mysql.query start
2016/12/12 16:41:21 DEBUG manage show slave hosts ()
2016/12/12 16:41:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:21 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:21 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:21 DEBUG manage []
2016/12/12 16:41:21 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:21 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:21 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:21 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:21 DEBUG manage [health] mysql.query start
2016/12/12 16:41:21 DEBUG manage show slave status ()
2016/12/12 16:41:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:21 DEBUG manage [health] mysql.query start
2016/12/12 16:41:21 DEBUG manage show slave hosts ()
2016/12/12 16:41:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:21 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:21 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:21 DEBUG manage []
2016/12/12 16:41:21 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:21 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:21 DEBUG manage [health] mysql.query start
2016/12/12 16:41:21 DEBUG manage show slave status ()
2016/12/12 16:41:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:21 ERROR manage Replica is not replicating.
2016/12/12 16:41:21 mysql-primary.health.RunWithTimeout end
2016/12/12 16:41:26 mysql-primary.health.RunWithTimeout start
2016/12/12 16:41:26 mysql-primary.health.Cmd.Start
2016/12/12 16:41:26 mysql-primary.health.run waiting for PID 141:
2016/12/12 16:41:26 DEBUG manage [health] node.health start
2016/12/12 16:41:26 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:41:26 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:41:26 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:26 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:26 DEBUG manage [health] mysql.query start
2016/12/12 16:41:26 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:41:26 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:41:26 DEBUG manage show slave status ()
2016/12/12 16:41:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:26 DEBUG manage [health] mysql.query start
2016/12/12 16:41:26 DEBUG manage show slave hosts ()
2016/12/12 16:41:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:26 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:26 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:26 DEBUG manage []
2016/12/12 16:41:26 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:26 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:26 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:26 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:26 DEBUG manage [health] mysql.query start
2016/12/12 16:41:26 DEBUG manage show slave status ()
2016/12/12 16:41:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:26 DEBUG manage [health] mysql.query start
2016/12/12 16:41:26 DEBUG manage show slave hosts ()
2016/12/12 16:41:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:26 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:26 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:26 DEBUG manage []
2016/12/12 16:41:26 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:26 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:26 DEBUG manage [health] mysql.query start
2016/12/12 16:41:26 DEBUG manage show slave status ()
2016/12/12 16:41:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:26 ERROR manage Replica is not replicating.
2016/12/12 16:41:26 mysql-primary.health.RunWithTimeout end
2016/12/12 16:41:31 mysql-primary.health.RunWithTimeout start
2016/12/12 16:41:31 mysql-primary.health.Cmd.Start
2016/12/12 16:41:31 mysql-primary.health.run waiting for PID 144:
2016/12/12 16:41:31 DEBUG manage [health] node.health start
2016/12/12 16:41:31 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:41:31 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:41:31 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:31 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:31 DEBUG manage [health] mysql.query start
2016/12/12 16:41:31 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:41:31 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:41:31 DEBUG manage show slave status ()
2016/12/12 16:41:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:31 DEBUG manage [health] mysql.query start
2016/12/12 16:41:31 DEBUG manage show slave hosts ()
2016/12/12 16:41:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:31 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:31 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:31 DEBUG manage []
2016/12/12 16:41:31 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:31 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:31 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:31 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:31 DEBUG manage [health] mysql.query start
2016/12/12 16:41:31 DEBUG manage show slave status ()
2016/12/12 16:41:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:31 DEBUG manage [health] mysql.query start
2016/12/12 16:41:31 DEBUG manage show slave hosts ()
2016/12/12 16:41:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:31 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:31 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:31 DEBUG manage []
2016/12/12 16:41:31 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:31 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:31 DEBUG manage [health] mysql.query start
2016/12/12 16:41:31 DEBUG manage show slave status ()
2016/12/12 16:41:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:31 ERROR manage Replica is not replicating.
2016/12/12 16:41:31 mysql-primary.health.RunWithTimeout end
2016/12/12 16:41:36 mysql-primary.health.RunWithTimeout start
2016/12/12 16:41:36 mysql-primary.health.Cmd.Start
2016/12/12 16:41:36 mysql-primary.health.run waiting for PID 147:
2016/12/12 16:41:36 DEBUG manage [health] node.health start
2016/12/12 16:41:36 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:41:36 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:41:36 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:36 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:36 DEBUG manage [health] mysql.query start
2016/12/12 16:41:36 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:41:36 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:41:36 DEBUG manage show slave status ()
2016/12/12 16:41:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:36 DEBUG manage [health] mysql.query start
2016/12/12 16:41:36 DEBUG manage show slave hosts ()
2016/12/12 16:41:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:36 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:36 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:36 DEBUG manage []
2016/12/12 16:41:36 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:36 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:36 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:36 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:36 DEBUG manage [health] mysql.query start
2016/12/12 16:41:36 DEBUG manage show slave status ()
2016/12/12 16:41:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:36 DEBUG manage [health] mysql.query start
2016/12/12 16:41:36 DEBUG manage show slave hosts ()
2016/12/12 16:41:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:36 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:36 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:36 DEBUG manage []
2016/12/12 16:41:36 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:36 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:36 DEBUG manage [health] mysql.query start
2016/12/12 16:41:36 DEBUG manage show slave status ()
2016/12/12 16:41:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:36 ERROR manage Replica is not replicating.
2016/12/12 16:41:36 mysql-primary.health.RunWithTimeout end
2016/12/12 16:41:41 mysql-primary.health.RunWithTimeout start
2016/12/12 16:41:41 mysql-primary.health.Cmd.Start
2016/12/12 16:41:41 mysql-primary.health.run waiting for PID 150:
2016/12/12 16:41:41 DEBUG manage [health] node.health start
2016/12/12 16:41:41 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:41:41 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:41:41 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:41 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:41 DEBUG manage [health] mysql.query start
2016/12/12 16:41:41 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:41:41 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:41:41 DEBUG manage show slave status ()
2016/12/12 16:41:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:41 DEBUG manage [health] mysql.query start
2016/12/12 16:41:41 DEBUG manage show slave hosts ()
2016/12/12 16:41:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:41 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:41 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:41 DEBUG manage []
2016/12/12 16:41:41 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:41 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:41 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:41 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:41 DEBUG manage [health] mysql.query start
2016/12/12 16:41:41 DEBUG manage show slave status ()
2016/12/12 16:41:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:41 DEBUG manage [health] mysql.query start
2016/12/12 16:41:41 DEBUG manage show slave hosts ()
2016/12/12 16:41:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:41 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:41 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:41 DEBUG manage []
2016/12/12 16:41:41 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:41 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:41 DEBUG manage [health] mysql.query start
2016/12/12 16:41:41 DEBUG manage show slave status ()
2016/12/12 16:41:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:41 ERROR manage Replica is not replicating.
2016/12/12 16:41:41 mysql-primary.health.RunWithTimeout end
2016/12/12 16:41:46 mysql-primary.health.RunWithTimeout start
2016/12/12 16:41:46 mysql-primary.health.Cmd.Start
2016/12/12 16:41:46 mysql-primary.health.run waiting for PID 153:
2016/12/12 16:41:46 DEBUG manage [health] node.health start
2016/12/12 16:41:46 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:41:46 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:41:46 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:46 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:46 DEBUG manage [health] mysql.query start
2016/12/12 16:41:46 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:41:46 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:41:46 DEBUG manage show slave status ()
2016/12/12 16:41:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:46 DEBUG manage [health] mysql.query start
2016/12/12 16:41:46 DEBUG manage show slave hosts ()
2016/12/12 16:41:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:46 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:46 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:46 DEBUG manage []
2016/12/12 16:41:46 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:46 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:46 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:46 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:46 DEBUG manage [health] mysql.query start
2016/12/12 16:41:46 DEBUG manage show slave status ()
2016/12/12 16:41:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:46 DEBUG manage [health] mysql.query start
2016/12/12 16:41:46 DEBUG manage show slave hosts ()
2016/12/12 16:41:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:46 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:46 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:46 DEBUG manage []
2016/12/12 16:41:46 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:46 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:46 DEBUG manage [health] mysql.query start
2016/12/12 16:41:46 DEBUG manage show slave status ()
2016/12/12 16:41:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:46 ERROR manage Replica is not replicating.
2016/12/12 16:41:46 mysql-primary.health.RunWithTimeout end
2016/12/12 16:41:51 mysql-primary.health.RunWithTimeout start
2016/12/12 16:41:51 mysql-primary.health.Cmd.Start
2016/12/12 16:41:51 mysql-primary.health.run waiting for PID 156:
2016/12/12 16:41:51 DEBUG manage [health] node.health start
2016/12/12 16:41:51 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:41:51 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:41:51 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:51 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:51 DEBUG manage [health] mysql.query start
2016/12/12 16:41:51 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:41:51 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:41:51 DEBUG manage show slave status ()
2016/12/12 16:41:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:51 DEBUG manage [health] mysql.query start
2016/12/12 16:41:51 DEBUG manage show slave hosts ()
2016/12/12 16:41:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:51 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:51 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:51 DEBUG manage []
2016/12/12 16:41:51 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:51 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:51 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:51 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:51 DEBUG manage [health] mysql.query start
2016/12/12 16:41:51 DEBUG manage show slave status ()
2016/12/12 16:41:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:51 DEBUG manage [health] mysql.query start
2016/12/12 16:41:51 DEBUG manage show slave hosts ()
2016/12/12 16:41:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:51 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:51 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:51 DEBUG manage []
2016/12/12 16:41:51 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:51 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:51 DEBUG manage [health] mysql.query start
2016/12/12 16:41:51 DEBUG manage show slave status ()
2016/12/12 16:41:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:51 ERROR manage Replica is not replicating.
2016/12/12 16:41:51 mysql-primary.health.RunWithTimeout end
2016/12/12 16:41:56 mysql-primary.health.RunWithTimeout start
2016/12/12 16:41:56 mysql-primary.health.Cmd.Start
2016/12/12 16:41:56 mysql-primary.health.run waiting for PID 159:
2016/12/12 16:41:56 DEBUG manage [health] node.health start
2016/12/12 16:41:56 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:41:56 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:41:56 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:56 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:56 DEBUG manage [health] mysql.query start
2016/12/12 16:41:56 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:41:56 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:41:56 DEBUG manage show slave status ()
2016/12/12 16:41:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:56 DEBUG manage [health] mysql.query start
2016/12/12 16:41:56 DEBUG manage show slave hosts ()
2016/12/12 16:41:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:56 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:56 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:56 DEBUG manage []
2016/12/12 16:41:56 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:56 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:56 DEBUG manage [health] node.is_primary start
2016/12/12 16:41:56 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:41:56 DEBUG manage [health] mysql.query start
2016/12/12 16:41:56 DEBUG manage show slave status ()
2016/12/12 16:41:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:56 DEBUG manage [health] mysql.query start
2016/12/12 16:41:56 DEBUG manage show slave hosts ()
2016/12/12 16:41:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:56 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:41:56 DEBUG manage [health] consul.get_primary start
2016/12/12 16:41:56 DEBUG manage []
2016/12/12 16:41:56 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:41:56 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:41:56 DEBUG manage [health] mysql.query start
2016/12/12 16:41:56 DEBUG manage show slave status ()
2016/12/12 16:41:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:41:56 ERROR manage Replica is not replicating.
2016/12/12 16:41:56 mysql-primary.health.RunWithTimeout end
2016/12/12 16:42:01 mysql-primary.health.RunWithTimeout start
2016/12/12 16:42:01 mysql-primary.health.Cmd.Start
2016/12/12 16:42:01 mysql-primary.health.run waiting for PID 162:
2016/12/12 16:42:01 DEBUG manage [health] node.health start
2016/12/12 16:42:01 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:42:01 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:42:01 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:01 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:01 DEBUG manage [health] mysql.query start
2016/12/12 16:42:01 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:42:01 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:42:01 DEBUG manage show slave status ()
2016/12/12 16:42:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:01 DEBUG manage [health] mysql.query start
2016/12/12 16:42:01 DEBUG manage show slave hosts ()
2016/12/12 16:42:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:01 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:01 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:01 DEBUG manage []
2016/12/12 16:42:01 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:01 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:01 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:01 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:01 DEBUG manage [health] mysql.query start
2016/12/12 16:42:01 DEBUG manage show slave status ()
2016/12/12 16:42:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:01 DEBUG manage [health] mysql.query start
2016/12/12 16:42:01 DEBUG manage show slave hosts ()
2016/12/12 16:42:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:01 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:01 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:01 DEBUG manage []
2016/12/12 16:42:01 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:01 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:01 DEBUG manage [health] mysql.query start
2016/12/12 16:42:01 DEBUG manage show slave status ()
2016/12/12 16:42:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:01 ERROR manage Replica is not replicating.
2016/12/12 16:42:01 mysql-primary.health.RunWithTimeout end
2016/12/12 16:42:06 mysql-primary.health.RunWithTimeout start
2016/12/12 16:42:06 mysql-primary.health.Cmd.Start
2016/12/12 16:42:06 mysql-primary.health.run waiting for PID 165:
2016/12/12 16:42:06 DEBUG manage [health] node.health start
2016/12/12 16:42:06 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:42:06 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:42:06 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:06 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:06 DEBUG manage [health] mysql.query start
2016/12/12 16:42:06 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:42:06 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:42:06 DEBUG manage show slave status ()
2016/12/12 16:42:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:06 DEBUG manage [health] mysql.query start
2016/12/12 16:42:06 DEBUG manage show slave hosts ()
2016/12/12 16:42:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:06 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:06 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:06 DEBUG manage []
2016/12/12 16:42:06 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:06 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:06 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:06 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:06 DEBUG manage [health] mysql.query start
2016/12/12 16:42:06 DEBUG manage show slave status ()
2016/12/12 16:42:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:06 DEBUG manage [health] mysql.query start
2016/12/12 16:42:06 DEBUG manage show slave hosts ()
2016/12/12 16:42:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:06 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:06 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:06 DEBUG manage []
2016/12/12 16:42:06 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:06 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:06 DEBUG manage [health] mysql.query start
2016/12/12 16:42:06 DEBUG manage show slave status ()
2016/12/12 16:42:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:06 ERROR manage Replica is not replicating.
2016/12/12 16:42:06 mysql-primary.health.RunWithTimeout end
2016/12/12 16:42:11 mysql-primary.health.RunWithTimeout start
2016/12/12 16:42:11 mysql-primary.health.Cmd.Start
2016/12/12 16:42:11 mysql-primary.health.run waiting for PID 168:
2016/12/12 16:42:11 DEBUG manage [health] node.health start
2016/12/12 16:42:11 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:42:11 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:42:11 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:11 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:11 DEBUG manage [health] mysql.query start
2016/12/12 16:42:11 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:42:11 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:42:11 DEBUG manage show slave status ()
2016/12/12 16:42:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:11 DEBUG manage [health] mysql.query start
2016/12/12 16:42:11 DEBUG manage show slave hosts ()
2016/12/12 16:42:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:11 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:11 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:11 DEBUG manage []
2016/12/12 16:42:11 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:11 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:11 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:11 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:11 DEBUG manage [health] mysql.query start
2016/12/12 16:42:11 DEBUG manage show slave status ()
2016/12/12 16:42:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:11 DEBUG manage [health] mysql.query start
2016/12/12 16:42:11 DEBUG manage show slave hosts ()
2016/12/12 16:42:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:11 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:11 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:11 DEBUG manage []
2016/12/12 16:42:11 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:11 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:11 DEBUG manage [health] mysql.query start
2016/12/12 16:42:11 DEBUG manage show slave status ()
2016/12/12 16:42:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:11 ERROR manage Replica is not replicating.
2016/12/12 16:42:11 mysql-primary.health.RunWithTimeout end
2016/12/12 16:42:16 mysql-primary.health.RunWithTimeout start
2016/12/12 16:42:16 mysql-primary.health.Cmd.Start
2016/12/12 16:42:16 mysql-primary.health.run waiting for PID 171:
2016/12/12 16:42:16 DEBUG manage [health] node.health start
2016/12/12 16:42:16 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:42:16 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:42:16 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:16 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:16 DEBUG manage [health] mysql.query start
2016/12/12 16:42:16 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:42:16 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:42:16 DEBUG manage show slave status ()
2016/12/12 16:42:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:16 DEBUG manage [health] mysql.query start
2016/12/12 16:42:16 DEBUG manage show slave hosts ()
2016/12/12 16:42:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:16 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:16 DEBUG manage []
2016/12/12 16:42:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:16 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:16 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:16 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:16 DEBUG manage [health] mysql.query start
2016/12/12 16:42:16 DEBUG manage show slave status ()
2016/12/12 16:42:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:16 DEBUG manage [health] mysql.query start
2016/12/12 16:42:16 DEBUG manage show slave hosts ()
2016/12/12 16:42:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:16 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:16 DEBUG manage []
2016/12/12 16:42:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:16 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:16 DEBUG manage [health] mysql.query start
2016/12/12 16:42:16 DEBUG manage show slave status ()
2016/12/12 16:42:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:16 ERROR manage Replica is not replicating.
2016/12/12 16:42:16 mysql-primary.health.RunWithTimeout end
2016/12/12 16:42:21 mysql-primary.health.RunWithTimeout start
2016/12/12 16:42:21 mysql-primary.health.Cmd.Start
2016/12/12 16:42:21 mysql-primary.health.run waiting for PID 174:
2016/12/12 16:42:21 DEBUG manage [health] node.health start
2016/12/12 16:42:21 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:42:21 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:42:21 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:21 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:21 DEBUG manage [health] mysql.query start
2016/12/12 16:42:21 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:42:21 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:42:21 DEBUG manage show slave status ()
2016/12/12 16:42:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:21 DEBUG manage [health] mysql.query start
2016/12/12 16:42:21 DEBUG manage show slave hosts ()
2016/12/12 16:42:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:21 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:21 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:21 DEBUG manage []
2016/12/12 16:42:21 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:21 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:21 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:21 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:21 DEBUG manage [health] mysql.query start
2016/12/12 16:42:21 DEBUG manage show slave status ()
2016/12/12 16:42:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:21 DEBUG manage [health] mysql.query start
2016/12/12 16:42:21 DEBUG manage show slave hosts ()
2016/12/12 16:42:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:21 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:21 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:21 DEBUG manage []
2016/12/12 16:42:21 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:21 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:21 DEBUG manage [health] mysql.query start
2016/12/12 16:42:21 DEBUG manage show slave status ()
2016/12/12 16:42:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:21 ERROR manage Replica is not replicating.
2016/12/12 16:42:21 mysql-primary.health.RunWithTimeout end
2016/12/12 16:42:26 mysql-primary.health.RunWithTimeout start
2016/12/12 16:42:26 mysql-primary.health.Cmd.Start
2016/12/12 16:42:26 mysql-primary.health.run waiting for PID 177:
2016/12/12 16:42:26 DEBUG manage [health] node.health start
2016/12/12 16:42:26 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:42:26 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:42:26 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:26 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:26 DEBUG manage [health] mysql.query start
2016/12/12 16:42:26 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:42:26 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:42:26 DEBUG manage show slave status ()
2016/12/12 16:42:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:26 DEBUG manage [health] mysql.query start
2016/12/12 16:42:26 DEBUG manage show slave hosts ()
2016/12/12 16:42:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:26 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:26 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:26 DEBUG manage []
2016/12/12 16:42:26 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:26 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:26 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:26 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:26 DEBUG manage [health] mysql.query start
2016/12/12 16:42:26 DEBUG manage show slave status ()
2016/12/12 16:42:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:26 DEBUG manage [health] mysql.query start
2016/12/12 16:42:26 DEBUG manage show slave hosts ()
2016/12/12 16:42:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:26 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:26 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:26 DEBUG manage []
2016/12/12 16:42:26 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:26 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:26 DEBUG manage [health] mysql.query start
2016/12/12 16:42:26 DEBUG manage show slave status ()
2016/12/12 16:42:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:26 ERROR manage Replica is not replicating.
2016/12/12 16:42:26 mysql-primary.health.RunWithTimeout end
2016/12/12 16:42:31 mysql-primary.health.RunWithTimeout start
2016/12/12 16:42:31 mysql-primary.health.Cmd.Start
2016/12/12 16:42:31 mysql-primary.health.run waiting for PID 180:
2016/12/12 16:42:31 DEBUG manage [health] node.health start
2016/12/12 16:42:31 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:42:31 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:42:31 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:31 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:31 DEBUG manage [health] mysql.query start
2016/12/12 16:42:31 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:42:31 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:42:31 DEBUG manage show slave status ()
2016/12/12 16:42:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:31 DEBUG manage [health] mysql.query start
2016/12/12 16:42:31 DEBUG manage show slave hosts ()
2016/12/12 16:42:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:31 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:31 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:31 DEBUG manage []
2016/12/12 16:42:31 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:31 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:31 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:31 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:31 DEBUG manage [health] mysql.query start
2016/12/12 16:42:31 DEBUG manage show slave status ()
2016/12/12 16:42:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:31 DEBUG manage [health] mysql.query start
2016/12/12 16:42:31 DEBUG manage show slave hosts ()
2016/12/12 16:42:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:31 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:31 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:31 DEBUG manage []
2016/12/12 16:42:31 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:31 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:31 DEBUG manage [health] mysql.query start
2016/12/12 16:42:31 DEBUG manage show slave status ()
2016/12/12 16:42:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:31 ERROR manage Replica is not replicating.
2016/12/12 16:42:31 mysql-primary.health.RunWithTimeout end
2016/12/12 16:42:36 mysql-primary.health.RunWithTimeout start
2016/12/12 16:42:36 mysql-primary.health.Cmd.Start
2016/12/12 16:42:36 mysql-primary.health.run waiting for PID 183:
2016/12/12 16:42:36 DEBUG manage [health] node.health start
2016/12/12 16:42:36 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:42:36 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:42:36 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:36 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:36 DEBUG manage [health] mysql.query start
2016/12/12 16:42:36 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:42:36 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:42:36 DEBUG manage show slave status ()
2016/12/12 16:42:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:36 DEBUG manage [health] mysql.query start
2016/12/12 16:42:36 DEBUG manage show slave hosts ()
2016/12/12 16:42:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:36 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:36 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:36 DEBUG manage []
2016/12/12 16:42:36 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:36 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:36 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:36 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:36 DEBUG manage [health] mysql.query start
2016/12/12 16:42:36 DEBUG manage show slave status ()
2016/12/12 16:42:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:36 DEBUG manage [health] mysql.query start
2016/12/12 16:42:36 DEBUG manage show slave hosts ()
2016/12/12 16:42:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:36 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:36 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:36 DEBUG manage []
2016/12/12 16:42:36 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:36 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:36 DEBUG manage [health] mysql.query start
2016/12/12 16:42:36 DEBUG manage show slave status ()
2016/12/12 16:42:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:36 ERROR manage Replica is not replicating.
2016/12/12 16:42:36 mysql-primary.health.RunWithTimeout end
2016/12/12 16:42:41 mysql-primary.health.RunWithTimeout start
2016/12/12 16:42:41 mysql-primary.health.Cmd.Start
2016/12/12 16:42:41 mysql-primary.health.run waiting for PID 186:
2016/12/12 16:42:41 DEBUG manage [health] node.health start
2016/12/12 16:42:41 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:42:41 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:42:41 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:41 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:41 DEBUG manage [health] mysql.query start
2016/12/12 16:42:41 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:42:41 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:42:41 DEBUG manage show slave status ()
2016/12/12 16:42:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:41 DEBUG manage [health] mysql.query start
2016/12/12 16:42:41 DEBUG manage show slave hosts ()
2016/12/12 16:42:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:41 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:41 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:41 DEBUG manage []
2016/12/12 16:42:41 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:41 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:41 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:41 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:41 DEBUG manage [health] mysql.query start
2016/12/12 16:42:41 DEBUG manage show slave status ()
2016/12/12 16:42:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:41 DEBUG manage [health] mysql.query start
2016/12/12 16:42:41 DEBUG manage show slave hosts ()
2016/12/12 16:42:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:41 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:41 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:41 DEBUG manage []
2016/12/12 16:42:41 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:41 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:41 DEBUG manage [health] mysql.query start
2016/12/12 16:42:41 DEBUG manage show slave status ()
2016/12/12 16:42:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:41 ERROR manage Replica is not replicating.
2016/12/12 16:42:41 mysql-primary.health.RunWithTimeout end
2016/12/12 16:42:46 mysql-primary.health.RunWithTimeout start
2016/12/12 16:42:46 mysql-primary.health.Cmd.Start
2016/12/12 16:42:46 mysql-primary.health.run waiting for PID 189:
2016/12/12 16:42:46 DEBUG manage [health] node.health start
2016/12/12 16:42:46 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:42:46 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:42:46 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:46 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:46 DEBUG manage [health] mysql.query start
2016/12/12 16:42:46 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:42:46 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:42:46 DEBUG manage show slave status ()
2016/12/12 16:42:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:46 DEBUG manage [health] mysql.query start
2016/12/12 16:42:46 DEBUG manage show slave hosts ()
2016/12/12 16:42:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:46 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:46 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:46 DEBUG manage []
2016/12/12 16:42:46 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:46 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:46 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:46 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:46 DEBUG manage [health] mysql.query start
2016/12/12 16:42:46 DEBUG manage show slave status ()
2016/12/12 16:42:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:46 DEBUG manage [health] mysql.query start
2016/12/12 16:42:46 DEBUG manage show slave hosts ()
2016/12/12 16:42:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:46 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:46 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:46 DEBUG manage []
2016/12/12 16:42:46 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:46 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:46 DEBUG manage [health] mysql.query start
2016/12/12 16:42:46 DEBUG manage show slave status ()
2016/12/12 16:42:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:46 ERROR manage Replica is not replicating.
2016/12/12 16:42:46 mysql-primary.health.RunWithTimeout end
2016/12/12 16:42:51 mysql-primary.health.RunWithTimeout start
2016/12/12 16:42:51 mysql-primary.health.Cmd.Start
2016/12/12 16:42:51 mysql-primary.health.run waiting for PID 192:
2016/12/12 16:42:51 DEBUG manage [health] node.health start
2016/12/12 16:42:51 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:42:51 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:42:51 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:51 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:51 DEBUG manage [health] mysql.query start
2016/12/12 16:42:51 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:42:51 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:42:51 DEBUG manage show slave status ()
2016/12/12 16:42:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:51 DEBUG manage [health] mysql.query start
2016/12/12 16:42:51 DEBUG manage show slave hosts ()
2016/12/12 16:42:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:51 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:51 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:51 DEBUG manage []
2016/12/12 16:42:51 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:51 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:51 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:51 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:51 DEBUG manage [health] mysql.query start
2016/12/12 16:42:51 DEBUG manage show slave status ()
2016/12/12 16:42:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:51 DEBUG manage [health] mysql.query start
2016/12/12 16:42:51 DEBUG manage show slave hosts ()
2016/12/12 16:42:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:51 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:51 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:51 DEBUG manage []
2016/12/12 16:42:51 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:51 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:51 DEBUG manage [health] mysql.query start
2016/12/12 16:42:51 DEBUG manage show slave status ()
2016/12/12 16:42:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:51 ERROR manage Replica is not replicating.
2016/12/12 16:42:51 mysql-primary.health.RunWithTimeout end
2016/12/12 16:42:56 mysql-primary.health.RunWithTimeout start
2016/12/12 16:42:56 mysql-primary.health.Cmd.Start
2016/12/12 16:42:56 mysql-primary.health.run waiting for PID 195:
2016/12/12 16:42:56 DEBUG manage [health] node.health start
2016/12/12 16:42:56 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:42:56 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:42:56 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:56 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:56 DEBUG manage [health] mysql.query start
2016/12/12 16:42:56 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:42:56 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:42:56 DEBUG manage show slave status ()
2016/12/12 16:42:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:56 DEBUG manage [health] mysql.query start
2016/12/12 16:42:56 DEBUG manage show slave hosts ()
2016/12/12 16:42:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:56 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:56 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:56 DEBUG manage []
2016/12/12 16:42:56 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:56 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:56 DEBUG manage [health] node.is_primary start
2016/12/12 16:42:56 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:42:56 DEBUG manage [health] mysql.query start
2016/12/12 16:42:56 DEBUG manage show slave status ()
2016/12/12 16:42:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:56 DEBUG manage [health] mysql.query start
2016/12/12 16:42:56 DEBUG manage show slave hosts ()
2016/12/12 16:42:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:56 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:42:56 DEBUG manage [health] consul.get_primary start
2016/12/12 16:42:56 DEBUG manage []
2016/12/12 16:42:56 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:42:56 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:42:56 DEBUG manage [health] mysql.query start
2016/12/12 16:42:56 DEBUG manage show slave status ()
2016/12/12 16:42:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:42:56 ERROR manage Replica is not replicating.
2016/12/12 16:42:56 mysql-primary.health.RunWithTimeout end
2016/12/12 16:43:01 mysql-primary.health.RunWithTimeout start
2016/12/12 16:43:01 mysql-primary.health.Cmd.Start
2016/12/12 16:43:01 mysql-primary.health.run waiting for PID 198:
2016/12/12 16:43:01 DEBUG manage [health] node.health start
2016/12/12 16:43:01 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:43:01 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:43:01 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:01 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:01 DEBUG manage [health] mysql.query start
2016/12/12 16:43:01 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:43:01 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:43:01 DEBUG manage show slave status ()
2016/12/12 16:43:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:01 DEBUG manage [health] mysql.query start
2016/12/12 16:43:01 DEBUG manage show slave hosts ()
2016/12/12 16:43:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:01 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:01 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:01 DEBUG manage []
2016/12/12 16:43:01 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:01 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:01 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:01 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:01 DEBUG manage [health] mysql.query start
2016/12/12 16:43:01 DEBUG manage show slave status ()
2016/12/12 16:43:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:01 DEBUG manage [health] mysql.query start
2016/12/12 16:43:01 DEBUG manage show slave hosts ()
2016/12/12 16:43:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:01 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:01 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:01 DEBUG manage []
2016/12/12 16:43:01 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:01 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:01 DEBUG manage [health] mysql.query start
2016/12/12 16:43:01 DEBUG manage show slave status ()
2016/12/12 16:43:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:01 ERROR manage Replica is not replicating.
2016/12/12 16:43:01 mysql-primary.health.RunWithTimeout end
2016/12/12 16:43:06 mysql-primary.health.RunWithTimeout start
2016/12/12 16:43:06 mysql-primary.health.Cmd.Start
2016/12/12 16:43:06 mysql-primary.health.run waiting for PID 201:
2016/12/12 16:43:06 DEBUG manage [health] node.health start
2016/12/12 16:43:06 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:43:06 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:43:06 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:06 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:06 DEBUG manage [health] mysql.query start
2016/12/12 16:43:06 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:43:06 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:43:06 DEBUG manage show slave status ()
2016/12/12 16:43:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:06 DEBUG manage [health] mysql.query start
2016/12/12 16:43:06 DEBUG manage show slave hosts ()
2016/12/12 16:43:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:06 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:06 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:06 DEBUG manage []
2016/12/12 16:43:06 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:06 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:06 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:06 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:06 DEBUG manage [health] mysql.query start
2016/12/12 16:43:06 DEBUG manage show slave status ()
2016/12/12 16:43:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:06 DEBUG manage [health] mysql.query start
2016/12/12 16:43:06 DEBUG manage show slave hosts ()
2016/12/12 16:43:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:06 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:06 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:06 DEBUG manage []
2016/12/12 16:43:06 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:06 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:06 DEBUG manage [health] mysql.query start
2016/12/12 16:43:06 DEBUG manage show slave status ()
2016/12/12 16:43:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:06 ERROR manage Replica is not replicating.
2016/12/12 16:43:06 mysql-primary.health.RunWithTimeout end
2016/12/12 16:43:11 mysql-primary.health.RunWithTimeout start
2016/12/12 16:43:11 mysql-primary.health.Cmd.Start
2016/12/12 16:43:11 mysql-primary.health.run waiting for PID 204:
2016/12/12 16:43:11 DEBUG manage [health] node.health start
2016/12/12 16:43:11 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:43:11 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:43:11 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:11 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:11 DEBUG manage [health] mysql.query start
2016/12/12 16:43:11 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:43:11 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:43:11 DEBUG manage show slave status ()
2016/12/12 16:43:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:11 DEBUG manage [health] mysql.query start
2016/12/12 16:43:11 DEBUG manage show slave hosts ()
2016/12/12 16:43:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:11 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:11 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:11 DEBUG manage []
2016/12/12 16:43:11 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:11 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:11 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:11 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:11 DEBUG manage [health] mysql.query start
2016/12/12 16:43:11 DEBUG manage show slave status ()
2016/12/12 16:43:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:11 DEBUG manage [health] mysql.query start
2016/12/12 16:43:11 DEBUG manage show slave hosts ()
2016/12/12 16:43:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:11 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:11 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:11 DEBUG manage []
2016/12/12 16:43:11 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:11 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:11 DEBUG manage [health] mysql.query start
2016/12/12 16:43:11 DEBUG manage show slave status ()
2016/12/12 16:43:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:11 ERROR manage Replica is not replicating.
2016/12/12 16:43:11 mysql-primary.health.RunWithTimeout end
2016/12/12 16:43:16 mysql-primary.health.RunWithTimeout start
2016/12/12 16:43:16 mysql-primary.health.Cmd.Start
2016/12/12 16:43:16 mysql-primary.health.run waiting for PID 207:
2016/12/12 16:43:16 DEBUG manage [health] node.health start
2016/12/12 16:43:16 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:43:16 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:43:16 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:16 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:16 DEBUG manage [health] mysql.query start
2016/12/12 16:43:16 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:43:16 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:43:16 DEBUG manage show slave status ()
2016/12/12 16:43:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:16 DEBUG manage [health] mysql.query start
2016/12/12 16:43:16 DEBUG manage show slave hosts ()
2016/12/12 16:43:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:16 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:16 DEBUG manage []
2016/12/12 16:43:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:16 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:16 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:16 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:16 DEBUG manage [health] mysql.query start
2016/12/12 16:43:16 DEBUG manage show slave status ()
2016/12/12 16:43:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:16 DEBUG manage [health] mysql.query start
2016/12/12 16:43:16 DEBUG manage show slave hosts ()
2016/12/12 16:43:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:16 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:16 DEBUG manage []
2016/12/12 16:43:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:16 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:16 DEBUG manage [health] mysql.query start
2016/12/12 16:43:16 DEBUG manage show slave status ()
2016/12/12 16:43:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:16 ERROR manage Replica is not replicating.
2016/12/12 16:43:16 mysql-primary.health.RunWithTimeout end
2016/12/12 16:43:21 mysql-primary.health.RunWithTimeout start
2016/12/12 16:43:21 mysql-primary.health.Cmd.Start
2016/12/12 16:43:21 mysql-primary.health.run waiting for PID 210:
2016/12/12 16:43:21 DEBUG manage [health] node.health start
2016/12/12 16:43:21 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:43:21 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:43:21 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:21 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:21 DEBUG manage [health] mysql.query start
2016/12/12 16:43:21 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:43:21 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:43:21 DEBUG manage show slave status ()
2016/12/12 16:43:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:21 DEBUG manage [health] mysql.query start
2016/12/12 16:43:21 DEBUG manage show slave hosts ()
2016/12/12 16:43:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:21 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:21 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:21 DEBUG manage []
2016/12/12 16:43:21 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:21 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:21 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:21 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:21 DEBUG manage [health] mysql.query start
2016/12/12 16:43:21 DEBUG manage show slave status ()
2016/12/12 16:43:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:21 DEBUG manage [health] mysql.query start
2016/12/12 16:43:21 DEBUG manage show slave hosts ()
2016/12/12 16:43:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:21 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:21 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:21 DEBUG manage []
2016/12/12 16:43:21 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:21 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:21 DEBUG manage [health] mysql.query start
2016/12/12 16:43:21 DEBUG manage show slave status ()
2016/12/12 16:43:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:21 ERROR manage Replica is not replicating.
2016/12/12 16:43:21 mysql-primary.health.RunWithTimeout end
2016/12/12 16:43:26 mysql-primary.health.RunWithTimeout start
2016/12/12 16:43:26 mysql-primary.health.Cmd.Start
2016/12/12 16:43:26 mysql-primary.health.run waiting for PID 213:
2016/12/12 16:43:26 DEBUG manage [health] node.health start
2016/12/12 16:43:26 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:43:26 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:43:26 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:26 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:26 DEBUG manage [health] mysql.query start
2016/12/12 16:43:26 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:43:26 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:43:26 DEBUG manage show slave status ()
2016/12/12 16:43:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:26 DEBUG manage [health] mysql.query start
2016/12/12 16:43:26 DEBUG manage show slave hosts ()
2016/12/12 16:43:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:26 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:26 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:26 DEBUG manage []
2016/12/12 16:43:26 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:26 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:26 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:26 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:26 DEBUG manage [health] mysql.query start
2016/12/12 16:43:26 DEBUG manage show slave status ()
2016/12/12 16:43:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:26 DEBUG manage [health] mysql.query start
2016/12/12 16:43:26 DEBUG manage show slave hosts ()
2016/12/12 16:43:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:26 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:26 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:26 DEBUG manage []
2016/12/12 16:43:26 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:26 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:26 DEBUG manage [health] mysql.query start
2016/12/12 16:43:26 DEBUG manage show slave status ()
2016/12/12 16:43:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:26 ERROR manage Replica is not replicating.
2016/12/12 16:43:26 mysql-primary.health.RunWithTimeout end
2016/12/12 16:43:31 mysql-primary.health.RunWithTimeout start
2016/12/12 16:43:31 mysql-primary.health.Cmd.Start
2016/12/12 16:43:31 mysql-primary.health.run waiting for PID 216:
2016/12/12 16:43:31 DEBUG manage [health] node.health start
2016/12/12 16:43:31 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:43:31 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:43:31 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:31 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:31 DEBUG manage [health] mysql.query start
2016/12/12 16:43:31 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:43:31 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:43:31 DEBUG manage show slave status ()
2016/12/12 16:43:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:31 DEBUG manage [health] mysql.query start
2016/12/12 16:43:31 DEBUG manage show slave hosts ()
2016/12/12 16:43:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:31 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:31 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:31 DEBUG manage []
2016/12/12 16:43:31 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:31 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:31 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:31 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:31 DEBUG manage [health] mysql.query start
2016/12/12 16:43:31 DEBUG manage show slave status ()
2016/12/12 16:43:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:31 DEBUG manage [health] mysql.query start
2016/12/12 16:43:31 DEBUG manage show slave hosts ()
2016/12/12 16:43:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:31 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:31 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:31 DEBUG manage []
2016/12/12 16:43:31 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:31 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:31 DEBUG manage [health] mysql.query start
2016/12/12 16:43:31 DEBUG manage show slave status ()
2016/12/12 16:43:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:31 ERROR manage Replica is not replicating.
2016/12/12 16:43:31 mysql-primary.health.RunWithTimeout end
2016/12/12 16:43:36 mysql-primary.health.RunWithTimeout start
2016/12/12 16:43:36 mysql-primary.health.Cmd.Start
2016/12/12 16:43:36 mysql-primary.health.run waiting for PID 219:
2016/12/12 16:43:36 DEBUG manage [health] node.health start
2016/12/12 16:43:36 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:43:36 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:43:36 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:36 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:36 DEBUG manage [health] mysql.query start
2016/12/12 16:43:36 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:43:36 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:43:36 DEBUG manage show slave status ()
2016/12/12 16:43:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:36 DEBUG manage [health] mysql.query start
2016/12/12 16:43:36 DEBUG manage show slave hosts ()
2016/12/12 16:43:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:36 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:36 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:36 DEBUG manage []
2016/12/12 16:43:36 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:36 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:36 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:36 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:36 DEBUG manage [health] mysql.query start
2016/12/12 16:43:36 DEBUG manage show slave status ()
2016/12/12 16:43:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:36 DEBUG manage [health] mysql.query start
2016/12/12 16:43:36 DEBUG manage show slave hosts ()
2016/12/12 16:43:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:36 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:36 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:36 DEBUG manage []
2016/12/12 16:43:36 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:36 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:36 DEBUG manage [health] mysql.query start
2016/12/12 16:43:36 DEBUG manage show slave status ()
2016/12/12 16:43:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:36 ERROR manage Replica is not replicating.
2016/12/12 16:43:36 mysql-primary.health.RunWithTimeout end
2016/12/12 16:43:41 mysql-primary.health.RunWithTimeout start
2016/12/12 16:43:41 mysql-primary.health.Cmd.Start
2016/12/12 16:43:41 mysql-primary.health.run waiting for PID 222:
2016/12/12 16:43:41 DEBUG manage [health] node.health start
2016/12/12 16:43:41 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:43:41 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:43:41 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:41 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:41 DEBUG manage [health] mysql.query start
2016/12/12 16:43:41 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:43:41 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:43:41 DEBUG manage show slave status ()
2016/12/12 16:43:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:41 DEBUG manage [health] mysql.query start
2016/12/12 16:43:41 DEBUG manage show slave hosts ()
2016/12/12 16:43:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:41 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:41 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:41 DEBUG manage []
2016/12/12 16:43:41 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:41 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:41 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:41 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:41 DEBUG manage [health] mysql.query start
2016/12/12 16:43:41 DEBUG manage show slave status ()
2016/12/12 16:43:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:41 DEBUG manage [health] mysql.query start
2016/12/12 16:43:41 DEBUG manage show slave hosts ()
2016/12/12 16:43:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:41 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:41 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:41 DEBUG manage []
2016/12/12 16:43:41 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:41 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:41 DEBUG manage [health] mysql.query start
2016/12/12 16:43:41 DEBUG manage show slave status ()
2016/12/12 16:43:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:41 ERROR manage Replica is not replicating.
2016/12/12 16:43:41 mysql-primary.health.RunWithTimeout end
2016/12/12 16:43:46 mysql-primary.health.RunWithTimeout start
2016/12/12 16:43:46 mysql-primary.health.Cmd.Start
2016/12/12 16:43:46 mysql-primary.health.run waiting for PID 225:
2016/12/12 16:43:46 DEBUG manage [health] node.health start
2016/12/12 16:43:46 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:43:46 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:43:46 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:46 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:46 DEBUG manage [health] mysql.query start
2016/12/12 16:43:46 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:43:46 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:43:46 DEBUG manage show slave status ()
2016/12/12 16:43:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:46 DEBUG manage [health] mysql.query start
2016/12/12 16:43:46 DEBUG manage show slave hosts ()
2016/12/12 16:43:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:46 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:46 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:46 DEBUG manage []
2016/12/12 16:43:46 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:46 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:46 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:46 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:46 DEBUG manage [health] mysql.query start
2016/12/12 16:43:46 DEBUG manage show slave status ()
2016/12/12 16:43:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:46 DEBUG manage [health] mysql.query start
2016/12/12 16:43:46 DEBUG manage show slave hosts ()
2016/12/12 16:43:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:46 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:46 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:46 DEBUG manage []
2016/12/12 16:43:46 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:46 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:46 DEBUG manage [health] mysql.query start
2016/12/12 16:43:46 DEBUG manage show slave status ()
2016/12/12 16:43:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:46 ERROR manage Replica is not replicating.
2016/12/12 16:43:46 mysql-primary.health.RunWithTimeout end
2016/12/12 16:43:51 mysql-primary.health.RunWithTimeout start
2016/12/12 16:43:51 mysql-primary.health.Cmd.Start
2016/12/12 16:43:51 mysql-primary.health.run waiting for PID 228:
2016/12/12 16:43:51 DEBUG manage [health] node.health start
2016/12/12 16:43:51 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:43:51 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:43:51 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:51 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:51 DEBUG manage [health] mysql.query start
2016/12/12 16:43:51 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:43:51 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:43:51 DEBUG manage show slave status ()
2016/12/12 16:43:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:51 DEBUG manage [health] mysql.query start
2016/12/12 16:43:51 DEBUG manage show slave hosts ()
2016/12/12 16:43:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:51 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:51 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:51 DEBUG manage []
2016/12/12 16:43:51 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:51 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:51 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:51 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:51 DEBUG manage [health] mysql.query start
2016/12/12 16:43:51 DEBUG manage show slave status ()
2016/12/12 16:43:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:51 DEBUG manage [health] mysql.query start
2016/12/12 16:43:51 DEBUG manage show slave hosts ()
2016/12/12 16:43:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:51 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:51 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:51 DEBUG manage []
2016/12/12 16:43:51 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:51 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:51 DEBUG manage [health] mysql.query start
2016/12/12 16:43:51 DEBUG manage show slave status ()
2016/12/12 16:43:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:51 ERROR manage Replica is not replicating.
2016/12/12 16:43:51 mysql-primary.health.RunWithTimeout end
2016/12/12 16:43:56 mysql-primary.health.RunWithTimeout start
2016/12/12 16:43:56 mysql-primary.health.Cmd.Start
2016/12/12 16:43:56 mysql-primary.health.run waiting for PID 231:
2016/12/12 16:43:56 DEBUG manage [health] node.health start
2016/12/12 16:43:56 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:43:56 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:43:56 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:56 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:56 DEBUG manage [health] mysql.query start
2016/12/12 16:43:56 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:43:56 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:43:56 DEBUG manage show slave status ()
2016/12/12 16:43:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:56 DEBUG manage [health] mysql.query start
2016/12/12 16:43:56 DEBUG manage show slave hosts ()
2016/12/12 16:43:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:56 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:56 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:56 DEBUG manage []
2016/12/12 16:43:56 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:56 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:56 DEBUG manage [health] node.is_primary start
2016/12/12 16:43:56 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:43:56 DEBUG manage [health] mysql.query start
2016/12/12 16:43:56 DEBUG manage show slave status ()
2016/12/12 16:43:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:56 DEBUG manage [health] mysql.query start
2016/12/12 16:43:56 DEBUG manage show slave hosts ()
2016/12/12 16:43:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:56 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:43:56 DEBUG manage [health] consul.get_primary start
2016/12/12 16:43:56 DEBUG manage []
2016/12/12 16:43:56 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:43:56 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:43:56 DEBUG manage [health] mysql.query start
2016/12/12 16:43:56 DEBUG manage show slave status ()
2016/12/12 16:43:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:43:56 ERROR manage Replica is not replicating.
2016/12/12 16:43:56 mysql-primary.health.RunWithTimeout end
2016/12/12 16:44:01 mysql-primary.health.RunWithTimeout start
2016/12/12 16:44:01 mysql-primary.health.Cmd.Start
2016/12/12 16:44:01 mysql-primary.health.run waiting for PID 234:
2016/12/12 16:44:01 DEBUG manage [health] node.health start
2016/12/12 16:44:01 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:44:01 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:44:01 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:01 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:01 DEBUG manage [health] mysql.query start
2016/12/12 16:44:01 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:44:01 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:44:01 DEBUG manage show slave status ()
2016/12/12 16:44:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:01 DEBUG manage [health] mysql.query start
2016/12/12 16:44:01 DEBUG manage show slave hosts ()
2016/12/12 16:44:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:01 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:01 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:01 DEBUG manage []
2016/12/12 16:44:01 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:01 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:01 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:01 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:01 DEBUG manage [health] mysql.query start
2016/12/12 16:44:01 DEBUG manage show slave status ()
2016/12/12 16:44:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:01 DEBUG manage [health] mysql.query start
2016/12/12 16:44:01 DEBUG manage show slave hosts ()
2016/12/12 16:44:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:01 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:01 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:01 DEBUG manage []
2016/12/12 16:44:01 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:01 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:01 DEBUG manage [health] mysql.query start
2016/12/12 16:44:01 DEBUG manage show slave status ()
2016/12/12 16:44:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:01 ERROR manage Replica is not replicating.
2016/12/12 16:44:01 mysql-primary.health.RunWithTimeout end
2016/12/12 16:44:06 mysql-primary.health.RunWithTimeout start
2016/12/12 16:44:06 mysql-primary.health.Cmd.Start
2016/12/12 16:44:06 mysql-primary.health.run waiting for PID 237:
2016/12/12 16:44:06 DEBUG manage [health] node.health start
2016/12/12 16:44:06 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:44:06 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:44:06 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:06 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:06 DEBUG manage [health] mysql.query start
2016/12/12 16:44:06 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:44:06 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:44:06 DEBUG manage show slave status ()
2016/12/12 16:44:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:06 DEBUG manage [health] mysql.query start
2016/12/12 16:44:06 DEBUG manage show slave hosts ()
2016/12/12 16:44:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:06 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:06 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:06 DEBUG manage []
2016/12/12 16:44:06 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:06 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:06 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:06 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:06 DEBUG manage [health] mysql.query start
2016/12/12 16:44:06 DEBUG manage show slave status ()
2016/12/12 16:44:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:06 DEBUG manage [health] mysql.query start
2016/12/12 16:44:06 DEBUG manage show slave hosts ()
2016/12/12 16:44:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:06 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:06 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:06 DEBUG manage []
2016/12/12 16:44:06 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:06 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:06 DEBUG manage [health] mysql.query start
2016/12/12 16:44:06 DEBUG manage show slave status ()
2016/12/12 16:44:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:06 ERROR manage Replica is not replicating.
2016/12/12 16:44:06 mysql-primary.health.RunWithTimeout end
2016/12/12 16:44:11 mysql-primary.health.RunWithTimeout start
2016/12/12 16:44:11 mysql-primary.health.Cmd.Start
2016/12/12 16:44:11 mysql-primary.health.run waiting for PID 240:
2016/12/12 16:44:11 DEBUG manage [health] node.health start
2016/12/12 16:44:11 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:44:11 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:44:11 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:11 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:11 DEBUG manage [health] mysql.query start
2016/12/12 16:44:11 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:44:11 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:44:11 DEBUG manage show slave status ()
2016/12/12 16:44:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:11 DEBUG manage [health] mysql.query start
2016/12/12 16:44:11 DEBUG manage show slave hosts ()
2016/12/12 16:44:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:11 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:11 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:11 DEBUG manage []
2016/12/12 16:44:11 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:11 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:11 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:11 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:11 DEBUG manage [health] mysql.query start
2016/12/12 16:44:11 DEBUG manage show slave status ()
2016/12/12 16:44:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:11 DEBUG manage [health] mysql.query start
2016/12/12 16:44:11 DEBUG manage show slave hosts ()
2016/12/12 16:44:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:11 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:11 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:11 DEBUG manage []
2016/12/12 16:44:11 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:11 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:11 DEBUG manage [health] mysql.query start
2016/12/12 16:44:11 DEBUG manage show slave status ()
2016/12/12 16:44:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:11 ERROR manage Replica is not replicating.
2016/12/12 16:44:11 mysql-primary.health.RunWithTimeout end
2016/12/12 16:44:16 mysql-primary.health.RunWithTimeout start
2016/12/12 16:44:16 mysql-primary.health.Cmd.Start
2016/12/12 16:44:16 mysql-primary.health.run waiting for PID 243:
2016/12/12 16:44:16 DEBUG manage [health] node.health start
2016/12/12 16:44:16 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:44:16 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:44:16 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:16 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:16 DEBUG manage [health] mysql.query start
2016/12/12 16:44:16 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:44:16 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:44:16 DEBUG manage show slave status ()
2016/12/12 16:44:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:16 DEBUG manage [health] mysql.query start
2016/12/12 16:44:16 DEBUG manage show slave hosts ()
2016/12/12 16:44:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:16 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:16 DEBUG manage []
2016/12/12 16:44:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:16 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:16 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:16 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:16 DEBUG manage [health] mysql.query start
2016/12/12 16:44:16 DEBUG manage show slave status ()
2016/12/12 16:44:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:16 DEBUG manage [health] mysql.query start
2016/12/12 16:44:16 DEBUG manage show slave hosts ()
2016/12/12 16:44:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:16 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:16 DEBUG manage []
2016/12/12 16:44:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:16 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:16 DEBUG manage [health] mysql.query start
2016/12/12 16:44:16 DEBUG manage show slave status ()
2016/12/12 16:44:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:16 ERROR manage Replica is not replicating.
2016/12/12 16:44:16 mysql-primary.health.RunWithTimeout end
2016/12/12 16:44:21 mysql-primary.health.RunWithTimeout start
2016/12/12 16:44:21 mysql-primary.health.Cmd.Start
2016/12/12 16:44:21 mysql-primary.health.run waiting for PID 246:
2016/12/12 16:44:21 DEBUG manage [health] node.health start
2016/12/12 16:44:21 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:44:21 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:44:21 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:21 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:21 DEBUG manage [health] mysql.query start
2016/12/12 16:44:21 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:44:21 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:44:21 DEBUG manage show slave status ()
2016/12/12 16:44:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:21 DEBUG manage [health] mysql.query start
2016/12/12 16:44:21 DEBUG manage show slave hosts ()
2016/12/12 16:44:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:21 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:21 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:21 DEBUG manage []
2016/12/12 16:44:21 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:21 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:21 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:21 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:21 DEBUG manage [health] mysql.query start
2016/12/12 16:44:21 DEBUG manage show slave status ()
2016/12/12 16:44:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:21 DEBUG manage [health] mysql.query start
2016/12/12 16:44:21 DEBUG manage show slave hosts ()
2016/12/12 16:44:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:21 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:21 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:21 DEBUG manage []
2016/12/12 16:44:21 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:21 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:21 DEBUG manage [health] mysql.query start
2016/12/12 16:44:21 DEBUG manage show slave status ()
2016/12/12 16:44:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:21 ERROR manage Replica is not replicating.
2016/12/12 16:44:21 mysql-primary.health.RunWithTimeout end
2016/12/12 16:44:26 mysql-primary.health.RunWithTimeout start
2016/12/12 16:44:26 mysql-primary.health.Cmd.Start
2016/12/12 16:44:26 mysql-primary.health.run waiting for PID 249:
2016/12/12 16:44:26 DEBUG manage [health] node.health start
2016/12/12 16:44:26 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:44:26 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:44:26 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:26 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:26 DEBUG manage [health] mysql.query start
2016/12/12 16:44:26 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:44:26 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:44:26 DEBUG manage show slave status ()
2016/12/12 16:44:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:26 DEBUG manage [health] mysql.query start
2016/12/12 16:44:26 DEBUG manage show slave hosts ()
2016/12/12 16:44:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:26 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:26 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:26 DEBUG manage []
2016/12/12 16:44:26 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:26 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:26 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:26 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:26 DEBUG manage [health] mysql.query start
2016/12/12 16:44:26 DEBUG manage show slave status ()
2016/12/12 16:44:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:26 DEBUG manage [health] mysql.query start
2016/12/12 16:44:26 DEBUG manage show slave hosts ()
2016/12/12 16:44:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:26 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:26 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:26 DEBUG manage []
2016/12/12 16:44:26 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:26 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:26 DEBUG manage [health] mysql.query start
2016/12/12 16:44:26 DEBUG manage show slave status ()
2016/12/12 16:44:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:26 ERROR manage Replica is not replicating.
2016/12/12 16:44:26 mysql-primary.health.RunWithTimeout end
2016/12/12 16:44:31 mysql-primary.health.RunWithTimeout start
2016/12/12 16:44:31 mysql-primary.health.Cmd.Start
2016/12/12 16:44:31 mysql-primary.health.run waiting for PID 253:
2016/12/12 16:44:31 DEBUG manage [health] node.health start
2016/12/12 16:44:31 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:44:31 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:44:31 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:31 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:31 DEBUG manage [health] mysql.query start
2016/12/12 16:44:31 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:44:31 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:44:31 DEBUG manage show slave status ()
2016/12/12 16:44:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:31 DEBUG manage [health] mysql.query start
2016/12/12 16:44:31 DEBUG manage show slave hosts ()
2016/12/12 16:44:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:31 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:31 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:31 DEBUG manage []
2016/12/12 16:44:31 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:31 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:31 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:31 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:31 DEBUG manage [health] mysql.query start
2016/12/12 16:44:31 DEBUG manage show slave status ()
2016/12/12 16:44:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:31 DEBUG manage [health] mysql.query start
2016/12/12 16:44:31 DEBUG manage show slave hosts ()
2016/12/12 16:44:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:31 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:31 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:31 DEBUG manage []
2016/12/12 16:44:31 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:31 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:31 DEBUG manage [health] mysql.query start
2016/12/12 16:44:31 DEBUG manage show slave status ()
2016/12/12 16:44:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:31 ERROR manage Replica is not replicating.
2016/12/12 16:44:31 mysql-primary.health.RunWithTimeout end
2016/12/12 16:44:36 mysql-primary.health.RunWithTimeout start
2016/12/12 16:44:36 mysql-primary.health.Cmd.Start
2016/12/12 16:44:36 mysql-primary.health.run waiting for PID 256:
2016/12/12 16:44:36 DEBUG manage [health] node.health start
2016/12/12 16:44:36 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:44:36 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:44:36 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:36 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:36 DEBUG manage [health] mysql.query start
2016/12/12 16:44:36 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:44:36 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:44:36 DEBUG manage show slave status ()
2016/12/12 16:44:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:36 DEBUG manage [health] mysql.query start
2016/12/12 16:44:36 DEBUG manage show slave hosts ()
2016/12/12 16:44:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:36 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:36 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:36 DEBUG manage []
2016/12/12 16:44:36 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:36 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:36 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:36 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:36 DEBUG manage [health] mysql.query start
2016/12/12 16:44:36 DEBUG manage show slave status ()
2016/12/12 16:44:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:36 DEBUG manage [health] mysql.query start
2016/12/12 16:44:36 DEBUG manage show slave hosts ()
2016/12/12 16:44:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:36 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:36 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:36 DEBUG manage []
2016/12/12 16:44:36 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:36 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:36 DEBUG manage [health] mysql.query start
2016/12/12 16:44:36 DEBUG manage show slave status ()
2016/12/12 16:44:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:36 ERROR manage Replica is not replicating.
2016/12/12 16:44:36 mysql-primary.health.RunWithTimeout end
2016/12/12 16:44:41 mysql-primary.health.RunWithTimeout start
2016/12/12 16:44:41 mysql-primary.health.Cmd.Start
2016/12/12 16:44:41 mysql-primary.health.run waiting for PID 259:
2016/12/12 16:44:41 DEBUG manage [health] node.health start
2016/12/12 16:44:41 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:44:41 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:44:41 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:41 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:41 DEBUG manage [health] mysql.query start
2016/12/12 16:44:41 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:44:41 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:44:41 DEBUG manage show slave status ()
2016/12/12 16:44:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:41 DEBUG manage [health] mysql.query start
2016/12/12 16:44:41 DEBUG manage show slave hosts ()
2016/12/12 16:44:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:41 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:41 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:41 DEBUG manage []
2016/12/12 16:44:41 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:41 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:41 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:41 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:41 DEBUG manage [health] mysql.query start
2016/12/12 16:44:41 DEBUG manage show slave status ()
2016/12/12 16:44:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:41 DEBUG manage [health] mysql.query start
2016/12/12 16:44:41 DEBUG manage show slave hosts ()
2016/12/12 16:44:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:41 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:41 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:41 DEBUG manage []
2016/12/12 16:44:41 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:41 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:41 DEBUG manage [health] mysql.query start
2016/12/12 16:44:41 DEBUG manage show slave status ()
2016/12/12 16:44:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:41 ERROR manage Replica is not replicating.
2016/12/12 16:44:41 mysql-primary.health.RunWithTimeout end
2016/12/12 16:44:46 mysql-primary.health.RunWithTimeout start
2016/12/12 16:44:46 mysql-primary.health.Cmd.Start
2016/12/12 16:44:46 mysql-primary.health.run waiting for PID 262:
2016/12/12 16:44:46 DEBUG manage [health] node.health start
2016/12/12 16:44:46 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:44:46 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:44:46 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:46 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:46 DEBUG manage [health] mysql.query start
2016/12/12 16:44:46 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:44:46 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:44:46 DEBUG manage show slave status ()
2016/12/12 16:44:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:46 DEBUG manage [health] mysql.query start
2016/12/12 16:44:46 DEBUG manage show slave hosts ()
2016/12/12 16:44:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:46 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:46 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:46 DEBUG manage []
2016/12/12 16:44:46 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:46 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:46 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:46 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:46 DEBUG manage [health] mysql.query start
2016/12/12 16:44:46 DEBUG manage show slave status ()
2016/12/12 16:44:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:46 DEBUG manage [health] mysql.query start
2016/12/12 16:44:46 DEBUG manage show slave hosts ()
2016/12/12 16:44:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:46 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:46 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:46 DEBUG manage []
2016/12/12 16:44:46 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:46 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:46 DEBUG manage [health] mysql.query start
2016/12/12 16:44:46 DEBUG manage show slave status ()
2016/12/12 16:44:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:46 ERROR manage Replica is not replicating.
2016/12/12 16:44:46 mysql-primary.health.RunWithTimeout end
2016/12/12 16:44:51 mysql-primary.health.RunWithTimeout start
2016/12/12 16:44:51 mysql-primary.health.Cmd.Start
2016/12/12 16:44:51 mysql-primary.health.run waiting for PID 265:
2016/12/12 16:44:51 DEBUG manage [health] node.health start
2016/12/12 16:44:51 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:44:51 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:44:51 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:51 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:51 DEBUG manage [health] mysql.query start
2016/12/12 16:44:51 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:44:51 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:44:51 DEBUG manage show slave status ()
2016/12/12 16:44:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:51 DEBUG manage [health] mysql.query start
2016/12/12 16:44:51 DEBUG manage show slave hosts ()
2016/12/12 16:44:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:51 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:51 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:51 DEBUG manage []
2016/12/12 16:44:51 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:51 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:51 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:51 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:51 DEBUG manage [health] mysql.query start
2016/12/12 16:44:51 DEBUG manage show slave status ()
2016/12/12 16:44:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:51 DEBUG manage [health] mysql.query start
2016/12/12 16:44:51 DEBUG manage show slave hosts ()
2016/12/12 16:44:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:51 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:51 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:51 DEBUG manage []
2016/12/12 16:44:51 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:51 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:51 DEBUG manage [health] mysql.query start
2016/12/12 16:44:51 DEBUG manage show slave status ()
2016/12/12 16:44:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:51 ERROR manage Replica is not replicating.
2016/12/12 16:44:51 mysql-primary.health.RunWithTimeout end
2016/12/12 16:44:56 mysql-primary.health.RunWithTimeout start
2016/12/12 16:44:56 mysql-primary.health.Cmd.Start
2016/12/12 16:44:56 mysql-primary.health.run waiting for PID 268:
2016/12/12 16:44:56 DEBUG manage [health] node.health start
2016/12/12 16:44:56 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:44:56 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:44:56 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:56 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:56 DEBUG manage [health] mysql.query start
2016/12/12 16:44:56 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:44:56 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:44:56 DEBUG manage show slave status ()
2016/12/12 16:44:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:56 DEBUG manage [health] mysql.query start
2016/12/12 16:44:56 DEBUG manage show slave hosts ()
2016/12/12 16:44:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:56 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:56 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:56 DEBUG manage []
2016/12/12 16:44:56 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:56 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:56 DEBUG manage [health] node.is_primary start
2016/12/12 16:44:56 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:44:56 DEBUG manage [health] mysql.query start
2016/12/12 16:44:56 DEBUG manage show slave status ()
2016/12/12 16:44:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:56 DEBUG manage [health] mysql.query start
2016/12/12 16:44:56 DEBUG manage show slave hosts ()
2016/12/12 16:44:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:56 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:44:56 DEBUG manage [health] consul.get_primary start
2016/12/12 16:44:56 DEBUG manage []
2016/12/12 16:44:56 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:44:56 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:44:56 DEBUG manage [health] mysql.query start
2016/12/12 16:44:56 DEBUG manage show slave status ()
2016/12/12 16:44:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:44:56 ERROR manage Replica is not replicating.
2016/12/12 16:44:56 mysql-primary.health.RunWithTimeout end
2016/12/12 16:45:01 mysql-primary.health.RunWithTimeout start
2016/12/12 16:45:01 mysql-primary.health.Cmd.Start
2016/12/12 16:45:01 mysql-primary.health.run waiting for PID 271:
2016/12/12 16:45:01 DEBUG manage [health] node.health start
2016/12/12 16:45:01 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:45:01 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:45:01 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:01 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:01 DEBUG manage [health] mysql.query start
2016/12/12 16:45:01 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:45:01 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:45:01 DEBUG manage show slave status ()
2016/12/12 16:45:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:01 DEBUG manage [health] mysql.query start
2016/12/12 16:45:01 DEBUG manage show slave hosts ()
2016/12/12 16:45:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:01 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:01 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:01 DEBUG manage []
2016/12/12 16:45:01 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:01 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:01 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:01 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:01 DEBUG manage [health] mysql.query start
2016/12/12 16:45:01 DEBUG manage show slave status ()
2016/12/12 16:45:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:01 DEBUG manage [health] mysql.query start
2016/12/12 16:45:01 DEBUG manage show slave hosts ()
2016/12/12 16:45:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:01 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:01 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:01 DEBUG manage []
2016/12/12 16:45:01 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:01 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:01 DEBUG manage [health] mysql.query start
2016/12/12 16:45:01 DEBUG manage show slave status ()
2016/12/12 16:45:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:01 ERROR manage Replica is not replicating.
2016/12/12 16:45:01 mysql-primary.health.RunWithTimeout end
2016/12/12 16:45:06 mysql-primary.health.RunWithTimeout start
2016/12/12 16:45:06 mysql-primary.health.Cmd.Start
2016/12/12 16:45:06 mysql-primary.health.run waiting for PID 274:
2016/12/12 16:45:06 DEBUG manage [health] node.health start
2016/12/12 16:45:06 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:45:06 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:45:06 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:06 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:06 DEBUG manage [health] mysql.query start
2016/12/12 16:45:06 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:45:06 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:45:06 DEBUG manage show slave status ()
2016/12/12 16:45:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:06 DEBUG manage [health] mysql.query start
2016/12/12 16:45:06 DEBUG manage show slave hosts ()
2016/12/12 16:45:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:06 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:06 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:06 DEBUG manage []
2016/12/12 16:45:06 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:06 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:06 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:06 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:06 DEBUG manage [health] mysql.query start
2016/12/12 16:45:06 DEBUG manage show slave status ()
2016/12/12 16:45:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:06 DEBUG manage [health] mysql.query start
2016/12/12 16:45:06 DEBUG manage show slave hosts ()
2016/12/12 16:45:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:06 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:06 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:06 DEBUG manage []
2016/12/12 16:45:06 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:06 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:06 DEBUG manage [health] mysql.query start
2016/12/12 16:45:06 DEBUG manage show slave status ()
2016/12/12 16:45:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:06 ERROR manage Replica is not replicating.
2016/12/12 16:45:06 mysql-primary.health.RunWithTimeout end
2016/12/12 16:45:11 mysql-primary.health.RunWithTimeout start
2016/12/12 16:45:11 mysql-primary.health.Cmd.Start
2016/12/12 16:45:11 mysql-primary.health.run waiting for PID 277:
2016/12/12 16:45:11 DEBUG manage [health] node.health start
2016/12/12 16:45:11 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:45:11 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:45:11 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:11 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:11 DEBUG manage [health] mysql.query start
2016/12/12 16:45:11 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:45:11 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:45:11 DEBUG manage show slave status ()
2016/12/12 16:45:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:11 DEBUG manage [health] mysql.query start
2016/12/12 16:45:11 DEBUG manage show slave hosts ()
2016/12/12 16:45:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:11 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:11 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:11 DEBUG manage []
2016/12/12 16:45:11 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:11 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:11 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:11 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:11 DEBUG manage [health] mysql.query start
2016/12/12 16:45:11 DEBUG manage show slave status ()
2016/12/12 16:45:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:11 DEBUG manage [health] mysql.query start
2016/12/12 16:45:11 DEBUG manage show slave hosts ()
2016/12/12 16:45:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:11 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:11 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:11 DEBUG manage []
2016/12/12 16:45:11 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:11 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:11 DEBUG manage [health] mysql.query start
2016/12/12 16:45:11 DEBUG manage show slave status ()
2016/12/12 16:45:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:11 ERROR manage Replica is not replicating.
2016/12/12 16:45:11 mysql-primary.health.RunWithTimeout end
2016/12/12 16:45:16 mysql-primary.health.RunWithTimeout start
2016/12/12 16:45:16 mysql-primary.health.Cmd.Start
2016/12/12 16:45:16 mysql-primary.health.run waiting for PID 280:
2016/12/12 16:45:16 DEBUG manage [health] node.health start
2016/12/12 16:45:16 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:45:16 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:45:16 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:16 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:16 DEBUG manage [health] mysql.query start
2016/12/12 16:45:16 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:45:16 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:45:16 DEBUG manage show slave status ()
2016/12/12 16:45:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:16 DEBUG manage [health] mysql.query start
2016/12/12 16:45:16 DEBUG manage show slave hosts ()
2016/12/12 16:45:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:16 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:16 DEBUG manage []
2016/12/12 16:45:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:16 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:16 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:16 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:16 DEBUG manage [health] mysql.query start
2016/12/12 16:45:16 DEBUG manage show slave status ()
2016/12/12 16:45:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:16 DEBUG manage [health] mysql.query start
2016/12/12 16:45:16 DEBUG manage show slave hosts ()
2016/12/12 16:45:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:16 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:16 DEBUG manage []
2016/12/12 16:45:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:16 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:16 DEBUG manage [health] mysql.query start
2016/12/12 16:45:16 DEBUG manage show slave status ()
2016/12/12 16:45:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:16 ERROR manage Replica is not replicating.
2016/12/12 16:45:16 mysql-primary.health.RunWithTimeout end
2016/12/12 16:45:21 mysql-primary.health.RunWithTimeout start
2016/12/12 16:45:21 mysql-primary.health.Cmd.Start
2016/12/12 16:45:21 mysql-primary.health.run waiting for PID 283:
2016/12/12 16:45:21 DEBUG manage [health] node.health start
2016/12/12 16:45:21 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:45:21 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:45:21 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:21 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:21 DEBUG manage [health] mysql.query start
2016/12/12 16:45:21 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:45:21 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:45:21 DEBUG manage show slave status ()
2016/12/12 16:45:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:21 DEBUG manage [health] mysql.query start
2016/12/12 16:45:21 DEBUG manage show slave hosts ()
2016/12/12 16:45:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:21 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:21 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:21 DEBUG manage []
2016/12/12 16:45:21 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:21 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:21 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:21 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:21 DEBUG manage [health] mysql.query start
2016/12/12 16:45:21 DEBUG manage show slave status ()
2016/12/12 16:45:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:21 DEBUG manage [health] mysql.query start
2016/12/12 16:45:21 DEBUG manage show slave hosts ()
2016/12/12 16:45:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:21 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:21 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:21 DEBUG manage []
2016/12/12 16:45:21 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:21 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:21 DEBUG manage [health] mysql.query start
2016/12/12 16:45:21 DEBUG manage show slave status ()
2016/12/12 16:45:21 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:21 ERROR manage Replica is not replicating.
2016/12/12 16:45:21 mysql-primary.health.RunWithTimeout end
2016/12/12 16:45:26 mysql-primary.health.RunWithTimeout start
2016/12/12 16:45:26 mysql-primary.health.Cmd.Start
2016/12/12 16:45:26 mysql-primary.health.run waiting for PID 286:
2016/12/12 16:45:26 DEBUG manage [health] node.health start
2016/12/12 16:45:26 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:45:26 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:45:26 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:26 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:26 DEBUG manage [health] mysql.query start
2016/12/12 16:45:26 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:45:26 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:45:26 DEBUG manage show slave status ()
2016/12/12 16:45:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:26 DEBUG manage [health] mysql.query start
2016/12/12 16:45:26 DEBUG manage show slave hosts ()
2016/12/12 16:45:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:26 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:26 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:26 DEBUG manage []
2016/12/12 16:45:26 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:26 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:26 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:26 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:26 DEBUG manage [health] mysql.query start
2016/12/12 16:45:26 DEBUG manage show slave status ()
2016/12/12 16:45:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:26 DEBUG manage [health] mysql.query start
2016/12/12 16:45:26 DEBUG manage show slave hosts ()
2016/12/12 16:45:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:26 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:26 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:26 DEBUG manage []
2016/12/12 16:45:26 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:26 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:26 DEBUG manage [health] mysql.query start
2016/12/12 16:45:26 DEBUG manage show slave status ()
2016/12/12 16:45:26 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:26 ERROR manage Replica is not replicating.
2016/12/12 16:45:26 mysql-primary.health.RunWithTimeout end
2016/12/12 16:45:31 mysql-primary.health.RunWithTimeout start
2016/12/12 16:45:31 mysql-primary.health.Cmd.Start
2016/12/12 16:45:31 mysql-primary.health.run waiting for PID 289:
2016/12/12 16:45:31 DEBUG manage [health] node.health start
2016/12/12 16:45:31 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:45:31 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:45:31 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:31 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:31 DEBUG manage [health] mysql.query start
2016/12/12 16:45:31 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:45:31 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:45:31 DEBUG manage show slave status ()
2016/12/12 16:45:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:31 DEBUG manage [health] mysql.query start
2016/12/12 16:45:31 DEBUG manage show slave hosts ()
2016/12/12 16:45:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:31 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:31 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:31 DEBUG manage []
2016/12/12 16:45:31 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:31 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:31 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:31 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:31 DEBUG manage [health] mysql.query start
2016/12/12 16:45:31 DEBUG manage show slave status ()
2016/12/12 16:45:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:31 DEBUG manage [health] mysql.query start
2016/12/12 16:45:31 DEBUG manage show slave hosts ()
2016/12/12 16:45:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:31 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:31 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:31 DEBUG manage []
2016/12/12 16:45:31 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:31 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:31 DEBUG manage [health] mysql.query start
2016/12/12 16:45:31 DEBUG manage show slave status ()
2016/12/12 16:45:31 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:31 ERROR manage Replica is not replicating.
2016/12/12 16:45:31 mysql-primary.health.RunWithTimeout end
2016/12/12 16:45:36 mysql-primary.health.RunWithTimeout start
2016/12/12 16:45:36 mysql-primary.health.Cmd.Start
2016/12/12 16:45:36 mysql-primary.health.run waiting for PID 292:
2016/12/12 16:45:36 DEBUG manage [health] node.health start
2016/12/12 16:45:36 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:45:36 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:45:36 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:36 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:36 DEBUG manage [health] mysql.query start
2016/12/12 16:45:36 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:45:36 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:45:36 DEBUG manage show slave status ()
2016/12/12 16:45:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:36 DEBUG manage [health] mysql.query start
2016/12/12 16:45:36 DEBUG manage show slave hosts ()
2016/12/12 16:45:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:36 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:36 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:36 DEBUG manage []
2016/12/12 16:45:36 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:36 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:36 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:36 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:36 DEBUG manage [health] mysql.query start
2016/12/12 16:45:36 DEBUG manage show slave status ()
2016/12/12 16:45:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:36 DEBUG manage [health] mysql.query start
2016/12/12 16:45:36 DEBUG manage show slave hosts ()
2016/12/12 16:45:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:36 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:36 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:36 DEBUG manage []
2016/12/12 16:45:36 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:36 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:36 DEBUG manage [health] mysql.query start
2016/12/12 16:45:36 DEBUG manage show slave status ()
2016/12/12 16:45:36 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:36 ERROR manage Replica is not replicating.
2016/12/12 16:45:36 mysql-primary.health.RunWithTimeout end
2016/12/12 16:45:41 mysql-primary.health.RunWithTimeout start
2016/12/12 16:45:41 mysql-primary.health.Cmd.Start
2016/12/12 16:45:41 mysql-primary.health.run waiting for PID 295:
2016/12/12 16:45:41 DEBUG manage [health] node.health start
2016/12/12 16:45:41 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:45:41 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:45:41 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:41 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:41 DEBUG manage [health] mysql.query start
2016/12/12 16:45:41 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:45:41 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:45:41 DEBUG manage show slave status ()
2016/12/12 16:45:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:41 DEBUG manage [health] mysql.query start
2016/12/12 16:45:41 DEBUG manage show slave hosts ()
2016/12/12 16:45:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:41 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:41 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:41 DEBUG manage []
2016/12/12 16:45:41 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:41 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:41 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:41 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:41 DEBUG manage [health] mysql.query start
2016/12/12 16:45:41 DEBUG manage show slave status ()
2016/12/12 16:45:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:41 DEBUG manage [health] mysql.query start
2016/12/12 16:45:41 DEBUG manage show slave hosts ()
2016/12/12 16:45:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:41 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:41 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:41 DEBUG manage []
2016/12/12 16:45:41 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:41 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:41 DEBUG manage [health] mysql.query start
2016/12/12 16:45:41 DEBUG manage show slave status ()
2016/12/12 16:45:41 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:41 ERROR manage Replica is not replicating.
2016/12/12 16:45:41 mysql-primary.health.RunWithTimeout end
2016/12/12 16:45:46 mysql-primary.health.RunWithTimeout start
2016/12/12 16:45:46 mysql-primary.health.Cmd.Start
2016/12/12 16:45:46 mysql-primary.health.run waiting for PID 298:
2016/12/12 16:45:46 DEBUG manage [health] node.health start
2016/12/12 16:45:46 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:45:46 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:45:46 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:46 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:46 DEBUG manage [health] mysql.query start
2016/12/12 16:45:46 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:45:46 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:45:46 DEBUG manage show slave status ()
2016/12/12 16:45:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:46 DEBUG manage [health] mysql.query start
2016/12/12 16:45:46 DEBUG manage show slave hosts ()
2016/12/12 16:45:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:46 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:46 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:46 DEBUG manage []
2016/12/12 16:45:46 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:46 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:46 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:46 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:46 DEBUG manage [health] mysql.query start
2016/12/12 16:45:46 DEBUG manage show slave status ()
2016/12/12 16:45:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:46 DEBUG manage [health] mysql.query start
2016/12/12 16:45:46 DEBUG manage show slave hosts ()
2016/12/12 16:45:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:46 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:46 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:46 DEBUG manage []
2016/12/12 16:45:46 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:46 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:46 DEBUG manage [health] mysql.query start
2016/12/12 16:45:46 DEBUG manage show slave status ()
2016/12/12 16:45:46 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:46 ERROR manage Replica is not replicating.
2016/12/12 16:45:46 mysql-primary.health.RunWithTimeout end
2016/12/12 16:45:51 mysql-primary.health.RunWithTimeout start
2016/12/12 16:45:51 mysql-primary.health.Cmd.Start
2016/12/12 16:45:51 mysql-primary.health.run waiting for PID 301:
2016/12/12 16:45:51 DEBUG manage [health] node.health start
2016/12/12 16:45:51 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:45:51 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:45:51 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:51 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:51 DEBUG manage [health] mysql.query start
2016/12/12 16:45:51 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:45:51 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:45:51 DEBUG manage show slave status ()
2016/12/12 16:45:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:51 DEBUG manage [health] mysql.query start
2016/12/12 16:45:51 DEBUG manage show slave hosts ()
2016/12/12 16:45:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:51 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:51 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:51 DEBUG manage []
2016/12/12 16:45:51 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:51 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:51 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:51 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:51 DEBUG manage [health] mysql.query start
2016/12/12 16:45:51 DEBUG manage show slave status ()
2016/12/12 16:45:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:51 DEBUG manage [health] mysql.query start
2016/12/12 16:45:51 DEBUG manage show slave hosts ()
2016/12/12 16:45:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:51 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:51 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:51 DEBUG manage []
2016/12/12 16:45:51 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:51 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:51 DEBUG manage [health] mysql.query start
2016/12/12 16:45:51 DEBUG manage show slave status ()
2016/12/12 16:45:51 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:51 ERROR manage Replica is not replicating.
2016/12/12 16:45:51 mysql-primary.health.RunWithTimeout end
2016/12/12 16:45:56 mysql-primary.health.RunWithTimeout start
2016/12/12 16:45:56 mysql-primary.health.Cmd.Start
2016/12/12 16:45:56 mysql-primary.health.run waiting for PID 304:
2016/12/12 16:45:56 DEBUG manage [health] node.health start
2016/12/12 16:45:56 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:45:56 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:45:56 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:56 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:56 DEBUG manage [health] mysql.query start
2016/12/12 16:45:56 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:45:56 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:45:56 DEBUG manage show slave status ()
2016/12/12 16:45:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:56 DEBUG manage [health] mysql.query start
2016/12/12 16:45:56 DEBUG manage show slave hosts ()
2016/12/12 16:45:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:56 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:56 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:56 DEBUG manage []
2016/12/12 16:45:56 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:56 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:56 DEBUG manage [health] node.is_primary start
2016/12/12 16:45:56 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:45:56 DEBUG manage [health] mysql.query start
2016/12/12 16:45:56 DEBUG manage show slave status ()
2016/12/12 16:45:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:56 DEBUG manage [health] mysql.query start
2016/12/12 16:45:56 DEBUG manage show slave hosts ()
2016/12/12 16:45:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:56 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:45:56 DEBUG manage [health] consul.get_primary start
2016/12/12 16:45:56 DEBUG manage []
2016/12/12 16:45:56 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:45:56 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:45:56 DEBUG manage [health] mysql.query start
2016/12/12 16:45:56 DEBUG manage show slave status ()
2016/12/12 16:45:56 DEBUG manage [health] mysql.query end: []
2016/12/12 16:45:56 ERROR manage Replica is not replicating.
2016/12/12 16:45:56 mysql-primary.health.RunWithTimeout end
2016/12/12 16:46:01 mysql-primary.health.RunWithTimeout start
2016/12/12 16:46:01 mysql-primary.health.Cmd.Start
2016/12/12 16:46:01 mysql-primary.health.run waiting for PID 307:
2016/12/12 16:46:01 DEBUG manage [health] node.health start
2016/12/12 16:46:01 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:46:01 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:46:01 DEBUG manage [health] node.is_primary start
2016/12/12 16:46:01 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:46:01 DEBUG manage [health] mysql.query start
2016/12/12 16:46:01 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:46:01 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:46:01 DEBUG manage show slave status ()
2016/12/12 16:46:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:01 DEBUG manage [health] mysql.query start
2016/12/12 16:46:01 DEBUG manage show slave hosts ()
2016/12/12 16:46:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:01 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:46:01 DEBUG manage [health] consul.get_primary start
2016/12/12 16:46:01 DEBUG manage []
2016/12/12 16:46:01 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:46:01 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:46:01 DEBUG manage [health] node.is_primary start
2016/12/12 16:46:01 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:46:01 DEBUG manage [health] mysql.query start
2016/12/12 16:46:01 DEBUG manage show slave status ()
2016/12/12 16:46:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:01 DEBUG manage [health] mysql.query start
2016/12/12 16:46:01 DEBUG manage show slave hosts ()
2016/12/12 16:46:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:01 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:46:01 DEBUG manage [health] consul.get_primary start
2016/12/12 16:46:01 DEBUG manage []
2016/12/12 16:46:01 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:46:01 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:46:01 DEBUG manage [health] mysql.query start
2016/12/12 16:46:01 DEBUG manage show slave status ()
2016/12/12 16:46:01 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:01 ERROR manage Replica is not replicating.
2016/12/12 16:46:01 mysql-primary.health.RunWithTimeout end
2016/12/12 16:46:06 mysql-primary.health.RunWithTimeout start
2016/12/12 16:46:06 mysql-primary.health.Cmd.Start
2016/12/12 16:46:06 mysql-primary.health.run waiting for PID 310:
2016/12/12 16:46:06 DEBUG manage [health] node.health start
2016/12/12 16:46:06 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:46:06 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:46:06 DEBUG manage [health] node.is_primary start
2016/12/12 16:46:06 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:46:06 DEBUG manage [health] mysql.query start
2016/12/12 16:46:06 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:46:06 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:46:06 DEBUG manage show slave status ()
2016/12/12 16:46:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:06 DEBUG manage [health] mysql.query start
2016/12/12 16:46:06 DEBUG manage show slave hosts ()
2016/12/12 16:46:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:06 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:46:06 DEBUG manage [health] consul.get_primary start
2016/12/12 16:46:06 DEBUG manage []
2016/12/12 16:46:06 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:46:06 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:46:06 DEBUG manage [health] node.is_primary start
2016/12/12 16:46:06 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:46:06 DEBUG manage [health] mysql.query start
2016/12/12 16:46:06 DEBUG manage show slave status ()
2016/12/12 16:46:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:06 DEBUG manage [health] mysql.query start
2016/12/12 16:46:06 DEBUG manage show slave hosts ()
2016/12/12 16:46:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:06 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:46:06 DEBUG manage [health] consul.get_primary start
2016/12/12 16:46:06 DEBUG manage []
2016/12/12 16:46:06 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:46:06 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:46:06 DEBUG manage [health] mysql.query start
2016/12/12 16:46:06 DEBUG manage show slave status ()
2016/12/12 16:46:06 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:06 ERROR manage Replica is not replicating.
2016/12/12 16:46:06 mysql-primary.health.RunWithTimeout end
2016/12/12 16:46:11 mysql-primary.health.RunWithTimeout start
2016/12/12 16:46:11 mysql-primary.health.Cmd.Start
2016/12/12 16:46:11 mysql-primary.health.run waiting for PID 313:
2016/12/12 16:46:11 DEBUG manage [health] node.health start
2016/12/12 16:46:11 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:46:11 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:46:11 DEBUG manage [health] node.is_primary start
2016/12/12 16:46:11 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:46:11 DEBUG manage [health] mysql.query start
2016/12/12 16:46:11 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:46:11 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:46:11 DEBUG manage show slave status ()
2016/12/12 16:46:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:11 DEBUG manage [health] mysql.query start
2016/12/12 16:46:11 DEBUG manage show slave hosts ()
2016/12/12 16:46:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:11 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:46:11 DEBUG manage [health] consul.get_primary start
2016/12/12 16:46:11 DEBUG manage []
2016/12/12 16:46:11 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:46:11 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:46:11 DEBUG manage [health] node.is_primary start
2016/12/12 16:46:11 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:46:11 DEBUG manage [health] mysql.query start
2016/12/12 16:46:11 DEBUG manage show slave status ()
2016/12/12 16:46:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:11 DEBUG manage [health] mysql.query start
2016/12/12 16:46:11 DEBUG manage show slave hosts ()
2016/12/12 16:46:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:11 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:46:11 DEBUG manage [health] consul.get_primary start
2016/12/12 16:46:11 DEBUG manage []
2016/12/12 16:46:11 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:46:11 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:46:11 DEBUG manage [health] mysql.query start
2016/12/12 16:46:11 DEBUG manage show slave status ()
2016/12/12 16:46:11 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:11 ERROR manage Replica is not replicating.
2016/12/12 16:46:11 mysql-primary.health.RunWithTimeout end
2016/12/12 16:46:16 task[snapshot_check].RunWithTimeout start
2016/12/12 16:46:16 task[snapshot_check].Cmd.Start
2016/12/12 16:46:16 mysql-primary.health.RunWithTimeout start
2016/12/12 16:46:16 mysql-primary.health.Cmd.Start
2016/12/12 16:46:16 task[snapshot_check].run waiting for PID 316:
2016/12/12 16:46:16 mysql-primary.health.run waiting for PID 317:
2016/12/12 16:46:16 DEBUG manage [health] node.health start
2016/12/12 16:46:16 DEBUG manage [health] node.assert_initialized_for_state start
2016/12/12 16:46:16 DEBUG manage [health] node.assert_initialized_for_state end: True
2016/12/12 16:46:16 DEBUG manage [health] node.is_primary start
2016/12/12 16:46:16 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:46:16 DEBUG manage [health] mysql.query start
2016/12/12 16:46:16 DEBUG manage [health] mysql.wait_for_connection start
2016/12/12 16:46:16 DEBUG manage [health] mysql.wait_for_connection end
2016/12/12 16:46:16 DEBUG manage show slave status ()
2016/12/12 16:46:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:16 DEBUG manage [health] mysql.query start
2016/12/12 16:46:16 DEBUG manage show slave hosts ()
2016/12/12 16:46:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:46:16 DEBUG manage [health] consul.get_primary start
2016/12/12 16:46:16 DEBUG manage [snapshot_task] node.snapshot_task start
2016/12/12 16:46:16 DEBUG manage [snapshot_task] node.is_primary start
2016/12/12 16:46:16 DEBUG manage [snapshot_task] mysql.get_primary start
2016/12/12 16:46:16 DEBUG manage [snapshot_task] mysql.query start
2016/12/12 16:46:16 DEBUG manage [snapshot_task] mysql.wait_for_connection start
2016/12/12 16:46:16 DEBUG manage [snapshot_task] mysql.wait_for_connection end
2016/12/12 16:46:16 DEBUG manage show slave status ()
2016/12/12 16:46:16 DEBUG manage [snapshot_task] mysql.query end: []
2016/12/12 16:46:16 DEBUG manage [snapshot_task] mysql.query start
2016/12/12 16:46:16 DEBUG manage show slave hosts ()
2016/12/12 16:46:16 DEBUG manage []
2016/12/12 16:46:16 DEBUG manage [snapshot_task] mysql.query end: []
2016/12/12 16:46:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:46:16 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:46:16 DEBUG manage [health] node.is_primary start
2016/12/12 16:46:16 DEBUG manage [health] mysql.get_primary start
2016/12/12 16:46:16 DEBUG manage [health] mysql.query start
2016/12/12 16:46:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:46:16 DEBUG manage [snapshot_task] consul.get_primary start
2016/12/12 16:46:16 DEBUG manage show slave status ()
2016/12/12 16:46:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:16 DEBUG manage [health] mysql.query start
2016/12/12 16:46:16 DEBUG manage show slave hosts ()
2016/12/12 16:46:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:16 DEBUG manage could not determine primary via mysqld status: no prior replication setup found
2016/12/12 16:46:16 DEBUG manage [health] consul.get_primary start
2016/12/12 16:46:16 DEBUG manage []
2016/12/12 16:46:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:46:16 DEBUG manage [health] node.is_primary end: False
2016/12/12 16:46:16 DEBUG manage [health] mysql.query start
2016/12/12 16:46:16 DEBUG manage show slave status ()
2016/12/12 16:46:16 DEBUG manage [health] mysql.query end: []
2016/12/12 16:46:16 ERROR manage Replica is not replicating.
2016/12/12 16:46:16 DEBUG manage []
2016/12/12 16:46:16 DEBUG manage could not determine primary via Consul: No primary found
2016/12/12 16:46:16 DEBUG manage [snapshot_task] node.is_primary end: False
2016/12/12 16:46:16 DEBUG manage [snapshot_task] node.snapshot_task end
2016/12/12 16:46:16 mysql-primary.health.RunWithTimeout end
2016/12/12 16:46:16 task[snapshot_check].run complete
2016/12/12 16:46:16 task[snapshot_check].RunWithTimeout end
2016/12/12 16:46:16 task[snapshot_check].run#gofunc received quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment