Results

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: appc-dbhost
+ K8S_SVC_NAME=appc-dbhost
+ echo 'Using service name: appc-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=appc-dbhost
2021/06/04 09:50:04 Peer list updated
was []
now [onap-appc-db-0.appc-dbhost.onap.svc.cluster.local onap-appc-db-1.appc-dbhost.onap.svc.cluster.local]
2021/06/04 09:50:04 execing: /usr/share/container-scripts/mysql/configure-galera.sh with stdin: onap-appc-db-0.appc-dbhost.onap.svc.cluster.local
onap-appc-db-1.appc-dbhost.onap.svc.cluster.local
2021/06/04 09:50:04 
2021/06/04 09:50:05 Peer finder exiting
+ '[' '!' -d /var/lib/mysql/mysql ']'
Configure first time mysql
+ echo 'Configure first time mysql'
+ /usr/share/container-scripts/mysql/configure-mysql.sh
Running mysql_install_db ...
+ echo 'Running mysql_install_db ...'
+ mysql_install_db --datadir=/var/lib/mysql
Installing MariaDB/MySQL system tables in '/var/lib/mysql' ...
2021-06-04  9:50:06 140178055571712 [Note] /usr/sbin/mysqld (mysqld 10.1.24-MariaDB) starting as process 50 ...
2021-06-04  9:50:06 140178055571712 [Note] WSREP: Read nil XID from storage engines, skipping position init
2021-06-04  9:50:06 140178055571712 [Note] WSREP: wsrep_load(): loading provider library 'none'
2021-06-04  9:50:06 140178055571712 [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-06-04  9:50:06 140178055571712 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: The InnoDB memory heap is disabled
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Compressed tables use zlib 1.2.7
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Using Linux native AIO
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Using SSE crc32 instructions
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Completed initialization of buffer pool
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
2021-06-04  9:50:06 140178055571712 [Warning] InnoDB: New log files created, LSN=45883
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Doublewrite buffer not found: creating new
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Doublewrite buffer created
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: 128 rollback segment(s) are active.
2021-06-04  9:50:06 140178055571712 [Warning] InnoDB: Creating foreign key constraint system tables.
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Foreign key constraint system tables created
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Creating tablespace and datafile system tables.
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Tablespace and datafile system tables created.
2021-06-04  9:50:06 140178055571712 [Note] InnoDB: Waiting for purge to start
2021-06-04  9:50:06 140178055571712 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.36-82.0 started; log sequence number 0
2021-06-04  9:50:06 140177271944960 [Note] InnoDB: Dumping buffer pool(s) not yet started
OK
Filling help tables...
2021-06-04  9:50:10 139844203378944 [Note] /usr/sbin/mysqld (mysqld 10.1.24-MariaDB) starting as process 79 ...
2021-06-04  9:50:10 139844203378944 [Note] WSREP: Read nil XID from storage engines, skipping position init
2021-06-04  9:50:10 139844203378944 [Note] WSREP: wsrep_load(): loading provider library 'none'
2021-06-04  9:50:10 139844203378944 [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-06-04  9:50:10 139844203378944 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2021-06-04  9:50:10 139844203378944 [Note] InnoDB: The InnoDB memory heap is disabled
2021-06-04  9:50:10 139844203378944 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2021-06-04  9:50:10 139844203378944 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2021-06-04  9:50:10 139844203378944 [Note] InnoDB: Compressed tables use zlib 1.2.7
2021-06-04  9:50:10 139844203378944 [Note] InnoDB: Using Linux native AIO
2021-06-04  9:50:10 139844203378944 [Note] InnoDB: Using SSE crc32 instructions
2021-06-04  9:50:11 139844203378944 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2021-06-04  9:50:11 139844203378944 [Note] InnoDB: Completed initialization of buffer pool
2021-06-04  9:50:11 139844203378944 [Note] InnoDB: Highest supported file format is Barracuda.
2021-06-04  9:50:11 139844203378944 [Note] InnoDB: 128 rollback segment(s) are active.
2021-06-04  9:50:11 139844203378944 [Note] InnoDB: Waiting for purge to start
2021-06-04  9:50:11 139844203378944 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.36-82.0 started; log sequence number 1616799
2021-06-04  9:50:11 139843422123776 [Note] InnoDB: Dumping buffer pool(s) not yet started
OK
Creating OpenGIS required SP-s...
2021-06-04  9:50:15 140023685064960 [Note] /usr/sbin/mysqld (mysqld 10.1.24-MariaDB) starting as process 109 ...
2021-06-04  9:50:15 140023685064960 [Note] WSREP: Read nil XID from storage engines, skipping position init
2021-06-04  9:50:15 140023685064960 [Note] WSREP: wsrep_load(): loading provider library 'none'
2021-06-04  9:50:15 140023685064960 [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-06-04  9:50:15 140023685064960 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2021-06-04  9:50:15 140023685064960 [Note] InnoDB: The InnoDB memory heap is disabled
2021-06-04  9:50:15 140023685064960 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2021-06-04  9:50:15 140023685064960 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2021-06-04  9:50:15 140023685064960 [Note] InnoDB: Compressed tables use zlib 1.2.7
2021-06-04  9:50:15 140023685064960 [Note] InnoDB: Using Linux native AIO
2021-06-04  9:50:15 140023685064960 [Note] InnoDB: Using SSE crc32 instructions
2021-06-04  9:50:15 140023685064960 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2021-06-04  9:50:15 140023685064960 [Note] InnoDB: Completed initialization of buffer pool
2021-06-04  9:50:15 140023685064960 [Note] InnoDB: Highest supported file format is Barracuda.
2021-06-04  9:50:15 140023685064960 [Note] InnoDB: 128 rollback segment(s) are active.
2021-06-04  9:50:15 140023685064960 [Note] InnoDB: Waiting for purge to start
2021-06-04  9:50:15 140023685064960 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.36-82.0 started; log sequence number 1616809
2021-06-04  9:50:15 140022904780544 [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-appc-db-1 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'
+ pid=136
+ mysqld --skip-networking --socket=/var/lib/mysql/mysql-init.sock --wsrep_on=OFF
+ mysql=(mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock)
+ for i in '{30..0}'
+ echo 'SELECT 1'
+ mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock
Finished mysql_install_db
+ echo 'MySQL init process in progress...'
+ sleep 1
MySQL init process in progress...
2021-06-04  9:50:19 140147363612928 [Note] mysqld (mysqld 10.1.24-MariaDB) starting as process 136 ...
2021-06-04  9:50:19 140147363612928 [Warning] You need to use --log-bin to make --binlog-format work.
2021-06-04  9:50:19 140147363612928 [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-06-04  9:50:19 140147363612928 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2021-06-04  9:50:19 140147363612928 [Note] InnoDB: The InnoDB memory heap is disabled
2021-06-04  9:50:19 140147363612928 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2021-06-04  9:50:19 140147363612928 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2021-06-04  9:50:19 140147363612928 [Note] InnoDB: Compressed tables use zlib 1.2.7
2021-06-04  9:50:19 140147363612928 [Note] InnoDB: Using Linux native AIO
2021-06-04  9:50:19 140147363612928 [Note] InnoDB: Using SSE crc32 instructions
2021-06-04  9:50:19 140147363612928 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2021-06-04  9:50:19 140147363612928 [Note] InnoDB: Completed initialization of buffer pool
2021-06-04  9:50:19 140147363612928 [Note] InnoDB: Highest supported file format is Barracuda.
2021-06-04  9:50:19 140147363612928 [Note] InnoDB: 128 rollback segment(s) are active.
2021-06-04  9:50:19 140147363612928 [Note] InnoDB: Waiting for purge to start
2021-06-04  9:50:19 140147363612928 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.36-82.0 started; log sequence number 1616819
2021-06-04  9:50:19 140146582222592 [Note] InnoDB: Dumping buffer pool(s) not yet started
2021-06-04  9:50:19 140147363612928 [Note] Plugin 'FEEDBACK' is disabled.
2021-06-04  9:50:20 140147363612928 [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 'Pedo3^LuyeRaro'
++ echo 'Pedo3^LuyeRaro'
++ sed -e 's/'\''/\\'\''/g; s/"/\\"/g'
+ mysql_root_password='Pedo3^LuyeRaro'
+ mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock
+ '[' '!' -z 'Pedo3^LuyeRaro' ']'
+ mysql+=(-p"${MYSQL_ROOT_PASSWORD}")
+ mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock '-pPedo3^LuyeRaro'
+ '[' '' ']'
+ '[' my-user -a PesiBiqa5#Puji ']'
++ prepare_password PesiBiqa5#Puji
++ echo PesiBiqa5#Puji
++ sed -e 's/'\''/\\'\''/g; s/"/\\"/g'
+ mysql_password=PesiBiqa5#Puji
+ echo 'CREATE USER '\''my-user'\''@'\''%'\'' IDENTIFIED BY '\''PesiBiqa5#Puji'\'' ;'
+ mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock '-pPedo3^LuyeRaro'
+ '[' '' ']'
+ echo 'FLUSH PRIVILEGES ;'
+ mysql --protocol=socket -uroot -hlocalhost --socket=/var/lib/mysql/mysql-init.sock '-pPedo3^LuyeRaro'
+ kill -s TERM 136
+ wait 136
2021-06-04  9:50:24 140147362761472 [Note] mysqld: Normal shutdown

2021-06-04  9:50:24 140147362761472 [Note] Event Scheduler: Purging the queue. 0 events
2021-06-04  9:50:24 140146565437184 [Note] InnoDB: FTS optimize thread exiting.
2021-06-04  9:50:24 140147362761472 [Note] InnoDB: Starting shutdown...
2021-06-04  9:50:24 140147362761472 [Note] InnoDB: Waiting for page_cleaner to finish flushing of buffer pool
2021-06-04  9:50:26 140147362761472 [Note] InnoDB: Shutdown completed; log sequence number 1616829
2021-06-04  9:50:26 140147362761472 [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-06-04  9:50:26 140186497149184 [Note] mysqld (mysqld 10.1.24-MariaDB) starting as process 1 ...
2021-06-04  9:50:26 140186497149184 [Note] WSREP: Read nil XID from storage engines, skipping position init
2021-06-04  9:50:26 140186497149184 [Note] WSREP: wsrep_load(): loading provider library '/usr/lib64/galera/libgalera_smm.so'
2021-06-04  9:50:26 140186497149184 [Note] WSREP: wsrep_load(): Galera 25.3.20(r3703) by Codership Oy  loaded successfully.
2021-06-04  9:50:26 140186497149184 [Note] WSREP: CRC-32C: using hardware acceleration.
2021-06-04  9:50:26 140186497149184 [Warning] WSREP: Could not open state file for reading: '/var/lib/mysql//grastate.dat'
2021-06-04  9:50:26 140186497149184 [Note] WSREP: Found saved state: 00000000-0000-0000-0000-000000000000:-1, safe_to_bootsrap: 1
2021-06-04  9:50:27 140186497149184 [Note] WSREP: Passing config to GCS: base_dir = /var/lib/mysql/; base_host = onap-appc-db-1.appc-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-06-04  9:50:27 140186497149184 [Note] WSREP: GCache history reset: old(00000000-0000-0000-0000-000000000000:0) -> new(00000000-0000-0000-0000-000000000000:-1)
2021-06-04  9:50:27 140186497149184 [Note] WSREP: Assign initial position for certification: -1, protocol version: -1
2021-06-04  9:50:27 140186497149184 [Note] WSREP: wsrep_sst_grab()
2021-06-04  9:50:27 140186497149184 [Note] WSREP: Start replication
2021-06-04  9:50:27 140186497149184 [Note] WSREP: Setting initial position to 00000000-0000-0000-0000-000000000000:-1
2021-06-04  9:50:27 140186497149184 [Note] WSREP: protonet asio version 0
2021-06-04  9:50:27 140186497149184 [Note] WSREP: Using CRC-32C for message checksums.
2021-06-04  9:50:27 140186497149184 [Note] WSREP: backend: asio
2021-06-04  9:50:27 140186497149184 [Note] WSREP: gcomm thread scheduling priority set to other:0 
2021-06-04  9:50:27 140186497149184 [Warning] WSREP: access file(/var/lib/mysql//gvwstate.dat) failed(No such file or directory)
2021-06-04  9:50:27 140186497149184 [Note] WSREP: restore pc from disk failed
2021-06-04  9:50:27 140186497149184 [Note] WSREP: GMCast version 0
2021-06-04  9:50:27 140186497149184 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') listening at tcp://0.0.0.0:4567
2021-06-04  9:50:27 140186497149184 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') multicast: , ttl: 1
2021-06-04  9:50:27 140186497149184 [Note] WSREP: EVS version 0
2021-06-04  9:50:27 140186497149184 [Note] WSREP: gcomm: connecting to group 'appc-dbhost', peer 'onap-appc-db-0.appc-dbhost.onap.svc.cluster.local:,onap-appc-db-1.appc-dbhost.onap.svc.cluster.local:'
2021-06-04  9:50:27 140186497149184 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection established to 4a6b232b tcp://10.233.67.158:4567
2021-06-04  9:50:27 140186497149184 [Warning] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') address 'tcp://10.233.67.158:4567' points to own listening address, blacklisting
2021-06-04  9:50:27 140186497149184 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection established to b04c6189 tcp://10.233.74.100:4567
2021-06-04  9:50:27 140186497149184 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers: 
2021-06-04  9:50:27 140186497149184 [Note] WSREP: declaring b04c6189 at tcp://10.233.74.100:4567 stable
2021-06-04  9:50:27 140186497149184 [Note] WSREP: Node b04c6189 state prim
2021-06-04  9:50:27 140186497149184 [Note] WSREP: view(view_id(PRIM,4a6b232b,2) memb {
	4a6b232b,0
	b04c6189,0
} joined {
} left {
} partitioned {
})
2021-06-04  9:50:27 140186497149184 [Note] WSREP: save pc into disk
2021-06-04  9:50:28 140186497149184 [Note] WSREP: gcomm: connected
2021-06-04  9:50:28 140186497149184 [Note] WSREP: Changing maximum packet size to 64500, resulting msg size: 32636
2021-06-04  9:50:28 140186497149184 [Note] WSREP: Shifting CLOSED -> OPEN (TO: 0)
2021-06-04  9:50:28 140186497149184 [Note] WSREP: Opened channel 'appc-dbhost'
2021-06-04  9:50:28 140186497149184 [Note] WSREP: Waiting for SST to complete.
2021-06-04  9:50:28 140186172253952 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 2
2021-06-04  9:50:28 140186172253952 [Note] WSREP: STATE_EXCHANGE: sent state UUID: 4b04fbc0-c51a-11eb-9d15-0eac9fceab17
2021-06-04  9:50:28 140186172253952 [Note] WSREP: STATE EXCHANGE: sent state msg: 4b04fbc0-c51a-11eb-9d15-0eac9fceab17
2021-06-04  9:50:28 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: 4b04fbc0-c51a-11eb-9d15-0eac9fceab17 from 0 (onap-appc-db-1)
2021-06-04  9:50:28 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: 4b04fbc0-c51a-11eb-9d15-0eac9fceab17 from 1 (onap-appc-db-0)
2021-06-04  9:50:28 140186172253952 [Note] WSREP: Quorum results:
	version    = 4,
	component  = PRIMARY,
	conf_id    = 1,
	members    = 1/2 (joined/total),
	act_id     = 0,
	last_appl. = -1,
	protocols  = 0/7/3 (gcs/repl/appl),
	group UUID = b04d4fdc-c519-11eb-8d10-a24c2c1e6270
2021-06-04  9:50:28 140186172253952 [Note] WSREP: Flow-control interval: [23, 23]
2021-06-04  9:50:28 140186172253952 [Note] WSREP: Shifting OPEN -> PRIMARY (TO: 0)
2021-06-04  9:50:28 140186496699136 [Note] WSREP: State transfer required: 
	Group state: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:0
	Local state: 00000000-0000-0000-0000-000000000000:-1
2021-06-04  9:50:28 140186496699136 [Note] WSREP: New cluster view: global state: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:0, view# 2: Primary, number of nodes: 2, my index: 0, protocol version 3
2021-06-04  9:50:28 140186496699136 [Warning] WSREP: Gap in state sequence. Need state transfer.
2021-06-04  9:50:28 140186142897920 [Note] WSREP: Running: 'wsrep_sst_xtrabackup-v2 --role 'joiner' --address 'onap-appc-db-1.appc-dbhost.onap.svc.cluster.local' --datadir '/var/lib/mysql/'   --parent '1'  '' '
2021-06-04  9:50:30 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 4a6b232b with addr tcp://10.233.67.158:4567 timed out, no messages seen in PT3S
2021-06-04  9:50:30 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') turning message relay requesting off
WSREP_SST: [INFO] Streaming with xbstream (20210604 09:50:31.310)
WSREP_SST: [INFO] Using socat as streamer (20210604 09:50:31.313)
WSREP_SST: [INFO] Evaluating timeout -k 110 100 socat -u TCP-LISTEN:4444,reuseaddr stdio | xbstream -x; RC=( ${PIPESTATUS[@]} ) (20210604 09:50:31.425)
2021-06-04  9:50:32 140186496699136 [Note] WSREP: Prepared SST request: xtrabackup-v2|onap-appc-db-1.appc-dbhost.onap.svc.cluster.local:4444/xtrabackup_sst//1
2021-06-04  9:50:32 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04  9:50:32 140186496699136 [Note] WSREP: REPL Protocols: 7 (3, 2)
2021-06-04  9:50:32 140186496699136 [Note] WSREP: Assign initial position for certification: 0, protocol version: 3
2021-06-04  9:50:32 140186230560512 [Note] WSREP: Service thread queue flushed.
2021-06-04  9:50:32 140186496699136 [Warning] WSREP: Failed to prepare for incremental state transfer: Local state UUID (00000000-0000-0000-0000-000000000000) does not match group state UUID (b04d4fdc-c519-11eb-8d10-a24c2c1e6270): 1 (Operation not permitted)
	 at galera/src/replicator_str.cpp:prepare_for_IST():482. IST will be unavailable.
2021-06-04  9:50:32 140186172253952 [Note] WSREP: Member 0.0 (onap-appc-db-1) requested state transfer from '*any*'. Selected 1.0 (onap-appc-db-0)(SYNCED) as donor.
2021-06-04  9:50:32 140186172253952 [Note] WSREP: Shifting PRIMARY -> JOINER (TO: 0)
2021-06-04  9:50:32 140186496699136 [Note] WSREP: Requesting state transfer: success, donor: 1
2021-06-04  9:50:32 140186496699136 [Note] WSREP: GCache history reset: old(00000000-0000-0000-0000-000000000000:0) -> new(b04d4fdc-c519-11eb-8d10-a24c2c1e6270:0)
WSREP_SST: [INFO] Proceeding with SST (20210604 09:50:33.606)
WSREP_SST: [INFO] Evaluating socat -u TCP-LISTEN:4444,reuseaddr stdio | xbstream -x; RC=( ${PIPESTATUS[@]} ) (20210604 09:50:33.608)
WSREP_SST: [INFO] Cleaning the existing datadir and innodb-data/log directories (20210604 09:50:33.610)
removed '/var/lib/mysql/mysql/db.frm'
removed '/var/lib/mysql/mysql/db.MYI'
removed '/var/lib/mysql/mysql/db.MYD'
removed '/var/lib/mysql/mysql/host.frm'
removed '/var/lib/mysql/mysql/host.MYI'
removed '/var/lib/mysql/mysql/host.MYD'
removed '/var/lib/mysql/mysql/user.frm'
removed '/var/lib/mysql/mysql/user.MYI'
removed '/var/lib/mysql/mysql/user.MYD'
removed '/var/lib/mysql/mysql/roles_mapping.frm'
removed '/var/lib/mysql/mysql/roles_mapping.MYI'
removed '/var/lib/mysql/mysql/roles_mapping.MYD'
removed '/var/lib/mysql/mysql/func.frm'
removed '/var/lib/mysql/mysql/func.MYI'
removed '/var/lib/mysql/mysql/func.MYD'
removed '/var/lib/mysql/mysql/plugin.frm'
removed '/var/lib/mysql/mysql/plugin.MYI'
removed '/var/lib/mysql/mysql/plugin.MYD'
removed '/var/lib/mysql/mysql/servers.frm'
removed '/var/lib/mysql/mysql/servers.MYI'
removed '/var/lib/mysql/mysql/servers.MYD'
removed '/var/lib/mysql/mysql/tables_priv.frm'
removed '/var/lib/mysql/mysql/tables_priv.MYI'
removed '/var/lib/mysql/mysql/tables_priv.MYD'
removed '/var/lib/mysql/mysql/columns_priv.frm'
removed '/var/lib/mysql/mysql/columns_priv.MYI'
removed '/var/lib/mysql/mysql/columns_priv.MYD'
removed '/var/lib/mysql/mysql/help_topic.frm'
removed '/var/lib/mysql/mysql/help_topic.MYI'
removed '/var/lib/mysql/mysql/help_topic.MYD'
removed '/var/lib/mysql/mysql/help_category.frm'
removed '/var/lib/mysql/mysql/help_category.MYI'
removed '/var/lib/mysql/mysql/help_category.MYD'
removed '/var/lib/mysql/mysql/help_relation.frm'
removed '/var/lib/mysql/mysql/help_relation.MYI'
removed '/var/lib/mysql/mysql/help_relation.MYD'
removed '/var/lib/mysql/mysql/help_keyword.frm'
removed '/var/lib/mysql/mysql/help_keyword.MYI'
removed '/var/lib/mysql/mysql/help_keyword.MYD'
removed '/var/lib/mysql/mysql/time_zone_name.frm'
removed '/var/lib/mysql/mysql/time_zone_name.MYI'
removed '/var/lib/mysql/mysql/time_zone_name.MYD'
removed '/var/lib/mysql/mysql/time_zone.frm'
removed '/var/lib/mysql/mysql/time_zone.MYI'
removed '/var/lib/mysql/mysql/time_zone.MYD'
removed '/var/lib/mysql/mysql/time_zone_transition_type.MYI'
removed '/var/lib/mysql/mysql/time_zone_transition_type.MYD'
removed '/var/lib/mysql/mysql/time_zone_transition_type.frm'
removed '/var/lib/mysql/mysql/time_zone_leap_second.frm'
removed '/var/lib/mysql/mysql/time_zone_leap_second.MYI'
removed '/var/lib/mysql/mysql/time_zone_leap_second.MYD'
removed '/var/lib/mysql/mysql/proc.frm'
removed '/var/lib/mysql/mysql/proc.MYI'
removed '/var/lib/mysql/mysql/proc.MYD'
removed '/var/lib/mysql/mysql/procs_priv.frm'
removed '/var/lib/mysql/mysql/procs_priv.MYI'
removed '/var/lib/mysql/mysql/procs_priv.MYD'
removed '/var/lib/mysql/mysql/general_log.frm'
removed '/var/lib/mysql/mysql/general_log.CSM'
removed '/var/lib/mysql/mysql/general_log.CSV'
removed '/var/lib/mysql/mysql/slow_log.frm'
removed '/var/lib/mysql/mysql/slow_log.CSM'
removed '/var/lib/mysql/mysql/slow_log.CSV'
removed '/var/lib/mysql/mysql/event.frm'
removed '/var/lib/mysql/mysql/event.MYI'
removed '/var/lib/mysql/mysql/event.MYD'
removed '/var/lib/mysql/mysql/innodb_table_stats.frm'
removed '/var/lib/mysql/mysql/innodb_table_stats.ibd'
removed '/var/lib/mysql/mysql/innodb_index_stats.frm'
removed '/var/lib/mysql/mysql/innodb_index_stats.ibd'
removed '/var/lib/mysql/mysql/proxies_priv.frm'
removed '/var/lib/mysql/mysql/proxies_priv.MYI'
removed '/var/lib/mysql/mysql/proxies_priv.MYD'
removed '/var/lib/mysql/mysql/table_stats.frm'
removed '/var/lib/mysql/mysql/table_stats.MYI'
removed '/var/lib/mysql/mysql/table_stats.MYD'
removed '/var/lib/mysql/mysql/column_stats.frm'
removed '/var/lib/mysql/mysql/column_stats.MYI'
removed '/var/lib/mysql/mysql/column_stats.MYD'
removed '/var/lib/mysql/mysql/index_stats.frm'
removed '/var/lib/mysql/mysql/index_stats.MYI'
removed '/var/lib/mysql/mysql/index_stats.MYD'
removed '/var/lib/mysql/mysql/gtid_slave_pos.frm'
removed '/var/lib/mysql/mysql/gtid_slave_pos.ibd'
removed '/var/lib/mysql/mysql/time_zone_transition.MYI'
removed '/var/lib/mysql/mysql/time_zone_transition.MYD'
removed '/var/lib/mysql/mysql/time_zone_transition.frm'
removed directory: '/var/lib/mysql/mysql'
removed '/var/lib/mysql/aria_log_control'
removed '/var/lib/mysql/aria_log.00000001'
removed '/var/lib/mysql/ibdata1'
removed '/var/lib/mysql/ib_logfile1'
removed '/var/lib/mysql/ib_logfile0'
removed '/var/lib/mysql/performance_schema/db.opt'
removed directory: '/var/lib/mysql/performance_schema'
removed '/var/lib/mysql/multi-master.info'
WSREP_SST: [INFO] Waiting for SST streaming to complete! (20210604 09:50:33.791)
2021-06-04  9:50:45 140186172253952 [Note] WSREP: 1.0 (onap-appc-db-0): State transfer to 0.0 (onap-appc-db-1) complete.
2021-06-04  9:50:45 140186172253952 [Note] WSREP: Member 1.0 (onap-appc-db-0) synced with group.
WSREP_SST: [INFO] Preparing the backup at /var/lib/mysql//.sst (20210604 09:50:45.465)
WSREP_SST: [INFO] Evaluating innobackupex --no-version-check  --apply-log $rebuildcmd ${DATA} &>${DATA}/innobackup.prepare.log (20210604 09:50:45.469)
rm: cannot remove '/var/lib/mysql//innobackup.prepare.log': No such file or directory
rm: cannot remove '/var/lib/mysql//innobackup.move.log': No such file or directory
WSREP_SST: [INFO] Moving the backup to /var/lib/mysql/ (20210604 09:50:49.303)
WSREP_SST: [INFO] Evaluating innobackupex   --no-version-check   --move-back --force-non-empty-directories ${DATA} &>${DATA}/innobackup.move.log (20210604 09:50:49.308)
WSREP_SST: [INFO] Move successful, removing /var/lib/mysql//.sst (20210604 09:50:49.674)
WSREP_SST: [INFO] Galera co-ords from recovery: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:0 (20210604 09:50:49.697)
WSREP_SST: [INFO] Total time on joiner: 0 seconds (20210604 09:50:49.708)
WSREP_SST: [INFO] Removing the sst_in_progress file (20210604 09:50:49.713)
2021-06-04  9:50:49 140186497149184 [Note] WSREP: SST complete, seqno: 0
2021-06-04  9:50:49 140186497149184 [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-06-04  9:50:49 140186497149184 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2021-06-04  9:50:49 140186497149184 [Note] InnoDB: The InnoDB memory heap is disabled
2021-06-04  9:50:49 140186497149184 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2021-06-04  9:50:49 140186497149184 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2021-06-04  9:50:49 140186497149184 [Note] InnoDB: Compressed tables use zlib 1.2.7
2021-06-04  9:50:49 140186497149184 [Note] InnoDB: Using Linux native AIO
2021-06-04  9:50:49 140186497149184 [Note] InnoDB: Using SSE crc32 instructions
2021-06-04  9:50:49 140186497149184 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2021-06-04  9:50:50 140186497149184 [Note] InnoDB: Completed initialization of buffer pool
2021-06-04  9:50:50 140186497149184 [Note] InnoDB: Highest supported file format is Barracuda.
2021-06-04  9:50:50 140186497149184 [Note] InnoDB: 128 rollback segment(s) are active.
2021-06-04  9:50:50 140186497149184 [Note] InnoDB: Waiting for purge to start
2021-06-04  9:50:50 140186497149184 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.36-82.0 started; log sequence number 1617430
2021-06-04  9:50:50 140185484392192 [Note] InnoDB: Dumping buffer pool(s) not yet started
2021-06-04  9:50:50 140186497149184 [Note] Plugin 'FEEDBACK' is disabled.
2021-06-04  9:50:50 140186497149184 [Note] Server socket created on IP: '0.0.0.0'.
2021-06-04  9:50:50 140186497149184 [Note] WSREP: Signalling provider to continue.
2021-06-04  9:50:50 140186497149184 [Note] WSREP: SST received: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:0
2021-06-04  9:50:50 140186172253952 [Note] WSREP: 0.0 (onap-appc-db-1): State transfer from 1.0 (onap-appc-db-0) complete.
2021-06-04  9:50:50 140186172253952 [Note] WSREP: Shifting JOINER -> JOINED (TO: 0)
2021-06-04  9:50:50 140186172253952 [Note] WSREP: Member 0.0 (onap-appc-db-1) synced with group.
2021-06-04  9:50:50 140186172253952 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 0)
2021-06-04  9:50:50 140186496699136 [Note] WSREP: Synchronized with group, ready for connections
2021-06-04  9:50:50 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04  9:50:50 140186497149184 [Note] mysqld: ready for connections.
Version: '10.1.24-MariaDB'  socket: '/var/lib/mysql/mysql.sock'  port: 3306  MariaDB Server
2021-06-04  9:53:16 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection established to af7f792a tcp://10.233.77.195:4567
2021-06-04  9:53:16 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers: 
2021-06-04  9:53:18 140186180646656 [Note] WSREP: declaring af7f792a at tcp://10.233.77.195:4567 stable
2021-06-04  9:53:18 140186180646656 [Note] WSREP: declaring b04c6189 at tcp://10.233.74.100:4567 stable
2021-06-04  9:53:19 140186180646656 [Note] WSREP: Node 4a6b232b state prim
2021-06-04  9:53:19 140186180646656 [Note] WSREP: view(view_id(PRIM,4a6b232b,3) memb {
	4a6b232b,0
	af7f792a,0
	b04c6189,0
} joined {
} left {
} partitioned {
})
2021-06-04  9:53:19 140186180646656 [Note] WSREP: save pc into disk
2021-06-04  9:53:19 140186172253952 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 3
2021-06-04  9:53:19 140186172253952 [Note] WSREP: STATE_EXCHANGE: sent state UUID: b11ebaff-c51a-11eb-b131-ee0acb566bbe
2021-06-04  9:53:19 140186172253952 [Note] WSREP: STATE EXCHANGE: sent state msg: b11ebaff-c51a-11eb-b131-ee0acb566bbe
2021-06-04  9:53:19 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: b11ebaff-c51a-11eb-b131-ee0acb566bbe from 0 (onap-appc-db-1)
2021-06-04  9:53:19 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: b11ebaff-c51a-11eb-b131-ee0acb566bbe from 2 (onap-appc-db-0)
2021-06-04  9:53:20 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') turning message relay requesting off
2021-06-04  9:53:20 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: b11ebaff-c51a-11eb-b131-ee0acb566bbe from 1 (onap-appc-db-2)
2021-06-04  9:53:20 140186172253952 [Note] WSREP: Quorum results:
	version    = 4,
	component  = PRIMARY,
	conf_id    = 2,
	members    = 2/3 (joined/total),
	act_id     = 0,
	last_appl. = 0,
	protocols  = 0/7/3 (gcs/repl/appl),
	group UUID = b04d4fdc-c519-11eb-8d10-a24c2c1e6270
2021-06-04  9:53:20 140186172253952 [Note] WSREP: Flow-control interval: [28, 28]
2021-06-04  9:53:20 140186496699136 [Note] WSREP: New cluster view: global state: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:0, view# 3: Primary, number of nodes: 3, my index: 0, protocol version 3
2021-06-04  9:53:20 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04  9:53:20 140186496699136 [Note] WSREP: REPL Protocols: 7 (3, 2)
2021-06-04  9:53:20 140186496699136 [Note] WSREP: Assign initial position for certification: 0, protocol version: 3
2021-06-04  9:53:20 140186230560512 [Note] WSREP: Service thread queue flushed.
2021-06-04  9:53:24 140186172253952 [Note] WSREP: Member 1.0 (onap-appc-db-2) requested state transfer from '*any*'. Selected 0.0 (onap-appc-db-1)(SYNCED) as donor.
2021-06-04  9:53:24 140186172253952 [Note] WSREP: Shifting SYNCED -> DONOR/DESYNCED (TO: 0)
2021-06-04  9:53:24 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04  9:53:24 140185413089024 [Note] WSREP: Running: 'wsrep_sst_xtrabackup-v2 --role 'donor' --address 'onap-appc-db-2.appc-dbhost.onap.svc.cluster.local:4444/xtrabackup_sst//1' --socket '/var/lib/mysql/mysql.sock' --datadir '/var/lib/mysql/'     '' --gtid 'b04d4fdc-c519-11eb-8d10-a24c2c1e6270:0' --gtid-domain-id '0''
2021-06-04  9:53:24 140186496699136 [Note] WSREP: sst_donor_thread signaled with 0
WSREP_SST: [INFO] Streaming with xbstream (20210604 09:53:25.214)
WSREP_SST: [INFO] Using socat as streamer (20210604 09:53:25.217)
WSREP_SST: [INFO] Using /tmp/tmp.4xpqqsabJO as xtrabackup temporary directory (20210604 09:53:25.311)
WSREP_SST: [INFO] Using /tmp/tmp.MxTUmHtTdK as innobackupex temporary directory (20210604 09:53:25.316)
WSREP_SST: [INFO] Streaming GTID file before SST (20210604 09:53:25.327)
WSREP_SST: [INFO] Evaluating xbstream -c ${INFO_FILE} | socat -u stdio TCP:onap-appc-db-2.appc-dbhost.onap.svc.cluster.local:4444; RC=( ${PIPESTATUS[@]} ) (20210604 09:53:25.335)
WSREP_SST: [INFO] Sleeping before data transfer for SST (20210604 09:53:25.404)
WSREP_SST: [INFO] Streaming the backup to joiner at onap-appc-db-2.appc-dbhost.onap.svc.cluster.local 4444 (20210604 09:53:35.411)
WSREP_SST: [INFO] Evaluating innobackupex   --no-version-check  $tmpopts $INNOEXTRA --galera-info --stream=$sfmt $itmpdir 2>${DATA}/innobackup.backup.log | socat -u stdio TCP:onap-appc-db-2.appc-dbhost.onap.svc.cluster.local:4444; RC=( ${PIPESTATUS[@]} ) (20210604 09:53:35.502)
2021-06-04  9:53:36 140186417310464 [Note] WSREP: Provider paused at b04d4fdc-c519-11eb-8d10-a24c2c1e6270:0 (7)
2021-06-04  9:53:37 140186417310464 [Note] WSREP: resuming provider at 7
2021-06-04  9:53:37 140186417310464 [Note] WSREP: Provider resumed.
2021-06-04  9:53:37 140186172253952 [Note] WSREP: 0.0 (onap-appc-db-1): State transfer to 1.0 (onap-appc-db-2) complete.
2021-06-04  9:53:37 140186172253952 [Note] WSREP: Shifting DONOR/DESYNCED -> JOINED (TO: 0)
2021-06-04  9:53:37 140186172253952 [Note] WSREP: Member 0.0 (onap-appc-db-1) synced with group.
2021-06-04  9:53:37 140186172253952 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 0)
2021-06-04  9:53:37 140186496699136 [Note] WSREP: Synchronized with group, ready for connections
2021-06-04  9:53:37 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
WSREP_SST: [INFO] Total time on donor: 0 seconds (20210604 09:53:37.628)
WSREP_SST: [INFO] Cleaning up temporary directories (20210604 09:53:37.634)
2021-06-04  9:53:42 140186172253952 [Note] WSREP: 1.0 (onap-appc-db-2): State transfer from 0.0 (onap-appc-db-1) complete.
2021-06-04  9:53:42 140186172253952 [Note] WSREP: Member 1.0 (onap-appc-db-2) synced with group.
2021-06-04  9:54:46 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer af7f792a with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:54:46 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers: tcp://10.233.77.195:4567 
2021-06-04  9:54:47 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer b04c6189 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:54:47 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') reconnecting to af7f792a (tcp://10.233.77.195:4567), attempt 0
2021-06-04  9:54:48 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') reconnecting to b04c6189 (tcp://10.233.74.100:4567), attempt 0
2021-06-04  9:54:48 140186180646656 [Note] WSREP: evs::proto(4a6b232b, OPERATIONAL, view_id(REG,4a6b232b,3)) suspecting node: af7f792a
2021-06-04  9:54:48 140186180646656 [Note] WSREP: evs::proto(4a6b232b, OPERATIONAL, view_id(REG,4a6b232b,3)) suspected node without join message, declaring inactive
2021-06-04  9:54:49 140186180646656 [Note] WSREP: evs::proto(4a6b232b, GATHER, view_id(REG,4a6b232b,3)) suspecting node: b04c6189
2021-06-04  9:54:49 140186180646656 [Note] WSREP: evs::proto(4a6b232b, GATHER, view_id(REG,4a6b232b,3)) suspected node without join message, declaring inactive
2021-06-04  9:54:49 140186180646656 [Note] WSREP: view(view_id(NON_PRIM,4a6b232b,3) memb {
	4a6b232b,0
} joined {
} left {
} partitioned {
	af7f792a,0
	b04c6189,0
})
2021-06-04  9:54:49 140186180646656 [Note] WSREP: view(view_id(NON_PRIM,4a6b232b,4) memb {
	4a6b232b,0
} joined {
} left {
} partitioned {
	af7f792a,0
	b04c6189,0
})
2021-06-04  9:54:49 140186172253952 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 0, memb_num = 1
2021-06-04  9:54:49 140186172253952 [Note] WSREP: Flow-control interval: [16, 16]
2021-06-04  9:54:49 140186172253952 [Note] WSREP: Received NON-PRIMARY.
2021-06-04  9:54:49 140186172253952 [Note] WSREP: Shifting SYNCED -> OPEN (TO: 0)
2021-06-04  9:54:49 140186172253952 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 0, memb_num = 1
2021-06-04  9:54:49 140186172253952 [Note] WSREP: Flow-control interval: [16, 16]
2021-06-04  9:54:49 140186172253952 [Note] WSREP: Received NON-PRIMARY.
2021-06-04  9:54:49 140186496699136 [Note] WSREP: New cluster view: global state: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:0, view# -1: non-Primary, number of nodes: 1, my index: 0, protocol version 3
2021-06-04  9:54:49 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04  9:54:49 140186496699136 [Note] WSREP: New cluster view: global state: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:0, view# -1: non-Primary, number of nodes: 1, my index: 0, protocol version 3
2021-06-04  9:54:49 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04  9:54:50 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:54:51 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:54:55 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:54:55 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:54:59 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:54:59 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:03 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:03 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:07 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:07 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:11 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:11 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:15 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:15 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:19 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:19 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:23 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:23 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:27 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:27 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:31 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:31 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:35 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:35 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:40 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:40 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:44 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:44 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:48 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:48 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04  9:55:49 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection established to b04c6189 tcp://10.233.74.100:4567
2021-06-04  9:55:49 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection established to af7f792a tcp://10.233.77.195:4567
2021-06-04  9:55:49 140186180646656 [Note] WSREP: declaring af7f792a at tcp://10.233.77.195:4567 stable
2021-06-04  9:55:49 140186180646656 [Note] WSREP: declaring b04c6189 at tcp://10.233.74.100:4567 stable
2021-06-04  9:55:49 140186180646656 [Note] WSREP: Node af7f792a state prim
2021-06-04  9:55:49 140186180646656 [Note] WSREP: view(view_id(PRIM,4a6b232b,5) memb {
	4a6b232b,0
	af7f792a,0
	b04c6189,0
} joined {
} left {
} partitioned {
})
2021-06-04  9:55:49 140186180646656 [Note] WSREP: save pc into disk
2021-06-04  9:55:49 140186172253952 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 3
2021-06-04  9:55:49 140186172253952 [Note] WSREP: STATE_EXCHANGE: sent state UUID: 0a990ec1-c51b-11eb-912d-1674a62d61ef
2021-06-04  9:55:51 140186172253952 [Note] WSREP: STATE EXCHANGE: sent state msg: 0a990ec1-c51b-11eb-912d-1674a62d61ef
2021-06-04  9:55:51 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: 0a990ec1-c51b-11eb-912d-1674a62d61ef from 0 (onap-appc-db-1)
2021-06-04  9:55:51 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: 0a990ec1-c51b-11eb-912d-1674a62d61ef from 2 (onap-appc-db-0)
2021-06-04  9:55:51 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: 0a990ec1-c51b-11eb-912d-1674a62d61ef from 1 (onap-appc-db-2)
2021-06-04  9:55:51 140186172253952 [Note] WSREP: Quorum results:
	version    = 4,
	component  = PRIMARY,
	conf_id    = 4,
	members    = 3/3 (joined/total),
	act_id     = 0,
	last_appl. = 0,
	protocols  = 0/7/3 (gcs/repl/appl),
	group UUID = b04d4fdc-c519-11eb-8d10-a24c2c1e6270
2021-06-04  9:55:51 140186172253952 [Note] WSREP: Flow-control interval: [28, 28]
2021-06-04  9:55:51 140186172253952 [Note] WSREP: Restored state OPEN -> SYNCED (0)
2021-06-04  9:55:51 140186496699136 [Note] WSREP: New cluster view: global state: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:0, view# 5: Primary, number of nodes: 3, my index: 0, protocol version 3
2021-06-04  9:55:51 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04  9:55:51 140186496699136 [Note] WSREP: REPL Protocols: 7 (3, 2)
2021-06-04  9:55:51 140186496699136 [Note] WSREP: Assign initial position for certification: 0, protocol version: 3
2021-06-04  9:55:51 140186230560512 [Note] WSREP: Service thread queue flushed.
2021-06-04  9:55:51 140186496699136 [Note] WSREP: Synchronized with group, ready for connections
2021-06-04  9:55:51 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04  9:55:52 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') turning message relay requesting off
2021-06-04 10:36:18 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers: tcp://10.233.77.195:4567 
2021-06-04 10:36:19 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') reconnecting to af7f792a (tcp://10.233.77.195:4567), attempt 0
2021-06-04 10:36:20 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer b04c6189 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:22 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:22 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') reconnecting to b04c6189 (tcp://10.233.74.100:4567), attempt 0
2021-06-04 10:36:22 140186180646656 [Note] WSREP: evs::proto(4a6b232b, OPERATIONAL, view_id(REG,4a6b232b,5)) suspecting node: b04c6189
2021-06-04 10:36:22 140186180646656 [Note] WSREP: evs::proto(4a6b232b, OPERATIONAL, view_id(REG,4a6b232b,5)) suspected node without join message, declaring inactive
2021-06-04 10:36:23 140186180646656 [Note] WSREP: evs::proto(4a6b232b, GATHER, view_id(REG,4a6b232b,5)) suspecting node: af7f792a
2021-06-04 10:36:23 140186180646656 [Note] WSREP: evs::proto(4a6b232b, GATHER, view_id(REG,4a6b232b,5)) suspected node without join message, declaring inactive
2021-06-04 10:36:23 140186180646656 [Note] WSREP: view(view_id(NON_PRIM,4a6b232b,5) memb {
	4a6b232b,0
} joined {
} left {
} partitioned {
	af7f792a,0
	b04c6189,0
})
2021-06-04 10:36:23 140186172253952 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 0, memb_num = 1
2021-06-04 10:36:23 140186172253952 [Note] WSREP: Flow-control interval: [16, 16]
2021-06-04 10:36:23 140186172253952 [Note] WSREP: Received NON-PRIMARY.
2021-06-04 10:36:23 140186172253952 [Note] WSREP: Shifting SYNCED -> OPEN (TO: 805)
2021-06-04 10:36:23 140186496699136 [Note] WSREP: New cluster view: global state: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:805, view# -1: non-Primary, number of nodes: 1, my index: 0, protocol version 3
2021-06-04 10:36:23 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04 10:36:23 140186180646656 [Note] WSREP: view(view_id(NON_PRIM,4a6b232b,6) memb {
	4a6b232b,0
} joined {
} left {
} partitioned {
	af7f792a,0
	b04c6189,0
})
2021-06-04 10:36:23 140186172253952 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 0, memb_num = 1
2021-06-04 10:36:23 140186172253952 [Note] WSREP: Flow-control interval: [16, 16]
2021-06-04 10:36:23 140186172253952 [Note] WSREP: Received NON-PRIMARY.
2021-06-04 10:36:23 140186496699136 [Note] WSREP: New cluster view: global state: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:805, view# -1: non-Primary, number of nodes: 1, my index: 0, protocol version 3
2021-06-04 10:36:23 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04 10:36:25 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:27 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:29 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:31 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:33 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection established to af7f792a tcp://10.233.77.195:4567
2021-06-04 10:36:33 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection established to b04c6189 tcp://10.233.74.100:4567
2021-06-04 10:36:33 140186180646656 [Note] WSREP: declaring af7f792a at tcp://10.233.77.195:4567 stable
2021-06-04 10:36:33 140186180646656 [Note] WSREP: declaring b04c6189 at tcp://10.233.74.100:4567 stable
2021-06-04 10:36:36 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') turning message relay requesting off
2021-06-04 10:36:37 140186180646656 [Note] WSREP: Node af7f792a state prim
2021-06-04 10:36:37 140186180646656 [Note] WSREP: view(view_id(PRIM,4a6b232b,7) memb {
	4a6b232b,0
	af7f792a,0
	b04c6189,0
} joined {
} left {
} partitioned {
})
2021-06-04 10:36:37 140186180646656 [Note] WSREP: save pc into disk
2021-06-04 10:36:37 140186172253952 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 3
2021-06-04 10:36:37 140186172253952 [Note] WSREP: STATE_EXCHANGE: sent state UUID: bda8b72e-c520-11eb-b623-beda7cd000bf
2021-06-04 10:36:37 140186172253952 [Note] WSREP: STATE EXCHANGE: sent state msg: bda8b72e-c520-11eb-b623-beda7cd000bf
2021-06-04 10:36:37 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: bda8b72e-c520-11eb-b623-beda7cd000bf from 0 (onap-appc-db-1)
2021-06-04 10:36:37 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: bda8b72e-c520-11eb-b623-beda7cd000bf from 1 (onap-appc-db-2)
2021-06-04 10:36:45 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer b04c6189 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:45 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers: tcp://10.233.74.100:4567 
2021-06-04 10:36:46 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer af7f792a with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:47 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') reconnecting to b04c6189 (tcp://10.233.74.100:4567), attempt 0
2021-06-04 10:36:47 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') reconnecting to af7f792a (tcp://10.233.77.195:4567), attempt 0
2021-06-04 10:36:47 140186180646656 [Note] WSREP: evs::proto(4a6b232b, OPERATIONAL, view_id(REG,4a6b232b,7)) suspecting node: af7f792a
2021-06-04 10:36:47 140186180646656 [Note] WSREP: evs::proto(4a6b232b, OPERATIONAL, view_id(REG,4a6b232b,7)) suspected node without join message, declaring inactive
2021-06-04 10:36:47 140186180646656 [Note] WSREP: evs::proto(4a6b232b, OPERATIONAL, view_id(REG,4a6b232b,7)) suspecting node: b04c6189
2021-06-04 10:36:47 140186180646656 [Note] WSREP: evs::proto(4a6b232b, OPERATIONAL, view_id(REG,4a6b232b,7)) suspected node without join message, declaring inactive
2021-06-04 10:36:48 140186180646656 [Note] WSREP: view(view_id(NON_PRIM,4a6b232b,7) memb {
	4a6b232b,0
} joined {
} left {
} partitioned {
	af7f792a,0
	b04c6189,0
})
2021-06-04 10:36:48 140186172253952 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 0, memb_num = 1
2021-06-04 10:36:48 140186172253952 [Note] WSREP: Flow-control interval: [16, 16]
2021-06-04 10:36:48 140186172253952 [Note] WSREP: Received NON-PRIMARY.
2021-06-04 10:36:48 140186180646656 [Note] WSREP: view(view_id(NON_PRIM,4a6b232b,8) memb {
	4a6b232b,0
} joined {
} left {
} partitioned {
	af7f792a,0
	b04c6189,0
})
2021-06-04 10:36:48 140186496699136 [Note] WSREP: New cluster view: global state: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:805, view# -1: non-Primary, number of nodes: 1, my index: 0, protocol version 3
2021-06-04 10:36:48 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04 10:36:48 140186172253952 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 0, memb_num = 1
2021-06-04 10:36:48 140186172253952 [Note] WSREP: Flow-control interval: [16, 16]
2021-06-04 10:36:48 140186172253952 [Note] WSREP: Received NON-PRIMARY.
2021-06-04 10:36:48 140186496699136 [Note] WSREP: New cluster view: global state: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:805, view# -1: non-Primary, number of nodes: 1, my index: 0, protocol version 3
2021-06-04 10:36:48 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04 10:36:50 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:50 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:54 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:54 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:58 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:36:58 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:02 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:02 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:06 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:06 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:10 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:10 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:14 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:14 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:18 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:19 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:22 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:23 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:27 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:27 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:31 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:32 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:36 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:36 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:40 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:41 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:45 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:45 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:49 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:50 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:53 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:54 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:57 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:37:58 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:02 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:03 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:06 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:07 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:10 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:11 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:14 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:15 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:18 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:19 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:22 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:23 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:26 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:27 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:30 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:31 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:35 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:35 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:39 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:39 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:43 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:43 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:47 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:47 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:51 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:51 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.77.195:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:52 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') reconnecting to b04c6189 (tcp://10.233.74.100:4567), attempt 30
2021-06-04 10:38:53 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') reconnecting to af7f792a (tcp://10.233.77.195:4567), attempt 30
2021-06-04 10:38:55 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:55 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection established to af7f792a tcp://10.233.77.195:4567
2021-06-04 10:38:55 140186180646656 [Note] WSREP: declaring af7f792a at tcp://10.233.77.195:4567 stable
2021-06-04 10:38:55 140186180646656 [Note] WSREP: view(view_id(NON_PRIM,4a6b232b,9) memb {
	4a6b232b,0
	af7f792a,0
} joined {
} left {
} partitioned {
	b04c6189,0
})
2021-06-04 10:38:55 140186172253952 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 0, memb_num = 2
2021-06-04 10:38:55 140186172253952 [Note] WSREP: Flow-control interval: [23, 23]
2021-06-04 10:38:55 140186172253952 [Note] WSREP: Received NON-PRIMARY.
2021-06-04 10:38:55 140186496699136 [Note] WSREP: New cluster view: global state: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:805, view# -1: non-Primary, number of nodes: 2, my index: 0, protocol version 3
2021-06-04 10:38:55 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04 10:38:59 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection to peer 00000000 with addr tcp://10.233.74.100:4567 timed out, no messages seen in PT3S
2021-06-04 10:38:59 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') connection established to b04c6189 tcp://10.233.74.100:4567
2021-06-04 10:39:00 140186180646656 [Note] WSREP: declaring af7f792a at tcp://10.233.77.195:4567 stable
2021-06-04 10:39:00 140186180646656 [Note] WSREP: declaring b04c6189 at tcp://10.233.74.100:4567 stable
2021-06-04 10:39:01 140186180646656 [Note] WSREP: re-bootstrapping prim from partitioned components
2021-06-04 10:39:01 140186180646656 [Note] WSREP: view(view_id(PRIM,4a6b232b,10) memb {
	4a6b232b,0
	af7f792a,0
	b04c6189,0
} joined {
} left {
} partitioned {
})
2021-06-04 10:39:01 140186180646656 [Note] WSREP: save pc into disk
2021-06-04 10:39:01 140186172253952 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 3
2021-06-04 10:39:01 140186172253952 [Note] WSREP: STATE_EXCHANGE: sent state UUID: 1339360e-c521-11eb-93e3-beaac4a29b47
2021-06-04 10:39:02 140186180646656 [Note] WSREP: (4a6b232b, 'tcp://0.0.0.0:4567') turning message relay requesting off
2021-06-04 10:39:02 140186172253952 [Note] WSREP: STATE EXCHANGE: sent state msg: 1339360e-c521-11eb-93e3-beaac4a29b47
2021-06-04 10:39:02 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: 1339360e-c521-11eb-93e3-beaac4a29b47 from 0 (onap-appc-db-1)
2021-06-04 10:39:02 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: 1339360e-c521-11eb-93e3-beaac4a29b47 from 1 (onap-appc-db-2)
2021-06-04 10:39:02 140186172253952 [Note] WSREP: STATE EXCHANGE: got state msg: 1339360e-c521-11eb-93e3-beaac4a29b47 from 2 (onap-appc-db-0)
2021-06-04 10:39:02 140186172253952 [Warning] WSREP: Quorum: No node with complete state:


	Version      : 4
	Flags        : 0x3
	Protocols    : 0 / 7 / 3
	State        : NON-PRIMARY
	Desync count : 0
	Prim state   : SYNCED
	Prim UUID    : 0a990ec1-c51b-11eb-912d-1674a62d61ef
	Prim  seqno  : 5
	First seqno  : 1
	Last  seqno  : 805
	Prim JOINED  : 3
	State UUID   : 1339360e-c521-11eb-93e3-beaac4a29b47
	Group UUID   : b04d4fdc-c519-11eb-8d10-a24c2c1e6270
	Name         : 'onap-appc-db-1'
	Incoming addr: 'onap-appc-db-1.appc-dbhost.onap.svc.cluster.local:3306'

	Version      : 4
	Flags        : 0x2
	Protocols    : 0 / 7 / 3
	State        : NON-PRIMARY
	Desync count : 0
	Prim state   : SYNCED
	Prim UUID    : b3baaa5e-c520-11eb-9d48-c7aacffa25cd
	Prim  seqno  : 6
	First seqno  : 1
	Last  seqno  : 805
	Prim JOINED  : 2
	State UUID   : 1339360e-c521-11eb-93e3-beaac4a29b47
	Group UUID   : b04d4fdc-c519-11eb-8d10-a24c2c1e6270
	Name         : 'onap-appc-db-2'
	Incoming addr: 'onap-appc-db-2.appc-dbhost.onap.svc.cluster.local:3306'

	Version      : 4
	Flags        : 0x2
	Protocols    : 0 / 7 / 3
	State        : NON-PRIMARY
	Desync count : 0
	Prim state   : SYNCED
	Prim UUID    : b3baaa5e-c520-11eb-9d48-c7aacffa25cd
	Prim  seqno  : 6
	First seqno  : 1
	Last  seqno  : 805
	Prim JOINED  : 2
	State UUID   : 1339360e-c521-11eb-93e3-beaac4a29b47
	Group UUID   : b04d4fdc-c519-11eb-8d10-a24c2c1e6270
	Name         : 'onap-appc-db-0'
	Incoming addr: 'onap-appc-db-0.appc-dbhost.onap.svc.cluster.local:3306'

2021-06-04 10:39:02 140186172253952 [Note] WSREP: Full re-merge of primary b3baaa5e-c520-11eb-9d48-c7aacffa25cd found: 2 of 2.
2021-06-04 10:39:02 140186172253952 [Note] WSREP: Quorum results:
	version    = 4,
	component  = PRIMARY,
	conf_id    = 6,
	members    = 3/3 (joined/total),
	act_id     = 805,
	last_appl. = 767,
	protocols  = 0/7/3 (gcs/repl/appl),
	group UUID = b04d4fdc-c519-11eb-8d10-a24c2c1e6270
2021-06-04 10:39:02 140186172253952 [Note] WSREP: Flow-control interval: [28, 28]
2021-06-04 10:39:02 140186172253952 [Note] WSREP: Restored state OPEN -> SYNCED (805)
2021-06-04 10:39:02 140186496699136 [Note] WSREP: New cluster view: global state: b04d4fdc-c519-11eb-8d10-a24c2c1e6270:805, view# 7: Primary, number of nodes: 3, my index: 0, protocol version 3
2021-06-04 10:39:02 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2021-06-04 10:39:02 140186496699136 [Note] WSREP: REPL Protocols: 7 (3, 2)
2021-06-04 10:39:02 140186496699136 [Note] WSREP: Assign initial position for certification: 805, protocol version: 3
2021-06-04 10:39:02 140186230560512 [Note] WSREP: Service thread queue flushed.
2021-06-04 10:39:02 140186496699136 [Note] WSREP: Synchronized with group, ready for connections
2021-06-04 10:39:02 140186496699136 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.