+ CONTAINER_SCRIPTS_DIR=/usr/share/container-scripts/mysql + EXTRA_DEFAULTS_FILE=/etc/my.cnf.d/galera.cnf + '[' -z default ']' + echo 'Galera: Finding peers' Galera: Finding peers ++ hostname -f ++ cut -d. -f2 + K8S_SVC_NAME=galera + echo 'Using service name: galera' + cp /usr/share/container-scripts/mysql/galera.cnf /etc/my.cnf.d/galera.cnf Using service name: galera + /usr/bin/peer-finder -on-start=/usr/share/container-scripts/mysql/configure-galera.sh -service=galera 2021/10/24 15:27:37 Peer list updated was [] now [mysql-0.galera.default.svc.cluster.local mysql-1.galera.default.svc.cluster.local mysql-2.galera.default.svc.cluster.local mysql-3.galera.default.svc.cluster.local mysql-4.galera.default.svc.cluster.local] 2021/10/24 15:27:37 execing: /usr/share/container-scripts/mysql/configure-galera.sh with stdin: mysql-0.galera.default.svc.cluster.local mysql-1.galera.default.svc.cluster.local mysql-2.galera.default.svc.cluster.local mysql-3.galera.default.svc.cluster.local mysql-4.galera.default.svc.cluster.local 2021/10/24 15:27:37 2021/10/24 15:27:38 Peer finder exiting + '[' '!' -d /var/lib/mysql/mysql ']' ++ hostname -f + nslookup mysql-0.galera.default.svc.cluster.local Server: 10.233.29.203 Address: 10.233.29.203#53 Name: mysql-0.galera.default.svc.cluster.local Address: 10.233.71.109 ++ echo mysql-0 ++ grep -e '^mysql-[0-9]$' ++ echo mysql-0 ++ sed s/mysql-// ++ echo mysql-0 ++ grep -e '^mysql-[0-9]$' ++ echo mysql-0 ++ sed s/mysql-// + exec mysqld --server-id=1 --gtid-domain-id=0 --auto-increment-offset=1 --wsrep-sst-donor=mysql-4, --wsrep-dirty-reads=1 2021-10-24 15:27:40 0 [Note] mysqld (mysqld 10.5.12-MariaDB-log) starting as process 1 ... 2021-10-24 15:27:40 0 [Note] WSREP: Loading provider /usr/lib64/galera-4/libgalera_smm.so initial position: 00000000-0000-0000-0000-000000000000:-1 2021-10-24 15:27:40 0 [Note] WSREP: wsrep_load(): loading provider library '/usr/lib64/galera-4/libgalera_smm.so' 2021-10-24 15:27:40 0 [Note] WSREP: wsrep_load(): Galera 26.4.9(r819f29c) by Codership Oy loaded successfully. 2021-10-24 15:27:40 0 [Note] WSREP: CRC-32C: using 64-bit x86 acceleration. 2021-10-24 15:27:40 0 [Note] WSREP: Found saved state: 99202925-3168-11ec-9bc2-5e02403099cb:3165666, safe_to_bootstrap: 0 2021-10-24 15:27:40 0 [Note] WSREP: GCache DEBUG: opened preamble: Version: 2 UUID: 99202925-3168-11ec-9bc2-5e02403099cb Seqno: 1212215 - 3165666 Offset: 2240464728 Synced: 1 2021-10-24 15:27:40 0 [Note] WSREP: Recovering GCache ring buffer: version: 2, UUID: 99202925-3168-11ec-9bc2-5e02403099cb, offset: 2240464728 2021-10-24 15:27:40 0 [Note] WSREP: GCache::RingBuffer initial scan... 0.0% ( 0/3221225496 bytes) complete. 2021-10-24 15:27:50 0 [Note] WSREP: GCache::RingBuffer initial scan... 69.8% (2249444072/3221225496 bytes) complete. 2021-10-24 15:27:57 0 [Note] WSREP: GCache::RingBuffer initial scan...100.0% (3221225496/3221225496 bytes) complete. 2021-10-24 15:27:57 0 [Note] WSREP: Recovering GCache ring buffer: found gapless sequence 1212215-3165666 2021-10-24 15:27:57 0 [Note] WSREP: GCache::RingBuffer unused buffers scan... 0.0% ( 0/3220892264 bytes) complete. 2021-10-24 15:27:57 0 [Note] WSREP: GCache::RingBuffer unused buffers scan...100.0% (3220892264/3220892264 bytes) complete. 2021-10-24 15:27:57 0 [Note] WSREP: GCache DEBUG: RingBuffer::recover(): found 37/1953489 locked buffers 2021-10-24 15:27:57 0 [Note] WSREP: GCache DEBUG: RingBuffer::recover(): free space: 347512/3221225472 2021-10-24 15:27:57 0 [Note] WSREP: Passing config to GCS: base_dir = /var/lib/mysql/; base_host = mysql-0.galera.default.svc.cluster.local; base_port = 4567; cert.log_conflicts = no; cert.optimistic_pa = yes; 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 = galera.cache; gcache.page_size = 128M; gcache.recover = yes; gcache.size = 3G; 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.peer_timeout = PT6S; gmcast.segment = 0; gmcast.v 2021-10-24 15:27:58 0 [Note] WSREP: Service thread queue flushed. 2021-10-24 15:27:58 0 [Note] WSREP: ####### Assign initial position for certification: 99202925-3168-11ec-9bc2-5e02403099cb:3165666, protocol version: -1 2021-10-24 15:27:58 0 [Note] WSREP: Start replication 2021-10-24 15:27:58 0 [Note] WSREP: Connecting with bootstrap option: 0 2021-10-24 15:27:58 0 [Note] WSREP: Setting GCS initial position to 99202925-3168-11ec-9bc2-5e02403099cb:3165666 2021-10-24 15:27:58 0 [Note] WSREP: protonet asio version 0 2021-10-24 15:27:58 0 [Note] WSREP: Using CRC-32C for message checksums. 2021-10-24 15:27:58 0 [Note] WSREP: backend: asio 2021-10-24 15:27:58 0 [Note] WSREP: gcomm thread scheduling priority set to other:0 2021-10-24 15:27:58 0 [Warning] WSREP: access file(/var/lib/mysql//gvwstate.dat) failed(No such file or directory) 2021-10-24 15:27:58 0 [Note] WSREP: restore pc from disk failed 2021-10-24 15:27:58 0 [Note] WSREP: GMCast version 0 2021-10-24 15:27:58 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') listening at tcp://0.0.0.0:4567 2021-10-24 15:27:58 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') multicast: , ttl: 1 2021-10-24 15:27:58 0 [Note] WSREP: EVS version 1 2021-10-24 15:27:58 0 [Note] WSREP: gcomm: connecting to group 'galera', peer 'mysql-0.galera.default.svc.cluster.local:,mysql-1.galera.default.svc.cluster.local:,mysql-2.galera.default.svc.cluster.local:,mysql-3.galera.default.svc.cluster.local:,mysql-4.galera.default.svc.cluster.local:' 2021-10-24 15:27:58 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') Found matching local endpoint for a connection, blacklisting address tcp://10.233.71.109:4567 2021-10-24 15:27:58 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to c1b3b54c-8ca8 tcp://10.233.111.99:4567 2021-10-24 15:27:58 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 6b2b3b48-a226 tcp://10.233.118.238:4567 2021-10-24 15:27:58 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers: 2021-10-24 15:27:58 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 91c77806-a03a tcp://10.233.79.180:4567 2021-10-24 15:27:58 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 5cfe469a-bf2b tcp://10.233.70.147:4567 2021-10-24 15:28:00 0 [Note] WSREP: EVS version upgrade 0 -> 1 2021-10-24 15:28:00 0 [Note] WSREP: declaring 5cfe469a-bf2b at tcp://10.233.70.147:4567 stable 2021-10-24 15:28:00 0 [Note] WSREP: declaring 6b2b3b48-a226 at tcp://10.233.118.238:4567 stable 2021-10-24 15:28:00 0 [Note] WSREP: declaring 91c77806-a03a at tcp://10.233.79.180:4567 stable 2021-10-24 15:28:00 0 [Note] WSREP: declaring c1b3b54c-8ca8 at tcp://10.233.111.99:4567 stable 2021-10-24 15:28:00 0 [Note] WSREP: PC protocol upgrade 0 -> 1 2021-10-24 15:28:01 0 [Note] WSREP: Node 5cfe469a-bf2b state prim 2021-10-24 15:28:01 0 [Note] WSREP: view(view_id(PRIM,5cfe469a-bf2b,56) memb { 5cfe469a-bf2b,0 6b2b3b48-a226,0 91c77806-a03a,0 c1b3b54c-8ca8,0 f76cf749-aee3,0 } joined { } left { } partitioned { }) 2021-10-24 15:28:01 0 [Note] WSREP: save pc into disk 2021-10-24 15:28:01 0 [Note] WSREP: gcomm: connected 2021-10-24 15:28:01 0 [Note] WSREP: Changing maximum packet size to 64500, resulting msg size: 32636 2021-10-24 15:28:01 0 [Note] WSREP: Shifting CLOSED -> OPEN (TO: 0) 2021-10-24 15:28:01 0 [Note] WSREP: Opened channel 'galera' 2021-10-24 15:28:01 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 4, memb_num = 5 2021-10-24 15:28:01 1 [Note] WSREP: Starting rollbacker thread 1 2021-10-24 15:28:01 0 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID. 2021-10-24 15:28:01 0 [Note] WSREP: STATE EXCHANGE: sent state msg: f96f5cb0-34de-11ec-859d-9a3b7be2dc34 2021-10-24 15:28:01 0 [Warning] WSREP: Action message in non-primary configuration from member 2 2021-10-24 15:28:01 0 [Warning] WSREP: Action message in non-primary configuration from member 3 2021-10-24 15:28:01 0 [Note] WSREP: STATE EXCHANGE: got state msg: f96f5cb0-34de-11ec-859d-9a3b7be2dc34 from 0 (mysql-3) 2021-10-24 15:28:01 0 [Note] WSREP: STATE EXCHANGE: got state msg: f96f5cb0-34de-11ec-859d-9a3b7be2dc34 from 2 (mysql-4) 2021-10-24 15:28:01 0 [Note] WSREP: STATE EXCHANGE: got state msg: f96f5cb0-34de-11ec-859d-9a3b7be2dc34 from 1 (mysql-2) 2021-10-24 15:28:01 0 [Note] WSREP: STATE EXCHANGE: got state msg: f96f5cb0-34de-11ec-859d-9a3b7be2dc34 from 3 (mysql-1) 2021-10-24 15:28:01 2 [Note] WSREP: Starting applier thread 2 2021-10-24 15:28:01 0 [Note] WSREP: STATE EXCHANGE: got state msg: f96f5cb0-34de-11ec-859d-9a3b7be2dc34 from 4 (mysql-0) 2021-10-24 15:28:01 0 [Note] WSREP: Quorum results: version = 6, component = PRIMARY, conf_id = 22, members = 4/5 (joined/total), act_id = 3165941, last_appl. = 3165595, protocols = 2/10/4 (gcs/repl/appl), vote policy= 0, group UUID = 99202925-3168-11ec-9bc2-5e02403099cb 2021-10-24 15:28:01 0 [Note] WSREP: Flow-control interval: [36, 36] 2021-10-24 15:28:01 0 [Note] WSREP: Shifting OPEN -> PRIMARY (TO: 3165942) 2021-10-24 15:28:01 2 [Note] WSREP: ####### processing CC 3165942, local, ordered 2021-10-24 15:28:01 2 [Note] WSREP: Process first view: 99202925-3168-11ec-9bc2-5e02403099cb my uuid: f76cf749-34de-11ec-aee3-afe412667b6a 2021-10-24 15:28:01 2 [Note] WSREP: Server mysql-0 connected to cluster at position 99202925-3168-11ec-9bc2-5e02403099cb:3165942 with ID f76cf749-34de-11ec-aee3-afe412667b6a 2021-10-24 15:28:01 2 [Note] WSREP: Server status change disconnected -> connected 2021-10-24 15:28:01 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-24 15:28:01 2 [Note] WSREP: ####### My UUID: f76cf749-34de-11ec-aee3-afe412667b6a 2021-10-24 15:28:01 2 [Note] WSREP: Cert index reset to 00000000-0000-0000-0000-000000000000:-1 (proto: 10), state transfer needed: yes 2021-10-24 15:28:01 0 [Note] WSREP: Service thread queue flushed. 2021-10-24 15:28:01 2 [Note] WSREP: ####### Assign initial position for certification: 00000000-0000-0000-0000-000000000000:-1, protocol version: -1 2021-10-24 15:28:01 2 [Note] WSREP: State transfer required: Group state: 99202925-3168-11ec-9bc2-5e02403099cb:3165942 Local state: 99202925-3168-11ec-9bc2-5e02403099cb:3165666 2021-10-24 15:28:01 2 [Note] WSREP: Server status change connected -> joiner 2021-10-24 15:28:01 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-24 15:28:01 0 [Note] WSREP: Joiner monitor thread started to monitor 2021-10-24 15:28:01 0 [Note] WSREP: Running: 'wsrep_sst_mariabackup --role 'joiner' --address 'mysql-0.galera.default.svc.cluster.local' --datadir '/var/lib/mysql/' --parent '1' --binlog 'binlog' --mysqld-args --server-id=1 --gtid-domain-id=0 --auto-increment-offset=1 --wsrep-sst-donor=mysql-4, --wsrep-dirty-reads=1' WSREP_SST: [INFO] SSL configuration: CA='', CERT='', KEY='', MODE='DISABLED', encrypt='0' (20211024 15:28:02.051) WSREP_SST: [INFO] Streaming with mbstream (20211024 15:28:03.143) WSREP_SST: [INFO] Using socat as streamer (20211024 15:28:03.145) WSREP_SST: [INFO] Evaluating timeout -k 310 300 socat -u TCP-LISTEN:4444,reuseaddr stdio | '/usr//bin/mbstream' -x; RC=( ${PIPESTATUS[@]} ) (20211024 15:28:03.232) 2021-10-24 15:28:03 2 [Note] WSREP: ####### IST uuid:99202925-3168-11ec-9bc2-5e02403099cb f: 3165667, l: 3165942, STRv: 3 2021-10-24 15:28:03 2 [Note] WSREP: IST receiver addr using tcp://mysql-0.galera.default.svc.cluster.local:4568 2021-10-24 15:28:03 2 [Note] WSREP: Prepared IST receiver for 3165667-3165942, listening at: tcp://10.233.71.109:4568 2021-10-24 15:28:03 0 [Note] WSREP: Member 4.0 (mysql-0) requested state transfer from 'mysql-4,'. Selected 2.0 (mysql-4)(SYNCED) as donor. 2021-10-24 15:28:03 0 [Note] WSREP: Shifting PRIMARY -> JOINER (TO: 3165985) 2021-10-24 15:28:03 2 [Note] WSREP: Requesting state transfer: success, donor: 2 2021-10-24 15:28:04 0 [Note] WSREP: 2.0 (mysql-4): State transfer to 4.0 (mysql-0) complete. 2021-10-24 15:28:04 0 [Note] WSREP: Member 2.0 (mysql-4) synced with group. WSREP_SST: [INFO] 'xtrabackup_ist' received from donor: Running IST (20211024 15:28:04.294) WSREP_SST: [INFO] Galera co-ords from recovery: 99202925-3168-11ec-9bc2-5e02403099cb:3165666 10 (20211024 15:28:04.327) WSREP_SST: [INFO] Total time on joiner: 0 seconds (20211024 15:28:04.332) WSREP_SST: [INFO] Removing the sst_in_progress file (20211024 15:28:04.334) WSREP_SST: [INFO] Cleaning up temporary directories (20211024 15:28:04.338) 2021-10-24 15:28:04 3 [Note] WSREP: SST received 2021-10-24 15:28:04 3 [Note] WSREP: Server status change joiner -> initializing 2021-10-24 15:28:04 3 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-24 15:28:04 0 [Note] Using unique option prefix 'myisam_recover' is error-prone and can break in the future. Please use the full name 'myisam-recover-options' instead. 2021-10-24 15:28:04 0 [Note] InnoDB: Uses event mutexes 2021-10-24 15:28:04 0 [Note] InnoDB: Compressed tables use zlib 1.2.7 2021-10-24 15:28:04 0 [Note] InnoDB: Number of pools: 1 2021-10-24 15:28:04 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions 2021-10-24 15:28:04 0 [Note] InnoDB: Using Linux native AIO 2021-10-24 15:28:04 0 [Note] InnoDB: Initializing buffer pool, total size = 8589934592, chunk size = 134217728 2021-10-24 15:28:04 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting off 2021-10-24 15:28:04 0 [Note] InnoDB: Completed initialization of buffer pool 2021-10-24 15:28:04 0 [Note] InnoDB: Setting log file ./ib_logfile101 size to 8589934592 bytes 2021-10-24 15:28:05 0 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0 2021-10-24 15:28:05 0 [Note] InnoDB: New log file created, LSN=4950000540963 2021-10-24 15:28:05 0 [Note] InnoDB: 128 rollback segments are active. 2021-10-24 15:28:08 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2021-10-24 15:28:08 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2021-10-24 15:28:08 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2021-10-24 15:28:08 0 [Note] InnoDB: 10.5.12 started; log sequence number 0; transaction id 19006267150 2021-10-24 15:28:08 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2021-10-24 15:28:08 0 [Note] Plugin 'FEEDBACK' is disabled. 2021-10-24 15:28:08 0 [Note] Server socket created on IP: '0.0.0.0'. 2021-10-24 15:28:08 0 [Warning] 'proxies_priv' entry '@% root@mysql-0' ignored in --skip-name-resolve mode. 2021-10-24 15:28:08 0 [Note] WSREP: wsrep_init_schema_and_SR 0x0 2021-10-24 15:28:08 0 [Note] WSREP: Server initialized 2021-10-24 15:28:08 0 [Note] WSREP: Server status change initializing -> initialized 2021-10-24 15:28:08 0 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-24 15:28:08 3 [Note] WSREP: Server status change initialized -> joined 2021-10-24 15:28:08 3 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-24 15:28:08 3 [Note] WSREP: Recovered position from storage: 99202925-3168-11ec-9bc2-5e02403099cb:3165666 2021-10-24 15:28:08 3 [Note] WSREP: Recovered view from SST: id: 99202925-3168-11ec-9bc2-5e02403099cb:3165538 status: primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: -1 members(5): 0: 5cfe469a-31bf-11ec-bf2b-7eaa40ce781d, mysql-3 1: 6b2b3b48-34de-11ec-a226-b74926826879, mysql-2 2: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 3: c0ea490b-3171-11ec-8bf3-3bff1577f658, mysql-0 4: c1b3b54c-34de-11ec-8ca8-aaee5555a238, mysql-1 2021-10-24 15:28:08 3 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-24 15:28:08 12 [Note] WSREP: Recovered cluster id 99202925-3168-11ec-9bc2-5e02403099cb 2021-10-24 15:28:08 9 [Note] WSREP: Starting applier thread 9 2021-10-24 15:28:08 10 [Note] WSREP: Starting applier thread 10 2021-10-24 15:28:08 8 [Note] WSREP: Starting applier thread 8 2021-10-24 15:28:08 13 [Note] WSREP: Starting applier thread 13 2021-10-24 15:28:08 7 [Note] WSREP: Starting applier thread 7 2021-10-24 15:28:08 11 [Note] WSREP: Starting applier thread 11 2021-10-24 15:28:08 6 [Note] WSREP: Starting applier thread 6 2021-10-24 15:28:08 3 [Note] WSREP: SST received: 99202925-3168-11ec-9bc2-5e02403099cb:3165666 2021-10-24 15:28:08 3 [Note] WSREP: SST succeeded for position 99202925-3168-11ec-9bc2-5e02403099cb:3165666 2021-10-24 15:28:08 0 [Note] WSREP: Joiner monitor thread ended with total time 7 sec 2021-10-24 15:28:08 2 [Note] WSREP: Installed new state from SST: 99202925-3168-11ec-9bc2-5e02403099cb:3165666 2021-10-24 15:28:08 0 [Note] Reading of all Master_info entries succeeded 2021-10-24 15:28:08 0 [Note] Added new Master_info '' to hash table 2021-10-24 15:28:08 0 [Note] mysqld: ready for connections. Version: '10.5.12-MariaDB-log' socket: '/var/lib/mysql/mysql.sock' port: 3306 MariaDB Server 2021-10-24 15:28:08 2 [Note] WSREP: Receiving IST: 276 writesets, seqnos 3165667-3165942 2021-10-24 15:28:08 0 [Note] WSREP: ####### IST applying starts with 3165667 2021-10-24 15:28:08 0 [Note] WSREP: ####### IST current seqno initialized to 3165596 2021-10-24 15:28:08 0 [Note] WSREP: Receiving IST... 0.0% ( 0/347 events) complete. 2021-10-24 15:28:08 0 [Note] WSREP: IST preload starting at 3165596 2021-10-24 15:28:08 0 [Note] WSREP: Service thread queue flushed. 2021-10-24 15:28:08 0 [Note] WSREP: ####### Assign initial position for certification: 00000000-0000-0000-0000-000000000000:3165595, protocol version: 5 2021-10-24 15:28:08 0 [Note] WSREP: REPL Protocols: 10 (5) 2021-10-24 15:28:08 0 [Note] WSREP: ####### Adjusting cert position: 3165666 -> 3165667 2021-10-24 15:28:08 0 [Note] WSREP: Service thread queue flushed. 2021-10-24 15:28:08 0 [Note] WSREP: Lowest cert index boundary for CC from ist: 3165596 2021-10-24 15:28:08 0 [Note] WSREP: Min available from gcache for CC from ist: 1212215 2021-10-24 15:28:08 2 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:3165667 status: primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: -1 members(4): 0: 5cfe469a-31bf-11ec-bf2b-7eaa40ce781d, mysql-3 1: 6b2b3b48-34de-11ec-a226-b74926826879, mysql-2 2: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 3: c1b3b54c-34de-11ec-8ca8-aaee5555a238, mysql-1 ================================================= 2021-10-24 15:28:08 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-24 15:28:08 0 [Note] WSREP: REPL Protocols: 10 (5) 2021-10-24 15:28:08 0 [Note] WSREP: ####### Adjusting cert position: 3165941 -> 3165942 2021-10-24 15:28:08 0 [Note] WSREP: Service thread queue flushed. 2021-10-24 15:28:08 0 [Note] WSREP: Lowest cert index boundary for CC from ist: 3165596 2021-10-24 15:28:08 0 [Note] WSREP: Min available from gcache for CC from ist: 1212353 2021-10-24 15:28:08 0 [Note] WSREP: Receiving IST...100.0% (347/347 events) complete. 2021-10-24 15:28:08 2 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:3165942 status: primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 4 members(5): 0: 5cfe469a-31bf-11ec-bf2b-7eaa40ce781d, mysql-3 1: 6b2b3b48-34de-11ec-a226-b74926826879, mysql-2 2: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 3: c1b3b54c-34de-11ec-8ca8-aaee5555a238, mysql-1 4: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-24 15:28:08 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-24 15:28:08 2 [Note] WSREP: Draining apply monitors after IST up to 3165942 2021-10-24 15:28:08 2 [Note] WSREP: IST received: 99202925-3168-11ec-9bc2-5e02403099cb:3165942 2021-10-24 15:28:08 2 [Note] WSREP: Lowest cert index boundary for CC from sst: 3165596 2021-10-24 15:28:08 2 [Note] WSREP: Min available from gcache for CC from sst: 1212353 2021-10-24 15:28:08 0 [Note] WSREP: 4.0 (mysql-0): State transfer from 2.0 (mysql-4) complete. 2021-10-24 15:28:08 0 [Note] WSREP: Shifting JOINER -> JOINED (TO: 3165992) 2021-10-24 15:28:08 0 [Note] WSREP: Member 4.0 (mysql-0) synced with group. 2021-10-24 15:28:08 0 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 3165992) 2021-10-24 15:28:08 8 [Note] WSREP: Server mysql-0 synced with group 2021-10-24 15:28:08 8 [Note] WSREP: Server status change joined -> synced 2021-10-24 15:28:08 8 [Note] WSREP: Synchronized with group, ready for connections 2021-10-24 15:28:08 8 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-24 15:30:09 0 [Note] InnoDB: Buffer pool(s) load completed at 211024 15:30:09 2021-10-25 8:57:06 466504 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.118.220' (using password: YES) 2021-10-25 8:57:06 466506 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.118.220' (using password: YES) 2021-10-25 8:58:39 467273 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal.ibd because of 0 pending operations and pending fsync 2021-10-25 8:58:39 467273 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal.ibd because of 0 pending operations and pending fsync 2021-10-25 8:58:39 467273 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal.ibd because of 0 pending operations and pending fsync 2021-10-25 8:58:39 467273 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal.ibd because of 0 pending operations and pending fsync 2021-10-25 8:58:39 467273 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal.ibd because of 0 pending operations and pending fsync 2021-10-25 8:58:39 467273 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal.ibd because of 0 pending operations and pending fsync 2021-10-25 9:04:50 474608 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.118.220' (using password: YES) 2021-10-25 9:04:50 474610 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.118.220' (using password: YES) 2021-10-25 10:11:20 564551 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.110.158' (using password: YES) 2021-10-25 10:51:24 618003 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.118.221' (using password: YES) 2021-10-25 10:51:24 618004 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.118.221' (using password: YES) 2021-10-25 10:51:24 618005 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.118.221' (using password: YES) 2021-10-25 10:51:24 618007 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.118.221' (using password: YES) 2021-10-25 10:51:24 11 [ERROR] Slave SQL: Error 'Can't create database 'egw_XXXXXXXXX'; database exists' on query. Default database: 'mysql'. Query: 'CREATE DATABASE `egw_gns_egroupwa`', Internal MariaDB error code: 1007 2021-10-25 10:51:24 11 [Warning] WSREP: Ignoring error 'Can't create database 'egw_XXXXXXXXX'; database exists' on query. Default database: 'mysql'. Query: 'CREATE DATABASE `egw_gns_egroupwa`', Error_code: 1007 2021-10-25 12:38:06 747845 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.110.158' (using password: YES) 2021-10-25 12:38:06 747847 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.110.158' (using password: YES) 2021-10-25 12:38:59 748028 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_history_log.ibd because of 0 pending operations and pending fsync 2021-10-25 12:38:59 748028 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_history_log.ibd because of 0 pending operations and pending fsync 2021-10-25 12:39:00 748028 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_history_log.ibd because of 0 pending operations and pending fsync 2021-10-25 12:39:00 748028 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_history_log.ibd because of 0 pending operations and pending fsync 2021-10-25 12:39:00 748028 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_history_log.ibd because of 0 pending operations and pending fsync 2021-10-25 12:39:00 748028 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_history_log.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:18 961055 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.118.220' (using password: YES) 2021-10-25 17:01:33 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:33 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:33 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:34 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:34 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:34 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:34 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:34 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:34 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:34 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:35 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:35 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:35 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:35 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:35 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:35 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:36 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:36 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:36 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:36 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:36 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:36 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:36 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:36 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:36 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:36 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:36 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:36 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:37 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:37 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:37 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:42 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:42 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:42 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:43 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:43 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:43 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:43 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:43 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:43 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:43 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:43 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:44 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:44 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:44 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:44 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:44 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:45 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:45 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:45 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:45 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:45 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:45 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:45 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:45 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:45 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:45 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:45 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:46 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:47 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:47 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:47 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:47 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:47 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:47 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:47 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:47 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:47 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:47 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:47 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:47 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:48 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:48 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:48 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:48 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:49 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:49 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:49 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:49 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:49 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:49 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:01:49 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:02:06 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:02:06 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:02:06 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:02:06 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:02:06 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:02:06 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_sqlfs_props.ibd because of 0 pending operations and pending fsync 2021-10-25 17:18:14 0 [Note] WSREP: view(view_id(NON_PRIM,5cfe469a-bf2b,56) memb { 91c77806-a03a,0 f76cf749-aee3,0 } joined { } left { } partitioned { 5cfe469a-bf2b,0 6b2b3b48-a226,0 c1b3b54c-8ca8,0 }) 2021-10-25 17:18:14 0 [Note] WSREP: declaring 91c77806-a03a at tcp://10.233.79.180:4567 stable 2021-10-25 17:18:14 0 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 1, memb_num = 2 2021-10-25 17:18:14 0 [Note] WSREP: view(view_id(NON_PRIM,91c77806-a03a,57) memb { 91c77806-a03a,0 f76cf749-aee3,0 } joined { } left { } partitioned { 5cfe469a-bf2b,0 6b2b3b48-a226,0 c1b3b54c-8ca8,0 }) 2021-10-25 17:18:14 972800 [Warning] WSREP: Send action {(nil), 1296, WRITESET} returned -107 (Transport endpoint is not connected) 2021-10-25 17:18:14 0 [Note] WSREP: Flow-control interval: [23, 23] 2021-10-25 17:18:14 0 [Note] WSREP: Received NON-PRIMARY. 2021-10-25 17:18:14 0 [Note] WSREP: Shifting SYNCED -> OPEN (TO: 4177943) 2021-10-25 17:18:14 0 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 1, memb_num = 2 2021-10-25 17:18:14 0 [Note] WSREP: Flow-control interval: [23, 23] 2021-10-25 17:18:14 0 [Note] WSREP: Received NON-PRIMARY. 2021-10-25 17:18:14 10 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:4177943 status: non-primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 1 members(2): 0: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 1: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-25 17:18:14 10 [Note] WSREP: Non-primary view 2021-10-25 17:18:14 10 [Note] WSREP: Server status change synced -> connected 2021-10-25 17:18:14 10 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-25 17:18:14 10 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-25 17:18:14 10 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:4177943 status: non-primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 1 members(2): 0: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 1: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-25 17:18:14 10 [Note] WSREP: Non-primary view 2021-10-25 17:18:14 10 [Note] WSREP: Server status change connected -> connected 2021-10-25 17:18:14 10 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-25 17:18:14 10 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-25 17:18:16 0 [Note] WSREP: declaring 5cfe469a-bf2b at tcp://10.233.70.147:4567 stable 2021-10-25 17:18:16 0 [Note] WSREP: declaring 6b2b3b48-a226 at tcp://10.233.118.238:4567 stable 2021-10-25 17:18:16 0 [Note] WSREP: declaring 91c77806-a03a at tcp://10.233.79.180:4567 stable 2021-10-25 17:18:16 0 [Note] WSREP: declaring c1b3b54c-8ca8 at tcp://10.233.111.99:4567 stable 2021-10-25 17:18:17 0 [Note] WSREP: re-bootstrapping prim from partitioned components 2021-10-25 17:18:17 0 [Note] WSREP: view(view_id(PRIM,5cfe469a-bf2b,58) memb { 5cfe469a-bf2b,0 6b2b3b48-a226,0 91c77806-a03a,0 c1b3b54c-8ca8,0 f76cf749-aee3,0 } joined { } left { } partitioned { }) 2021-10-25 17:18:17 0 [Note] WSREP: save pc into disk 2021-10-25 17:18:17 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 4, memb_num = 5 2021-10-25 17:18:17 0 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID. 2021-10-25 17:18:17 0 [Note] WSREP: STATE EXCHANGE: sent state msg: 8b2834c5-35b7-11ec-86e6-9fe0a0bf49da 2021-10-25 17:18:17 0 [Note] WSREP: STATE EXCHANGE: got state msg: 8b2834c5-35b7-11ec-86e6-9fe0a0bf49da from 0 (mysql-3) 2021-10-25 17:18:17 0 [Note] WSREP: STATE EXCHANGE: got state msg: 8b2834c5-35b7-11ec-86e6-9fe0a0bf49da from 1 (mysql-2) 2021-10-25 17:18:17 0 [Note] WSREP: STATE EXCHANGE: got state msg: 8b2834c5-35b7-11ec-86e6-9fe0a0bf49da from 2 (mysql-4) 2021-10-25 17:18:17 0 [Note] WSREP: STATE EXCHANGE: got state msg: 8b2834c5-35b7-11ec-86e6-9fe0a0bf49da from 4 (mysql-0) 2021-10-25 17:18:17 0 [Note] WSREP: STATE EXCHANGE: got state msg: 8b2834c5-35b7-11ec-86e6-9fe0a0bf49da from 3 (mysql-1) 2021-10-25 17:18:17 0 [Warning] WSREP: Quorum: No node with complete state: Version : 6 Flags : 0x3 Protocols : 2 / 10 / 4 State : NON-PRIMARY Desync count : 0 Prim state : SYNCED Prim UUID : f96f5cb0-34de-11ec-859d-9a3b7be2dc34 Prim seqno : 23 First seqno : 2568349 Last seqno : 4177943 Commit cut : 4177872 Last vote : -1.0 Vote policy : 0 Prim JOINED : 5 State UUID : 8b2834c5-35b7-11ec-86e6-9fe0a0bf49da Group UUID : 99202925-3168-11ec-9bc2-5e02403099cb Name : 'mysql-3' Incoming addr: 'AUTO' Version : 6 Flags : 0x2 Protocols : 2 / 10 / 4 State : NON-PRIMARY Desync count : 0 Prim state : SYNCED Prim UUID : f96f5cb0-34de-11ec-859d-9a3b7be2dc34 Prim seqno : 23 First seqno : 2567671 Last seqno : 4177943 Commit cut : 4177872 Last vote : -1.0 Vote policy : 0 Prim JOINED : 5 State UUID : 8b2834c5-35b7-11ec-86e6-9fe0a0bf49da Group UUID : 99202925-3168-11ec-9bc2-5e02403099cb Name : 'mysql-2' Incoming addr: 'AUTO' Version : 6 Flags : 0x2 Protocols : 2 / 10 / 4 State : NON-PRIMARY Desync count : 0 Prim state : SYNCED Prim UUID : f96f5cb0-34de-11ec-859d-9a3b7be2dc34 Prim seqno : 23 First seqno : 534570 Last seqno : 4177943 Commit cut : 4177872 Last vote : -1.0 Vote policy : 0 Prim JOINED : 5 State UUID : 8b2834c5-35b7-11ec-86e6-9fe0a0bf49da Group UUID : 99202925-3168-11ec-9bc2-5e02403099cb Name : 'mysql-4' Incoming addr: 'AUTO' Version : 6 Flags : 0x2 Protocols : 2 / 10 / 4 State : NON-PRIMARY Desync count : 0 Prim state : SYNCED Prim UUID : f96f5cb0-34de-11ec-859d-9a3b7be2dc34 Prim seqno : 23 First seqno : 2567683 Last seqno : 4177943 Commit cut : 4177872 Last vote : -1.0 Vote policy : 0 Prim JOINED : 5 State UUID : 8b2834c5-35b7-11ec-86e6-9fe0a0bf49da Group UUID : 99202925-3168-11ec-9bc2-5e02403099cb Name : 'mysql-1' Incoming addr: 'AUTO' Version : 6 Flags : 0x2 Protocols : 2 / 10 / 4 State : NON-PRIMARY Desync count : 0 Prim state : SYNCED Prim UUID : f96f5cb0-34de-11ec-859d-9a3b7be2dc34 Prim seqno : 23 First seqno : 2567572 Last seqno : 4177943 Commit cut : 4177872 Last vote : -1.0 Vote policy : 0 Prim JOINED : 5 State UUID : 8b2834c5-35b7-11ec-86e6-9fe0a0bf49da Group UUID : 99202925-3168-11ec-9bc2-5e02403099cb Name : 'mysql-0' Incoming addr: 'AUTO' 2021-10-25 17:18:17 0 [Note] WSREP: Full re-merge of primary f96f5cb0-34de-11ec-859d-9a3b7be2dc34 found: 5 of 5. 2021-10-25 17:18:17 0 [Note] WSREP: Quorum results: version = 6, component = PRIMARY, conf_id = 23, members = 5/5 (joined/total), act_id = 4177943, last_appl. = 4177872, protocols = 2/10/4 (gcs/repl/appl), vote policy= 0, group UUID = 99202925-3168-11ec-9bc2-5e02403099cb 2021-10-25 17:18:17 0 [Note] WSREP: Flow-control interval: [36, 36] 2021-10-25 17:18:17 0 [Note] WSREP: Restored state OPEN -> SYNCED (4177944) 2021-10-25 17:18:17 10 [Note] WSREP: ####### processing CC 4177944, local, ordered 2021-10-25 17:18:17 10 [Note] WSREP: ####### My UUID: f76cf749-34de-11ec-aee3-afe412667b6a 2021-10-25 17:18:17 10 [Note] WSREP: Skipping cert index reset 2021-10-25 17:18:17 10 [Note] WSREP: REPL Protocols: 10 (5) 2021-10-25 17:18:17 10 [Note] WSREP: ####### Adjusting cert position: 4177943 -> 4177944 2021-10-25 17:18:17 0 [Note] WSREP: Service thread queue flushed. 2021-10-25 17:18:17 10 [Note] WSREP: Server mysql-0 synced with group 2021-10-25 17:18:17 10 [Note] WSREP: Server status change connected -> synced 2021-10-25 17:18:17 10 [Note] WSREP: Synchronized with group, ready for connections 2021-10-25 17:18:17 10 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-25 17:18:17 10 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:4177944 status: primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 4 members(5): 0: 5cfe469a-31bf-11ec-bf2b-7eaa40ce781d, mysql-3 1: 6b2b3b48-34de-11ec-a226-b74926826879, mysql-2 2: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 3: c1b3b54c-34de-11ec-8ca8-aaee5555a238, mysql-1 4: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-25 17:18:17 10 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-25 17:18:17 10 [Note] WSREP: Lowest cert index boundary for CC from group: 4177873 2021-10-25 17:18:17 10 [Note] WSREP: Min available from gcache for CC from group: 2567572 2021-10-25 22:01:50 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:51 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:51 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:51 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:52 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:52 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:53 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:53 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:53 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:53 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:53 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:54 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:54 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:54 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:55 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:55 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:55 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:55 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:55 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:56 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:56 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:57 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:57 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:57 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:57 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:57 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:58 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:58 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:58 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:58 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:58 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:59 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:59 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:59 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:59 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:59 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:01:59 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:00 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:01 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:01 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:01 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:01 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:01 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:02 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:02 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:02 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:03 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:03 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:03 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:03 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:03 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:04 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:04 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:04 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:04 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:04 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:04 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:05 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:05 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:05 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:05 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:05 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:05 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:06 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:06 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:06 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:06 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:06 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:07 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:07 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:07 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:07 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:07 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:07 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:08 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:08 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:08 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:08 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:08 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:09 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:09 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:09 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:09 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:09 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:10 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:10 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:10 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:10 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:10 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:10 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:11 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:11 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:11 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:11 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:11 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:11 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:12 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:12 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:12 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:12 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:12 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:12 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:13 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:13 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:13 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:13 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:13 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:14 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:14 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:14 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:14 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:14 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:14 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:15 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:15 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:15 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:15 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:15 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:16 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:16 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:16 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:16 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:16 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:16 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:17 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:17 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:17 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:17 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:17 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:17 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:18 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:18 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:18 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:18 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:18 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:19 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:19 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:19 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-25 22:02:19 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:06 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:06 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:06 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:06 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:07 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:07 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:07 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:07 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:07 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:08 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:08 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:08 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:08 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:08 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:08 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:09 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:09 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:09 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:09 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:10 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:10 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:10 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:10 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:10 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:10 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:11 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:11 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:11 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:11 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:11 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:12 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:12 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:12 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:12 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:12 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:13 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:13 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:13 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:13 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:14 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:14 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:14 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:14 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:14 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:15 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:15 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:15 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:15 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:15 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:15 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:15 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:16 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:16 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:16 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:16 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:16 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:17 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:17 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:17 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:17 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:17 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:17 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:18 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:18 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:18 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:18 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:18 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:18 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:18 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:19 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:19 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:19 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:19 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:19 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:19 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:20 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:20 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:20 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:20 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:20 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:20 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:21 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:21 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:21 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:21 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:21 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:21 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:22 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:22 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:22 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:22 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:22 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:22 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:23 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:23 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:23 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:23 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:23 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:23 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:24 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:24 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:24 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:24 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:24 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:24 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:25 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:25 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:25 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:25 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:25 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:26 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:26 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:26 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:26 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:26 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:26 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:26 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:27 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:27 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:27 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:27 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:27 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:27 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:28 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:28 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:28 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:28 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:28 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:28 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:29 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:29 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:36 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:36 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:37 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:37 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:38 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:39 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:39 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:39 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:39 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:39 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:40 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:40 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:40 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:41 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:41 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:41 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:41 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:41 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:42 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:42 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:42 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:43 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:43 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:44 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:44 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:44 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:44 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:44 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:44 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:45 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:45 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:45 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:45 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:45 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:46 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:46 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:46 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:47 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:47 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:48 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:48 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:48 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:48 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:49 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:49 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:49 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:49 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:50 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:50 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:50 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:50 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:50 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:51 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:51 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:52 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:52 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:53 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:53 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:53 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:54 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:54 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:54 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:54 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:54 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:55 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:55 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:55 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:55 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:55 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:56 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:56 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:56 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:56 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:56 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:56 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:57 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:57 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:57 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:57 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:57 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:58 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:58 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:58 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:58 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:58 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:58 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:59 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:59 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:59 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:59 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:59 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:01:59 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:00 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:00 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:00 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:00 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:00 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:01 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:01 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:01 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:01 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:01 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:02 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:02 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:02 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:02 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:02 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:02 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:03 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:03 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:03 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:03 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:03 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:04 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:04 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:04 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:04 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:04 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:05 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:05 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:05 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:05 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:05 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:05 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:06 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:06 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:06 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:06 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:06 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:06 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:07 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:07 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:07 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:07 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:07 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:07 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:08 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-26 22:02:08 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_cal_user.ibd because of 0 pending operations and pending fsync 2021-10-27 8:36:47 2765114 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.110.159' (using password: YES) 2021-10-27 8:36:47 2765117 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.110.159' (using password: YES) 2021-10-27 8:37:50 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:50 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:50 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:50 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:51 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:51 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:51 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:51 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:52 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:52 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:52 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:52 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:52 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:52 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:53 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:53 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:53 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:53 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:53 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:53 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:53 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:53 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:54 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:54 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:54 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:54 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:54 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:54 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:54 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:54 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:54 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:37:55 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:00 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:00 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:00 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:00 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:01 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:01 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:01 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:01 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:02 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:02 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:02 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:02 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:03 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:03 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:03 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:03 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:03 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:04 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:04 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:04 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:05 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:05 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:05 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:05 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:05 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:05 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:05 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:05 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:05 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:05 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:06 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:06 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:06 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:06 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:06 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:06 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:06 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:06 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:07 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:07 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:07 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:07 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:07 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:07 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:07 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:07 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:07 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:07 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:07 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:08 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:08 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:08 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:08 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:08 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:09 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:09 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:09 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:09 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:09 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:10 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:10 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:10 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:10 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:10 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:30 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:30 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:30 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:30 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:30 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 8:38:30 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:32:59 2826272 [Warning] Access denied for user 'egw_XXXXXXXXX'@'10.233.71.101' (using password: YES) 2021-10-27 9:33:16 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:17 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:17 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:17 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:17 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:17 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:17 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:18 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:18 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:18 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:18 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:18 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:18 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:19 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:19 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:19 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:19 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:19 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:20 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:20 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:20 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:20 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:20 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:20 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:20 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:20 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:20 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:20 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:21 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:21 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:21 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:22 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:28 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:28 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:28 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:28 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:29 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:29 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:29 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:30 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:30 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:30 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:30 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:30 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:31 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:31 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:31 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:31 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:31 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:32 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:32 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:32 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:32 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:33 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:33 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:33 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:33 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:33 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:33 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:33 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:33 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:33 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:34 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:34 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:34 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:34 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:34 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:34 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:34 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:35 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:35 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:35 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:35 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:35 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:35 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:35 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:35 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:35 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:36 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:36 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:36 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:36 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:36 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:36 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:36 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:37 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:37 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:37 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 9:33:37 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_access_log.ibd because of 0 pending operations and pending fsync 2021-10-27 11:38:28 0 [Note] WSREP: evs::proto(f76cf749-aee3, OPERATIONAL, view_id(REG,5cfe469a-bf2b,58)) suspecting node: 6b2b3b48-a226 2021-10-27 11:38:28 0 [Note] WSREP: evs::proto(f76cf749-aee3, OPERATIONAL, view_id(REG,5cfe469a-bf2b,58)) suspected node without join message, declaring inactive 2021-10-27 11:38:33 0 [Note] WSREP: evs::proto(f76cf749-aee3, GATHER, view_id(REG,5cfe469a-bf2b,58)) suspecting node: 6b2b3b48-a226 2021-10-27 11:38:35 0 [Note] WSREP: declaring 5cfe469a-bf2b at tcp://10.233.70.147:4567 stable 2021-10-27 11:38:35 0 [Note] WSREP: declaring 91c77806-a03a at tcp://10.233.79.180:4567 stable 2021-10-27 11:38:35 0 [Note] WSREP: declaring c1b3b54c-8ca8 at tcp://10.233.111.99:4567 stable 2021-10-27 11:38:35 0 [Note] WSREP: Node 5cfe469a-bf2b state prim 2021-10-27 11:38:35 0 [Note] WSREP: view(view_id(PRIM,5cfe469a-bf2b,59) memb { 5cfe469a-bf2b,0 91c77806-a03a,0 c1b3b54c-8ca8,0 f76cf749-aee3,0 } joined { } left { } partitioned { 6b2b3b48-a226,0 }) 2021-10-27 11:38:35 0 [Note] WSREP: save pc into disk 2021-10-27 11:38:35 0 [Note] WSREP: forgetting 6b2b3b48-a226 (tcp://10.233.118.238:4567) 2021-10-27 11:38:35 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 3, memb_num = 4 2021-10-27 11:38:35 0 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID. 2021-10-27 11:38:35 0 [Warning] WSREP: Action message in non-primary configuration from member 0 2021-10-27 11:38:35 0 [Warning] WSREP: Action message in non-primary configuration from member 1 2021-10-27 11:38:35 0 [Warning] WSREP: Action message in non-primary configuration from member 2 2021-10-27 11:38:35 0 [Note] WSREP: STATE EXCHANGE: sent state msg: 6b8be814-371a-11ec-b48b-83d3def095bb 2021-10-27 11:38:35 0 [Note] WSREP: STATE EXCHANGE: got state msg: 6b8be814-371a-11ec-b48b-83d3def095bb from 1 (mysql-4) 2021-10-27 11:38:35 0 [Note] WSREP: STATE EXCHANGE: got state msg: 6b8be814-371a-11ec-b48b-83d3def095bb from 3 (mysql-0) 2021-10-27 11:38:35 0 [Note] WSREP: STATE EXCHANGE: got state msg: 6b8be814-371a-11ec-b48b-83d3def095bb from 0 (mysql-3) 2021-10-27 11:38:35 0 [Note] WSREP: STATE EXCHANGE: got state msg: 6b8be814-371a-11ec-b48b-83d3def095bb from 2 (mysql-1) 2021-10-27 11:38:35 0 [Note] WSREP: Quorum results: version = 6, component = PRIMARY, conf_id = 24, members = 4/4 (joined/total), act_id = 5802743, last_appl. = 5802636, protocols = 2/10/4 (gcs/repl/appl), vote policy= 0, group UUID = 99202925-3168-11ec-9bc2-5e02403099cb 2021-10-27 11:38:35 0 [Note] WSREP: Flow-control interval: [32, 32] 2021-10-27 11:38:35 2 [Note] WSREP: ####### processing CC 5802744, local, ordered 2021-10-27 11:38:35 2 [Note] WSREP: ####### My UUID: f76cf749-34de-11ec-aee3-afe412667b6a 2021-10-27 11:38:35 2 [Note] WSREP: Skipping cert index reset 2021-10-27 11:38:35 2 [Note] WSREP: REPL Protocols: 10 (5) 2021-10-27 11:38:35 2 [Note] WSREP: ####### Adjusting cert position: 5802743 -> 5802744 2021-10-27 11:38:35 0 [Note] WSREP: Service thread queue flushed. 2021-10-27 11:38:35 2 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:5802744 status: primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 3 members(4): 0: 5cfe469a-31bf-11ec-bf2b-7eaa40ce781d, mysql-3 1: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 2: c1b3b54c-34de-11ec-8ca8-aaee5555a238, mysql-1 3: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-27 11:38:35 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 11:38:35 2 [Note] WSREP: Lowest cert index boundary for CC from group: 5802637 2021-10-27 11:38:35 2 [Note] WSREP: Min available from gcache for CC from group: 3811564 2021-10-27 11:38:38 0 [Note] WSREP: cleaning up 6b2b3b48-a226 (tcp://10.233.118.238:4567) 2021-10-27 11:38:50 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 6b2b3b48-a226 tcp://10.233.118.238:4567 2021-10-27 11:38:50 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers: 2021-10-27 11:38:52 0 [Note] WSREP: declaring 5cfe469a-bf2b at tcp://10.233.70.147:4567 stable 2021-10-27 11:38:52 0 [Note] WSREP: declaring 6b2b3b48-a226 at tcp://10.233.118.238:4567 stable 2021-10-27 11:38:52 0 [Note] WSREP: declaring 91c77806-a03a at tcp://10.233.79.180:4567 stable 2021-10-27 11:38:52 0 [Note] WSREP: declaring c1b3b54c-8ca8 at tcp://10.233.111.99:4567 stable 2021-10-27 11:38:53 0 [Note] WSREP: Node 5cfe469a-bf2b state prim 2021-10-27 11:38:53 0 [Note] WSREP: view(view_id(PRIM,5cfe469a-bf2b,60) memb { 5cfe469a-bf2b,0 6b2b3b48-a226,0 91c77806-a03a,0 c1b3b54c-8ca8,0 f76cf749-aee3,0 } joined { } left { } partitioned { }) 2021-10-27 11:38:53 0 [Note] WSREP: save pc into disk 2021-10-27 11:38:53 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 4, memb_num = 5 2021-10-27 11:38:53 0 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID. 2021-10-27 11:38:53 0 [Warning] WSREP: Action message in non-primary configuration from member 3 2021-10-27 11:38:53 0 [Warning] WSREP: Action message in non-primary configuration from member 0 2021-10-27 11:38:53 0 [Warning] WSREP: Action message in non-primary configuration from member 2 2021-10-27 11:38:53 0 [Note] WSREP: STATE EXCHANGE: sent state msg: 76929e43-371a-11ec-ab7c-53ddec19c93c 2021-10-27 11:38:53 0 [Note] WSREP: STATE EXCHANGE: got state msg: 76929e43-371a-11ec-ab7c-53ddec19c93c from 0 (mysql-3) 2021-10-27 11:38:53 0 [Note] WSREP: STATE EXCHANGE: got state msg: 76929e43-371a-11ec-ab7c-53ddec19c93c from 1 (mysql-2) 2021-10-27 11:38:53 0 [Note] WSREP: STATE EXCHANGE: got state msg: 76929e43-371a-11ec-ab7c-53ddec19c93c from 2 (mysql-4) 2021-10-27 11:38:53 0 [Note] WSREP: STATE EXCHANGE: got state msg: 76929e43-371a-11ec-ab7c-53ddec19c93c from 4 (mysql-0) 2021-10-27 11:38:53 0 [Note] WSREP: STATE EXCHANGE: got state msg: 76929e43-371a-11ec-ab7c-53ddec19c93c from 3 (mysql-1) 2021-10-27 11:38:53 0 [Note] WSREP: Quorum results: version = 6, component = PRIMARY, conf_id = 25, members = 4/5 (joined/total), act_id = 5802908, last_appl. = 5802893, protocols = 2/10/4 (gcs/repl/appl), vote policy= 0, group UUID = 99202925-3168-11ec-9bc2-5e02403099cb 2021-10-27 11:38:53 0 [Note] WSREP: Flow-control interval: [36, 36] 2021-10-27 11:38:53 13 [Note] WSREP: ####### processing CC 5802909, local, ordered 2021-10-27 11:38:53 13 [Note] WSREP: ####### My UUID: f76cf749-34de-11ec-aee3-afe412667b6a 2021-10-27 11:38:53 13 [Note] WSREP: Skipping cert index reset 2021-10-27 11:38:53 13 [Note] WSREP: REPL Protocols: 10 (5) 2021-10-27 11:38:53 13 [Note] WSREP: ####### Adjusting cert position: 5802908 -> 5802909 2021-10-27 11:38:53 0 [Note] WSREP: Service thread queue flushed. 2021-10-27 11:38:54 13 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:5802909 status: primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 4 members(5): 0: 5cfe469a-31bf-11ec-bf2b-7eaa40ce781d, mysql-3 1: 6b2b3b48-34de-11ec-a226-b74926826879, mysql-2 2: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 3: c1b3b54c-34de-11ec-8ca8-aaee5555a238, mysql-1 4: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-27 11:38:54 13 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 11:38:54 13 [Note] WSREP: Lowest cert index boundary for CC from group: 5802894 2021-10-27 11:38:54 13 [Note] WSREP: Min available from gcache for CC from group: 3811578 2021-10-27 11:38:54 0 [Note] WSREP: Member 1.0 (mysql-2) requested state transfer from 'mysql-4,'. Selected 2.0 (mysql-4)(SYNCED) as donor. 2021-10-27 11:38:54 0 [Note] WSREP: 2.0 (mysql-4): State transfer to 1.0 (mysql-2) complete. 2021-10-27 11:38:54 0 [Note] WSREP: Member 2.0 (mysql-4) synced with group. 2021-10-27 11:38:54 0 [Note] WSREP: 1.0 (mysql-2): State transfer from 2.0 (mysql-4) complete. 2021-10-27 11:38:54 0 [Note] WSREP: Member 1.0 (mysql-2) synced with group. 2021-10-27 11:38:56 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting off 2021-10-27 20:26:48 0 [Note] WSREP: evs::proto(f76cf749-aee3, GATHER, view_id(REG,5cfe469a-bf2b,60)) suspecting node: c1b3b54c-8ca8 2021-10-27 20:26:48 0 [Note] WSREP: evs::proto(f76cf749-aee3, GATHER, view_id(REG,5cfe469a-bf2b,60)) suspected node without join message, declaring inactive 2021-10-27 20:26:48 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection to peer c1b3b54c-8ca8 with addr tcp://10.233.111.99:4567 timed out, no messages seen in PT6S, socket stats: rtt: 2081 rttvar: 754 rto: 3248000 lost: 1 last_data_recv: 6020 cwnd: 1 last_queued_since: 500051897 last_delivered_since: 6019310961 send_queue_length: 0 send_queue_bytes: 0 segment: 0 messages: 0 2021-10-27 20:26:48 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers: tcp://10.233.111.99:4567 2021-10-27 20:26:50 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') reconnecting to c1b3b54c-8ca8 (tcp://10.233.111.99:4567), attempt 0 2021-10-27 20:26:51 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to c1b3b54c-8ca8 tcp://10.233.111.99:4567 2021-10-27 20:26:51 0 [Note] WSREP: Deferred close timer started for socket with remote endpoint: tcp://10.233.111.99:43044 2021-10-27 20:26:51 0 [Note] WSREP: Deferred close timer handle_wait Operation aborted. for 0x7fd5bd4de4c8 2021-10-27 20:26:51 0 [Note] WSREP: Deferred close timer destruct 2021-10-27 20:26:51 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to c1b3b54c-8ca8 tcp://10.233.111.99:4567 2021-10-27 20:26:52 0 [Note] WSREP: declaring 6b2b3b48-a226 at tcp://10.233.118.238:4567 stable 2021-10-27 20:26:52 0 [Note] WSREP: declaring 91c77806-a03a at tcp://10.233.79.180:4567 stable 2021-10-27 20:26:52 0 [Note] WSREP: Node 6b2b3b48-a226 state prim 2021-10-27 20:26:52 0 [Note] WSREP: view(view_id(PRIM,6b2b3b48-a226,61) memb { 6b2b3b48-a226,0 91c77806-a03a,0 f76cf749-aee3,0 } joined { } left { } partitioned { 5cfe469a-bf2b,0 c1b3b54c-8ca8,0 }) 2021-10-27 20:26:52 0 [Note] WSREP: save pc into disk 2021-10-27 20:26:52 0 [Note] WSREP: forgetting 5cfe469a-bf2b (tcp://10.233.70.147:4567) 2021-10-27 20:26:52 0 [Note] WSREP: Deferred close timer started for socket with remote endpoint: tcp://10.233.111.99:4567 2021-10-27 20:26:52 0 [Note] WSREP: forgetting c1b3b54c-8ca8 (tcp://10.233.111.99:4567) 2021-10-27 20:26:52 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 2, memb_num = 3 2021-10-27 20:26:52 0 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID. 2021-10-27 20:26:52 0 [Note] WSREP: Deferred close timer handle_wait Operation aborted. for 0x7fd5bd3e2a18 2021-10-27 20:26:52 0 [Note] WSREP: Deferred close timer destruct 2021-10-27 20:26:52 0 [Note] WSREP: STATE EXCHANGE: sent state msg: 38b1ab7d-3764-11ec-b8cd-969b060014c1 2021-10-27 20:26:52 0 [Note] WSREP: STATE EXCHANGE: got state msg: 38b1ab7d-3764-11ec-b8cd-969b060014c1 from 0 (mysql-2) 2021-10-27 20:26:52 0 [Note] WSREP: STATE EXCHANGE: got state msg: 38b1ab7d-3764-11ec-b8cd-969b060014c1 from 2 (mysql-0) 2021-10-27 20:26:52 0 [Note] WSREP: STATE EXCHANGE: got state msg: 38b1ab7d-3764-11ec-b8cd-969b060014c1 from 1 (mysql-4) 2021-10-27 20:26:52 0 [Note] WSREP: Quorum results: version = 6, component = PRIMARY, conf_id = 26, members = 3/3 (joined/total), act_id = 6176633, last_appl. = 6176537, protocols = 2/10/4 (gcs/repl/appl), vote policy= 0, group UUID = 99202925-3168-11ec-9bc2-5e02403099cb 2021-10-27 20:26:52 0 [Note] WSREP: Flow-control interval: [28, 28] 2021-10-27 20:26:52 13 [Note] WSREP: ####### processing CC 6176634, local, ordered 2021-10-27 20:26:52 13 [Note] WSREP: ####### My UUID: f76cf749-34de-11ec-aee3-afe412667b6a 2021-10-27 20:26:52 13 [Note] WSREP: Skipping cert index reset 2021-10-27 20:26:52 13 [Note] WSREP: REPL Protocols: 10 (5) 2021-10-27 20:26:52 13 [Note] WSREP: ####### Adjusting cert position: 6176633 -> 6176634 2021-10-27 20:26:52 0 [Note] WSREP: Service thread queue flushed. 2021-10-27 20:26:52 13 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:6176634 status: primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 2 members(3): 0: 6b2b3b48-34de-11ec-a226-b74926826879, mysql-2 1: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 2: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-27 20:26:52 13 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 20:26:52 13 [Note] WSREP: Lowest cert index boundary for CC from group: 6176538 2021-10-27 20:26:52 13 [Note] WSREP: Min available from gcache for CC from group: 4151162 2021-10-27 20:26:53 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to c1b3b54c-8ca8 tcp://10.233.111.99:4567 2021-10-27 20:26:53 0 [Warning] WSREP: discarding established (time wait) c1b3b54c-8ca8 (tcp://10.233.111.99:4567) 2021-10-27 20:26:53 0 [Note] WSREP: Deferred close timer started for socket with remote endpoint: tcp://10.233.111.99:43208 2021-10-27 20:26:53 0 [Note] WSREP: Deferred close timer handle_wait Operation aborted. for 0x7fd5bd0b8478 2021-10-27 20:26:53 0 [Note] WSREP: Deferred close timer destruct 2021-10-27 20:26:53 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 5cfe469a-bf2b tcp://10.233.70.147:4567 2021-10-27 20:26:53 0 [Warning] WSREP: discarding established (time wait) 5cfe469a-bf2b (tcp://10.233.70.147:4567) 2021-10-27 20:26:53 0 [Note] WSREP: Deferred close timer started for socket with remote endpoint: tcp://10.233.70.147:58074 2021-10-27 20:26:53 0 [Note] WSREP: Deferred close timer handle_wait Operation aborted. for 0x7fd5bc0ce928 2021-10-27 20:26:53 0 [Note] WSREP: Deferred close timer destruct 2021-10-27 20:26:55 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to c1b3b54c-8ca8 tcp://10.233.111.99:4567 2021-10-27 20:26:55 0 [Warning] WSREP: discarding established (time wait) c1b3b54c-8ca8 (tcp://10.233.111.99:4567) 2021-10-27 20:26:55 0 [Note] WSREP: Deferred close timer started for socket with remote endpoint: tcp://10.233.111.99:43248 2021-10-27 20:26:55 0 [Note] WSREP: Deferred close timer handle_wait Operation aborted. for 0x7fd5bd4de4c8 2021-10-27 20:26:55 0 [Note] WSREP: Deferred close timer destruct 2021-10-27 20:26:55 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 5cfe469a-bf2b tcp://10.233.70.147:4567 2021-10-27 20:26:55 0 [Warning] WSREP: discarding established (time wait) 5cfe469a-bf2b (tcp://10.233.70.147:4567) 2021-10-27 20:26:55 0 [Note] WSREP: Deferred close timer started for socket with remote endpoint: tcp://10.233.70.147:58092 2021-10-27 20:26:55 0 [Note] WSREP: Deferred close timer handle_wait Operation aborted. for 0x7fd5bd0b8478 2021-10-27 20:26:55 0 [Note] WSREP: Deferred close timer destruct 2021-10-27 20:26:55 0 [Note] WSREP: cleaning up c1b3b54c-8ca8 (tcp://10.233.111.99:4567) 2021-10-27 20:26:55 0 [Note] WSREP: cleaning up 5cfe469a-bf2b (tcp://10.233.70.147:4567) 2021-10-27 20:26:56 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting off 2021-10-27 20:26:56 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers: tcp://10.233.70.147:4567 2021-10-27 20:26:56 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 5cfe469a-bf2b tcp://10.233.70.147:4567 2021-10-27 20:26:56 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to c1b3b54c-8ca8 tcp://10.233.111.99:4567 2021-10-27 20:26:58 0 [Note] WSREP: declaring 5cfe469a-bf2b at tcp://10.233.70.147:4567 stable 2021-10-27 20:26:58 0 [Note] WSREP: declaring 6b2b3b48-a226 at tcp://10.233.118.238:4567 stable 2021-10-27 20:26:58 0 [Note] WSREP: declaring 91c77806-a03a at tcp://10.233.79.180:4567 stable 2021-10-27 20:26:58 0 [Note] WSREP: declaring c1b3b54c-8ca8 at tcp://10.233.111.99:4567 stable 2021-10-27 20:26:59 0 [Note] WSREP: Node 6b2b3b48-a226 state prim 2021-10-27 20:26:59 0 [Note] WSREP: view(view_id(PRIM,5cfe469a-bf2b,62) memb { 5cfe469a-bf2b,0 6b2b3b48-a226,0 91c77806-a03a,0 c1b3b54c-8ca8,0 f76cf749-aee3,0 } joined { } left { } partitioned { }) 2021-10-27 20:26:59 0 [Note] WSREP: save pc into disk 2021-10-27 20:26:59 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 4, memb_num = 5 2021-10-27 20:26:59 0 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID. 2021-10-27 20:26:59 0 [Warning] WSREP: Action message in non-primary configuration from member 1 2021-10-27 20:26:59 0 [Note] WSREP: STATE EXCHANGE: sent state msg: 3cd9e262-3764-11ec-8b3e-5717f4be017c 2021-10-27 20:26:59 0 [Warning] WSREP: Action message in non-primary configuration from member 2 2021-10-27 20:26:59 0 [Note] WSREP: STATE EXCHANGE: got state msg: 3cd9e262-3764-11ec-8b3e-5717f4be017c from 0 (mysql-3) 2021-10-27 20:26:59 0 [Note] WSREP: STATE EXCHANGE: got state msg: 3cd9e262-3764-11ec-8b3e-5717f4be017c from 1 (mysql-2) 2021-10-27 20:26:59 0 [Note] WSREP: STATE EXCHANGE: got state msg: 3cd9e262-3764-11ec-8b3e-5717f4be017c from 2 (mysql-4) 2021-10-27 20:26:59 0 [Note] WSREP: STATE EXCHANGE: got state msg: 3cd9e262-3764-11ec-8b3e-5717f4be017c from 4 (mysql-0) 2021-10-27 20:26:59 0 [Note] WSREP: STATE EXCHANGE: got state msg: 3cd9e262-3764-11ec-8b3e-5717f4be017c from 3 (mysql-1) 2021-10-27 20:26:59 0 [Note] WSREP: Quorum results: version = 6, component = PRIMARY, conf_id = 27, members = 3/5 (joined/total), act_id = 6176640, last_appl. = 6176537, protocols = 2/10/4 (gcs/repl/appl), vote policy= 0, group UUID = 99202925-3168-11ec-9bc2-5e02403099cb 2021-10-27 20:26:59 0 [Note] WSREP: Flow-control interval: [36, 36] 2021-10-27 20:26:59 2 [Note] WSREP: ####### processing CC 6176641, local, ordered 2021-10-27 20:26:59 2 [Note] WSREP: ####### My UUID: f76cf749-34de-11ec-aee3-afe412667b6a 2021-10-27 20:26:59 2 [Note] WSREP: Skipping cert index reset 2021-10-27 20:26:59 2 [Note] WSREP: REPL Protocols: 10 (5) 2021-10-27 20:26:59 2 [Note] WSREP: ####### Adjusting cert position: 6176640 -> 6176641 2021-10-27 20:26:59 0 [Note] WSREP: Service thread queue flushed. 2021-10-27 20:26:59 2 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:6176641 status: primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 4 members(5): 0: 5cfe469a-31bf-11ec-bf2b-7eaa40ce781d, mysql-3 1: 6b2b3b48-34de-11ec-a226-b74926826879, mysql-2 2: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 3: c1b3b54c-34de-11ec-8ca8-aaee5555a238, mysql-1 4: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-27 20:26:59 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 20:26:59 2 [Note] WSREP: Lowest cert index boundary for CC from group: 6176538 2021-10-27 20:26:59 2 [Note] WSREP: Min available from gcache for CC from group: 4151169 2021-10-27 20:26:59 0 [Note] WSREP: Member 0.0 (mysql-3) requested state transfer from 'mysql-4,'. Selected 2.0 (mysql-4)(SYNCED) as donor. 2021-10-27 20:26:59 0 [Note] WSREP: Member 3.0 (mysql-1) requested state transfer from 'mysql-4,'. Selected 4.0 (mysql-0)(SYNCED) as donor. 2021-10-27 20:26:59 0 [Note] WSREP: Shifting SYNCED -> DONOR/DESYNCED (TO: 6176643) 2021-10-27 20:26:59 2 [Note] WSREP: Detected STR version: 1, req_len: 119, req: STRv1 2021-10-27 20:26:59 2 [Note] WSREP: IST request: 99202925-3168-11ec-9bc2-5e02403099cb:6176633-6176641|tcp://mysql-1.galera.default.svc.cluster.local:4568 2021-10-27 20:27:00 0 [Note] WSREP: 2.0 (mysql-4): State transfer to 0.0 (mysql-3) complete. 2021-10-27 20:27:00 0 [Note] WSREP: Member 2.0 (mysql-4) synced with group. 2021-10-27 20:27:00 0 [Note] WSREP: async IST sender starting to serve tcp://mysql-1.galera.default.svc.cluster.local:4568 sending 6176538-6176641, preload starts from 6176538 2021-10-27 20:27:00 0 [Note] WSREP: IST sender 6176538 -> 6176641 2021-10-27 20:27:00 0 [Note] WSREP: 4.0 (mysql-0): State transfer to 3.0 (mysql-1) complete. 2021-10-27 20:27:00 0 [Note] WSREP: Shifting DONOR/DESYNCED -> JOINED (TO: 6176643) 2021-10-27 20:27:00 0 [Note] WSREP: async IST sender served 2021-10-27 20:27:00 0 [Note] WSREP: Member 4.0 (mysql-0) synced with group. 2021-10-27 20:27:00 0 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 6176643) 2021-10-27 20:27:00 8 [Note] WSREP: Server mysql-0 synced with group 2021-10-27 20:27:00 0 [Note] WSREP: 3.0 (mysql-1): State transfer from 4.0 (mysql-0) complete. 2021-10-27 20:27:00 0 [Note] WSREP: Member 3.0 (mysql-1) synced with group. 2021-10-27 20:27:00 0 [Note] WSREP: 0.0 (mysql-3): State transfer from 2.0 (mysql-4) complete. 2021-10-27 20:27:00 0 [Note] WSREP: Member 0.0 (mysql-3) synced with group. 2021-10-27 20:27:02 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting off 2021-10-27 20:47:43 0 [Note] WSREP: declaring 91c77806-a03a at tcp://10.233.79.180:4567 stable 2021-10-27 20:47:43 0 [Note] WSREP: declaring c1b3b54c-8ca8 at tcp://10.233.111.99:4567 stable 2021-10-27 20:47:43 0 [Note] WSREP: Node 91c77806-a03a state prim 2021-10-27 20:47:45 0 [Note] WSREP: declaring 5cfe469a-bf2b at tcp://10.233.70.147:4567 stable 2021-10-27 20:47:45 0 [Note] WSREP: declaring 6b2b3b48-a226 at tcp://10.233.118.238:4567 stable 2021-10-27 20:47:45 0 [Note] WSREP: declaring 91c77806-a03a at tcp://10.233.79.180:4567 stable 2021-10-27 20:47:45 0 [Note] WSREP: declaring c1b3b54c-8ca8 at tcp://10.233.111.99:4567 stable 2021-10-27 20:47:45 0 [Note] WSREP: Node 91c77806-a03a state prim 2021-10-27 20:47:45 0 [Note] WSREP: view(view_id(PRIM,5cfe469a-bf2b,64) memb { 5cfe469a-bf2b,0 6b2b3b48-a226,0 91c77806-a03a,0 c1b3b54c-8ca8,0 f76cf749-aee3,0 } joined { } left { } partitioned { }) 2021-10-27 20:47:45 0 [Note] WSREP: save pc into disk 2021-10-27 20:47:45 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 4, memb_num = 5 2021-10-27 20:47:45 0 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID. 2021-10-27 20:47:45 0 [Note] WSREP: STATE EXCHANGE: sent state msg: 2324a82e-3767-11ec-8110-cfe5aa61a0fb 2021-10-27 20:47:45 0 [Warning] WSREP: Action message in non-primary configuration from member 3 2021-10-27 20:47:45 0 [Note] WSREP: STATE EXCHANGE: got state msg: 2324a82e-3767-11ec-8110-cfe5aa61a0fb from 0 (mysql-3) 2021-10-27 20:47:45 0 [Note] WSREP: STATE EXCHANGE: got state msg: 2324a82e-3767-11ec-8110-cfe5aa61a0fb from 2 (mysql-4) 2021-10-27 20:47:45 0 [Note] WSREP: STATE EXCHANGE: got state msg: 2324a82e-3767-11ec-8110-cfe5aa61a0fb from 1 (mysql-2) 2021-10-27 20:47:45 0 [Note] WSREP: STATE EXCHANGE: got state msg: 2324a82e-3767-11ec-8110-cfe5aa61a0fb from 4 (mysql-0) 2021-10-27 20:47:45 0 [Note] WSREP: STATE EXCHANGE: got state msg: 2324a82e-3767-11ec-8110-cfe5aa61a0fb from 3 (mysql-1) 2021-10-27 20:47:45 0 [Note] WSREP: Quorum results: version = 6, component = PRIMARY, conf_id = 28, members = 5/5 (joined/total), act_id = 6183486, last_appl. = 6183449, protocols = 2/10/4 (gcs/repl/appl), vote policy= 0, group UUID = 99202925-3168-11ec-9bc2-5e02403099cb 2021-10-27 20:47:45 0 [Note] WSREP: Flow-control interval: [36, 36] 2021-10-27 20:47:45 11 [Note] WSREP: ####### processing CC 6183487, local, ordered 2021-10-27 20:47:45 11 [Note] WSREP: ####### My UUID: f76cf749-34de-11ec-aee3-afe412667b6a 2021-10-27 20:47:45 11 [Note] WSREP: Skipping cert index reset 2021-10-27 20:47:45 11 [Note] WSREP: REPL Protocols: 10 (5) 2021-10-27 20:47:45 11 [Note] WSREP: ####### Adjusting cert position: 6183486 -> 6183487 2021-10-27 20:47:45 0 [Note] WSREP: Service thread queue flushed. 2021-10-27 20:47:45 11 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:6183487 status: primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 4 members(5): 0: 5cfe469a-31bf-11ec-bf2b-7eaa40ce781d, mysql-3 1: 6b2b3b48-34de-11ec-a226-b74926826879, mysql-2 2: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 3: c1b3b54c-34de-11ec-8ca8-aaee5555a238, mysql-1 4: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-27 20:47:45 11 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 20:47:45 11 [Note] WSREP: Lowest cert index boundary for CC from group: 6183450 2021-10-27 20:47:45 11 [Note] WSREP: Min available from gcache for CC from group: 4156534 2021-10-27 22:01:11 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:11 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:11 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:11 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:11 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:12 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:12 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:12 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:12 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:12 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:13 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:13 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:13 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:13 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:13 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:14 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:14 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:14 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:14 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:14 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:15 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:15 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:15 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:15 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:15 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:15 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:16 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:16 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:16 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:16 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:16 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:17 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:17 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:17 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:17 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:18 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:18 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:18 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:18 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:18 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:19 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:19 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:19 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:19 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:19 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:19 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:20 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:20 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:20 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:20 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:20 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:20 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:21 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:21 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:21 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:21 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:21 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:22 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:22 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:22 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:22 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:22 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:22 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:23 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:23 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:23 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:23 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:23 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:23 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:24 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:24 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:24 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:24 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:24 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:24 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:25 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:25 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:25 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:25 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:25 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:25 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:26 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:26 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:26 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:26 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:26 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:27 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:27 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:27 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:27 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:27 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:27 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:28 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:28 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:28 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:28 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:28 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:28 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:28 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:29 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:29 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:29 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:29 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:29 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:30 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:30 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:30 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:30 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:30 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:30 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:31 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:31 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:31 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:31 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:31 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:31 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:32 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:32 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:32 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:32 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:33 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:33 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:33 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:33 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:33 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:33 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:33 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:34 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:34 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:34 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:34 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:48 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:48 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:48 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:49 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:51 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:51 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:51 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:51 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:52 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:52 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:52 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:52 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:54 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:54 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:54 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:54 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:54 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:54 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:54 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:55 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:55 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:55 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:55 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:56 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:56 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:56 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:56 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:56 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:56 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:56 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:56 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:56 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:56 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:57 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:57 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:57 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:57 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:58 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:58 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:58 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:58 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:58 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:59 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:59 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:59 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:59 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:01:59 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:00 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:00 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:00 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:00 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:00 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:00 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:01 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:01 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:01 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:01 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:01 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:01 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:02 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:02 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:02 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:02 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:02 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:03 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:03 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:03 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:03 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:03 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:03 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:04 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:04 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:04 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:04 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:05 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:05 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:05 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:05 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:05 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:05 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:06 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:06 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:06 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:06 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:06 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:06 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:07 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:07 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:07 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:07 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:07 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:07 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:08 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:08 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:08 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:08 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:08 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:08 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:09 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:09 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:09 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:09 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:09 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:09 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:10 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:10 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:10 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:10 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:10 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:11 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:11 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:11 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:11 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:11 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:11 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:12 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:12 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:12 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:12 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:12 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:12 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:13 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:13 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:13 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:13 8 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:13 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:14 2 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:14 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:14 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:14 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:14 11 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:14 9 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:15 13 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:15 6 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:15 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:15 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:15 7 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 22:02:15 10 [Note] InnoDB: Cannot close file ./egw_XXXXXXXXX/egw_notificationpopup.ibd because of 0 pending operations and pending fsync 2021-10-27 23:41:51 0 [Note] WSREP: evs::proto(f76cf749-aee3, OPERATIONAL, view_id(REG,5cfe469a-bf2b,64)) suspecting node: 6b2b3b48-a226 2021-10-27 23:41:51 0 [Note] WSREP: evs::proto(f76cf749-aee3, OPERATIONAL, view_id(REG,5cfe469a-bf2b,64)) suspected node without join message, declaring inactive 2021-10-27 23:41:56 0 [Note] WSREP: evs::proto(f76cf749-aee3, GATHER, view_id(REG,5cfe469a-bf2b,64)) suspecting node: 6b2b3b48-a226 2021-10-27 23:41:57 0 [Note] WSREP: view(view_id(NON_PRIM,5cfe469a-bf2b,64) memb { f76cf749-aee3,0 } joined { } left { } partitioned { 5cfe469a-bf2b,0 6b2b3b48-a226,0 91c77806-a03a,0 c1b3b54c-8ca8,0 }) 2021-10-27 23:41:57 0 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 0, memb_num = 1 2021-10-27 23:41:57 0 [Note] WSREP: view(view_id(NON_PRIM,f76cf749-aee3,65) memb { f76cf749-aee3,0 } joined { } left { } partitioned { 5cfe469a-bf2b,0 6b2b3b48-a226,0 91c77806-a03a,0 c1b3b54c-8ca8,0 }) 2021-10-27 23:41:57 0 [Note] WSREP: Flow-control interval: [16, 16] 2021-10-27 23:41:57 0 [Note] WSREP: Received NON-PRIMARY. 2021-10-27 23:41:57 0 [Note] WSREP: Shifting SYNCED -> OPEN (TO: 6236750) 2021-10-27 23:41:57 0 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 0, memb_num = 1 2021-10-27 23:41:57 0 [Note] WSREP: Flow-control interval: [16, 16] 2021-10-27 23:41:57 0 [Note] WSREP: Received NON-PRIMARY. 2021-10-27 23:41:57 11 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:6236750 status: non-primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 0 members(1): 0: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-27 23:41:57 11 [Note] WSREP: Non-primary view 2021-10-27 23:41:57 11 [Note] WSREP: Server status change synced -> connected 2021-10-27 23:41:57 11 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 23:41:57 11 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 23:41:57 11 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:6236750 status: non-primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 0 members(1): 0: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-27 23:41:57 11 [Note] WSREP: Non-primary view 2021-10-27 23:41:57 11 [Note] WSREP: Server status change connected -> connected 2021-10-27 23:41:57 11 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 23:41:57 11 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 23:41:58 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers: tcp://10.233.111.99:4567 2021-10-27 23:41:59 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') reconnecting to c1b3b54c-8ca8 (tcp://10.233.111.99:4567), attempt 0 2021-10-27 23:41:59 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') reconnecting to 5cfe469a-bf2b (tcp://10.233.70.147:4567), attempt 0 2021-10-27 23:41:59 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') reconnecting to 91c77806-a03a (tcp://10.233.79.180:4567), attempt 0 2021-10-27 23:41:59 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to c1b3b54c-8ca8 tcp://10.233.111.99:4567 2021-10-27 23:41:59 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 91c77806-a03a tcp://10.233.79.180:4567 2021-10-27 23:41:59 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 5cfe469a-bf2b tcp://10.233.70.147:4567 2021-10-27 23:42:00 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') reconnecting to c1b3b54c-8ca8 (tcp://10.233.111.99:4567), attempt 0 2021-10-27 23:42:00 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') reconnecting to 5cfe469a-bf2b (tcp://10.233.70.147:4567), attempt 0 2021-10-27 23:42:00 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') reconnecting to 91c77806-a03a (tcp://10.233.79.180:4567), attempt 0 2021-10-27 23:42:00 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to c1b3b54c-8ca8 tcp://10.233.111.99:4567 2021-10-27 23:42:00 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 91c77806-a03a tcp://10.233.79.180:4567 2021-10-27 23:42:00 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 5cfe469a-bf2b tcp://10.233.70.147:4567 2021-10-27 23:42:02 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') reconnecting to c1b3b54c-8ca8 (tcp://10.233.111.99:4567), attempt 0 2021-10-27 23:42:02 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') reconnecting to 5cfe469a-bf2b (tcp://10.233.70.147:4567), attempt 0 2021-10-27 23:42:02 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') reconnecting to 91c77806-a03a (tcp://10.233.79.180:4567), attempt 0 2021-10-27 23:42:02 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to c1b3b54c-8ca8 tcp://10.233.111.99:4567 2021-10-27 23:42:02 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 91c77806-a03a tcp://10.233.79.180:4567 2021-10-27 23:42:02 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection established to 5cfe469a-bf2b tcp://10.233.70.147:4567 2021-10-27 23:42:04 0 [Warning] WSREP: evs::proto(f76cf749-aee3, GATHER, view_id(REG,f76cf749-aee3,65)) install timer expired evs::proto(evs::proto(f76cf749-aee3, GATHER, view_id(REG,f76cf749-aee3,65)), GATHER) { current_view=view(view_id(REG,f76cf749-aee3,65) memb { f76cf749-aee3,0 } joined { } left { } partitioned { }), input_map=evs::input_map: {aru_seq=0,safe_seq=0,node_index=node: {idx=0,range=[1,0],safe_seq=0} }, fifo_seq=9044216, last_sent=0, known: 5cfe469a-bf2b at tcp://10.233.70.147:4567 {o=0,s=1,i=0,fs=17716972,} 6b2b3b48-a226 at tcp://10.233.118.238:4567 {o=1,s=0,i=0,fs=9093178,jm= {v=1,t=4,ut=255,o=1,s=0,sr=-1,as=0,f=4,src=6b2b3b48-a226,srcvid=view_id(REG,6b2b3b48-a226,65),insvid=view_id(UNKNOWN,00000000-0000,0),ru=00000000-0000,r=[-1,-1],fs=9093178,nl=( 5cfe469a-bf2b, {o=0,s=1,e=0,ls=-1,vid=view_id(REG,00000000-0000,0),ss=-1,ir=[-1,-1],} 6b2b3b48-a226, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,6b2b3b48-a226,65),ss=0,ir=[1,0],} 91c77806-a03a, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,5cfe469a-bf2b,65),ss=90,ir=[91,90],} c1b3b54c-8ca8, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,5cfe469a-bf2b,65),ss=90,ir=[91,90],} f76cf749-aee3, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,f76cf749-aee3,65),ss=0,ir=[1,0],} ) }, } 91c77806-a03a at tcp://10.233.79.180:4567 {o=1,s=0,i=0,fs=17665237,jm= {v=1,t=4,ut=255,o=1,s=90,sr=-1,as=90,f=4,src=91c77806-a03a,srcvid=view_id(REG,5cfe469a-bf2b,65),insvid=view_id(UNKNOWN,00000000-0000,0),ru=00000000-0000,r=[-1,-1],fs=17665237,nl=( 5cfe469a-bf2b, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,5cfe469a-bf2b,65),ss=90,ir=[91,90],} 6b2b3b48-a226, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,6b2b3b48-a226,65),ss=0,ir=[1,0],} 91c77806-a03a, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,5cfe469a-bf2b,65),ss=90,ir=[91,90],} c1b3b54c-8ca8, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,5cfe469a-bf2b,65),ss=90,ir=[91,90],} f76cf749-aee3, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,f76cf749-aee3,65),ss=0,ir=[1,0],} ) }, } c1b3b54c-8ca8 at tcp://10.233.111.99:4567 {o=1,s=0,i=0,fs=9075868,jm= {v=1,t=4,ut=255,o=1,s=90,sr=-1,as=90,f=4,src=c1b3b54c-8ca8,srcvid=view_id(REG,5cfe469a-bf2b,65),insvid=view_id(UNKNOWN,00000000-0000,0),ru=00000000-0000,r=[-1,-1],fs=9075868,nl=( 5cfe469a-bf2b, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,5cfe469a-bf2b,65),ss=90,ir=[91,90],} 6b2b3b48-a226, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,6b2b3b48-a226,65),ss=0,ir=[1,0],} 91c77806-a03a, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,5cfe469a-bf2b,65),ss=90,ir=[91,90],} c1b3b54c-8ca8, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,5cfe469a-bf2b,65),ss=90,ir=[91,90],} f76cf749-aee3, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,f76cf749-aee3,65),ss=0,ir=[1,0],} ) }, } f76cf749-aee3 at {o=1,s=0,i=0,fs=-1,jm= {v=1,t=4,ut=255,o=1,s=0,sr=-1,as=0,f=0,src=f76cf749-aee3,srcvid=view_id(REG,f76cf749-aee3,65),insvid=view_id(UNKNOWN,00000000-0000,0),ru=00000000-0000,r=[-1,-1],fs=9044216,nl=( 5cfe469a-bf2b, {o=0,s=1,e=0,ls=-1,vid=view_id(REG,00000000-0000,0),ss=-1,ir=[-1,-1],} 6b2b3b48-a226, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,6b2b3b48-a226,65),ss=0,ir=[1,0],} 91c77806-a03a, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,5cfe469a-bf2b,65),ss=90,ir=[91,90],} c1b3b54c-8ca8, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,5cfe469a-bf2b,65),ss=90,ir=[91,90],} f76cf749-aee3, {o=1,s=0,e=0,ls=-1,vid=view_id(REG,f76cf749-aee3,65),ss=0,ir=[1,0],} ) }, } } 2021-10-27 23:42:05 0 [Note] WSREP: no install message received 2021-10-27 23:42:05 0 [Note] WSREP: declaring 6b2b3b48-a226 at tcp://10.233.118.238:4567 stable 2021-10-27 23:42:05 0 [Note] WSREP: view(view_id(NON_PRIM,6b2b3b48-a226,66) memb { 6b2b3b48-a226,0 f76cf749-aee3,0 } joined { } left { } partitioned { 5cfe469a-bf2b,0 91c77806-a03a,0 c1b3b54c-8ca8,0 }) 2021-10-27 23:42:05 0 [Note] WSREP: New COMPONENT: primary = no, bootstrap = no, my_idx = 1, memb_num = 2 2021-10-27 23:42:05 0 [Note] WSREP: Flow-control interval: [23, 23] 2021-10-27 23:42:05 0 [Note] WSREP: Received NON-PRIMARY. 2021-10-27 23:42:05 11 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:6236750 status: non-primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 1 members(2): 0: 6b2b3b48-34de-11ec-a226-b74926826879, unspecified 1: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-27 23:42:05 11 [Note] WSREP: Non-primary view 2021-10-27 23:42:05 11 [Note] WSREP: Server status change connected -> connected 2021-10-27 23:42:05 11 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 23:42:05 11 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 23:42:05 0 [Warning] WSREP: last inactive check more than PT1.5S ago (PT1.50281S), skipping check 2021-10-27 23:42:08 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting off 2021-10-27 23:42:10 0 [Note] WSREP: declaring 5cfe469a-bf2b at tcp://10.233.70.147:4567 stable 2021-10-27 23:42:10 0 [Note] WSREP: declaring 6b2b3b48-a226 at tcp://10.233.118.238:4567 stable 2021-10-27 23:42:10 0 [Note] WSREP: declaring 91c77806-a03a at tcp://10.233.79.180:4567 stable 2021-10-27 23:42:10 0 [Note] WSREP: declaring c1b3b54c-8ca8 at tcp://10.233.111.99:4567 stable 2021-10-27 23:42:11 0 [Note] WSREP: Node 5cfe469a-bf2b state prim 2021-10-27 23:42:11 0 [Note] WSREP: view(view_id(PRIM,5cfe469a-bf2b,67) memb { 5cfe469a-bf2b,0 6b2b3b48-a226,0 91c77806-a03a,0 c1b3b54c-8ca8,0 f76cf749-aee3,0 } joined { } left { } partitioned { }) 2021-10-27 23:42:11 0 [Note] WSREP: save pc into disk 2021-10-27 23:42:11 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 4, memb_num = 5 2021-10-27 23:42:11 0 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID. 2021-10-27 23:42:11 0 [Warning] WSREP: Action message in non-primary configuration from member 3 2021-10-27 23:42:11 0 [Note] WSREP: STATE EXCHANGE: sent state msg: 81841ae6-377f-11ec-9d16-8bcc3083e63d 2021-10-27 23:42:11 0 [Warning] WSREP: Action message in non-primary configuration from member 2 2021-10-27 23:42:11 0 [Note] WSREP: STATE EXCHANGE: got state msg: 81841ae6-377f-11ec-9d16-8bcc3083e63d from 0 (mysql-3) 2021-10-27 23:42:11 0 [Note] WSREP: STATE EXCHANGE: got state msg: 81841ae6-377f-11ec-9d16-8bcc3083e63d from 1 (mysql-2) 2021-10-27 23:42:11 0 [Note] WSREP: STATE EXCHANGE: got state msg: 81841ae6-377f-11ec-9d16-8bcc3083e63d from 2 (mysql-4) 2021-10-27 23:42:11 0 [Note] WSREP: STATE EXCHANGE: got state msg: 81841ae6-377f-11ec-9d16-8bcc3083e63d from 4 (mysql-0) 2021-10-27 23:42:11 0 [Note] WSREP: STATE EXCHANGE: got state msg: 81841ae6-377f-11ec-9d16-8bcc3083e63d from 3 (mysql-1) 2021-10-27 23:42:11 0 [Note] WSREP: Quorum results: version = 6, component = PRIMARY, conf_id = 30, members = 3/5 (joined/total), act_id = 6236832, last_appl. = 6236740, protocols = 2/10/4 (gcs/repl/appl), vote policy= 0, group UUID = 99202925-3168-11ec-9bc2-5e02403099cb 2021-10-27 23:42:11 0 [Note] WSREP: Flow-control interval: [36, 36] 2021-10-27 23:42:11 0 [Note] WSREP: Shifting OPEN -> PRIMARY (TO: 6236833) 2021-10-27 23:42:11 11 [Note] WSREP: ####### processing CC 6236833, local, ordered 2021-10-27 23:42:11 11 [Note] WSREP: ####### My UUID: f76cf749-34de-11ec-aee3-afe412667b6a 2021-10-27 23:42:11 11 [Note] WSREP: Cert index reset to 00000000-0000-0000-0000-000000000000:-1 (proto: 10), state transfer needed: yes 2021-10-27 23:42:11 0 [Note] WSREP: Service thread queue flushed. 2021-10-27 23:42:11 11 [Note] WSREP: ####### Assign initial position for certification: 00000000-0000-0000-0000-000000000000:-1, protocol version: -1 2021-10-27 23:42:11 11 [Note] WSREP: State transfer required: Group state: 99202925-3168-11ec-9bc2-5e02403099cb:6236833 Local state: 99202925-3168-11ec-9bc2-5e02403099cb:6236750 2021-10-27 23:42:11 0 [Note] WSREP: Member 1.0 (mysql-2) requested state transfer from 'mysql-4,'. Selected 2.0 (mysql-4)(SYNCED) as donor. 2021-10-27 23:42:11 11 [Note] WSREP: Server status change connected -> joiner 2021-10-27 23:42:11 11 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 23:42:11 11 [Note] WSREP: You have configured 'mariabackup' state snapshot transfer method which cannot be performed on a running server. Wsrep provider won't be able to fall back to it if other means of state transfer are unavailable. In that case you will need to restart the server. 2021-10-27 23:42:11 11 [Note] WSREP: ####### IST uuid:99202925-3168-11ec-9bc2-5e02403099cb f: 6236751, l: 6236833, STRv: 3 2021-10-27 23:42:11 11 [Note] WSREP: IST receiver addr using tcp://mysql-0.galera.default.svc.cluster.local:4568 2021-10-27 23:42:11 11 [Note] WSREP: Prepared IST receiver for 6236751-6236833, listening at: tcp://10.233.71.109:4568 2021-10-27 23:42:11 0 [Note] WSREP: Member 4.0 (mysql-0) requested state transfer from 'mysql-4,'. Selected 3.0 (mysql-1)(SYNCED) as donor. 2021-10-27 23:42:11 0 [Note] WSREP: Shifting PRIMARY -> JOINER (TO: 6236838) 2021-10-27 23:42:11 11 [Note] WSREP: Requesting state transfer: success, donor: 3 2021-10-27 23:42:11 11 [Note] WSREP: Receiving IST: 83 writesets, seqnos 6236751-6236833 2021-10-27 23:42:11 0 [Note] WSREP: ####### IST applying starts with 6236751 2021-10-27 23:42:11 0 [Note] WSREP: ####### IST current seqno initialized to 6236741 2021-10-27 23:42:11 0 [Note] WSREP: Receiving IST... 0.0% ( 0/93 events) complete. 2021-10-27 23:42:11 0 [Note] WSREP: IST preload starting at 6236741 2021-10-27 23:42:11 0 [Note] WSREP: Service thread queue flushed. 2021-10-27 23:42:11 0 [Note] WSREP: ####### Assign initial position for certification: 00000000-0000-0000-0000-000000000000:6236740, protocol version: 5 2021-10-27 23:42:11 0 [Note] WSREP: REPL Protocols: 10 (5) 2021-10-27 23:42:11 0 [Note] WSREP: ####### Adjusting cert position: 6236750 -> 6236751 2021-10-27 23:42:11 0 [Note] WSREP: Service thread queue flushed. 2021-10-27 23:42:11 0 [Note] WSREP: Lowest cert index boundary for CC from ist: 6236741 2021-10-27 23:42:11 0 [Note] WSREP: Min available from gcache for CC from ist: 4211176 2021-10-27 23:42:11 2 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:6236751 status: primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: -1 members(3): 0: 5cfe469a-31bf-11ec-bf2b-7eaa40ce781d, mysql-3 1: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 2: c1b3b54c-34de-11ec-8ca8-aaee5555a238, mysql-1 ================================================= 2021-10-27 23:42:11 2 [Note] WSREP: Server status change joiner -> joined 2021-10-27 23:42:11 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 23:42:11 2 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 23:42:11 0 [Note] WSREP: 2.0 (mysql-4): State transfer to 1.0 (mysql-2) complete. 2021-10-27 23:42:11 0 [Note] WSREP: 3.0 (mysql-1): State transfer to 4.0 (mysql-0) complete. 2021-10-27 23:42:11 0 [Note] WSREP: Member 2.0 (mysql-4) synced with group. 2021-10-27 23:42:11 0 [Note] WSREP: Member 3.0 (mysql-1) synced with group. 2021-10-27 23:42:11 0 [Note] WSREP: REPL Protocols: 10 (5) 2021-10-27 23:42:11 0 [Note] WSREP: ####### Adjusting cert position: 6236832 -> 6236833 2021-10-27 23:42:11 0 [Note] WSREP: Service thread queue flushed. 2021-10-27 23:42:11 0 [Note] WSREP: Lowest cert index boundary for CC from ist: 6236741 2021-10-27 23:42:11 0 [Note] WSREP: Min available from gcache for CC from ist: 4211233 2021-10-27 23:42:11 13 [Note] WSREP: ================================================ View: id: 99202925-3168-11ec-9bc2-5e02403099cb:6236833 status: primary protocol_version: 4 capabilities: MULTI-MASTER, CERTIFICATION, PARALLEL_APPLYING, REPLAY, ISOLATION, PAUSE, CAUSAL_READ, INCREMENTAL_WS, UNORDERED, PREORDERED, STREAMING, NBO final: no own_index: 4 members(5): 0: 5cfe469a-31bf-11ec-bf2b-7eaa40ce781d, mysql-3 1: 6b2b3b48-34de-11ec-a226-b74926826879, mysql-2 2: 91c77806-31c4-11ec-a03a-4a98737329d0, mysql-4 3: c1b3b54c-34de-11ec-8ca8-aaee5555a238, mysql-1 4: f76cf749-34de-11ec-aee3-afe412667b6a, mysql-0 ================================================= 2021-10-27 23:42:11 13 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-27 23:42:11 0 [Note] WSREP: Receiving IST...100.0% (93/93 events) complete. 2021-10-27 23:42:11 11 [Note] WSREP: Draining apply monitors after IST up to 6236833 2021-10-27 23:42:11 0 [Note] WSREP: 1.0 (mysql-2): State transfer from 2.0 (mysql-4) complete. 2021-10-27 23:42:11 11 [Note] WSREP: IST received: 99202925-3168-11ec-9bc2-5e02403099cb:6236833 2021-10-27 23:42:11 11 [Note] WSREP: Lowest cert index boundary for CC from sst: 6236741 2021-10-27 23:42:11 11 [Note] WSREP: Min available from gcache for CC from sst: 4211234 2021-10-27 23:42:11 0 [Note] WSREP: Member 1.0 (mysql-2) synced with group. 2021-10-27 23:42:11 0 [Note] WSREP: 4.0 (mysql-0): State transfer from 3.0 (mysql-1) complete. 2021-10-27 23:42:11 0 [Note] WSREP: Shifting JOINER -> JOINED (TO: 6236845) 2021-10-27 23:42:11 0 [Note] WSREP: Member 4.0 (mysql-0) synced with group. 2021-10-27 23:42:11 0 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 6236846) 2021-10-27 23:42:11 13 [Note] WSREP: Server mysql-0 synced with group 2021-10-27 23:42:11 13 [Note] WSREP: Server status change joined -> synced 2021-10-27 23:42:11 13 [Note] WSREP: Synchronized with group, ready for connections 2021-10-27 23:42:11 13 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification. 2021-10-28 4:23:14 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers: tcp://10.233.79.180:4567 2021-10-28 4:23:15 0 [Note] WSREP: declaring 5cfe469a-bf2b at tcp://10.233.70.147:4567 stable 2021-10-28 4:23:15 0 [Note] WSREP: declaring 6b2b3b48-a226 at tcp://10.233.118.238:4567 stable 2021-10-28 4:23:15 0 [Note] WSREP: declaring c1b3b54c-8ca8 at tcp://10.233.111.99:4567 stable 2021-10-28 4:23:15 0 [Note] WSREP: forgetting 91c77806-a03a (tcp://10.233.79.180:4567) 2021-10-28 4:23:15 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting off 2021-10-28 4:23:15 0 [Note] WSREP: Node 5cfe469a-bf2b state prim 2021-10-28 4:23:15 0 [Note] WSREP: view(view_id(PRIM,5cfe469a-bf2b,68) memb { 5cfe469a-bf2b,0 6b2b3b48-a226,0 c1b3b54c-8ca8,0 f76cf749-aee3,0 } joined { } left { } partitioned { 91c77806-a03a,0 }) 2021-10-28 4:23:15 0 [Note] WSREP: save pc into disk 2021-10-28 4:23:15 0 [Note] WSREP: forgetting 91c77806-a03a (tcp://10.233.79.180:4567) 2021-10-28 4:23:15 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 3, memb_num = 4 2021-10-28 4:23:15 0 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID. 2021-10-28 4:23:15 0 [Note] WSREP: STATE EXCHANGE: sent state msg: c554cd04-37a6-11ec-b307-aee5e7b10857 2021-10-28 4:23:15 0 [Note] WSREP: STATE EXCHANGE: got state msg: c554cd04-37a6-11ec-b307-aee5e7b10857 from 0 (mysql-3) 2021-10-28 4:23:15 0 [Note] WSREP: STATE EXCHANGE: got state msg: c554cd04-37a6-11ec-b307-aee5e7b10857 from 1 (mysql-2) 2021-10-28 4:23:15 0 [Note] WSREP: STATE EXCHANGE: got state msg: c554cd04-37a6-11ec-b307-aee5e7b10857 from 3 (mysql-0) 2021-10-28 4:23:15 0 [Note] WSREP: STATE EXCHANGE: got state msg: c554cd04-37a6-11ec-b307-aee5e7b10857 from 2 (mysql-1) 2021-10-28 4:23:15 0 [Note] WSREP: Quorum results: version = 6, component = PRIMARY, conf_id = 31, members = 4/4 (joined/total), act_id = 6294764, last_appl. = 6294702, protocols = 2/10/4 (gcs/repl/appl), vote policy= 0, group UUID = 99202925-3168-11ec-9bc2-5e02403099cb 2021-10-28 4:23:15 0 [Note] WSREP: Flow-control interval: [32, 32] 2021-10-28 4:23:20 0 [Note] WSREP: cleaning up 91c77806-a03a (tcp://10.233.79.180:4567) 2021-10-28 4:23:44 0 [Note] WSREP: declaring 6b2b3b48-a226 at tcp://10.233.118.238:4567 stable 2021-10-28 4:23:44 0 [Note] WSREP: declaring c1b3b54c-8ca8 at tcp://10.233.111.99:4567 stable 2021-10-28 4:23:44 0 [Note] WSREP: forgetting 5cfe469a-bf2b (tcp://10.233.70.147:4567) 2021-10-28 4:23:44 0 [Note] WSREP: Node 6b2b3b48-a226 state prim 2021-10-28 4:23:44 0 [Note] WSREP: view(view_id(PRIM,6b2b3b48-a226,69) memb { 6b2b3b48-a226,0 c1b3b54c-8ca8,0 f76cf749-aee3,0 } joined { } left { } partitioned { 5cfe469a-bf2b,0 }) 2021-10-28 4:23:44 0 [Note] WSREP: save pc into disk 2021-10-28 4:23:44 0 [Note] WSREP: forgetting 5cfe469a-bf2b (tcp://10.233.70.147:4567) 2021-10-28 4:23:44 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 2, memb_num = 3 2021-10-28 4:23:44 0 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID. 2021-10-28 4:23:44 0 [Note] WSREP: STATE EXCHANGE: sent state msg: d69c43b6-37a6-11ec-8111-4a468442bc9d 2021-10-28 4:23:44 0 [Note] WSREP: STATE EXCHANGE: got state msg: d69c43b6-37a6-11ec-8111-4a468442bc9d from 1 (mysql-1) 2021-10-28 4:23:44 0 [Note] WSREP: STATE EXCHANGE: got state msg: d69c43b6-37a6-11ec-8111-4a468442bc9d from 2 (mysql-0) 2021-10-28 4:23:44 0 [Note] WSREP: STATE EXCHANGE: got state msg: d69c43b6-37a6-11ec-8111-4a468442bc9d from 0 (mysql-2) 2021-10-28 4:23:44 0 [Note] WSREP: Quorum results: version = 6, component = PRIMARY, conf_id = 32, members = 3/3 (joined/total), act_id = 6295299, last_appl. = 6294702, protocols = 2/10/4 (gcs/repl/appl), vote policy= 0, group UUID = 99202925-3168-11ec-9bc2-5e02403099cb 2021-10-28 4:23:44 0 [Note] WSREP: Flow-control interval: [28, 28] 2021-10-28 4:23:49 0 [Note] WSREP: cleaning up 5cfe469a-bf2b (tcp://10.233.70.147:4567) 2021-10-28 4:24:24 0 [Note] WSREP: evs::proto(f76cf749-aee3, OPERATIONAL, view_id(REG,6b2b3b48-a226,69)) suspecting node: 6b2b3b48-a226 2021-10-28 4:24:24 0 [Note] WSREP: evs::proto(f76cf749-aee3, OPERATIONAL, view_id(REG,6b2b3b48-a226,69)) suspected node without join message, declaring inactive 2021-10-28 4:24:25 0 [Note] WSREP: declaring c1b3b54c-8ca8 at tcp://10.233.111.99:4567 stable 2021-10-28 4:24:25 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') connection to peer 6b2b3b48-a226 with addr tcp://10.233.118.238:4567 timed out, no messages seen in PT6S, socket stats: rtt: 7238 rttvar: 11759 rto: 3328000 lost: 1 last_data_recv: 6006 cwnd: 1 last_queued_since: 1442765 last_delivered_since: 6005600120 send_queue_length: 1 send_queue_bytes: 108 segment: 0 messages: 1 2021-10-28 4:24:25 0 [Note] WSREP: Deferred close timer started for socket with remote endpoint: tcp://10.233.118.238:39738 2021-10-28 4:24:25 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting on, nonlive peers: tcp://10.233.118.238:4567 2021-10-28 4:24:25 0 [Note] WSREP: Deferred close timer handle_wait Operation aborted. for 0x55dc97fddae8 2021-10-28 4:24:25 0 [Note] WSREP: Deferred close timer destruct 2021-10-28 4:24:25 0 [Note] WSREP: Node c1b3b54c-8ca8 state prim 2021-10-28 4:24:25 0 [Note] WSREP: view(view_id(PRIM,c1b3b54c-8ca8,70) memb { c1b3b54c-8ca8,0 f76cf749-aee3,0 } joined { } left { } partitioned { 6b2b3b48-a226,0 }) 2021-10-28 4:24:25 0 [Note] WSREP: save pc into disk 2021-10-28 4:24:25 0 [Note] WSREP: forgetting 6b2b3b48-a226 (tcp://10.233.118.238:4567) 2021-10-28 4:24:25 0 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 1, memb_num = 2 2021-10-28 4:24:25 0 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID. 2021-10-28 4:24:25 0 [Note] WSREP: (f76cf749-aee3, 'tcp://0.0.0.0:4567') turning message relay requesting off 2021-10-28 4:24:25 0 [Note] WSREP: STATE EXCHANGE: sent state msg: ef0e23f3-37a6-11ec-81e2-968e859b52d5 2021-10-28 4:24:25 0 [Note] WSREP: STATE EXCHANGE: got state msg: ef0e23f3-37a6-11ec-81e2-968e859b52d5 from 0 (mysql-1) 2021-10-28 4:24:25 0 [Note] WSREP: STATE EXCHANGE: got state msg: ef0e23f3-37a6-11ec-81e2-968e859b52d5 from 1 (mysql-0) 2021-10-28 4:24:25 0 [Note] WSREP: Quorum results: version = 6, component = PRIMARY, conf_id = 33, members = 2/2 (joined/total), act_id = 6295358, last_appl. = 6294702, protocols = 2/10/4 (gcs/repl/appl), vote policy= 0, group UUID = 99202925-3168-11ec-9bc2-5e02403099cb 2021-10-28 4:24:25 0 [Note] WSREP: Flow-control interval: [23, 23] 2021-10-28 4:24:28 0 [Note] WSREP: cleaning up 6b2b3b48-a226 (tcp://10.233.118.238:4567)