(view as text)
runvm --port=2262 --memory=6144 --user=buildbot --smp=4 --cpu=host --startup-timeout=600 --logfile=kernel_2262.log vm-tmp-2262.qcow2 '

# Check that the installation worked, and we have the installed server
if ! dpkg -l | grep "mariadb-server"
then
  echo "Pre-MTR ERROR: previous server installation failed, cannot run MTR tests"
  exit 1
fi

cd /usr/share/mysql/mysql-test

test_set=galera

arch=aarch64
if [[ "$arch" == "x86" ]] ; then
  arch=i386
fi

set -ex
res=0

if [ "$test_set" == "galera" ] ; then
  case "10.2" in
  *10.1*)
    galera_suites=galera,wsrep
    ;;
  *10.[2-3]*)
    galera_suites=galera,wsrep,galera_3nodes
    ;;
  *)
    galera_suites=galera,wsrep,galera_3nodes,galera_sr
    ;;
  esac
  if ! perl mysql-test-run.pl --verbose-restart --suite=$galera_suites --vardir="$(readlink -f /dev/shm/var)" --parallel=2 --force --retry=3 --max-save-core=0 --max-save-datadir=1
  then
    res=1
  fi
elif [ "$test_set" == "rocksdb" ] ; then
  set +o pipefail
  if ! perl mysql-test-run.pl rocksdb.1st --vardir="$(readlink -f /dev/shm/var)" 2>&1 | grep -E '"'"'RocksDB is not compiled|Could not find'"'"' ; then
    if ! perl mysql-test-run.pl --suite=rocksdb* --skip-test=rocksdb_hotbackup* --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --parallel=4 --force --retry=3 --max-save-core=0 --max-save-datadir=1 ; then
      res=1
    fi
  else
    echo "WARNING: RocksDB engine not found"
  fi
elif [ "$test_set" == "s3" ] ; then
  set +o pipefail
  if perl mysql-test-run.pl s3.basic --vardir="$(readlink -f /dev/shm/var)" 2>&1 | grep -E '"'"'Need S3 engine'"'"' ; then
    echo "Pre-MTR warning"": S3 engine not found, tests will be skipped"
    exit 0
  fi
 
  if ! wget ftp://ftp.askmonty.org/public/minio/minio-linux-${arch} -O ~/minio ; then
    echo "ERROR: Could not download MinIO server for Linux ${arch}"
    echo "Check if it is available at http://dl.min.io/server/minio/release and store as ftp://ftp.askmonty.org/public/minio/minio-linux-${arch}"
    exit 1
  fi
  chmod a+x ~/minio
  MINIO_ACCESS_KEY=minio MINIO_SECRET_KEY=minioadmin ~/minio server /tmp/shared 2>&1 &
  if ! wget ftp://ftp.askmonty.org/public/minio/mc-linux-${arch} -O ~/mc ; then
    echo "ERROR: Could not download MinIO client for Linux ${arch}"
    echo "Check if it is available at http://dl.min.io/client/mc/release/ and store as ftp://ftp.askmonty.org/public/minio/mc-linux-${arch}"
    exit 1
  fi
  chmod a+x ~/mc

  # Try a few times in case the server hasn'"'"'t finished initializing yet
  res=1
  for i in 1 2 3 4 5 ; do
    ### Cannot use mc alias, because the mc version for i386 is old, it doesn'"'"'t support it
    # if ~/mc alias set local http://127.0.0.1:9000  minio minioadmin ; then
    if ~/mc config host add local http://127.0.0.1:9000  minio minioadmin ; then
      res=0
      break
    fi
    sleep 1
  done
  if [ "$res" == "1" ] ; then
    echo "ERROR: Couldn'"'"'t configure MinIO server"
    exit 1
  fi
  # i386 has an old version of minio/mc, which doesn'"'"'t seem stable. Try a few times before giving up
  res=1
  for i in 1 2 3 4 5 ; do
    if ~/mc mb --ignore-existing local/storage-engine ; then
      res=0
      break
    fi
    sleep 1
  done
  if [ "$res" == "1" ] ; then
    echo "ERROR: Couldn'"'"'t create the bucket in MinIO"
    exit 1
  fi

  if ! perl mysql-test-run.pl --suite=s3 --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --force --max-save-core=0 --max-save-datadir=1 ; then
    res=1
  fi
else
  echo "ERROR: Unknown test set $test_set"
  res=1
fi

rm -rf /home/buildbot/var
cp -r /dev/shm/var /home/buildbot
exit $res
' '!= rm -Rf var/ ; scp -rp -P 2262 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no buildbot@localhost:/home/buildbot/var/ . || :'
 in dir /var/lib/buildbot/maria-slave/kvm-deb-bionic-aarch64/build (timeout 1200 secs)
 watching logfiles {'kernel': 'kernel_2262.log', 'syslog': 'daemon.log', 'mysqld.1.err': './var/log/mysqld.1.err', 'mysqld.4.err': './var/log/mysqld.4.err', 'mysqld.3.err.1': './var/1/log/mysqld.3.err', 'mysqld.4.err.1': './var/1/log/mysqld.4.err', 'mysqld.4.err.3': './var/3/log/mysqld.4.err', 'mysqld.4.err.2': './var/2/log/mysqld.4.err', 'mysqld.3.err.2': './var/2/log/mysqld.3.err', 'mysqld.3.err.3': './var/3/log/mysqld.3.err', 'mysqld.3.err.4': './var/4/log/mysqld.3.err', 'mysqld.4.err.4': './var/4/log/mysqld.4.err', 'mysqld.2.err.4': './var/4/log/mysqld.2.err', 'mysqld.2.err.1': './var/1/log/mysqld.2.err', 'mysqld.2.err.3': './var/3/log/mysqld.2.err', 'mysqld.2.err.2': './var/2/log/mysqld.2.err', 'mysqld.2.err': './var/log/mysqld.2.err', 'mysqld.3.err': './var/log/mysqld.3.err', 'mysqld.1.err.2': './var/2/log/mysqld.1.err', 'mysqld.1.err.3': './var/3/log/mysqld.1.err', 'mysqld.1.err.1': './var/1/log/mysqld.1.err', 'mysqld.1.err.4': './var/4/log/mysqld.1.err'}
 argv: ['runvm', '--port=2262', '--memory=6144', '--user=buildbot', '--smp=4', '--cpu=host', '--startup-timeout=600', '--logfile=kernel_2262.log', 'vm-tmp-2262.qcow2', '\n\n# Check that the installation worked, and we have the installed server\nif ! dpkg -l | grep "mariadb-server"\nthen\n  echo "Pre-MTR ERROR: previous server installation failed, cannot run MTR tests"\n  exit 1\nfi\n\ncd /usr/share/mysql/mysql-test\n\ntest_set=galera\n\narch=aarch64\nif [[ "$arch" == "x86" ]] ; then\n  arch=i386\nfi\n\nset -ex\nres=0\n\nif [ "$test_set" == "galera" ] ; then\n  case "10.2" in\n  *10.1*)\n    galera_suites=galera,wsrep\n    ;;\n  *10.[2-3]*)\n    galera_suites=galera,wsrep,galera_3nodes\n    ;;\n  *)\n    galera_suites=galera,wsrep,galera_3nodes,galera_sr\n    ;;\n  esac\n  if ! perl mysql-test-run.pl --verbose-restart --suite=$galera_suites --vardir="$(readlink -f /dev/shm/var)" --parallel=2 --force --retry=3 --max-save-core=0 --max-save-datadir=1\n  then\n    res=1\n  fi\nelif [ "$test_set" == "rocksdb" ] ; then\n  set +o pipefail\n  if ! perl mysql-test-run.pl rocksdb.1st --vardir="$(readlink -f /dev/shm/var)" 2>&1 | grep -E \'RocksDB is not compiled|Could not find\' ; then\n    if ! perl mysql-test-run.pl --suite=rocksdb* --skip-test=rocksdb_hotbackup* --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --parallel=4 --force --retry=3 --max-save-core=0 --max-save-datadir=1 ; then\n      res=1\n    fi\n  else\n    echo "WARNING: RocksDB engine not found"\n  fi\nelif [ "$test_set" == "s3" ] ; then\n  set +o pipefail\n  if perl mysql-test-run.pl s3.basic --vardir="$(readlink -f /dev/shm/var)" 2>&1 | grep -E \'Need S3 engine\' ; then\n    echo "Pre-MTR warning"": S3 engine not found, tests will be skipped"\n    exit 0\n  fi\n \n  if ! wget ftp://ftp.askmonty.org/public/minio/minio-linux-${arch} -O ~/minio ; then\n    echo "ERROR: Could not download MinIO server for Linux ${arch}"\n    echo "Check if it is available at http://dl.min.io/server/minio/release and store as ftp://ftp.askmonty.org/public/minio/minio-linux-${arch}"\n    exit 1\n  fi\n  chmod a+x ~/minio\n  MINIO_ACCESS_KEY=minio MINIO_SECRET_KEY=minioadmin ~/minio server /tmp/shared 2>&1 &\n  if ! wget ftp://ftp.askmonty.org/public/minio/mc-linux-${arch} -O ~/mc ; then\n    echo "ERROR: Could not download MinIO client for Linux ${arch}"\n    echo "Check if it is available at http://dl.min.io/client/mc/release/ and store as ftp://ftp.askmonty.org/public/minio/mc-linux-${arch}"\n    exit 1\n  fi\n  chmod a+x ~/mc\n\n  # Try a few times in case the server hasn\'t finished initializing yet\n  res=1\n  for i in 1 2 3 4 5 ; do\n    ### Cannot use mc alias, because the mc version for i386 is old, it doesn\'t support it\n    # if ~/mc alias set local http://127.0.0.1:9000  minio minioadmin ; then\n    if ~/mc config host add local http://127.0.0.1:9000  minio minioadmin ; then\n      res=0\n      break\n    fi\n    sleep 1\n  done\n  if [ "$res" == "1" ] ; then\n    echo "ERROR: Couldn\'t configure MinIO server"\n    exit 1\n  fi\n  # i386 has an old version of minio/mc, which doesn\'t seem stable. Try a few times before giving up\n  res=1\n  for i in 1 2 3 4 5 ; do\n    if ~/mc mb --ignore-existing local/storage-engine ; then\n      res=0\n      break\n    fi\n    sleep 1\n  done\n  if [ "$res" == "1" ] ; then\n    echo "ERROR: Couldn\'t create the bucket in MinIO"\n    exit 1\n  fi\n\n  if ! perl mysql-test-run.pl --suite=s3 --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --force --max-save-core=0 --max-save-datadir=1 ; then\n    res=1\n  fi\nelse\n  echo "ERROR: Unknown test set $test_set"\n  res=1\nfi\n\nrm -rf /home/buildbot/var\ncp -r /dev/shm/var /home/buildbot\nexit $res\n', '!= rm -Rf var/ ; scp -rp -P 2262 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no buildbot@localhost:/home/buildbot/var/ . || :']
 environment:
  HOME=/var/lib/buildbot
  LANG=en_US.UTF-8
  LESSCLOSE=/usr/bin/lesspipe %s %s
  LESSOPEN=| /usr/bin/lesspipe %s
  LIBVIRT_DEFAULT_URI=qemu:///system
  LOGNAME=buildbot
  LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
  MAIL=/var/mail/buildbot
  PATH=/var/lib/buildbot/bin:/var/lib/buildbot/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
  PWD=/var/lib/buildbot/maria-slave/kvm-deb-bionic-aarch64/build
  SHELL=/bin/bash
  SHLVL=1
  TERM=vt102
  USER=buildbot
  _=/usr/bin/buildslave
 using PTY: False
+ kvm -m 6144 -M virt,gic_version=3 -drive file=vm-tmp-2262.qcow2-flash0.img,if=pflash,format=raw,unit=0,readonly=on -drive file=vm-tmp-2262.qcow2-flash1.img,if=pflash,format=raw,unit=1 -drive id=hd0,file=vm-tmp-2262.qcow2,if=none -device virtio-blk-device,drive=hd0 -netdev 'user,id=net0,hostfwd=tcp:127.0.0.1:2262-:22' -device virtio-net-device,netdev=net0,id=net0 -k en-us -nographic -boot order=c -smp 4 -cpu host -pidfile /var/lib/buildbot/.runvmkvm_2262.pid
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2262 -l buildbot localhost true
Connection to localhost closed.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2262 -l buildbot localhost true
Connection to localhost closed.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2262 -l buildbot localhost true
Connection to localhost closed.
+ 

# Check that the installation worked, and we have the installed server
if ! dpkg -l | grep "mariadb-server"
then
  echo "Pre-MTR ERROR: previous server installation failed, cannot run MTR tests"
  exit 1
fi

cd /usr/share/mysql/mysql-test

test_set=galera

arch=aarch64
if [[ "$arch" == "x86" ]] ; then
  arch=i386
fi

set -ex
res=0

if [ "$test_set" == "galera" ] ; then
  case "10.2" in
  *10.1*)
    galera_suites=galera,wsrep
    ;;
  *10.[2-3]*)
    galera_suites=galera,wsrep,galera_3nodes
    ;;
  *)
    galera_suites=galera,wsrep,galera_3nodes,galera_sr
    ;;
  esac
  if ! perl mysql-test-run.pl --verbose-restart --suite=$galera_suites --vardir="$(readlink -f /dev/shm/var)" --parallel=2 --force --retry=3 --max-save-core=0 --max-save-datadir=1
  then
    res=1
  fi
elif [ "$test_set" == "rocksdb" ] ; then
  set +o pipefail
  if ! perl mysql-test-run.pl rocksdb.1st --vardir="$(readlink -f /dev/shm/var)" 2>&1 | grep -E 'RocksDB is not compiled|Could not find' ; then
    if ! perl mysql-test-run.pl --suite=rocksdb* --skip-test=rocksdb_hotbackup* --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --parallel=4 --force --retry=3 --max-save-core=0 --max-save-datadir=1 ; then
      res=1
    fi
  else
    echo "WARNING: RocksDB engine not found"
  fi
elif [ "$test_set" == "s3" ] ; then
  set +o pipefail
  if perl mysql-test-run.pl s3.basic --vardir="$(readlink -f /dev/shm/var)" 2>&1 | grep -E 'Need S3 engine' ; then
    echo "Pre-MTR warning"": S3 engine not found, tests will be skipped"
    exit 0
  fi
 
  if ! wget ftp://ftp.askmonty.org/public/minio/minio-linux-${arch} -O ~/minio ; then
    echo "ERROR: Could not download MinIO server for Linux ${arch}"
    echo "Check if it is available at http://dl.min.io/server/minio/release and store as ftp://ftp.askmonty.org/public/minio/minio-linux-${arch}"
    exit 1
  fi
  chmod a+x ~/minio
  MINIO_ACCESS_KEY=minio MINIO_SECRET_KEY=minioadmin ~/minio server /tmp/shared 2>&1 &
  if ! wget ftp://ftp.askmonty.org/public/minio/mc-linux-${arch} -O ~/mc ; then
    echo "ERROR: Could not download MinIO client for Linux ${arch}"
    echo "Check if it is available at http://dl.min.io/client/mc/release/ and store as ftp://ftp.askmonty.org/public/minio/mc-linux-${arch}"
    exit 1
  fi
  chmod a+x ~/mc

  # Try a few times in case the server hasn't finished initializing yet
  res=1
  for i in 1 2 3 4 5 ; do
    ### Cannot use mc alias, because the mc version for i386 is old, it doesn't support it
    # if ~/mc alias set local http://127.0.0.1:9000  minio minioadmin ; then
    if ~/mc config host add local http://127.0.0.1:9000  minio minioadmin ; then
      res=0
      break
    fi
    sleep 1
  done
  if [ "$res" == "1" ] ; then
    echo "ERROR: Couldn't configure MinIO server"
    exit 1
  fi
  # i386 has an old version of minio/mc, which doesn't seem stable. Try a few times before giving up
  res=1
  for i in 1 2 3 4 5 ; do
    if ~/mc mb --ignore-existing local/storage-engine ; then
      res=0
      break
    fi
    sleep 1
  done
  if [ "$res" == "1" ] ; then
    echo "ERROR: Couldn't create the bucket in MinIO"
    exit 1
  fi

  if ! perl mysql-test-run.pl --suite=s3 --verbose-restart --vardir="$(readlink -f /dev/shm/var)" --force --max-save-core=0 --max-save-datadir=1 ; then
    res=1
  fi
else
  echo "ERROR: Unknown test set $test_set"
  res=1
fi

rm -rf /home/buildbot/var
cp -r /dev/shm/var /home/buildbot
exit $res

ii  mariadb-server                         1:10.2.37+maria~bionic            all          MariaDB database server (metapackage depending on the latest version)
ii  mariadb-server-10.2                    1:10.2.37+maria~bionic            arm64        MariaDB database server binaries
ii  mariadb-server-core-10.2               1:10.2.37+maria~bionic            arm64        MariaDB database core server files
+ res=0
+ '[' galera == galera ']'
+ case "10.2" in
+ galera_suites=galera,wsrep,galera_3nodes
++ readlink -f /dev/shm/var
+ perl mysql-test-run.pl --verbose-restart --suite=galera,wsrep,galera_3nodes --vardir=/dev/shm/var --parallel=2 --force --retry=3 --max-save-core=0 --max-save-datadir=1
Logging: mysql-test-run.pl  --verbose-restart --suite=galera,wsrep,galera_3nodes --vardir=/dev/shm/var --parallel=2 --force --retry=3 --max-save-core=0 --max-save-datadir=1
vardir: /dev/shm/var
Removing old var directory...
Creating var directory '/dev/shm/var'...
Checking supported features...
MariaDB Version 10.2.37-MariaDB-1:10.2.37+maria~bionic
 - SSL connections supported
 - binaries built with wsrep patch
Using suites: galera,wsrep,galera_3nodes
Collecting tests...
Installing system database...

==============================================================================

TEST                                  WORKER RESULT   TIME (ms) or COMMENT
--------------------------------------------------------------------------

worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019
worker[2] Using MTR_BUILD_THREAD 301, with reserved ports 16020..16039
galera.GAL-419                           [ skipped ]  Test needs --big-test
galera.MW-286                            [ disabled ]  MDEV-18464 Killing thread can cause mutex deadlock if done concurrently with Galera/replication victim kill
galera.MW-328A                           [ disabled ]  MDEV-22666 galera.MW-328A MTR failed: "Semaphore wait has lasted > 600 seconds" and do not release port 16002
galera.MW-328B                           [ disabled ]  MDEV-22666 galera.MW-328A MTR failed: "Semaphore wait has lasted > 600 seconds" and do not release port 16002
galera.MW-329                            [ disabled ]  MDEV-19962 Galera test failure on MW-329
galera.galera_as_slave_replication_bundle [ disabled ]  MDEV-15785 OPTION_GTID_BEGIN is set in Gtid_log_event::do_apply_event()
galera.galera_bf_lock_wait               [ disabled ]  MDEV-24649 galera.galera_bf_lock_wait MTR failed with sigabrt: Assertion `!is_owned()' failed in sync0policy.ic on MutexDebug with Mutex = TTASEventMutex<GenericPolicy>
galera.galera_binlog_stmt_autoinc        [ disabled ]  MDEV-19959 Galera test failure on galera_binlog_stmt_autoinc
galera.galera_fulltext                   [ skipped ]  Test needs --big-test
galera.galera_gcache_recover_manytrx     [ disabled ]  MDEV-18834 Galera test failure
galera.galera_kill_largechanges          [ skipped ]  Test needs --big-test
galera.galera_many_columns               [ skipped ]  Test needs --big-test
galera.galera_many_tables_nopk           [ skipped ]  Test needs --big-test
galera.galera_many_tables_pk             [ skipped ]  Test needs --big-test
galera.galera_mdl_race                   [ disabled ]  MDEV-21524: galera.galera_mdl_race MTR failed: query 'reap' succeeded - should have failed with errno 1213
galera.galera_parallel_autoinc_largetrx  [ skipped ]  Test needs --big-test
galera.galera_parallel_autoinc_manytrx   [ skipped ]  Test needs --big-test
galera.galera_parallel_simple            [ disabled ]  MDEV-20318 galera.galera_parallel_simple fails
galera.galera_partition                  [ disabled ]  MDEV-21806: galera.galera_partition MTR failed: failed to recover from DONOR state
galera.galera_rsu_add_pk                 [ skipped ]  Test needs --big-test
galera.galera_rsu_drop_pk                [ skipped ]  Test needs --big-test
galera.galera_shutdown_nonprim           [ disabled ]  MDEV-21493 galera.galera_shutdown_nonprim
galera.galera_ssl_upgrade                [ disabled ]  MDEV-19950 Galera test failure on galera_ssl_upgrade
galera.galera_sst_mariabackup_encrypt_with_key [ disabled ]  MDEV-21484 galera_sst_mariabackup_encrypt_with_key
galera.galera_toi_ddl_error              [ skipped ]  Test needs --big-test
galera.galera_toi_ddl_fk_insert          [ skipped ]  Test needs --big-test
galera.galera_toi_ddl_fk_update          [ skipped ]  Test needs --big-test
galera.galera_var_load_data_splitting    [ skipped ]  Test needs --big-test
galera.galera_var_node_address           [ disabled ]  MDEV-20485 Galera test failure
galera.galera_wan                        [ disabled ]  MDEV-17259 Test failure on galera.galera_wan
galera.galera_wsrep_desync_wsrep_on      [ skipped ]  Test needs --big-test
galera.partition                         [ disabled ]  MDEV-19958 Galera test failure on galera.partition
galera.query_cache                       [ disabled ]  MDEV-15805 Test failure on galera.query_cache
galera.sql_log_bin                       [ disabled ]  MDEV-21491 galera.sql_log_bin
galera_3nodes.GAL-501                    [ disabled ]  MDEV-24645 galera_3nodes.GAL-501 MTR failed: failed to open gcomm backend connection: 110
galera_3nodes.galera_garbd               [ skipped ]  Test needs --big-test
galera_3nodes.galera_gtid_2_cluster      [ disabled ]  MDEV-23775 Galera test failure on galera_3nodes.galera_gtid_2_cluster
galera_3nodes.galera_ipv6_mariabackup    [ disabled ]  MDEV-24440: galera_3nodes.galera_ipv6_mariabackup MTR fails sporadically: Failed to read from: wsrep_sst_mariabackup --role 'donor' --address '[::1]:16028/xtrabackup_sst//1'
galera_3nodes.galera_ipv6_mariabackup_section [ disabled ]  MDEV-22195: galera_3nodes.galera_ipv6_mariabackup_section MTR failed: assert_grep.inc failed
galera_3nodes.galera_ipv6_mysqldump      [ disabled ]  MDEV-24036: galera_3nodes.galera_ipv6_mysqldump: rare random crashes during shutdown
galera_3nodes.galera_ipv6_rsync_section  [ disabled ]  MDEV-23580: galera_3nodes.galera_ipv6_rsync_section MTR failed: WSREP_SST: [ERROR] rsync daemon port '16008' has been taken
galera_3nodes.galera_ist_gcache_rollover [ disabled ]  MDEV-23578 WSREP: exception caused by message: {v=0,t=1,ut=255,o=4,s=0,sr=0,as=1,f=6,src=50524cfe,srcvid=view_id(REG,50524cfe,4),insvid=view_id(UNKNOWN,00000000,0),ru=00000000,r=[-1,-1],fs=75,nl=(}
galera_3nodes.galera_load_data_ist       [ disabled ]  MDEV-24639 galera_3nodes.galera_load_data_ist MTR failed with SIGABRT: query 'reap' failed: 2013: Lost connection to MySQL server during query
galera_3nodes.galera_pc_bootstrap        [ disabled ]  MDEV-24650 galera_pc_bootstrap MTR failed: Could not execute 'check-testcase' before testcase
galera_3nodes.galera_slave_options_do    [ disabled ]  MDEV-8798
galera_3nodes.galera_slave_options_ignore [ disabled ]  MDEV-8798
galera.MW-86-wait1 'innodb'              [ skipped ]  Requires debug build
galera.MDEV-20225 'innodb'               [ skipped ]  Requires debug build
galera.MDEV-22707 'innodb'               [ skipped ]  Requires debug build
galera.MW-388 'innodb'                   [ skipped ]  Requires debug build
galera.galera_FK_duplicate_client_insert 'innodb' [ skipped ]  Requires debug build
galera.galera_fk_cascade_delete_debug 'innodb' [ skipped ]  Requires debug build
galera.galera_toi_ddl_locking 'innodb'   [ skipped ]  Requires debug build
galera.galera_var_retry_autocommit 'innodb' [ skipped ]  Requires debug build
galera.galera_sp_bf_abort                [ skipped ]  Requires debug build
galera.galera_sync_wait_show             [ skipped ]  Requires debug build
galera.galera_toi_truncate               [ skipped ]  Requires debug build
galera.lp1376747-4                       [ skipped ]  Requires debug build
galera.mdev-22543                        [ skipped ]  Requires debug build
galera.MW-86-wait8                       [ skipped ]  Requires debug build
galera.galera#414                        [ skipped ]  Test needs --big-test
galera.galera_as_slave_nonprim           [ skipped ]  Test needs --big-test
galera.galera_as_slave_replay 'innodb'   [ skipped ]  Requires debug build
galera.galera_autoinc_sst_mariabackup    [ skipped ]  Test needs --big-test
galera.galera_autoinc_sst_xtrabackup     [ skipped ]  Test needs --big-test
galera.galera_binlog_event_max_size_max  [ skipped ]  Test needs --big-test
galera.galera_gcache_recover             [ skipped ]  Test needs --big-test
galera.galera_gcache_recover_full_gcache [ skipped ]  Test needs --big-test
galera.galera_gcs_max_packet_size        [ skipped ]  Test needs --big-test
galera.galera_gtid_slave_sst_rsync       [ skipped ]  Test needs --big-test
galera.galera_ist_innodb_flush_logs      [ skipped ]  Test needs --big-test
galera.galera_ist_mariabackup            [ skipped ]  Test needs --big-test
galera.galera_ist_mariabackup_innodb_flush_logs [ skipped ]  Test needs --big-test
galera.galera_ist_mysqldump              [ skipped ]  Test needs --big-test
galera.galera_ist_progress               [ skipped ]  Test needs --big-test
galera.galera_ist_recv_bind              [ skipped ]  Test needs --big-test
galera.galera_ist_restart_joiner         [ skipped ]  Test needs --big-test
galera.galera_ist_rsync                  [ skipped ]  Test needs --big-test
galera.galera_ist_xtrabackup-v2          [ skipped ]  Test needs --big-test
galera.galera_many_rows                  [ skipped ]  Test needs --big-test
galera.galera_query_cache_sync_wait 'innodb' [ skipped ]  Requires debug build
galera.galera_slave_replay               [ skipped ]  Requires debug build
galera.galera_ssl                        [ skipped ]  Test needs --big-test
galera.galera_ssl_compression            [ skipped ]  Test needs --big-test
galera.galera_sst_mariabackup            [ skipped ]  Test needs --big-test
galera.galera_sst_mariabackup_table_options [ skipped ]  Test needs --big-test
galera.galera_sst_mysqldump              [ skipped ]  Test needs --big-test
galera.galera_sst_mysqldump_with_key     [ skipped ]  Test needs --big-test
galera.galera_sst_rsync                  [ skipped ]  Test needs --big-test
galera.galera_sst_rsync_data_dir         [ skipped ]  Test needs --big-test
galera.galera_sst_xtrabackup-v2-options 'innodb' [ skipped ]  Need innobackupex
galera.galera_sst_xtrabackup-v2          [ skipped ]  Test needs --big-test
galera.galera_sst_xtrabackup-v2_data_dir [ skipped ]  Test needs --big-test
galera.galera_sst_xtrabackup-v2_encrypt_with_key [ skipped ]  Test needs --big-test
galera.galera_wan_restart_ist            [ skipped ]  Test needs --big-test
galera.galera_wan_restart_sst            [ skipped ]  Test needs --big-test
galera.mysql-wsrep#33                    [ skipped ]  Test needs --big-test
galera_3nodes.galera_pc_weight           [ skipped ]  Test needs --big-test
galera.galera_forced_binlog_format 'innodb' w2 [ pass ]   2078
worker[2] > Restart [mysqld.1 - pid: 1661, winpid: 1661] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --log-bin --wsrep_forced_binlog_format=ROW'
worker[2] > Restart [mysqld.2 - pid: 1734, winpid: 1734] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --log-bin --wsrep_forced_binlog_format=ROW'
galera.galera_log_output_csv 'innodb'    w1 [ pass ]   2063
worker[1] > Restart [mysqld.1 - pid: 1662, winpid: 1662] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-output=TABLE' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-output=TABLE --log-queries-not-using-indexes --general-log --slow-query-log'
worker[1] > Restart [mysqld.2 - pid: 1738, winpid: 1738] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-output=TABLE' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-output=TABLE --log-queries-not-using-indexes --general-log --slow-query-log'
galera.MW-44 'innodb'                    w1 [ pass ]   2084
worker[1] > Restart [mysqld.1 - pid: 2234, winpid: 2234] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --wsrep-new-cluster' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-output=TABLE'
worker[1] > Restart [mysqld.2 - pid: 2309, winpid: 2309] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --wsrep-new-cluster' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-output=TABLE'
galera.MDEV-22021 'binlogon,innodb'      w2 [ pass ]   2078
worker[2] > Restart [mysqld.1 - pid: 2232, winpid: 2232] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --wsrep_notify_cmd=/usr/share/mysql/mysql-test/std_data/wsrep_notify.sh --wsrep-sync-wait=0' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin'
worker[2] > Restart [mysqld.2 - pid: 2305, winpid: 2305] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --wsrep_notify_cmd=/usr/share/mysql/mysql-test/std_data/wsrep_notify.sh --wsrep-sync-wait=0' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin'
galera.galera_wsrep_new_cluster 'innodb' w1 [ pass ]   2688
worker[1] > Restart [mysqld.1 - pid: 2812, winpid: 2812] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --wsrep-new-cluster'
worker[1] > Restart [mysqld.2 - pid: 2902, winpid: 2902] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --wsrep-new-cluster'
galera.GAL-382 'innodb'                  w1 [ pass ]   2079
galera.galera_var_notify_cmd 'innodb'    w2 [ pass ]   2019
worker[2] > Restart  - not started
worker[2] > Restart  - not started
galera.galera_trigger 'innodb'           w2 [ pass ]   2096
galera.galera_truncate 'innodb'          w2 [ pass ]   2095
galera.galera_truncate_temporary 'innodb' w2 [ pass ]   2116
galera.galera_unicode_identifiers 'innodb' w2 [ pass ]   2095
galera.GAL-401 'innodb'                  w1 [ pass ]  17396
galera.galera_unicode_pk 'innodb'        w2 [ pass ]   2062
galera.GAL-480 'innodb'                  w1 [ pass ]   2278
galera.galera_update_limit 'innodb'      w2 [ pass ]   2084
galera.MDEV-22021 'binlogoff,innodb'     w1 [ pass ]   2061
galera.galera_var_OSU_method 'innodb'    w2 [ skipped ]  debug_sync is not available
galera.MW-252 'innodb'                   w1 [ pass ]   2243
galera.galera_var_OSU_method2 'innodb'   w2 [ skipped ]  debug_sync is not available
galera.galera_var_auto_inc_control_off 'innodb' w2 [ pass ]   4093
galera.galera_var_certify_nonPK_off 'innodb' w2 [ pass ]   2104
galera.MW-258 'innodb'                   w1 [ pass ]  10060
galera.MW-259 'innodb'                   w1 [ skipped ]  debug_sync is not available
galera.MW-285 'innodb'                   w1 [ pass ]   2085
galera.MW-292 'innodb'                   w1 [ skipped ]  debug_sync is not available
galera.galera_var_cluster_address 'innodb' w2 [ pass ]  10187
galera.MW-309 'innodb'                   w1 [ pass ]   2053
galera.galera_var_desync_on 'innodb'     w2 [ pass ]   3075
galera.MW-328D 'innodb'                  w1 [ pass ]   4045
galera.MW-328E 'innodb'                  w1 [ pass ]   4063
galera.galera_var_dirty_reads 'innodb'   w2 [ pass ]   8269
galera.MW-357 'innodb'                   w1 [ pass ]   2018
galera.galera_var_fkchecks 'innodb'      w2 [ pass ]   2040
galera.MW-369 'innodb'                   w1 [ skipped ]  debug_sync is not available
galera.MW-402 'innodb'                   w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.MW-416 'innodb'                   w1 [ pass ]   2064
galera.basic 'innodb'                    w1 [ pass ]   2113
galera.galera_var_innodb_disallow_writes 'innodb' w2 [ pass ]   8773
galera.binlog_checksum 'innodb'          w1 [ pass ]   2104
galera.create 'innodb'                   w1 [ pass ]   2095
galera.galera_var_max_ws_rows 'innodb'   w2 [ pass ]   3610
galera.enforce_storage_engine 'innodb'   w1 [ pass ]   2035
galera.galera_var_max_ws_size 'innodb'   w2 [ pass ]   2033
galera.ev51914 'innodb'                  w1 [ pass ]   2213
galera.galera_var_mysql_replication_bundle 'innodb' w2 [ pass ]   2029
galera.fk 'innodb'                       w1 [ pass ]   2214
galera.galera#500 'innodb'               w1 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera.galera_var_reject_queries 'innodb' w2 [ pass ]   4048
galera.galera#505 'innodb'               w1 [ pass ]   2027
galera.galera_var_replicate_myisam_off 'innodb' w2 [ pass ]   2025
galera.galera_UK_conflict 'innodb'       w1 [ skipped ]  debug_sync is not available
galera.galera_var_replicate_myisam_on 'innodb' w2 [ pass ]   2124
galera.galera_admin 'innodb'             w1 [ pass ]   2518
galera.galera_alter_engine_innodb 'innodb' w1 [ pass ]   2034
galera.galera_alter_engine_myisam 'innodb' w1 [ pass ]   2022
galera.galera_alter_table_force 'innodb' w1 [ pass ]   2039
galera.galera_applier_ftwrl_table 'innodb' w1 [ pass ]   2070
galera.galera_var_slave_threads 'innodb' w2 [ pass ]   2237
worker[2] > Restart  - not started
worker[2] > Restart  - not started
galera.galera_bf_abort 'innodb'          w1 [ pass ]   2038
galera.galera_bf_abort_flush_for_export 'innodb' w1 [ pass ]   2146
galera.galera_bf_abort_for_update 'innodb' w1 [ pass ]   2066
galera.galera_var_sync_wait 'innodb'     w2 [ pass ]   2064
galera.galera_bf_abort_ftwrl 'innodb'    w1 [ pass ]   2049
galera.galera_var_wsrep_on_off 'innodb'  w2 [ pass ]   2037
galera.galera_wsrep_provider_options_syntax 'innodb' w2 [ pass ]   2018
galera.galera_bf_abort_get_lock 'innodb' w1 [ pass ]   3031
galera.galera_bf_abort_lock_table 'innodb' w1 [ pass ]   2021
galera.galera_bf_abort_sleep 'innodb'    w1 [ pass ]   2037
galera.galera_binlog_cache_size 'innodb' w1 [ pass ]   3040
galera.galera_binlog_row_image 'innodb'  w1 [ pass ]   2089
galera.galera_wsrep_provider_unset_set 'innodb' w2 [ pass ]  11188
galera.galera_concurrent_ctas 'innodb'   w1 [ pass ]   2761
galera.galera_zero_length_column 'innodb' w2 [ pass ]   2035
galera.galera_create_function 'innodb'   w1 [ pass ]   2065
galera.grant 'innodb'                    w2 [ pass ]   2022
galera.galera_create_procedure 'innodb'  w1 [ pass ]   2066
galera.lp1276424 'innodb'                w2 [ pass ]   2029
galera.galera_create_table_like 'innodb' w1 [ pass ]   2076
galera.lp1347768 'innodb'                w2 [ pass ]   2025
galera.galera_create_trigger 'innodb'    w1 [ pass ]   2111
galera.lp1376747 'innodb'                w2 [ pass ]   4084
galera.galera_ddl_multiline 'innodb'     w1 [ pass ]   2138
galera.lp1376747-2 'innodb'              w2 [ pass ]   2074
galera.galera_defaults 'innodb'          w1 [ pass ]   2039
galera.lp1376747-3 'innodb'              w2 [ pass ]   2082
galera.galera_delete_limit 'innodb'      w1 [ pass ]   2081
galera.lp1438990 'innodb'                w2 [ pass ]   2044
galera.galera_desync_overlapped 'innodb' w1 [ skipped ]  debug_sync is not available
galera.lp959512 'innodb'                 w2 [ pass ]   2117
galera.mdev_9290 'innodb'                w2 [ pass ]   2064
galera.mysql-wsrep#110 'innodb'          w2 [ pass ]   2074
galera.galera_drop_database 'innodb'     w1 [ pass ]   9016
galera.mysql-wsrep#198 'innodb'          w2 [ pass ]   2132
galera.galera_drop_multi 'innodb'        w1 [ pass ]   2062
galera.mysql-wsrep#237 'innodb'          w2 [ skipped ]  debug_sync is not available
galera.galera_enum 'innodb'              w1 [ pass ]   2075
galera.mysql-wsrep#247 'innodb'          w2 [ pass ]   3051
galera.galera_events 'innodb'            w1 [ pass ]   3028
galera.mysql-wsrep#31 'innodb'           w2 [ pass ]  10670
worker[2] > Restart [mysqld.2 - pid: 5846, winpid: 5846] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --wsrep-start-position=9c45114e-5eff-11eb-884b-477c9e81ad99:98'
galera.galera_events2 'innodb'           w1 [ pass ]  17652
galera.mysql-wsrep#332 'innodb'          w2 [ skipped ]  debug_sync is not available
galera.galera_fk_cascade_delete 'innodb' w1 [ pass ]   2089
galera.mysql-wsrep#90 'innodb'           w2 [ skipped ]  debug_sync is not available
galera.galera_fk_cascade_update 'innodb' w1 [ pass ]   2046
galera.galera_fk_conflict 'innodb'       w1 [ pass ]   2045
galera.galera_fk_mismatch 'innodb'       w1 [ pass ]   2088
galera.galera_fk_multicolumn 'innodb'    w1 [ pass ]   2048
galera.galera_fk_multitable 'innodb'     w1 [ pass ]   2054
galera.pxc-421 'innodb'                  w2 [ pass ]  11297
galera.galera_fk_no_pk 'innodb'          w1 [ pass ]   2033
galera.rename 'innodb'                   w2 [ pass ]   2052
galera.galera_fk_selfreferential 'innodb' w1 [ pass ]   2029
galera.galera_fk_setnull 'innodb'        w1 [ pass ]   2035
galera.unique_key 'innodb'               w2 [ pass ]   2129
galera.view 'innodb'                     w2 [ pass ]   2074
worker[2] > Restart [mysqld.1 - pid: 4749, winpid: 4749] - using different config file
worker[2] > Restart [mysqld.2 - pid: 5898, winpid: 5898] - using different config file
galera.galera_ftwrl 'innodb'             w1 [ pass ]   4069
galera.galera_ftwrl_drain 'innodb'       w1 [ skipped ]  debug_sync is not available
galera.galera_gcs_fc_limit 'innodb'      w1 [ pass ]   3069
galera.galera_gra_log 'innodb'           w1 [ pass ]   2075
galera.galera_insert_ignore 'innodb'     w1 [ pass ]   2080
galera.galera_insert_multi 'innodb'      w1 [ pass ]   2124
galera.MDEV-24327 'innodb'               w2 [ skipped ]  debug_sync is not available
worker[2] > Restart [mysqld.1 - pid: 6743, winpid: 6743] - using different config file
worker[2] > Restart [mysqld.2 - pid: 6780, winpid: 6780] - using different config file
galera.galera_kill_applier 'innodb'      w1 [ pass ]   2044
worker[1] > Restart  - not started
worker[1] > Restart  - not started
galera.MW-284 'innodb'                   w2 [ pass ]  11250
worker[2] > Restart [mysqld.1 - pid: 7081, winpid: 7081] - using different config file
worker[2] > Restart [mysqld.2 - pid: 7144, winpid: 7144] - using different config file
worker[2] > Restart [mysqld.3 - pid: 7149, winpid: 7149] - using different config file
galera.MW-313 'innodb'                   w2 [ pass ]   2037
worker[2] > Restart [mysqld.1 - pid: 7661, winpid: 7661] - using different config file
worker[2] > Restart [mysqld.2 - pid: 7698, winpid: 7698] - using different config file
galera.galera_kill_ddl 'innodb'          w1 [ pass ]  22701
galera.galera_kill_nochanges 'innodb'    w1 [ pass ]  18953
galera.MW-336 'innodb'                   w2 [ pass ]   2225
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera.enforce_storage_engine2 'innodb'  w2 [ pass ]   2041
worker[2] > Restart [mysqld.1 - pid: 8856, winpid: 8856] - using different config file
worker[2] > Restart [mysqld.2 - pid: 8892, winpid: 8892] - using different config file
galera.galera_kill_smallchanges 'innodb' w1 [ pass ]  22240
galera.galera_lock_table 'innodb'        w1 [ pass ]   4043
galera.galera_many_indexes 'innodb'      w1 [ pass ]   2346
galera.galera_applier_ftwrl_table_alter 'innodb' w2 [ pass ]   8064
worker[2] > Restart [mysqld.1 - pid: 9361, winpid: 9361] - using different config file
worker[2] > Restart [mysqld.2 - pid: 9397, winpid: 9397] - using different config file
galera.galera_mdev_10812 'innodb'        w1 [ pass ]   6065
galera.galera_multi_database 'innodb'    w1 [ pass ]   2073
galera.galera_myisam_autocommit 'innodb' w1 [ pass ]   2031
galera.galera_myisam_transactions 'innodb' w1 [ pass ]   2077
galera.galera_nopk_bit 'innodb'          w1 [ pass ]   2060
galera.galera_nopk_blob 'innodb'         w1 [ pass ]   2098
galera.galera_nopk_large_varchar 'innodb' w1 [ pass ]   2062
galera.galera_as_master 'innodb'         w2 [ pass ]   3033
worker[2] > Restart [mysqld.1 - pid: 9761, winpid: 9761] - using different config file
worker[2] > Restart [mysqld.2 - pid: 9798, winpid: 9798] - using different config file
worker[2] > Restart [mysqld.3 - pid: 9800, winpid: 9800] - using different config file
galera.galera_as_master_large 'innodb'   w2 [ pass ]   2092
worker[2] > Restart [mysqld.1 - pid: 10137, winpid: 10137] - using different config file
worker[2] > Restart [mysqld.2 - pid: 10174, winpid: 10174] - using different config file
worker[2] > Restart [mysqld.3 - pid: 10176, winpid: 10176] - using different config file
galera.galera_as_slave 'innodb'          w2 [ pass ]   2204
worker[2] > Restart [mysqld.1 - pid: 10477, winpid: 10477] - using different config file
worker[2] > Restart [mysqld.2 - pid: 10479, winpid: 10479] - using different config file
worker[2] > Restart [mysqld.3 - pid: 10543, winpid: 10543] - using different config file
galera.galera_as_slave_autoinc 'innodb'  w2 [ pass ]   2232
worker[2] > Restart [mysqld.1 - pid: 10818, winpid: 10818] - using different config file
worker[2] > Restart [mysqld.2 - pid: 10820, winpid: 10820] - using different config file
worker[2] > Restart [mysqld.3 - pid: 10884, winpid: 10884] - using different config file
galera.galera_as_slave_ctas 'innodb'     w2 [ pass ]   3193
worker[2] > Restart [mysqld.1 - pid: 11159, winpid: 11159] - using different config file
worker[2] > Restart [mysqld.2 - pid: 11161, winpid: 11161] - using different config file
worker[2] > Restart [mysqld.3 - pid: 11225, winpid: 11225] - using different config file
galera.galera_as_slave_gtid 'innodb'     w2 [ pass ]   3163
worker[2] > Restart [mysqld.1 - pid: 11500, winpid: 11500] - using different config file
worker[2] > Restart [mysqld.2 - pid: 11502, winpid: 11502] - using different config file
worker[2] > Restart [mysqld.3 - pid: 11566, winpid: 11566] - using different config file
galera.galera_as_slave_gtid_myisam 'innodb' w2 [ pass ]   3883
worker[2] > Restart [mysqld.1 - pid: 11841, winpid: 11841] - using different config file
worker[2] > Restart [mysqld.2 - pid: 11843, winpid: 11843] - using different config file
worker[2] > Restart [mysqld.3 - pid: 11907, winpid: 11907] - using different config file
galera.galera_bf_background_statistics 'innodb' w2 [ pass ]   2774
worker[2] > Restart [mysqld.1 - pid: 12182, winpid: 12182] - using different config file
worker[2] > Restart [mysqld.2 - pid: 12218, winpid: 12218] - using different config file
galera.galera_binlog_checksum 'innodb'   w2 [ pass ]   2046
worker[2] > Restart [mysqld.1 - pid: 12455, winpid: 12455] - using different config file
worker[2] > Restart [mysqld.2 - pid: 12491, winpid: 12491] - using different config file
galera.galera_binlog_event_max_size_min 'innodb' w2 [ pass ]   2041
worker[2] > Restart [mysqld.1 - pid: 12728, winpid: 12728] - using different config file
worker[2] > Restart [mysqld.2 - pid: 12764, winpid: 12764] - using different config file
galera.galera_encrypt_tmp_files 'innodb' w2 [ pass ]   2121
worker[2] > Restart [mysqld.1 - pid: 13002, winpid: 13002] - using different config file
worker[2] > Restart [mysqld.2 - pid: 13039, winpid: 13039] - using different config file
galera.galera_flush_local 'innodb'       w2 [ pass ]   2802
worker[2] > Restart [mysqld.1 - pid: 13301, winpid: 13301] - using different config file
worker[2] > Restart [mysqld.2 - pid: 13337, winpid: 13337] - using different config file
galera.galera_gcs_fragment 'innodb'      w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
worker[2] > Restart [mysqld.1 - pid: 13574, winpid: 13574] - using different config file
worker[2] > Restart [mysqld.2 - pid: 13610, winpid: 13610] - using different config file
galera.galera_gtid 'innodb'              w2 [ pass ]   2044
worker[2] > Restart [mysqld.1 - pid: 13843, winpid: 13843] - using different config file
worker[2] > Restart [mysqld.2 - pid: 13880, winpid: 13880] - using different config file
galera.galera_gtid_slave 'innodb'        w2 [ pass ]   3104
worker[2] > Restart [mysqld.1 - pid: 14130, winpid: 14130] - using different config file
worker[2] > Restart [mysqld.2 - pid: 14132, winpid: 14132] - using different config file
worker[2] > Restart [mysqld.3 - pid: 14196, winpid: 14196] - using different config file
galera.galera_load_data 'innodb'         w2 [ pass ]   2157
worker[2] > Restart [mysqld.1 - pid: 14471, winpid: 14471] - using different config file
worker[2] > Restart [mysqld.2 - pid: 14507, winpid: 14507] - using different config file
galera.galera_log_bin 'innodb'           w2 [ pass ]   3058
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera.galera_mdev_13787 'innodb'        w2 [ pass ]   2025
worker[2] > Restart [mysqld.1 - pid: 15051, winpid: 15051] - using different config file
worker[2] > Restart [mysqld.2 - pid: 15087, winpid: 15087] - using different config file
galera.galera_mdev_15611 'innodb'        w2 [ pass ]   2304
worker[2] > Restart [mysqld.1 - pid: 15324, winpid: 15324] - using different config file
worker[2] > Restart [mysqld.2 - pid: 15360, winpid: 15360] - using different config file
galera.galera_query_cache 'innodb'       w2 [ pass ]   2104
worker[2] > Restart [mysqld.1 - pid: 15602, winpid: 15602] - using different config file
worker[2] > Restart [mysqld.2 - pid: 15638, winpid: 15638] - using different config file
galera.galera_sbr_binlog 'innodb'        w2 [ pass ]   2050
worker[2] > Restart [mysqld.1 - pid: 15875, winpid: 15875] - using different config file
worker[2] > Restart [mysqld.2 - pid: 15912, winpid: 15912] - using different config file
galera.galera_sst_mariabackup_lost_found 'innodb' w2 [ pass ]  25290
worker[2] > Restart [mysqld.1 - pid: 16161, winpid: 16161] - using different config file
worker[2] > Restart [mysqld.2 - pid: 17234, winpid: 17234] - using different config file
galera.galera_sst_rsync2 'innodb,release' w2 [ pass ]  39679
worker[2] > Restart [mysqld.1 - pid: 18247, winpid: 18247] - using different config file
worker[2] > Restart [mysqld.2 - pid: 19029, winpid: 19029] - using different config file
galera.galera_v1_row_events 'innodb'     w2 [ pass ]   2057
worker[2] > Restart [mysqld.1 - pid: 19270, winpid: 19270] - using different config file
worker[2] > Restart [mysqld.2 - pid: 19306, winpid: 19306] - using different config file
galera.galera_var_auto_inc_control_on 'innodb' w2 [ pass ]   2057
worker[2] > Restart [mysqld.1 - pid: 19544, winpid: 19544] - using different config file
worker[2] > Restart [mysqld.2 - pid: 19580, winpid: 19580] - using different config file
galera.galera_var_gtid_domain_id 'innodb' w2 [ pass ]   3041
worker[2] > Restart [mysqld.1 - pid: 19817, winpid: 19817] - using different config file
worker[2] > Restart [mysqld.2 - pid: 19854, winpid: 19854] - using different config file
galera.galera_var_log_bin 'innodb'       w2 [ pass ]   2025
worker[2] > Restart [mysqld.1 - pid: 20115, winpid: 20115] - using different config file
worker[2] > Restart [mysqld.2 - pid: 20152, winpid: 20152] - using different config file
galera.galera_var_sst_auth 'innodb'      w2 [ pass ]   2017
worker[2] > Restart [mysqld.1 - pid: 20428, winpid: 20428] - using different config file
worker[2] > Restart [mysqld.2 - pid: 20464, winpid: 20464] - using different config file
galera.galera_wsrep_log_conficts 'innodb' w2 [ pass ]   2092
worker[2] > Restart [mysqld.1 - pid: 20701, winpid: 20701] - using different config file
worker[2] > Restart [mysqld.2 - pid: 20737, winpid: 20737] - using different config file
galera.mdev_10518 'innodb'               w2 [ pass ]   2939
worker[2] > Restart [mysqld.1 - pid: 20977, winpid: 20977] - using different config file
worker[2] > Restart [mysqld.2 - pid: 21014, winpid: 21014] - using different config file
galera.mysql-wsrep#201 'innodb'          w2 [ pass ]   2942
worker[2] > Restart [mysqld.1 - pid: 21275, winpid: 21275] - using different config file
worker[2] > Restart [mysqld.2 - pid: 21311, winpid: 21311] - using different config file
galera.rpl_row_annotate 'innodb'         w2 [ pass ]   2057
worker[2] > Restart [mysqld.1 - pid: 21548, winpid: 21548] - using different config file
worker[2] > Restart [mysqld.2 - pid: 21585, winpid: 21585] - using different config file
galera_3nodes.galera_certification_ccc 'innodb' w2 [ pass ]  18114
galera_3nodes.galera_certification_double_failure 'innodb' w2 [ pass ]   3058
galera_3nodes.galera_evs_suspect_timeout 'innodb' w2 [ pass ]  18974
galera_3nodes.galera_join_with_cc_A 'innodb' w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_3nodes.galera_join_with_cc_B 'innodb' w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_3nodes.galera_join_with_cc_C 'innodb' w2 [ skipped ]  Test requires Galera debug library with debug_sync functionality
galera_3nodes.galera_parallel_apply_3nodes 'innodb' w2 [ pass ]   3056
galera_3nodes.galera_var_dirty_reads2 'innodb' w2 [ pass ]  20520
worker[2] > Restart [mysqld.1 - pid: 21846, winpid: 21846] - using different config file
worker[2] > Restart [mysqld.2 - pid: 21848, winpid: 21848] - using different config file
worker[2] > Restart [mysqld.3 - pid: 21850, winpid: 21850] - using different config file
galera_3nodes.galera_ipv6_rsync 'innodb' w2 [ pass ]  14176
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
galera_3nodes.galera_safe_to_bootstrap 'innodb' w2 [ pass ]  44280
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
worker[2] > Restart  - using different config file
wsrep.pool_of_threads 'innodb'           w2 [ pass ]      6
worker[2] > Restart [mysqld.1 - pid: 24004, winpid: 24004] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --binlog-format=row --innodb_autoinc_lock_mode=2 --wsrep-provider=/usr/lib/galera/libgalera_smm.so --wsrep-cluster-address=gcomm://' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --binlog-format=row --innodb_autoinc_lock_mode=2 --wsrep-provider=/usr/lib/galera/libgalera_smm.so --wsrep-cluster-address=gcomm:// --thread_handling=pool-of-threads --wsrep-on=1'
wsrep.foreign_key 'innodb'               w2 [ pass ]     19
worker[2] > Restart [mysqld.1 - pid: 24060, winpid: 24060] - running with different options '--log-bin=master-bin --binlog-format=row --innodb_autoinc_lock_mode=2 --wsrep-provider=/usr/lib/galera/libgalera_smm.so --wsrep-cluster-address=gcomm:// --wsrep-on=1' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin=master-bin --binlog-format=row --innodb_autoinc_lock_mode=2 --wsrep-provider=/usr/lib/galera/libgalera_smm.so --wsrep-cluster-address=gcomm://'
wsrep.binlog_format                      w2 [ pass ]     19
worker[2] > Restart [mysqld.1 - pid: 24108, winpid: 24108] - running with different options '--log-bin=master-bin --binlog-format=row --wsrep-provider=/usr/lib/galera/libgalera_smm.so --wsrep-cluster-address=gcomm:// --wsrep-on=1' != '--log-bin=master-bin --binlog-format=row --innodb_autoinc_lock_mode=2 --wsrep-provider=/usr/lib/galera/libgalera_smm.so --wsrep-cluster-address=gcomm:// --wsrep-on=1'
wsrep.mdev_6832                          w2 [ pass ]   4125
wsrep.mdev_7798                          w2 [ pass ]   3542
worker[2] > Restart [mysqld.1 - pid: 24171, winpid: 24171] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --wsrep-provider=/usr/lib/galera/libgalera_smm.so --wsrep-cluster-address=gcomm:// --wsrep-on=1 --binlog_format=ROW' != '--log-bin=master-bin --binlog-format=row --wsrep-provider=/usr/lib/galera/libgalera_smm.so --wsrep-cluster-address=gcomm:// --wsrep-on=1'
wsrep.mysql_tzinfo_to_sql_symlink 'innodb' w2 [ pass ]     69
wsrep.mysql_tzinfo_to_sql_symlink_skip 'innodb' w2 [ pass ]     34
worker[2] > Restart [mysqld.1 - pid: 24191, winpid: 24191] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --wsrep-provider=/usr/lib/galera/libgalera_smm.so --wsrep-cluster-address=gcomm:// --wsrep-on=1 --binlog_format=ROW'
wsrep.trans 'innodb'                     w2 [ pass ]      3
worker[2] > Restart [mysqld.1 - pid: 24276, winpid: 24276] - running with different options '' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual'
wsrep.plugin                             w2 [ pass ]      3
worker[2] > Restart [mysqld.1 - pid: 24318, winpid: 24318] - using different config file
wsrep.alter_table_innodb 'innodb'        w2 [ pass ]    661
worker[2] > Restart [mysqld.1 - pid: 24338, winpid: 24338] - using different config file
wsrep.mdev_10186                         w2 [ pass ]      4
worker[2] > Restart [mysqld.1 - pid: 24378, winpid: 24378] - using different config file
wsrep.variables 'innodb'                 w2 [ pass ]  20794
worker[2] > Restart  - using different config file
File /usr/share/mysql/mysql-test/suite/wsrep/r/wsrep-recover-v25.result is read-only; trying to patch anyway
wsrep.wsrep-recover-v25 'binlogon,innodb' w2 [ skipped ]  debug_sync is not available
worker[2] > Restart [mysqld.1 - pid: 24510, winpid: 24510] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --log-bin'
wsrep.wsrep-recover-v25 'binlogoff,innodb' w2 [ skipped ]  debug_sync is not available
worker[2] > Restart [mysqld.1 - pid: 24559, winpid: 24559] - using different config file
wsrep.wsrep_rpl 'innodb,mix'             w2 [ pass ]   1042
worker[2] > Restart [mysqld.1 - pid: 24606, winpid: 24606] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog-format=row --log-bin=master-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog-format=mixed --log-bin=master-bin'
worker[2] > Restart [mysqld.2 - pid: 24608, winpid: 24608] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog-format=row --log-bin=slave-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog-format=mixed --log-bin=slave-bin'
wsrep.wsrep_rpl 'innodb,row'             w2 [ pass ]   1040
worker[2] > Restart [mysqld.1 - pid: 24696, winpid: 24696] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog-format=statement --log-bin=master-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog-format=row --log-bin=master-bin'
worker[2] > Restart [mysqld.2 - pid: 24699, winpid: 24699] - running with different options '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog-format=statement --log-bin=slave-bin' != '--innodb --innodb-cmpmem --innodb-cmp-per-index --innodb-trx --innodb-locks --innodb-metrics --innodb-buffer-pool-stats --innodb-buffer-page --innodb-buffer-page-lru --innodb-sys-columns --innodb-sys-fields --innodb-sys-foreign --innodb-sys-foreign-cols --innodb-sys-indexes --innodb-sys-tables --innodb-sys-virtual --binlog-format=row --log-bin=slave-bin'
wsrep.wsrep_rpl 'innodb,stmt'            w2 [ pass ]   1059
worker[2] > Restart [mysqld.1 - pid: 24786, winpid: 24786] - using different config file
worker[2] > Restart [mysqld.2 - pid: 24788, winpid: 24788] - using different config file
galera.galera_parallel_apply_lock_table 'innodb' w2 [ pass ]   4056
galera.galera_pc_ignore_sb 'innodb'      w2 [ pass ]  23608
galera.galera_performance_schema 'innodb' w2 [ pass ]   2079
worker[1] Trying to dump core for [mysqltest - pid: 10062, winpid: 10062]
worker[1] Trying to dump core for [mysqld.1 - pid: 7066, winpid: 7066]
galera.galera_pk_bigint_signed 'innodb'  w2 [ pass ]   2022
galera.galera_pk_bigint_unsigned 'innodb' w2 [ pass ]   2023
galera.galera_prepared_statement 'innodb' w2 [ pass ]   2081
worker[1] Trying to dump core for [mysqld.2 - pid: 9130, winpid: 9130]
galera.galera_read_only 'innodb'         w2 [ pass ]   2032
galera.galera_repl_key_format_flat16 'innodb' w2 [ pass ]   2057
galera.galera_repl_max_ws_size 'innodb'  w2 [ pass ]   2043
galera.galera_restart_nochanges 'innodb' w2 [ pass ]   9616
galera.galera_nopk_unicode 'innodb'      w1 [ fail ]  timeout after 900 seconds
        Test ended at 2021-01-25 06:41:47

Test case timeout after 900 seconds

== /dev/shm/var/1/log/galera_nopk_unicode.log == 
f1 VARCHAR(255),
KEY (f1)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
INSERT INTO t1 VALUES ('текст');
connection node_2;
SELECT f1 = 'текст' FROM t1;
f1 = 'текст'
1
connection node_1;
SET AUTOCOMMIT=OFF;
START TRANSACTION;
UPDATE t1 SET f1 = 'текст2';
connection node_2;
SET AUTOCOMMIT=OFF;
START TRANSACTION;
UPDATE t1 SET f1 = 'текст3';
connection node_1;
COMMIT;
connection node_2;
COMMIT;

 == /dev/shm/var/1/tmp/analyze-timeout-mysqld.2.err ==
mysqltest: Could not open connection 'default': 2013 Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 104

The server [mysqld.2 - pid: 9130, winpid: 9130, exit: 256] crashed while running 'analyze-timeout'
Server log from this test:
----------SERVER LOG START-----------
2021-01-25  6:30:19 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 241.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:30:19 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 241.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:30:27 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 265 srv_idle
srv_master_thread log flush and writes: 279
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 249.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================

=====================================
2021-01-25 06:30:47 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 285 srv_idle
srv_master_thread log flush and writes: 299
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 269.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:30:50 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 272.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:30:50 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 272.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:31:07 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 305 srv_idle
srv_master_thread log flush and writes: 319
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 289.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:31:21 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 303.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:31:21 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 303.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:31:27 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 325 srv_idle
srv_master_thread log flush and writes: 339
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 309.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================

=====================================
2021-01-25 06:31:47 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 345 srv_idle
srv_master_thread log flush and writes: 359
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 329.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:31:52 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 334.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:31:52 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 334.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:32:07 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 365 srv_idle
srv_master_thread log flush and writes: 379
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 349.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:32:23 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 365.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:32:23 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 365.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:32:27 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 385 srv_idle
srv_master_thread log flush and writes: 399
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 369.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================

=====================================
2021-01-25 06:32:47 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 405 srv_idle
srv_master_thread log flush and writes: 419
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 389.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:32:54 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 396.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:32:54 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 396.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:33:07 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 425 srv_idle
srv_master_thread log flush and writes: 439
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 409.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:33:25 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 427.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:33:25 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 427.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:33:27 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 445 srv_idle
srv_master_thread log flush and writes: 459
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 429.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================

=====================================
2021-01-25 06:33:47 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 465 srv_idle
srv_master_thread log flush and writes: 479
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 449.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:33:56 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 458.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:33:56 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 458.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:34:07 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 485 srv_idle
srv_master_thread log flush and writes: 499
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 469.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes

360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:34:27 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 489.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:34:27 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 489.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:34:47 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 40 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 525 srv_idle
srv_master_thread log flush and writes: 539
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 509.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:34:58 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 520.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:34:58 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 520.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:35:07 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 545 srv_idle
srv_master_thread log flush and writes: 559
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 529.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================

=====================================
2021-01-25 06:35:27 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 565 srv_idle
srv_master_thread log flush and writes: 579
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 549.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:35:29 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 551.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:35:29 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 551.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:35:47 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 585 srv_idle
srv_master_thread log flush and writes: 599
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 569.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:36:00 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 582.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:36:00 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 582.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:36:07 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 605 srv_idle
srv_master_thread log flush and writes: 619
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 589.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================

=====================================
2021-01-25 06:36:27 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 625 srv_idle
srv_master_thread log flush and writes: 639
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 609.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:36:31 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 613.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:36:31 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 613.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:36:47 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 645 srv_idle
srv_master_thread log flush and writes: 659
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 629.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:37:02 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 644.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:37:02 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 644.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:37:07 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 665 srv_idle
srv_master_thread log flush and writes: 679
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 649.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================

=====================================
2021-01-25 06:37:27 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 685 srv_idle
srv_master_thread log flush and writes: 699
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 669.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:37:33 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 675.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:37:33 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 675.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:37:47 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 705 srv_idle
srv_master_thread log flush and writes: 719
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 689.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:38:04 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 706.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:38:04 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 706.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:38:07 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 725 srv_idle
srv_master_thread log flush and writes: 739
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 709.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================

=====================================
2021-01-25 06:38:27 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 745 srv_idle
srv_master_thread log flush and writes: 759
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 729.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:38:35 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 737.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:38:35 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 737.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:38:47 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 765 srv_idle
srv_master_thread log flush and writes: 779
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 749.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:39:06 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 768.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:39:06 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 768.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:39:07 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 785 srv_idle
srv_master_thread log flush and writes: 799
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 769.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================

=====================================
2021-01-25 06:39:27 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 805 srv_idle
srv_master_thread log flush and writes: 819
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 789.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:39:37 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 799.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:39:37 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 799.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:39:47 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 825 srv_idle
srv_master_thread log flush and writes: 839
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 809.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================

=====================================
2021-01-25 06:40:07 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 845 srv_idle
srv_master_thread log flush and writes: 859
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 829.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:40:08 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 830.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:40:08 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 830.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:40:27 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 865 srv_idle
srv_master_thread log flush and writes: 879
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 849.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:40:39 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 861.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:40:39 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 861.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0

=====================================
2021-01-25 06:40:47 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 885 srv_idle
srv_master_thread log flush and writes: 899
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 869.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================

=====================================
2021-01-25 06:41:07 0xffff617fa140 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 20 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 14 srv_active, 0 srv_shutdown, 905 srv_idle
srv_master_thread log flush and writes: 919
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 215
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 889.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

OS WAIT ARRAY INFO: signal count 137
RW-shared spins 53, rounds 455, OS waits 11
RW-excl spins 10, rounds 187, OS waits 6
RW-sx spins 2, rounds 60, OS waits 2
Spin rounds per wait: 8.58 RW-shared, 18.70 RW-excl, 30.00 RW-sx
FAIL TO OBTAIN LOCK MUTEX, SKIP LOCK INFO PRINTING
--------
FILE I/O
--------
I/O thread 0 state: waiting for completed aio requests (insert buffer thread)
I/O thread 1 state: waiting for completed aio requests (log thread)
I/O thread 2 state: waiting for completed aio requests (read thread)
I/O thread 3 state: waiting for completed aio requests (read thread)
I/O thread 4 state: waiting for completed aio requests (write thread)
I/O thread 5 state: waiting for completed aio requests (write thread)
Pending normal aio reads: [0, 0] , aio writes: [0, 0] ,
 ibuf aio reads:, log i/o's:, sync i/o's:
Pending flushes (fsync) log: 0; buffer pool: 0
333 OS file reads, 1162 OS file writes, 493 OS fsyncs
0.00 reads/s, 0 avg bytes/read, 0.00 writes/s, 0.00 fsyncs/s
-------------------------------------
INSERT BUFFER AND ADAPTIVE HASH INDEX
-------------------------------------
Ibuf: size 1, free list len 0, seg size 2, 0 merges
merged operations:
 insert 0, delete mark 0, delete 0
discarded operations:
 insert 0, delete mark 0, delete 0
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
Hash table size 2267, node heap has 0 buffer(s)
0.00 hash searches/s, 0.00 non-hash searches/s
---
LOG
---
Log sequence number 2243682
Log flushed up to   2243682
Pages flushed up to 2243682
Last checkpoint at  2243673
0 pending log flushes, 0 pending chkp writes
360 log i/o's done, 0.00 log i/o's/second
----------------------
BUFFER POOL AND MEMORY
----------------------
Total large memory allocated 8585216
Dictionary memory allocated 27936
Buffer pool size   512
Free buffers       100
Database pages     412
Old database pages 0
Modified db pages  0
Percent of dirty pages(LRU & free pages): 0.000
Max dirty pages percent: 75.000
Pending reads 0
Pending writes: LRU 0, flush list 0, single page 0
Pages made young 0, not young 0
0.00 youngs/s, 0.00 non-youngs/s
Pages read 315, created 405, written 771
0.00 reads/s, 0.00 creates/s, 0.00 writes/s
No buffer pool page gets since the last printout
Pages read ahead 0.00/s, evicted without access 0.00/s, Random read ahead 0.00/s
LRU len: 412, unzip_LRU len: 0
I/O sum[0]:cur[0], unzip sum[0]:cur[0]
--------------
ROW OPERATIONS
--------------
0 queries inside InnoDB, 0 queries in queue
0 read views open inside InnoDB
Process ID=9131, Main thread ID=281472309104960, state: sleeping
Number of rows inserted 21, updated 16, deleted 4, read 54
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
Number of system rows inserted 0, updated 0, deleted 0, read 0
0.00 inserts/s, 0.00 updates/s, 0.00 deletes/s, 0.00 reads/s
----------------------------
END OF INNODB MONITOR OUTPUT
============================
InnoDB: ###### Diagnostic info printed to the standard error stream
2021-01-25  6:41:10 281472334283072 [Warning] InnoDB: A long semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 892.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

2021-01-25  6:41:10 281472334283072 [Note] InnoDB: A semaphore wait:
--Thread 281472728461632 has waited at ha_innodb.cc line 19524 for 892.00 seconds the semaphore:
Mutex at 0xaaab1c1f0180, Mutex LOCK_SYS created lock0lock.cc:469, lock var 2

InnoDB: ###### Starts InnoDB Monitor for 30 secs to print diagnostic info:
InnoDB: Pending reads 0, writes 0
2021-01-25  6:41:21 281472972968256 [Note] WSREP: (e9cbaa36, 'tcp://0.0.0.0:16005') connection to peer e9910e27 with addr tcp://127.0.0.1:16002 timed out, no messages seen in PT3S, socket stats: rtt: 8444 rttvar: 14188 rto: 212000 lost: 0 last_data_recv: 3320 cwnd: 10 last_queued_since: 320401694 last_delivered_since: 3320480146 send_queue_length: 0 send_queue_bytes: 0 segment: 0 messages: 0
2021-01-25  6:41:21 281472972968256 [Note] WSREP: (e9cbaa36, 'tcp://0.0.0.0:16005') turning message relay requesting on, nonlive peers: tcp://127.0.0.1:16002 
2021-01-25  6:41:22 281472972968256 [Note] WSREP: (e9cbaa36, 'tcp://0.0.0.0:16005') reconnecting to e9910e27 (tcp://127.0.0.1:16002), attempt 0
2021-01-25  6:41:25 281472972968256 [Note] WSREP: (e9cbaa36, 'tcp://0.0.0.0:16005') connection to peer 00000000 with addr tcp://127.0.0.1:16002 timed out, no messages seen in PT3S, socket stats: rtt: 41 rttvar: 20 rto: 212000 lost: 0 last_data_recv: 3004 cwnd: 10 last_queued_since: 3002020707 last_delivered_since: 3002020707 send_queue_length: 0 send_queue_bytes: 0
210125  6:41:25 [ERROR] mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.

To report this bug, see https://mariadb.com/kb/en/reporting-bugs

We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed, 
something is definitely wrong and this may fail.

Server version: 10.2.37-MariaDB-1:10.2.37+maria~bionic-log
key_buffer_size=1048576
read_buffer_size=131072
max_used_connections=2
max_threads=153
thread_count=8
It is possible that mysqld could use up to 
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 63025 K  bytes of memory
Hope that's ok; if not, decrease some variables in the equation.

Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0x0 thread_stack 0x49000
/usr/sbin/mysqld(my_print_stacktrace+0x2c)[0xaaaaddec6a3c]
The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
information that should help you find out what is causing the crash.
Writing a core file...
Working directory at /dev/shm/var/1/mysqld.2/data
Resource Limits:
Limit                     Soft Limit           Hard Limit           Units     
Max cpu time              unlimited            unlimited            seconds   
Max file size             unlimited            unlimited            bytes     
Max data size             unlimited            unlimited            bytes     
Max stack size            8388608              unlimited            bytes     
Max core file size        unlimited            unlimited            bytes     
Max resident set          unlimited            unlimited            bytes     
Max processes             23605                23605                processes 
Max open files            1024                 1024                 files     
Max locked memory         16777216             16777216             bytes     
Max address space         unlimited            unlimited            bytes     
Max file locks            unlimited            unlimited            locks     
Max pending signals       23605                23605                signals   
Max msgqueue size         819200               819200               bytes     
Max nice priority         0                    0                    
Max realtime priority     0                    0                    
Max realtime timeout      unlimited            unlimited            us        
Core pattern: |/usr/share/apport/apport %p %s %c %d %P

----------SERVER LOG END-------------

 - found 'core' (0/0)

Trying 'dbx' to get a backtrace

Trying 'gdb' to get a backtrace from coredump /dev/shm/var/1/log/galera.galera_nopk_unicode-innodb/mysqld.1/data/core
Core generated by '/usr/sbin/mysqld'
Output from gdb follows. The first stack trace is from the failing thread.
The following stack traces are from all threads (so the failing one is
duplicated).
--------------------------
[New LWP 7067]
[New LWP 7069]
[New LWP 7070]
[New LWP 7071]
[New LWP 7072]
[New LWP 7073]
[New LWP 7075]
[New LWP 7088]
[New LWP 7078]
[New LWP 7093]
[New LWP 7079]
[New LWP 7100]
[New LWP 7080]
[New LWP 7106]
[New LWP 7086]
[New LWP 7076]
[New LWP 7091]
[New LWP 7068]
[New LWP 7074]
[New LWP 7101]
[New LWP 7084]
[New LWP 7077]
[New LWP 7102]
[New LWP 7085]
[New LWP 7087]
[New LWP 7127]
[New LWP 7092]
[New LWP 7103]
[New LWP 7089]
[New LWP 7090]
[New LWP 7104]
[New LWP 7105]
[New LWP 7628]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/sbin/mysqld --defaults-group-suffix=.1 --defaults-file=/dev/shm/var/1/my.c'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill (threadid=<optimized out>, signo=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
57	../sysdeps/unix/sysv/linux/pthread_kill.c: No such file or directory.
[Current thread is 1 (Thread 0xffff90e28440 (LWP 7067))]
#0  __pthread_kill (threadid=<optimized out>, signo=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
#1  0x0000aaaac27950a8 in handle_fatal_signal ()
#2  <signal handler called>
#3  0x0000ffff9103ae2c in __GI___poll (fds=0xffffc1e00ca0, nfds=187650381789728, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:41
#4  0x0000aaaac2592508 in handle_connections_sockets() ()
#5  0x0000aaaac2593a20 in mysqld_main(int, char**) ()
#6  0x0000ffff90f94720 in __libc_start_main (main=0x0, argc=0, argv=0x0, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=<optimized out>) at ../csu/libc-start.c:310
#7  0x0000aaaac25868a8 in _start ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 33 (Thread 0xffff77338140 (LWP 7628)):
#0  0x0000ffff9132664c in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0xffff77337808, expected=0, futex_word=0xaaaac3346ff8 <COND_thread_cache+40>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0xffff77337808, mutex=0xaaaac3344a78 <LOCK_thread_cache>, cond=0xaaaac3346fd0 <COND_thread_cache>) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=0xaaaac3346fd0 <COND_thread_cache>, mutex=0xaaaac3344a78 <LOCK_thread_cache>, abstime=0xffff77337808) at pthread_cond_wait.c:667
#3  0x0000aaaac258a6f0 in one_thread_per_connection_end(THD*, bool) ()
#4  0x0000aaaac26de330 in do_handle_one_connection(CONNECT*) ()
#5  0x0000aaaac26de5cc in handle_one_connection ()
#6  0x0000aaaac2c24fa0 in ?? ()
#7  0x0000ffff91320088 in start_thread (arg=0xffffc1e008bf) at pthread_create.c:463
#8  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 32 (Thread 0xffff8407d140 (LWP 7105)):
#0  0x0000ffff90fa72ec in __GI___sigtimedwait (set=<optimized out>, set@entry=0xffff8407c870, info=info@entry=0xffff8407c738, timeout=0x1, timeout@entry=0x0) at ../sysdeps/unix/sysv/linux/sigtimedwait.c:42
#1  0x0000ffff9132b024 in __sigwait (set=0xffff8407c870, sig=0xffff8407c820) at ../sysdeps/unix/sysv/linux/sigwait.c:28
#2  0x0000aaaac2589260 in signal_hand ()
#3  0x0000aaaac2c24fa0 in ?? ()
#4  0x0000ffff91320088 in start_thread (arg=0xffffc1e00d3f) at pthread_create.c:463
#5  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 31 (Thread 0xffff5b7fe140 (LWP 7104)):
#0  0x0000ffff9132664c in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0xffff5b7fd818, expected=0, futex_word=0xaaaac3be96a8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0xffff5b7fd818, mutex=0xaaaac3be9648, cond=0xaaaac3be9680) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=0xaaaac3be9680, mutex=0xaaaac3be9648, abstime=0xffff5b7fd818) at pthread_cond_wait.c:667
#3  0x0000aaaac2b67968 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

Thread 30 (Thread 0xffff67fff140 (LWP 7090)):
#0  0x0000ffff913262a4 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xaaaae07e4b98) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0xaaaae07e4b40, cond=0xaaaae07e4b70) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0xaaaae07e4b70, mutex=0xaaaae07e4b40) at pthread_cond_wait.c:655
#3  0x0000aaaac29621e4 in ?? ()
#4  0x0000aaaac29e13f0 in ?? ()
#5  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#6  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 29 (Thread 0xffff6cdf4140 (LWP 7089)):
#0  0x0000ffff9132664c in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0xffff6cdf35e0, expected=0, futex_word=0xaaaae095d6e8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0xffff6cdf35e0, mutex=0xaaaae095d690, cond=0xaaaae095d6c0) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=0xaaaae095d6c0, mutex=0xaaaae095d690, abstime=0xffff6cdf35e0) at pthread_cond_wait.c:667
#3  0x0000aaaac2961a84 in ?? ()
#4  0x0000aaaac29620c0 in ?? ()
#5  0x0000aaaac2a2d738 in ?? ()
#6  0x0000aaaac2afd29c in ?? ()
#7  0x0000ffff91320088 in start_thread (arg=0xffffc1df8cdf) at pthread_create.c:463
#8  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 28 (Thread 0xffff5bfff140 (LWP 7103)):
#0  0x0000ffff913262a4 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xffff5bffe8f8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0xffff5bffe898, cond=0xffff5bffe8d0) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0xffff5bffe8d0, mutex=0xffff5bffe898) at pthread_cond_wait.c:655
#3  0x0000aaaac28f1098 in ?? ()
#4  0x0000aaaac2c24fa0 in ?? ()
#5  0x0000ffff91320088 in start_thread (arg=0xffffc1e0015f) at pthread_create.c:463
#6  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 27 (Thread 0xffff66ffd140 (LWP 7092)):
#0  0x0000ffff913262a4 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xaaaae07e4c18) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0xaaaae07e4bc0, cond=0xaaaae07e4bf0) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0xaaaae07e4bf0, mutex=0xaaaae07e4bc0) at pthread_cond_wait.c:655
#3  0x0000aaaac29621e4 in ?? ()
#4  0x0000aaaac29dfd78 in ?? ()
#5  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#6  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 26 (Thread 0xffff77383140 (LWP 7127)):
#0  0x0000ffff9132664c in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0xffff77382808, expected=0, futex_word=0xaaaac3346ff8 <COND_thread_cache+40>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0xffff77382808, mutex=0xaaaac3344a78 <LOCK_thread_cache>, cond=0xaaaac3346fd0 <COND_thread_cache>) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=0xaaaac3346fd0 <COND_thread_cache>, mutex=0xaaaac3344a78 <LOCK_thread_cache>, abstime=0xffff77382808) at pthread_cond_wait.c:667
#3  0x0000aaaac258a6f0 in one_thread_per_connection_end(THD*, bool) ()
#4  0x0000aaaac26de330 in do_handle_one_connection(CONNECT*) ()
#5  0x0000aaaac26de5cc in handle_one_connection ()
#6  0x0000aaaac2c24fa0 in ?? ()
#7  0x0000ffff91320088 in start_thread (arg=0xffffc1e008bf) at pthread_create.c:463
#8  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 25 (Thread 0xffff6f5f9140 (LWP 7087)):
#0  0x0000ffff9132a5fc in __GI___nanosleep (requested_time=0xffff6f5f8850, remaining=0x0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
#1  0x0000aaaac296246c in ?? ()
#2  0x0000aaaac29df274 in ?? ()
#3  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#4  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 24 (Thread 0xffff6e5f7140 (LWP 7085)):
#0  0x0000ffff9132664c in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0xffff6e5f6730, expected=0, futex_word=0xaaaae07e4d98) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0xffff6e5f6730, mutex=0xaaaae07e4d40, cond=0xaaaae07e4d70) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=0xaaaae07e4d70, mutex=0xaaaae07e4d40, abstime=0xffff6e5f6730) at pthread_cond_wait.c:667
#3  0x0000aaaac2961a84 in ?? ()
#4  0x0000aaaac29620c0 in ?? ()
#5  0x0000aaaac29de534 in ?? ()
#6  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#7  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 23 (Thread 0xffff64ff9140 (LWP 7102)):
#0  0x0000ffff913262a4 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xaaaae07e4f98) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0xaaaae07e4f40, cond=0xaaaae07e4f70) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0xaaaae07e4f70, mutex=0xaaaae07e4f40) at pthread_cond_wait.c:655
#3  0x0000aaaac29621e4 in ?? ()
#4  0x0000aaaac2a68a8c in ?? ()
#5  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#6  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 22 (Thread 0xffff759ca140 (LWP 7077)):
#0  0x0000ffff917926c0 in ?? () from /lib/aarch64-linux-gnu/libaio.so.1
#1  0x0000ffff759c96d8 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 21 (Thread 0xffff6edf8140 (LWP 7084)):
#0  0x0000ffff9132664c in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0xffff6edf77a0, expected=0, futex_word=0xaaaae0900e48) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0xffff6edf77a0, mutex=0xaaaae0900df0, cond=0xaaaae0900e20) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=0xaaaae0900e20, mutex=0xaaaae0900df0, abstime=0xffff6edf77a0) at pthread_cond_wait.c:667
#3  0x0000aaaac2961a84 in ?? ()
#4  0x0000aaaac29620c0 in ?? ()
#5  0x0000aaaac293d408 in ?? ()
#6  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#7  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 20 (Thread 0xffff657fa140 (LWP 7101)):
#0  0x0000ffff9132a5fc in __GI___nanosleep (requested_time=0xffff657f9210, remaining=0x0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
#1  0x0000aaaac296246c in ?? ()
#2  0x0000aaaac2a5a9d0 in ?? ()
#3  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#4  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 19 (Thread 0xffff771cd140 (LWP 7074)):
#0  0x0000ffff917926c0 in ?? () from /lib/aarch64-linux-gnu/libaio.so.1
#1  0x0000ffff771cc6d8 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 18 (Thread 0xffff8caa8140 (LWP 7068)):
#0  0x0000ffff9132664c in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0xffff8caa78c8, expected=0, futex_word=0xaaaac3bf9608) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0xffff8caa78c8, mutex=0xaaaac3bf9570, cond=0xaaaac3bf95e0) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=0xaaaac3bf95e0, mutex=0xaaaac3bf9570, abstime=0xffff8caa78c8) at pthread_cond_wait.c:667
#3  0x0000aaaac2c72e4c in ?? ()
#4  0x0000aaaac2c72ca8 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 17 (Thread 0xffff677fe140 (LWP 7091)):
#0  0x0000ffff913262a4 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xaaaae07e4c9c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0xaaaae07e4c40, cond=0xaaaae07e4c70) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0xaaaae07e4c70, mutex=0xaaaae07e4c40) at pthread_cond_wait.c:655
#3  0x0000aaaac29621e4 in ?? ()
#4  0x0000aaaac29dfd78 in ?? ()
#5  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#6  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 16 (Thread 0xffff761cb140 (LWP 7076)):
#0  0x0000ffff917926c0 in ?? () from /lib/aarch64-linux-gnu/libaio.so.1
#1  0x0000ffff761ca6d8 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 15 (Thread 0xffff6ddf6140 (LWP 7086)):
#0  0x0000ffff9132664c in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0xffff6ddf5840, expected=0, futex_word=0xaaaae07e4e18) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0xffff6ddf5840, mutex=0xaaaae07e4dc0, cond=0xaaaae07e4df0) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=0xaaaae07e4df0, mutex=0xaaaae07e4dc0, abstime=0xffff6ddf5840) at pthread_cond_wait.c:667
#3  0x0000aaaac2961a84 in ?? ()
#4  0x0000aaaac29620c0 in ?? ()
#5  0x0000aaaac29e1d5c in ?? ()
#6  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#7  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 14 (Thread 0xffff773ce140 (LWP 7106)):
#0  0x0000ffff913262a4 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xaaaac33487a4 <COND_manager+44>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0xaaaac33487b0 <LOCK_manager>, cond=0xaaaac3348778 <COND_manager>) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0xaaaac3348778 <COND_manager>, mutex=0xaaaac33487b0 <LOCK_manager>) at pthread_cond_wait.c:655
#3  0x0000aaaac2619364 in handle_manager ()
#4  0x0000aaaac2c24fa0 in ?? ()
#5  0x0000ffff91320088 in start_thread (arg=0xffffc1e00d0f) at pthread_create.c:463
#6  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 13 (Thread 0xffff6ffff140 (LWP 7080)):
#0  0x0000ffff9132664c in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0xffff6fffe640, expected=0, futex_word=0xaaaae07e4f1c) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0xffff6fffe640, mutex=0xaaaae07e4ec0, cond=0xaaaae07e4ef0) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=0xaaaae07e4ef0, mutex=0xaaaae07e4ec0, abstime=0xffff6fffe640) at pthread_cond_wait.c:667
#3  0x0000aaaac2961a84 in ?? ()
#4  0x0000aaaac29620c0 in ?? ()
#5  0x0000aaaac2a7a57c in ?? ()
#6  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#7  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 12 (Thread 0xffff65ffb140 (LWP 7100)):
#0  0x0000ffff913262a4 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xaaaae07e4e98) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0xaaaae07e4e40, cond=0xaaaae07e4e70) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0xaaaae07e4e70, mutex=0xaaaae07e4e40) at pthread_cond_wait.c:655
#3  0x0000aaaac29621e4 in ?? ()
#4  0x0000aaaac2a6f854 in ?? ()
#5  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#6  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 11 (Thread 0xffff749c8140 (LWP 7079)):
#0  0x0000ffff917926c0 in ?? () from /lib/aarch64-linux-gnu/libaio.so.1
#1  0x0000ffff749c76d8 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 10 (Thread 0xffff667fc140 (LWP 7093)):
#0  0x0000ffff913262a4 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xaaaae07e4d1c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0xaaaae07e4cc0, cond=0xaaaae07e4cf0) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0xaaaae07e4cf0, mutex=0xaaaae07e4cc0) at pthread_cond_wait.c:655
#3  0x0000aaaac29621e4 in ?? ()
#4  0x0000aaaac29dfd78 in ?? ()
#5  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#6  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 9 (Thread 0xffff751c9140 (LWP 7078)):
#0  0x0000ffff917926c0 in ?? () from /lib/aarch64-linux-gnu/libaio.so.1
#1  0x0000ffff751c86d8 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 8 (Thread 0xffff6d5f5140 (LWP 7088)):
#0  0x0000ffff9132664c in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0xffff6d5f47c0, expected=0, futex_word=0xaaaae09125e8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
#1  __pthread_cond_wait_common (abstime=0xffff6d5f47c0, mutex=0xaaaae0912590, cond=0xaaaae09125c0) at pthread_cond_wait.c:539
#2  __pthread_cond_timedwait (cond=0xaaaae09125c0, mutex=0xaaaae0912590, abstime=0xffff6d5f47c0) at pthread_cond_wait.c:667
#3  0x0000aaaac2961a84 in ?? ()
#4  0x0000aaaac29620c0 in ?? ()
#5  0x0000aaaac2aba35c in ?? ()
#6  0x0000ffff91320088 in start_thread (arg=0xffffc1df8daf) at pthread_create.c:463
#7  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 7 (Thread 0xffff769cc140 (LWP 7075)):
#0  0x0000ffff917926c0 in ?? () from /lib/aarch64-linux-gnu/libaio.so.1
#1  0x0000ffff769cb6d8 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 6 (Thread 0xffff844f7140 (LWP 7073)):
#0  0x0000ffff913262a4 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xffff8c0660ec) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0xffff8c066090, cond=0xffff8c0660c0) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=cond@entry=0xffff8c0660c0, mutex=mutex@entry=0xffff8c066090) at pthread_cond_wait.c:655
#3  0x0000ffff8c22a0b8 in fifo_lock_get (q=0xffff8c066010) at ./galerautils/src/gu_fifo.c:262
#4  gu_fifo_get_head (q=0xffff8c066010, err=0xffff844f632c, err@entry=0xffff844f637c) at ./galerautils/src/gu_fifo.c:330
#5  0x0000ffff8c11d9b4 in gcs_recv (conn=0xaaaae0728240, action=action@entry=0xffff844f6390) at ./gcs/src/gcs.cpp:1881
#6  0x0000ffff8c0f7d28 in galera::Gcs::recv (act=..., this=<optimized out>) at ./galera/src/galera_gcs.hpp:119
#7  galera::GcsActionSource::process (this=0xaaaae071f738, recv_ctx=0xffff70000c08, exit_loop=@0xffff844f642f: false) at ./galera/src/gcs_action_source.cpp:174
#8  0x0000ffff8c0cb358 in galera::ReplicatorSMM::async_recv (this=0xaaaae071efb0, recv_ctx=0xffff70000c08) at ./galera/src/replicator_smm.cpp:362
#9  0x0000ffff8c0a661c in galera_recv (gh=<optimized out>, recv_ctx=<optimized out>) at ./galera/src/wsrep_provider.cpp:244
#10 0x0000aaaac2744f14 in ?? ()
#11 0x0000aaaac2736d34 in start_wsrep_THD ()
#12 0x0000aaaac2c24fa0 in ?? ()
#13 0x0000ffff91320088 in start_thread (arg=0xffffc1e0090f) at pthread_create.c:463
#14 0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 5 (Thread 0xffff8c065140 (LWP 7072)):
#0  0x0000ffff913262a4 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xaaaac3369614 <COND_wsrep_rollback+44>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0xaaaac3369620 <LOCK_wsrep_rollback>, cond=0xaaaac33695e8 <COND_wsrep_rollback>) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0xaaaac33695e8 <COND_wsrep_rollback>, mutex=0xaaaac3369620 <LOCK_wsrep_rollback>) at pthread_cond_wait.c:655
#3  0x0000aaaac2745670 in ?? ()
#4  0x0000aaaac2736d34 in start_wsrep_THD ()
#5  0x0000aaaac2c24fa0 in ?? ()
#6  0x0000ffff91320088 in start_thread (arg=0xffffc1e0093f) at pthread_create.c:463
#7  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 4 (Thread 0xffff84cf8140 (LWP 7071)):
#0  0x0000ffff913262a4 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xaaaae0779a8c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0xaaaae0779a30, cond=0xaaaae0779a60) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=cond@entry=0xaaaae0779a60, mutex=0xaaaae0779a30) at pthread_cond_wait.c:655
#3  0x0000ffff8c12c6c4 in gu::Lock::wait (this=0xffff84cf6990, cond=...) at ./galerautils/src/gu_lock.hpp:59
#4  RecvBuf::front (timeout=..., this=0xffff84cf6ca0) at ./gcs/src/gcs_gcomm.cpp:114
#5  gcomm_recv (backend=<optimized out>, msg=0xaaaae0728498, timeout=9223372035999999999) at ./gcs/src/gcs_gcomm.cpp:608
#6  0x0000ffff8c123a8c in core_msg_recv (timeout=9223372035999999999, recv_msg=0xaaaae0728498, backend=0xaaaae07285c0) at ./gcs/src/gcs_core.cpp:469
#7  gcs_core_recv (conn=0xaaaae0728430, recv_act=recv_act@entry=0xffff84cf78d8, timeout=9223372035999999999) at ./gcs/src/gcs_core.cpp:1102
#8  0x0000ffff8c11e2b0 in gcs_recv_thread (arg=0xaaaae0728240) at ./gcs/src/gcs.cpp:1277
#9  0x0000ffff91320088 in start_thread (arg=0xffffc1e004ff) at pthread_create.c:463
#10 0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 3 (Thread 0xffff854f9140 (LWP 7070)):
#0  0x0000ffff91044110 in __GI_epoll_pwait (epfd=<optimized out>, events=events@entry=0xffff854f7d68, maxevents=maxevents@entry=128, timeout=-2058385832, set=set@entry=0x0) at ../sysdeps/unix/sysv/linux/epoll_pwait.c:42
#1  0x0000ffff91044260 in epoll_wait (epfd=<optimized out>, events=events@entry=0xffff854f7d68, maxevents=maxevents@entry=128, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/epoll_wait.c:32
#2  0x0000ffff8c101450 in asio::detail::epoll_reactor::run (this=0xaaaae0778c70, block=block@entry=true, ops=...) at ./asio/asio/detail/impl/epoll_reactor.ipp:391
#3  0x0000ffff8c149728 in asio::detail::task_io_service::do_run_one (ec=..., this_thread=..., lock=..., this=0xaaaae0776a30) at ./asio/asio/detail/impl/task_io_service.ipp:355
#4  asio::detail::task_io_service::run (ec=..., this=0xaaaae0776a30) at ./asio/asio/detail/impl/task_io_service.ipp:148
#5  asio::io_service::run (this=<optimized out>) at ./asio/asio/impl/io_service.ipp:58
#6  gcomm::AsioProtonet::event_loop (this=<optimized out>, period=...) at ./gcomm/src/asio_protonet.cpp:116
#7  0x0000ffff8c12ed78 in GCommConn::run (this=0xaaaae0779830) at ./gcs/src/gcs_gcomm.cpp:433
#8  0x0000ffff8c13747c in GCommConn::run_fn (arg=<optimized out>) at ./gcs/src/gcs_gcomm.cpp:174
#9  0x0000ffff91320088 in start_thread (arg=0xffffc1dffd3f) at pthread_create.c:463
#10 0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 2 (Thread 0xffff874fd140 (LWP 7069)):
#0  0x0000ffff913262a4 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0xaaaae071f664) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0xaaaae071f608, cond=0xaaaae071f638) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=cond@entry=0xaaaae071f638, mutex=0xaaaae071f608) at pthread_cond_wait.c:655
#3  0x0000ffff8c0ef7ec in gu::Lock::wait (this=0xffff874fc820, cond=...) at ./galerautils/src/gu_lock.hpp:59
#4  galera::ServiceThd::thd_func (arg=0xaaaae071f5f0) at ./galera/src/galera_service_thd.cpp:30
#5  0x0000ffff91320088 in start_thread (arg=0xffffc1dfff5f) at pthread_create.c:463
#6  0x0000ffff91043ffc in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78

Thread 1 (Thread 0xffff90e28440 (LWP 7067)):
#0  __pthread_kill (threadid=<optimized out>, signo=6) at ../sysdeps/unix/sysv/linux/pthread_kill.c:57
#1  0x0000aaaac27950a8 in handle_fatal_signal ()
#2  <signal handler called>
#3  0x0000ffff9103ae2c in __GI___poll (fds=0xffffc1e00ca0, nfds=187650381789728, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:41
#4  0x0000aaaac2592508 in handle_connections_sockets() ()
#5  0x0000aaaac2593a20 in mysqld_main(int, char**) ()
#6  0x0000ffff90f94720 in __libc_start_main (main=0x0, argc=0, argv=0x0, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=<optimized out>) at ../csu/libc-start.c:310
#7  0x0000aaaac25868a8 in _start ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)

 - deleting it, already saved 0
 - saving '/dev/shm/var/1/log/galera.galera_nopk_unicode-innodb/' to '/dev/shm/var/log/galera.galera_nopk_unicode-innodb/'

Retrying test galera.galera_nopk_unicode, attempt(2/3)...

worker[1] > Restart  - not started
worker[1] > Restart  - not started
***Warnings generated in error logs during shutdown after running tests: galera.galera_lock_table galera.galera_nopk_large_varchar galera.galera_myisam_autocommit galera.galera_mdev_10812 galera.galera_kill_nochanges galera.galera_nopk_bit galera.galera_myisam_transactions galera.galera_kill_ddl galera.galera_many_indexes galera.galera_nopk_unicode galera.galera_kill_smallchanges galera.galera_multi_database galera.galera_nopk_blob

Attempting backtrace. You can use the following information to find out
2021-01-25  6:30:19 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:30:50 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:31:21 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:31:52 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:32:23 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:32:54 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:33:25 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:33:56 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:34:27 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:34:58 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:35:29 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:36:00 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:36:31 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:37:02 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:37:33 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:38:04 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:38:35 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:39:06 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:39:37 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:40:08 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:40:39 281472334283072 [Warning] InnoDB: A long semaphore wait:
2021-01-25  6:41:10 281472334283072 [Warning] InnoDB: A long semaphore wait:
Attempting backtrace. You can use the following information to find out

galera.galera_nopk_unicode 'innodb'      w1 [ retry-pass ]   2072

Retrying test galera.galera_nopk_unicode, attempt(3/3)...

galera.galera_nopk_unicode 'innodb'      w1 [ retry-pass ]   2038
galera.galera_roles 'innodb'             w1 [ pass ]   5158
galera.galera_rsu_error 'innodb'         w1 [ pass ]   2033
galera.galera_rsu_simple 'innodb'        w1 [ pass ]   2065
galera.galera_rsu_wsrep_desync 'innodb'  w1 [ skipped ]  debug_sync is not available
galera.galera_sbr 'innodb'               w1 [ pass ]   2036
galera.galera_schema_dirty_reads 'innodb' w1 [ pass ]   2021
galera.galera_serializable 'innodb'      w1 [ pass ]   6047
galera.galera_server 'innodb'            w1 [ pass ]   2031
galera.galera_split_brain 'innodb'       w1 [ pass ]  32929
galera.galera_sql_log_bin_zero 'innodb'  w1 [ pass ]   2025
galera.galera_restart_on_unknown_option 'innodb' w2 [ pass ]  81756
galera.galera_status_cluster 'innodb'    w1 [ pass ]   2030
galera.galera_status_local_index 'innodb' w2 [ pass ]   2037
galera.galera_status_local_state 'innodb' w1 [ pass ]   2029
galera.galera_toi_alter_auto_increment 'innodb' w1 [ pass ]   4104
galera.galera_toi_ddl_nonconflicting 'innodb' w1 [ pass ]   2070
galera.galera_toi_ddl_sequential 'innodb' w1 [ pass ]   2082
galera.galera_toi_drop_database 'innodb' w1 [ pass ]   9256
galera.galera_toi_ftwrl 'innodb'         w1 [ pass ]   2047
galera.galera_suspend_slave 'innodb'     w2 [ pass ]  25429
galera.galera_toi_lock_exclusive 'innodb' w1 [ pass ]   3041
galera.galera_toi_lock_shared 'innodb'   w2 [ pass ]   2037
galera.galera_transaction_read_only 'innodb' w1 [ pass ]   2019
galera.galera_transaction_replay 'innodb' w2 [ skipped ]  debug_sync is not available
--------------------------------------------------------------------------
The servers were restarted 67 times
Spent 998.710 of 1426 seconds executing testcases

Completed: Failed 1/212 tests, 99.53% were successful.

Failing test(s): galera.galera_nopk_unicode

The log files in var/log may give you some hint of what went wrong.

If you want to report this error, please read first the documentation
at http://dev.mysql.com/doc/mysql/en/mysql-test-suite.html

Errors/warnings were found in logfiles during server shutdown after running the
following sequence(s) of tests:
    galera.galera_lock_table galera.galera_nopk_large_varchar galera.galera_myisam_autocommit galera.galera_mdev_10812 galera.galera_kill_nochanges galera.galera_nopk_bit galera.galera_myisam_transactions galera.galera_kill_ddl galera.galera_many_indexes galera.galera_nopk_unicode galera.galera_kill_smallchanges galera.galera_multi_database galera.galera_nopk_blob
90 tests were skipped, 22 by the test itself.

mysql-test-run: *** ERROR: there were failing test cases
+ res=1
+ rm -rf /home/buildbot/var
+ cp -r /dev/shm/var /home/buildbot
+ exit 1
Connection to localhost closed.
Command exit 1
= rm -Rf var/ ; scp -rp -P 2262 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no buildbot@localhost:/home/buildbot/var/ . || :
Warning: Permanently added '[localhost]:2262' (ECDSA) to the list of known hosts.
scp: /home/buildbot/var/tmp/2/mysqld.2.sock: No such device or address
scp: /home/buildbot/var/tmp/1/mysqld.2.sock: No such device or address
Use of uninitialized value $opt_baseimage in pattern match (m//) at /usr/local/bin/runvm line 387.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2262 -l buildbot localhost sudo /sbin/shutdown -h now
Connection to localhost closed by remote host.
Connection to localhost closed.
Use of uninitialized value $opt_baseimage in pattern match (m//) at /usr/local/bin/runvm line 387.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2262 -l buildbot localhost sudo /sbin/shutdown -h now
ssh_exchange_identification: Connection closed by remote host
Use of uninitialized value $opt_baseimage in pattern match (m//) at /usr/local/bin/runvm line 387.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2262 -l buildbot localhost sudo /sbin/shutdown -h now
ssh_exchange_identification: Connection closed by remote host
Use of uninitialized value $opt_baseimage in pattern match (m//) at /usr/local/bin/runvm line 387.
+ ssh -t -t -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o LogLevel=ERROR -o ConnectTimeout=4 -p 2262 -l buildbot localhost sudo /sbin/shutdown -h now
ssh: connect to host localhost port 2262: Connection refused
program finished with exit code 1
elapsedTime=1492.896078