By type
+ CONTAINER_SCRIPTS_DIR=/usr/share/container-scripts/mysql + EXTRA_DEFAULTS_FILE=/etc/my.cnf.d/galera.cnf + '[' -z onap ']' + echo 'Galera: Finding peers' Galera: Finding peers ++ hostname -f ++ cut -d. -f2 Using service name: sdnc-dbhost + K8S_SVC_NAME=sdnc-dbhost + echo 'Using service name: sdnc-dbhost' + cp /usr/share/container-scripts/mysql/galera.cnf /etc/my.cnf.d/galera.cnf + /usr/bin/peer-finder -on-start=/usr/share/container-scripts/mysql/configure-galera.sh -service=sdnc-dbhost 2021/04/15 02:11:58 Peer list updated was [] now [onap-sdnc-db-0.sdnc-dbhost.onap.svc.cluster.local] 2021/04/15 02:11:58 execing: /usr/share/container-scripts/mysql/configure-galera.sh with stdin: onap-sdnc-db-0.sdnc-dbhost.onap.svc.cluster.local 2021/04/15 02:11:58 2021/04/15 02:11:59 Peer finder exiting + '[' '!' -d /var/lib/mysql/mysql ']' + echo 'Configure first time mysql' + /usr/share/container-scripts/mysql/configure-mysql.sh Configure first time mysql + echo 'Running mysql_install_db ...' + mysql_install_db --datadir=/var/lib/mysql Running mysql_install_db ... Installing MariaDB/MySQL system tables in '/var/lib/mysql' ... 2021-04-15 2:11:59 140599915665664 [Note] /usr/sbin/mysqld (mysqld 10.1.24-MariaDB) starting as process 51 ... 2021-04-15 2:11:59 140599915665664 [Note] WSREP: Read nil XID from storage engines, skipping position init 2021-04-15 2:11:59 140599915665664 [Note] WSREP: wsrep_load(): loading provider library 'none' 2021-04-15 2:11:59 140599915665664 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB. 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Using mutexes to ref count buffer pool pages 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: The InnoDB memory heap is disabled 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Compressed tables use zlib 1.2.7 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Using Linux native AIO 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Using SSE crc32 instructions 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Initializing buffer pool, size = 128.0M 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Completed initialization of buffer pool 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created! 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0 2021-04-15 2:12:00 140599915665664 [Warning] InnoDB: New log files created, LSN=45883 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Doublewrite buffer not found: creating new 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Doublewrite buffer created 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: 128 rollback segment(s) are active. 2021-04-15 2:12:00 140599915665664 [Warning] InnoDB: Creating foreign key constraint system tables. 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Foreign key constraint system tables created 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Creating tablespace and datafile system tables. 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Tablespace and datafile system tables created. 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Waiting for purge to start 2021-04-15 2:12:00 140599915665664 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.36-82.0 started; log sequence number 0 2021-04-15 2:12:00 140599130846976 [Note] InnoDB: Dumping buffer pool(s) not yet started OK Filling help tables... 2021-04-15 2:12:04 140583058159872 [Note] /usr/sbin/mysqld (mysqld 10.1.24-MariaDB) starting as process 80 ... 2021-04-15 2:12:04 140583058159872 [Note] WSREP: Read nil XID from storage engines, skipping position init 2021-04-15 2:12:04 140583058159872 [Note] WSREP: wsrep_load(): loading provider library 'none' 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB. 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: Using mutexes to ref count buffer pool pages 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: The InnoDB memory heap is disabled 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: Compressed tables use zlib 1.2.7 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: Using Linux native AIO 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: Using SSE crc32 instructions 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: Initializing buffer pool, size = 128.0M 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: Completed initialization of buffer pool 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: Highest supported file format is Barracuda. 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: 128 rollback segment(s) are active. 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: Waiting for purge to start 2021-04-15 2:12:04 140583058159872 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.36-82.0 started; log sequence number 1616799 2021-04-15 2:12:04 140582278133504 [Note] InnoDB: Dumping buffer pool(s) not yet started OK Creating OpenGIS required SP-s... 2021-04-15 2:12:08 140214021683456 [Note] /usr/sbin/mysqld (mysqld 10.1.24-MariaDB) starting as process 110 ... 2021-04-15 2:12:08 140214021683456 [Note] WSREP: Read nil XID from storage engines, skipping position init 2021-04-15 2:12:08 140214021683456 [Note] WSREP: wsrep_load(): loading provider library 'none' 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB. 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: Using mutexes to ref count buffer pool pages 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: The InnoDB memory heap is disabled 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: Compressed tables use zlib 1.2.7 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: Using Linux native AIO 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: Using SSE crc32 instructions 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: Initializing buffer pool, size = 128.0M 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: Completed initialization of buffer pool 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: Highest supported file format is Barracuda. 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: 128 rollback segment(s) are active. 2021-04-15 2:12:08 140214021683456 [Note] InnoDB: Waiting for purge to start 2021-04-15 2:12:09 140214021683456 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.36-82.0 started; log sequence number 1616809 2021-04-15 2:12:09 140213242296064 [Note] InnoDB: Dumping buffer pool(s) not yet started OK To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER ! To do so, start the server, then issue the following commands: '/usr/bin/mysqladmin' -u root password 'new-password' '/usr/bin/mysqladmin' -u root -h onap-sdnc-db-0 password 'new-password' Alternatively you can run: '/usr/bin/mysql_secure_installation' which will also give you the option of removing the test databases and anonymous user created by default. This is strongly recommended for production servers. See the MariaDB Knowledgebase at http://mariadb.com/kb or the MySQL manual for more instructions. You can start the MariaDB daemon with: cd '/usr' ; /usr/bin/mysqld_safe --datadir='/var/lib/mysql' You can test the MariaDB daemon with mysql-test-run.pl cd '/usr/mysql-test' ; perl mysql-test-run.pl Please report any problems at http://mariadb.org/jira The latest information about MariaDB is available at http://mariadb.org/. You can find additional information about the MySQL part at: http://dev.mysql.com Consider joining MariaDB's strong and vibrant community: https://mariadb.org/get-involved/ + echo 'Finished mysql_install_db' Finished mysql_install_db + pid=137 + mysql=(mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock) + mysqld --skip-networking --socket=/var/lib/mysql/mysql-init.sock --wsrep_on=OFF + for i in '{30..0}' + echo 'SELECT 1' + mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock MySQL init process in progress... + echo 'MySQL init process in progress...' + sleep 1 2021-04-15 2:12:12 140093166418176 [Note] mysqld (mysqld 10.1.24-MariaDB) starting as process 137 ... 2021-04-15 2:12:12 140093166418176 [Warning] You need to use --log-bin to make --binlog-format work. 2021-04-15 2:12:12 140093166418176 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB. 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: Using mutexes to ref count buffer pool pages 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: The InnoDB memory heap is disabled 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: Compressed tables use zlib 1.2.7 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: Using Linux native AIO 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: Using SSE crc32 instructions 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: Initializing buffer pool, size = 128.0M 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: Completed initialization of buffer pool 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: Highest supported file format is Barracuda. 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: 128 rollback segment(s) are active. 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: Waiting for purge to start 2021-04-15 2:12:13 140093166418176 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.36-82.0 started; log sequence number 1616819 2021-04-15 2:12:13 140092387620608 [Note] InnoDB: Dumping buffer pool(s) not yet started 2021-04-15 2:12:13 140093166418176 [Note] Plugin 'FEEDBACK' is disabled. 2021-04-15 2:12:13 140093166418176 [Note] mysqld: ready for connections. Version: '10.1.24-MariaDB' socket: '/var/lib/mysql/mysql-init.sock' port: 0 MariaDB Server + for i in '{30..0}' + echo 'SELECT 1' + mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock + break + '[' 29 = 0 ']' + '[' -z '' ']' + mysql_tzinfo_to_sql /usr/share/zoneinfo + sed 's/Local time zone must be set--see zic manual page/FCTY/' + mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock mysql ++ prepare_password NuyaSowoGipb3_ ++ echo NuyaSowoGipb3_ ++ sed -e 's/'\''/\\'\''/g; s/"/\\"/g' + mysql_root_password=NuyaSowoGipb3_ + mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock + '[' '!' -z NuyaSowoGipb3_ ']' + mysql+=(-p"${MYSQL_ROOT_PASSWORD}") + mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock -pNuyaSowoGipb3_ + '[' '' ']' + '[' sdnctl -a 'SisuHopb4&Wazr' ']' ++ prepare_password 'SisuHopb4&Wazr' ++ echo 'SisuHopb4&Wazr' ++ sed -e 's/'\''/\\'\''/g; s/"/\\"/g' + mysql_password='SisuHopb4&Wazr' + mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock -pNuyaSowoGipb3_ + echo 'CREATE USER '\''sdnctl'\''@'\''%'\'' IDENTIFIED BY '\''SisuHopb4&Wazr'\'' ;' + '[' '' ']' + echo 'FLUSH PRIVILEGES ;' + mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock -pNuyaSowoGipb3_ + kill -s TERM 137 + wait 137 2021-04-15 2:12:17 140093165566720 [Note] mysqld: Normal shutdown 2021-04-15 2:12:17 140093165566720 [Note] Event Scheduler: Purging the queue. 0 events 2021-04-15 2:12:17 140092370835200 [Note] InnoDB: FTS optimize thread exiting. 2021-04-15 2:12:17 140093165566720 [Note] InnoDB: Starting shutdown... 2021-04-15 2:12:17 140093165566720 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool 2021-04-15 2:12:18 140093165566720 [Note] InnoDB: Shutdown completed; log sequence number 1616829 2021-04-15 2:12:18 140093165566720 [Note] mysqld: Shutdown complete + echo + echo 'MySQL init process done. Ready for start up.' + echo MySQL init process done. Ready for start up. + exec mysqld 2021-04-15 2:12:19 140067821037824 [Note] mysqld (mysqld 10.1.24-MariaDB) starting as process 1 ... 2021-04-15 2:12:19 140067821037824 [Note] WSREP: Read nil XID from storage engines, skipping position init 2021-04-15 2:12:19 140067821037824 [Note] WSREP: wsrep_load(): loading provider library '/usr/lib64/galera/libgalera_smm.so' 2021-04-15 2:12:19 140067821037824 [Note] WSREP: wsrep_load(): Galera 25.3.20(r3703) by Codership Oy
loaded successfully. 2021-04-15 2:12:19 140067821037824 [Note] WSREP: CRC-32C: using hardware acceleration. 2021-04-15 2:12:19 140067821037824 [Warning] WSREP: Could not open state file for reading: '/var/lib/mysql//grastate.dat' 2021-04-15 2:12:19 140067821037824 [Note] WSREP: Found saved state: 00000000-0000-0000-0000-000000000000:-1, safe_to_bootsrap: 1 2021-04-15 2:12:19 140067821037824 [Note] WSREP: Passing config to GCS: base_dir = /var/lib/mysql/; base_host = onap-sdnc-db-0.sdnc-dbhost.onap.svc.cluster.local; base_port = 4567; cert.log_conflicts = no; debug = no; evs.auto_evict = 0; evs.delay_margin = PT1S; evs.delayed_keep_period = PT30S; evs.inactive_check_period = PT0.5S; evs.inactive_timeout = PT15S; evs.join_retrans_period = PT1S; evs.max_install_timeouts = 3; evs.send_window = 4; evs.stats_report_period = PT1M; evs.suspect_timeout = PT5S; evs.user_send_window = 2; evs.view_forget_timeout = PT24H; gcache.dir = /var/lib/mysql/; gcache.keep_pages_size = 0; gcache.mem_size = 0; gcache.name = /var/lib/mysql//galera.cache; gcache.page_size = 128M; gcache.recover = no; gcache.size = 128M; gcomm.thread_prio = ; gcs.fc_debug = 0; gcs.fc_factor = 1.0; gcs.fc_limit = 16; gcs.fc_master_slave = no; gcs.max_packet_size = 64500; gcs.max_throttle = 0.25; gcs.recv_q_hard_limit = 9223372036854775807; gcs.recv_q_soft_limit = 0.25; gcs.sync_donor = no; gmcast.segment = 0; gmcast.version = 0; pc.announce_time 2021-04-15 2:12:19 140067821037824 [Note] WSREP: GCache history reset: old(00000000-0000-0000-0000-000000000000:0) -> new(00000000-0000-0000-0000-000000000000:-1) 2021-04-15 2:12:19 140067821037824 [Note] WSREP: Assign initial position for certification: -1, protocol version: -1 2021-04-15 2:12:19 140067821037824 [Note] WSREP: wsrep_sst_grab() 2021-04-15 2:12:19 140067821037824 [Note] WSREP: Start replication 2021-04-15 2:12:19 140067821037824 [Note] WSREP: Setting initial position to 00000000-0000-0000-0000-000000000000:-1 2021-04-15 2:12:19 140067821037824 [Note] WSREP: protonet asio version 0 2021-04-15 2:12:19 140067821037824 [Note] WSREP: Using CRC-32C for message checksums. 2021-04-15 2:12:19 140067821037824 [Note] WSREP: backend: asio 2021-04-15 2:12:19 140067821037824 [Note] WSREP: gcomm thread scheduling priority set to other:0 2021-04-15 2:12:19 140067821037824 [Warning] WSREP: access file(/var/lib/mysql//gvwstate.dat) failed(No such file or directory) 2021-04-15 2:12:19 140067821037824 [Note] WSREP: restore pc from disk failed 2021-04-15 2:12:19 140067821037824 [Note] WSREP: GMCast version 0 2021-04-15 2:12:19 140067821037824 [Note] WSREP: (01aa1e1b, 'tcp://0.0.0.0:4567') listening at tcp://0.0.0.0:4567 2021-04-15 2:12:19 140067821037824 [Note] WSREP: (01aa1e1b, 'tcp://0.0.0.0:4567') multicast: , ttl: 1 2021-04-15 2:12:19 140067821037824 [Note] WSREP: EVS version 0 2021-04-15 2:12:19 140067821037824 [Note] WSREP: gcomm: connecting to group 'sdnc-dbhost', peer '' 2021-04-15 2:12:19 140067821037824 [Note] WSREP: start_prim is enabled, turn off pc_recovery 2021-04-15 2:12:19 140067821037824 [Note] WSREP: Node 01aa1e1b state prim 2021-04-15 2:12:19 140067821037824 [Note] WSREP: view(view_id(PRIM,01aa1e1b,1) memb { 01aa1e1b,0 } joined { } left { } partitioned { }) 2021-04-15 2:12:19 140067821037824 [Note] WSREP: save pc into disk 2021-04-15 2:12:19 140067821037824 [Note] WSREP: gcomm: connected 2021-04-15 2:12:19 140067821037824 [Note] WSREP: Changing maximum packet size to 64500, resulting msg size: 32636 2021-04-15 2:12:19 140067821037824 [Note] WSREP: Shifting CLOSED -> OPEN (TO: 0) 2021-04-15 2:12:19 140067821037824 [Note] WSREP: Opened channel 'sdnc-dbhost' 2021-04-15 2:12:19 140067821037824 [Note] WSREP: Waiting for SST to complete. 2021-04-15 2:12:19 140067498616576 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 1 2021-04-15 2:12:19 140067498616576 [Note] WSREP: Starting new group from scratch: 01aabea5-9d90-11eb-ae61-4bd1ff9c6ab9 2021-04-15 2:12:19 140067498616576 [Note] WSREP: STATE_EXCHANGE: sent state UUID: 01aac22f-9d90-11eb-a58d-d70caccfbd99 2021-04-15 2:12:19 140067498616576 [Note] WSREP: STATE EXCHANGE: sent state msg: 01aac22f-9d90-11eb-a58d-d70caccfbd99 2021-04-15 2:12:19 140067498616576 [Note] WSREP: STATE EXCHANGE: got state msg: 01aac22f-9d90-11eb-a58d-d70caccfbd99 from 0 (onap-sdnc-db-0) 2021-04-15 2:12:19 140067498616576 [Note] WSREP: Quorum results: version = 4, component = PRIMARY, conf_id = 0, members = 1/1 (joined/total), act_id = 0, last_appl. = -1, protocols = 0/7/3 (gcs/repl/appl), group UUID = 01aabea5-9d90-11eb-ae61-4bd1ff9c6ab9 2021-04-15 2:12:19 140067498616576 [Note] WSREP: Flow-control interval: [16, 16] 2021-04-15 2:12:19 140067498616576 [Note] WSREP: Restored state OPEN -> JOINED (0) 2021-04-15 2:12:19 140067498616576 [Note] WSREP: Member 0.0 (onap-sdnc-db-0) synced with group. 2021-04-15 2:12:19 140067498616576 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 0) 2021-04-15 2:12:19 140067820587776 [Note] WSREP: New cluster view: global state: 01aabea5-9d90-11eb-ae61-4bd1ff9c6ab9:0, view# 1: Primary, number of nodes: 1, my index: 0, protocol version 3 2021-04-15 2:12:19 140067821037824 [Note] WSREP: SST complete, seqno: 0 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: innodb_empty_free_list_algorithm has been changed to legacy because of small buffer pool size. In order to use backoff, increase buffer pool at least up to 20MB. 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: Using mutexes to ref count buffer pool pages 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: The InnoDB memory heap is disabled 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: Compressed tables use zlib 1.2.7 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: Using Linux native AIO 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: Using SSE crc32 instructions 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: Initializing buffer pool, size = 128.0M 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: Completed initialization of buffer pool 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: Highest supported file format is Barracuda. 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: 128 rollback segment(s) are active. 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: Waiting for purge to start 2021-04-15 2:12:19 140067821037824 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.36-82.0 started; log sequence number 1616829 2021-04-15 2:12:19 140066814949120 [Note] InnoDB: Dumping buffer pool(s) not yet started 2021-04-15 2:12:19 140067821037824 [Note] Plugin 'FEEDBACK' is disabled. 2021-04-15 2:12:19 140067821037824 [Note] Server socket created on IP: '0.0.0.0'. 2021-04-15 2:12:19 140067820587776 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-04-15 2:12:19 140067820587776 [Note] WSREP: REPL Protocols: 7 (3, 2) 2021-04-15 2:12:19 140067820587776 [Note] WSREP: Assign initial position for certification: 0, protocol version: 3 2021-04-15 2:12:19 140067556923136 [Note] WSREP: Service thread queue flushed. 2021-04-15 2:12:19 140067820587776 [Note] WSREP: GCache history reset: old(00000000-0000-0000-0000-000000000000:0) -> new(01aabea5-9d90-11eb-ae61-4bd1ff9c6ab9:0) 2021-04-15 2:12:19 140067820587776 [Note] WSREP: Synchronized with group, ready for connections 2021-04-15 2:12:19 140067820587776 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-04-15 2:12:19 140067821037824 [Note] mysqld: ready for connections. Version: '10.1.24-MariaDB' socket: '/var/lib/mysql/mysql.sock' port: 3306 MariaDB Server