Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-26565

Server deadlock (between stop slave/change master)

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.3, 10.4, 10.5, 10.6
    • 10.4, 10.5, 10.6
    • Replication
    • None

    Description

      please run the test with --repeat=100 and use it just to reproduce the problem.
      it is repeatable on 10.3-10.6, not on 10.2

      --disable_abort_on_error
      change  master to master_host='localhost', master_port=3306, master_user='root';
      stop slave;
       
      connect (c1,localhost,root,,);
       
      --connection c1
      start slave;
      --send change  master to master_host='localhost', master_port=3306, master_user='root'
       
      --connection default
       
      let $i=100;
      while ($i)
      {
        stop slave;
        start slave;
        dec $i;
      }
      

       
       
      Thread 31 (Thread 0x7eff0b976300 (LWP 2115698)):
      #0  __lll_lock_wait (futex=futex@entry=0x56029831bb88 <LOCK_active_mi+40>, private=0) at lowlevellock.c:52
      #1  0x00007eff225d1235 in __GI___pthread_mutex_lock (mutex=0x56029831bb88 <LOCK_active_mi+40>) at ../nptl/pthread_mutex_lock.c:135
      #2  0x0000560296b13b09 in safe_mutex_lock (mp=0x56029831bb60 <LOCK_active_mi>, my_flags=0, file=0x560296e131a0 "/10.3/src/sql/rpl_rli.cc", line=2051) at /10.3/src/mysys/thr_mutex.c:293
      #3  0x000056029537b3c6 in inline_mysql_mutex_lock (that=0x56029831bb60 <LOCK_active_mi>, src_file=0x560296e131a0 "/10.3/src/sql/rpl_rli.cc", src_line=2051) at /10.3/src/include/mysql/psi/mysql_thread.h:702
      #4  0x000056029538ad87 in find_gtid_slave_pos_tables (thd=0x62a0000ea270) at /10.3/src/sql/rpl_rli.cc:2051
      #5  0x0000560294da5b23 in handle_slave_sql (arg=0x62a0000ae200) at /10.3/src/sql/slave.cc:5342
      #6  0x00005602969dd443 in pfs_spawn_thread (arg=0x6160000603f0) at /10.3/src/storage/perfschema/pfs.cc:1869
      #7  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #8  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 30 (Thread 0x7eff0b9ee300 (LWP 2115697)):
      #0  0x00007eff224e8aff in __GI___poll (fds=0x7eff0b9eceb0, nfds=1, timeout=120000) at ../sysdeps/unix/sysv/linux/poll.c:29
      #1  0x00007eff22e635ba in poll () from /usr/lib/x86_64-linux-gnu/libasan.so.5
      #2  0x0000560296c146de in vio_io_wait (vio=0x6160000ab3f0, event=VIO_IO_EVENT_READ, timeout=120000) at /10.3/src/vio/viosocket.c:962
      #3  0x0000560296c101aa in vio_socket_io_wait (vio=0x6160000ab3f0, event=VIO_IO_EVENT_READ) at /10.3/src/vio/viosocket.c:119
      #4  0x0000560296c10721 in vio_read (vio=0x6160000ab3f0, buf=0x629000f05270 ",", size=16384) at /10.3/src/vio/viosocket.c:196
      #5  0x0000560296c10bf9 in vio_read_buff (vio=0x6160000ab3f0, buf=0x629000f0a270 "", size=4) at /10.3/src/vio/viosocket.c:244
      #6  0x0000560294d405b9 in my_real_read (net=0x61a0000a02f0, complen=0x7eff0b9ed3d0, header=0 '\000') at /10.3/src/sql/net_serv.cc:975
      #7  0x0000560294d4201f in my_net_read_packet_reallen (net=0x61a0000a02f0, read_from_server=0 '\000', reallen=0x7eff0b9ed710) at /10.3/src/sql/net_serv.cc:1256
      #8  0x000056029568c3ea in cli_safe_read_reallen (mysql=0x61a0000a02f0, reallen=0x7eff0b9ed710) at /10.3/src/sql-common/client.c:594
      #9  0x0000560294d9b0eb in read_event (mysql=0x61a0000a02f0, mi=0x62a0000ae200, suppress_warnings=0x7eff0b9ed680, network_read_len=0x7eff0b9ed710) at /10.3/src/sql/slave.cc:3564
      #10 0x0000560294da1b02 in handle_slave_io (arg=0x62a0000ae200) at /10.3/src/sql/slave.cc:4711
      #11 0x00005602969dd443 in pfs_spawn_thread (arg=0x6160000600f0) at /10.3/src/storage/perfschema/pfs.cc:1869
      #12 0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #13 0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 29 (Thread 0x7eff0ba66300 (LWP 2115696)):
      #0  __lll_lock_wait (futex=futex@entry=0x62a0000afd48, private=0) at lowlevellock.c:52
      #1  0x00007eff225d10a3 in __GI___pthread_mutex_lock (mutex=0x62a0000afd48) at ../nptl/pthread_mutex_lock.c:80
      #2  0x0000560296b13b09 in safe_mutex_lock (mp=0x62a0000afd20, my_flags=0, file=0x560296ccf4c0 "/10.3/src/sql/slave.cc", line=249) at /10.3/src/mysys/thr_mutex.c:293
      #3  0x0000560294d82ff4 in inline_mysql_mutex_lock (that=0x62a0000afd20, src_file=0x560296ccf4c0 "/10.3/src/sql/slave.cc", src_line=249) at /10.3/src/include/mysql/psi/mysql_thread.h:702
      #4  0x0000560294d85600 in Master_info::lock_slave_threads (this=0x62a0000ae200) at /10.3/src/sql/slave.cc:249
      #5  0x000056029508878f in change_master (thd=0x62a0000cc270, mi=0x62a0000ae200, master_info_added=0x7eff0ba62fc0) at /10.3/src/sql/sql_repl.cc:3543
      #6  0x0000560294ff3af2 in mysql_execute_command (thd=0x62a0000cc270) at /10.3/src/sql/sql_parse.cc:4047
      #7  0x000056029500eaf8 in mysql_parse (thd=0x62a0000cc270, rawbuf=0x62b00004d290 "change  master to master_host='localhost', master_port=3306, master_user='root'", length=79, parser_state=0x7eff0ba647e0, is_com_multi=false, is_next_command=false) at /10.3/src/sql/sql_parse.cc:7870
      #8  0x0000560294fe59d5 in dispatch_command (command=COM_QUERY, thd=0x62a0000cc270, packet=0x62900016d271 "change  master to master_host='localhost', master_port=3306, master_user='root'", packet_length=79, is_com_multi=false, is_next_command=false) at /10.3/src/sql/sql_parse.cc:1852
      #9  0x0000560294fe2518 in do_command (thd=0x62a0000cc270) at /10.3/src/sql/sql_parse.cc:1398
      #10 0x00005602953b218f in do_handle_one_connection (connect=0x61100004e170) at /10.3/src/sql/sql_connect.cc:1403
      #11 0x00005602953b1a49 in handle_one_connection (arg=0x61100004e170) at /10.3/src/sql/sql_connect.cc:1308
      #12 0x00005602969dd443 in pfs_spawn_thread (arg=0x6160000411f0) at /10.3/src/storage/perfschema/pfs.cc:1869
      #13 0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #14 0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 28 (Thread 0x7eff0bade300 (LWP 2115695)):
      #0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7eff0badab20, clockid=<optimized out>, expected=0, futex_word=0x62a0000b2060) at ../sysdeps/nptl/futex-internal.h:320
      #1  __pthread_cond_wait_common (abstime=0x7eff0badab20, clockid=<optimized out>, mutex=0x62a0000b1f78, cond=0x62a0000b2038) at pthread_cond_wait.c:520
      #2  __pthread_cond_timedwait (cond=0x62a0000b2038, mutex=0x62a0000b1f78, abstime=0x7eff0badab20) at pthread_cond_wait.c:656
      #3  0x0000560296b15a55 in safe_cond_timedwait (cond=0x62a0000b2038, mp=0x62a0000b1f50, abstime=0x7eff0badab20, file=0x560296ccc5e0 "/10.3/src/include/mysql/psi/mysql_thread.h", line=1211) at /10.3/src/mysys/thr_mutex.c:546
      #4  0x0000560294d83709 in inline_mysql_cond_timedwait (that=0x62a0000b2038, mutex=0x62a0000b1f50, abstime=0x7eff0badab20, src_file=0x560296ccf4c0 "/10.3/src/sql/slave.cc", src_line=1062) at /10.3/src/include/mysql/psi/mysql_thread.h:1211
      #5  0x0000560294d8aac8 in terminate_slave_thread (thd=0x62a0000ea270, term_lock=0x62a0000b1f50, term_cond=0x62a0000b2038, slave_running=0x62a0000b2a2c, skip_lock=false) at /10.3/src/sql/slave.cc:1062
      #6  0x0000560294d89c8b in terminate_slave_threads (mi=0x62a0000ae200, thread_mask=3, skip_lock=false) at /10.3/src/sql/slave.cc:911
      #7  0x0000560295086c8a in stop_slave (thd=0x62a0000c0270, mi=0x62a0000ae200, net_report=true) at /10.3/src/sql/sql_repl.cc:3284
      #8  0x0000560294ff480a in mysql_execute_command (thd=0x62a0000c0270) at /10.3/src/sql/sql_parse.cc:4219
      #9  0x000056029500eaf8 in mysql_parse (thd=0x62a0000c0270, rawbuf=0x62b00003f290 "stop slave", length=10, parser_state=0x7eff0badc7e0, is_com_multi=false, is_next_command=false) at /10.3/src/sql/sql_parse.cc:7870
      #10 0x0000560294fe59d5 in dispatch_command (command=COM_QUERY, thd=0x62a0000c0270, packet=0x62900015e271 "stop slave", packet_length=10, is_com_multi=false, is_next_command=false) at /10.3/src/sql/sql_parse.cc:1852
      #11 0x0000560294fe2518 in do_command (thd=0x62a0000c0270) at /10.3/src/sql/sql_parse.cc:1398
      #12 0x00005602953b218f in do_handle_one_connection (connect=0x61100004e030) at /10.3/src/sql/sql_connect.cc:1403
      #13 0x00005602953b1a49 in handle_one_connection (arg=0x61100004e030) at /10.3/src/sql/sql_connect.cc:1308
      #14 0x00005602969dd443 in pfs_spawn_thread (arg=0x616000040bf0) at /10.3/src/storage/perfschema/pfs.cc:1869
      #15 0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #16 0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 27 (Thread 0x7eff0bce4300 (LWP 2115691)):
      #0  0x00007eff224e8aff in __GI___poll (fds=0x7eff0bce3280, nfds=1, timeout=28800000) at ../sysdeps/unix/sysv/linux/poll.c:29
      #1  0x00007eff22e635ba in poll () from /usr/lib/x86_64-linux-gnu/libasan.so.5
      #2  0x0000560296c146de in vio_io_wait (vio=0x6160000405f0, event=VIO_IO_EVENT_READ, timeout=28800000) at /10.3/src/vio/viosocket.c:962
      #3  0x0000560296c101aa in vio_socket_io_wait (vio=0x6160000405f0, event=VIO_IO_EVENT_READ) at /10.3/src/vio/viosocket.c:119
      #4  0x0000560296c10721 in vio_read (vio=0x6160000405f0, buf=0x629000136270 "\001", size=4) at /10.3/src/vio/viosocket.c:196
      #5  0x0000560294d405b9 in my_real_read (net=0x62a0000ba558, complen=0x7eff0bce36b0, header=1 '\001') at /10.3/src/sql/net_serv.cc:975
      #6  0x0000560294d4201f in my_net_read_packet_reallen (net=0x62a0000ba558, read_from_server=1 '\001', reallen=0x7eff0bce3750) at /10.3/src/sql/net_serv.cc:1256
      #7  0x0000560294d41e83 in my_net_read_packet (net=0x62a0000ba558, read_from_server=1 '\001') at /10.3/src/sql/net_serv.cc:1240
      #8  0x0000560294fe1797 in do_command (thd=0x62a0000ba270) at /10.3/src/sql/sql_parse.cc:1274
      #9  0x00005602953b218f in do_handle_one_connection (connect=0x61100004ddb0) at /10.3/src/sql/sql_connect.cc:1403
      #10 0x00005602953b1a49 in handle_one_connection (arg=0x61100004ddb0) at /10.3/src/sql/sql_connect.cc:1308
      #11 0x00005602969dd443 in pfs_spawn_thread (arg=0x6160000402f0) at /10.3/src/storage/perfschema/pfs.cc:1869
      #12 0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #13 0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 26 (Thread 0x7eff0bd5e300 (LWP 2115688)):
      #0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x560298326248 <COND_manager+40>) at ../sysdeps/nptl/futex-internal.h:183
      #1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x560298326168 <LOCK_manager+40>, cond=0x560298326220 <COND_manager>) at pthread_cond_wait.c:508
      #2  __pthread_cond_wait (cond=0x560298326220 <COND_manager>, mutex=0x560298326168 <LOCK_manager+40>) at pthread_cond_wait.c:638
      #3  0x0000560296b1511c in safe_cond_wait (cond=0x560298326220 <COND_manager>, mp=0x560298326140 <LOCK_manager>, file=0x560296d47b40 "/10.3/src/include/mysql/psi/mysql_thread.h", line=1174) at /10.3/src/mysys/thr_mutex.c:492
      #4  0x0000560294fd9850 in inline_mysql_cond_wait (that=0x560298326220 <COND_manager>, mutex=0x560298326140 <LOCK_manager>, src_file=0x560296d482c0 "/10.3/src/sql/sql_manager.cc", src_line=102) at /10.3/src/include/mysql/psi/mysql_thread.h:1174
      #5  0x0000560294fda336 in handle_manager (arg=0x0) at /10.3/src/sql/sql_manager.cc:102
      #6  0x00005602969dd443 in pfs_spawn_thread (arg=0x61600000eaf0) at /10.3/src/storage/perfschema/pfs.cc:1869
      #7  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #8  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 25 (Thread 0x7eff17ccc300 (LWP 2115687)):
      #0  0x00007eff2241a322 in __GI___sigtimedwait (set=set@entry=0x7eff17ccb8d0, info=info@entry=0x7eff17ccaed0, timeout=timeout@entry=0x0) at ../sysdeps/unix/sysv/linux/sigtimedwait.c:29
      #1  0x00007eff225d9f6c in __sigwait (set=0x7eff17ccb8d0, sig=0x7eff17ccb850) at ../sysdeps/unix/sysv/linux/sigwait.c:28
      #2  0x00007eff22e726f1 in ?? () from /usr/lib/x86_64-linux-gnu/libasan.so.5
      #3  0x0000560294d1a590 in signal_hand (arg=0x0) at /10.3/src/sql/mysqld.cc:3590
      #4  0x00005602969dd443 in pfs_spawn_thread (arg=0x61600000d5f0) at /10.3/src/storage/perfschema/pfs.cc:1869
      #5  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #6  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 24 (Thread 0x7eff0d872700 (LWP 2115686)):
      #0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7eff0d871c38) at ../sysdeps/nptl/futex-internal.h:183
      #1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x7eff0d871c98, cond=0x7eff0d871c10) at pthread_cond_wait.c:508
      #2  __pthread_cond_wait (cond=0x7eff0d871c10, mutex=0x7eff0d871c98) at pthread_cond_wait.c:638
      #3  0x0000560296b1511c in safe_cond_wait (cond=0x7eff0d871c10, mp=0x7eff0d871c70, file=0x560297160f60 "/10.3/src/include/mysql/psi/mysql_thread.h", line=1185) at /10.3/src/mysys/thr_mutex.c:492
      #4  0x0000560295cd4732 in inline_mysql_cond_wait (that=0x7eff0d871c10, mutex=0x7eff0d871c70, src_file=0x560297168ba0 "/10.3/src/storage/innobase/handler/ha_innodb.cc", src_line=324) at /10.3/src/include/mysql/psi/mysql_thread.h:1185
      #5  0x0000560295cdde47 in thd_destructor_proxy () at /10.3/src/storage/innobase/handler/ha_innodb.cc:324
      #6  0x00005602969dd443 in pfs_spawn_thread (arg=0x61600000baf0) at /10.3/src/storage/perfschema/pfs.cc:1869
      #7  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #8  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 23 (Thread 0x7eff0e073700 (LWP 2115685)):
      #0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x60b000001758) at ../sysdeps/nptl/futex-internal.h:183
      #1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x60b000001708, cond=0x60b000001730) at pthread_cond_wait.c:508
      #2  __pthread_cond_wait (cond=0x60b000001730, mutex=0x60b000001708) at pthread_cond_wait.c:638
      #3  0x0000560295f0b150 in os_event::wait (this=0x60b0000016f0) at /10.3/src/storage/innobase/os/os0event.cc:158
      #4  0x0000560295f0a811 in os_event::wait_low (this=0x60b0000016f0, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:325
      #5  0x0000560295f0addc in os_event_wait_low (event=0x60b0000016f0, reset_sig_count=0) at /10.3/src/storage/innobase/os/os0event.cc:502
      #6  0x000056029631348f in buf_resize_thread () at /10.3/src/storage/innobase/buf/buf0buf.cc:3170
      #7  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #8  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 22 (Thread 0x7eff0e874700 (LWP 2115684)):
      #0  0x00007eff224b33bf in __GI___clock_nanosleep (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7eff0e8733c0, rem=0x0) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:78
      #1  0x00007eff224b9047 in __GI___nanosleep (requested_time=<optimized out>, remaining=<optimized out>) at nanosleep.c:27
      #2  0x0000560295f0b891 in os_thread_sleep (tm=1000000) at /10.3/src/storage/innobase/os/os0thread.cc:231
      #3  0x00005602962f135d in btr_defragment_thread () at /10.3/src/storage/innobase/btr/btr0defragment.cc:707
      #4  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #5  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 21 (Thread 0x7eff0f075700 (LWP 2115683)):
      #0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x60b0000015f8) at ../sysdeps/nptl/futex-internal.h:183
      #1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x60b0000015a8, cond=0x60b0000015d0) at pthread_cond_wait.c:508
      #2  __pthread_cond_wait (cond=0x60b0000015d0, mutex=0x60b0000015a8) at pthread_cond_wait.c:638
      #3  0x0000560295f0b150 in os_event::wait (this=0x60b000001590) at /10.3/src/storage/innobase/os/os0event.cc:158
      #4  0x0000560295f0a811 in os_event::wait_low (this=0x60b000001590, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:325
      #5  0x0000560295f0addc in os_event_wait_low (event=0x60b000001590, reset_sig_count=0) at /10.3/src/storage/innobase/os/os0event.cc:502
      #6  0x0000560296347370 in buf_dump_thread () at /10.3/src/storage/innobase/buf/buf0dump.cc:834
      #7  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #8  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 20 (Thread 0x7eff0f876700 (LWP 2115682)):
      #0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x60b0000013e8) at ../sysdeps/nptl/futex-internal.h:183
      #1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x60b000001398, cond=0x60b0000013c0) at pthread_cond_wait.c:508
      #2  __pthread_cond_wait (cond=0x60b0000013c0, mutex=0x60b000001398) at pthread_cond_wait.c:638
      #3  0x0000560295f0b150 in os_event::wait (this=0x60b000001380) at /10.3/src/storage/innobase/os/os0event.cc:158
      #4  0x0000560295f0a811 in os_event::wait_low (this=0x60b000001380, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:325
      #5  0x0000560295f0addc in os_event_wait_low (event=0x60b000001380, reset_sig_count=0) at /10.3/src/storage/innobase/os/os0event.cc:502
      #6  0x0000560296141268 in srv_resume_thread (slot=0x560297f0fe30 <srv_sys+1264>, sig_count=0, wait=true, timeout_usec=0) at /10.3/src/storage/innobase/srv/srv0srv.cc:916
      #7  0x000056029614811a in srv_worker_thread (arg=0x0) at /10.3/src/storage/innobase/srv/srv0srv.cc:2538
      #8  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #9  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 19 (Thread 0x7eff10077700 (LWP 2115681)):
      #0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x60b000001338) at ../sysdeps/nptl/futex-internal.h:183
      #1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x60b0000012e8, cond=0x60b000001310) at pthread_cond_wait.c:508
      #2  __pthread_cond_wait (cond=0x60b000001310, mutex=0x60b0000012e8) at pthread_cond_wait.c:638
      #3  0x0000560295f0b150 in os_event::wait (this=0x60b0000012d0) at /10.3/src/storage/innobase/os/os0event.cc:158
      #4  0x0000560295f0a811 in os_event::wait_low (this=0x60b0000012d0, reset_sig_count=5) at /10.3/src/storage/innobase/os/os0event.cc:325
      #5  0x0000560295f0addc in os_event_wait_low (event=0x60b0000012d0, reset_sig_count=0) at /10.3/src/storage/innobase/os/os0event.cc:502
      #6  0x0000560296141268 in srv_resume_thread (slot=0x560297f0fd38 <srv_sys+1016>, sig_count=0, wait=true, timeout_usec=0) at /10.3/src/storage/innobase/srv/srv0srv.cc:916
      #7  0x000056029614811a in srv_worker_thread (arg=0x0) at /10.3/src/storage/innobase/srv/srv0srv.cc:2538
      #8  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #9  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 18 (Thread 0x7eff10878700 (LWP 2115680)):
      #0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x60b00000128c) at ../sysdeps/nptl/futex-internal.h:183
      #1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x60b000001238, cond=0x60b000001260) at pthread_cond_wait.c:508
      #2  __pthread_cond_wait (cond=0x60b000001260, mutex=0x60b000001238) at pthread_cond_wait.c:638
      #3  0x0000560295f0b150 in os_event::wait (this=0x60b000001220) at /10.3/src/storage/innobase/os/os0event.cc:158
      #4  0x0000560295f0a811 in os_event::wait_low (this=0x60b000001220, reset_sig_count=8) at /10.3/src/storage/innobase/os/os0event.cc:325
      #5  0x0000560295f0addc in os_event_wait_low (event=0x60b000001220, reset_sig_count=0) at /10.3/src/storage/innobase/os/os0event.cc:502
      #6  0x0000560296141268 in srv_resume_thread (slot=0x560297f0fc40 <srv_sys+768>, sig_count=0, wait=true, timeout_usec=0) at /10.3/src/storage/innobase/srv/srv0srv.cc:916
      #7  0x000056029614811a in srv_worker_thread (arg=0x0) at /10.3/src/storage/innobase/srv/srv0srv.cc:2538
      #8  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #9  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 17 (Thread 0x7eff11079700 (LWP 2115679)):
      #0  futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x60b0000011d8) at ../sysdeps/nptl/futex-internal.h:183
      #1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x60b000001188, cond=0x60b0000011b0) at pthread_cond_wait.c:508
      #2  __pthread_cond_wait (cond=0x60b0000011b0, mutex=0x60b000001188) at pthread_cond_wait.c:638
      #3  0x0000560295f0b150 in os_event::wait (this=0x60b000001170) at /10.3/src/storage/innobase/os/os0event.cc:158
      #4  0x0000560295f0a811 in os_event::wait_low (this=0x60b000001170, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:325
      #5  0x0000560295f0addc in os_event_wait_low (event=0x60b000001170, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:502
      #6  0x0000560296141268 in srv_resume_thread (slot=0x560297f0fb48 <srv_sys+520>, sig_count=1, wait=true, timeout_usec=0) at /10.3/src/storage/innobase/srv/srv0srv.cc:916
      #7  0x000056029614889b in srv_purge_coordinator_suspend (slot=0x560297f0fb48 <srv_sys+520>, rseg_history_len=15) at /10.3/src/storage/innobase/srv/srv0srv.cc:2684
      #8  0x0000560296148f6f in srv_purge_coordinator_thread (arg=0x0) at /10.3/src/storage/innobase/srv/srv0srv.cc:2767
      #9  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #10 0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 16 (Thread 0x7eff1187a700 (LWP 2115678)):
      #0  0x00007eff224b33bf in __GI___clock_nanosleep (clock_id=clock_id@entry=0, flags=flags@entry=0, req=0x7eff11879cb0, rem=0x0) at ../sysdeps/unix/sysv/linux/clock_nanosleep.c:78
      #1  0x00007eff224b9047 in __GI___nanosleep (requested_time=<optimized out>, remaining=<optimized out>) at nanosleep.c:27
      #2  0x0000560295f0b891 in os_thread_sleep (tm=1000000) at /10.3/src/storage/innobase/os/os0thread.cc:231
      #3  0x0000560296147039 in srv_master_sleep () at /10.3/src/storage/innobase/srv/srv0srv.cc:2351
      #4  0x0000560296147351 in srv_master_thread (arg=0x0) at /10.3/src/storage/innobase/srv/srv0srv.cc:2391
      #5  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #6  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 15 (Thread 0x7eff1207b700 (LWP 2115677)):
      #0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7eff1207aaa0, clockid=<optimized out>, expected=0, futex_word=0x60b00007d148) at ../sysdeps/nptl/futex-internal.h:320
      #1  __pthread_cond_wait_common (abstime=0x7eff1207aaa0, clockid=<optimized out>, mutex=0x60b00007d0f8, cond=0x60b00007d120) at pthread_cond_wait.c:520
      #2  __pthread_cond_timedwait (cond=0x60b00007d120, mutex=0x60b00007d0f8, abstime=0x7eff1207aaa0) at pthread_cond_wait.c:656
      #3  0x0000560295f0a42b in os_event::timed_wait (this=0x60b00007d0e0, abstime=0x7eff1207aaa0) at /10.3/src/storage/innobase/os/os0event.cc:275
      #4  0x0000560295f0ab31 in os_event::wait_time_low (this=0x60b00007d0e0, time_in_usec=5000000, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:385
      #5  0x0000560295f0adb3 in os_event_wait_time_low (event=0x60b00007d0e0, time_in_usec=5000000, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:485
      #6  0x00005602962350a6 in ib_wqueue_timedwait (wq=0x60c0000055c0, wait_in_usecs=5000000) at /10.3/src/storage/innobase/ut/ut0wqueue.cc:154
      #7  0x00005602965116d4 in fts_optimize_thread (arg=0x60c0000055c0) at /10.3/src/storage/innobase/fts/fts0opt.cc:2828
      #8  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #9  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 14 (Thread 0x7eff1287c700 (LWP 2115676)):
      #0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7eff1287bd40, clockid=<optimized out>, expected=0, futex_word=0x60b000075848) at ../sysdeps/nptl/futex-internal.h:320
      #1  __pthread_cond_wait_common (abstime=0x7eff1287bd40, clockid=<optimized out>, mutex=0x60b0000757f8, cond=0x60b000075820) at pthread_cond_wait.c:520
      #2  __pthread_cond_timedwait (cond=0x60b000075820, mutex=0x60b0000757f8, abstime=0x7eff1287bd40) at pthread_cond_wait.c:656
      #3  0x0000560295f0a42b in os_event::timed_wait (this=0x60b0000757e0, abstime=0x7eff1287bd40) at /10.3/src/storage/innobase/os/os0event.cc:275
      #4  0x0000560295f0ab31 in os_event::wait_time_low (this=0x60b0000757e0, time_in_usec=10000000, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:385
      #5  0x0000560295f0adb3 in os_event_wait_time_low (event=0x60b0000757e0, time_in_usec=10000000, reset_sig_count=0) at /10.3/src/storage/innobase/os/os0event.cc:485
      #6  0x000056029643f0f4 in dict_stats_thread () at /10.3/src/storage/innobase/dict/dict0stats_bg.cc:490
      #7  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #8  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 13 (Thread 0x7eff1307d700 (LWP 2115675)):
      #0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7eff1307cd00, clockid=<optimized out>, expected=0, futex_word=0x60b000001548) at ../sysdeps/nptl/futex-internal.h:320
      #1  __pthread_cond_wait_common (abstime=0x7eff1307cd00, clockid=<optimized out>, mutex=0x60b0000014f8, cond=0x60b000001520) at pthread_cond_wait.c:520
      #2  __pthread_cond_timedwait (cond=0x60b000001520, mutex=0x60b0000014f8, abstime=0x7eff1307cd00) at pthread_cond_wait.c:656
      #3  0x0000560295f0a42b in os_event::timed_wait (this=0x60b0000014e0, abstime=0x7eff1307cd00) at /10.3/src/storage/innobase/os/os0event.cc:275
      #4  0x0000560295f0ab31 in os_event::wait_time_low (this=0x60b0000014e0, time_in_usec=5000000, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:385
      #5  0x0000560295f0adb3 in os_event_wait_time_low (event=0x60b0000014e0, time_in_usec=5000000, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:485
      #6  0x000056029614443e in srv_monitor_thread () at /10.3/src/storage/innobase/srv/srv0srv.cc:1697
      #7  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #8  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 12 (Thread 0x7eff1407f700 (LWP 2115674)):
      #0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7eff1407e8c0, clockid=<optimized out>, expected=0, futex_word=0x60b000001498) at ../sysdeps/nptl/futex-internal.h:320
      #1  __pthread_cond_wait_common (abstime=0x7eff1407e8c0, clockid=<optimized out>, mutex=0x60b000001448, cond=0x60b000001470) at pthread_cond_wait.c:520
      #2  __pthread_cond_timedwait (cond=0x60b000001470, mutex=0x60b000001448, abstime=0x7eff1407e8c0) at pthread_cond_wait.c:656
      #3  0x0000560295f0a42b in os_event::timed_wait (this=0x60b000001430, abstime=0x7eff1407e8c0) at /10.3/src/storage/innobase/os/os0event.cc:275
      #4  0x0000560295f0ab31 in os_event::wait_time_low (this=0x60b000001430, time_in_usec=1000000, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:385
      #5  0x0000560295f0adb3 in os_event_wait_time_low (event=0x60b000001430, time_in_usec=1000000, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:485
      #6  0x0000560296144f27 in srv_error_monitor_thread () at /10.3/src/storage/innobase/srv/srv0srv.cc:1861
      #7  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #8  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 11 (Thread 0x7eff1387e700 (LWP 2115673)):
      #0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7eff1387dd20, clockid=<optimized out>, expected=0, futex_word=0x60b000075008) at ../sysdeps/nptl/futex-internal.h:320
      #1  __pthread_cond_wait_common (abstime=0x7eff1387dd20, clockid=<optimized out>, mutex=0x60b000074fb8, cond=0x60b000074fe0) at pthread_cond_wait.c:520
      #2  __pthread_cond_timedwait (cond=0x60b000074fe0, mutex=0x60b000074fb8, abstime=0x7eff1387dd20) at pthread_cond_wait.c:656
      #3  0x0000560295f0a42b in os_event::timed_wait (this=0x60b000074fa0, abstime=0x7eff1387dd20) at /10.3/src/storage/innobase/os/os0event.cc:275
      #4  0x0000560295f0ab31 in os_event::wait_time_low (this=0x60b000074fa0, time_in_usec=1000000, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:385
      #5  0x0000560295f0adb3 in os_event_wait_time_low (event=0x60b000074fa0, time_in_usec=1000000, reset_sig_count=1) at /10.3/src/storage/innobase/os/os0event.cc:485
      #6  0x0000560295e8a31d in lock_wait_timeout_thread () at /10.3/src/storage/innobase/lock/lock0wait.cc:527
      #7  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #8  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 10 (Thread 0x7eff14b16700 (LWP 2115671)):
      #0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7eff14b15470, clockid=<optimized out>, expected=0, futex_word=0x60b0000016a8) at ../sysdeps/nptl/futex-internal.h:320
      #1  __pthread_cond_wait_common (abstime=0x7eff14b15470, clockid=<optimized out>, mutex=0x60b000001658, cond=0x60b000001680) at pthread_cond_wait.c:520
      #2  __pthread_cond_timedwait (cond=0x60b000001680, mutex=0x60b000001658, abstime=0x7eff14b15470) at pthread_cond_wait.c:656
      #3  0x0000560295f0a42b in os_event::timed_wait (this=0x60b000001640, abstime=0x7eff14b15470) at /10.3/src/storage/innobase/os/os0event.cc:275
      #4  0x0000560295f0ab31 in os_event::wait_time_low (this=0x60b000001640, time_in_usec=1000000, reset_sig_count=508) at /10.3/src/storage/innobase/os/os0event.cc:385
      #5  0x0000560295f0adb3 in os_event_wait_time_low (event=0x60b000001640, time_in_usec=1000000, reset_sig_count=508) at /10.3/src/storage/innobase/os/os0event.cc:485
      #6  0x000056029635c9eb in pc_sleep_if_needed (next_loop_time=509453438, sig_count=508, cur_time=509452438) at /10.3/src/storage/innobase/buf/buf0flu.cc:2664
      #7  0x000056029635f83b in buf_flush_page_cleaner_coordinator () at /10.3/src/storage/innobase/buf/buf0flu.cc:3123
      #8  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #9  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 9 (Thread 0x7eff1532d700 (LWP 2115670)):
      #0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
      #1  0x00007eff22dbb27b in ?? () from /usr/lib/x86_64-linux-gnu/libaio.so.1
      #2  0x0000560295ee8223 in LinuxAIOHandler::collect (this=0x7eff1532c9a0) at /10.3/src/storage/innobase/os/os0file.cc:1936
      #3  0x0000560295ee9258 in LinuxAIOHandler::poll (this=0x7eff1532c9a0, m1=0x7eff1532cae0, m2=0x7eff1532cb00, request=0x7eff1532cb40) at /10.3/src/storage/innobase/os/os0file.cc:2097
      #4  0x0000560295ee9785 in os_aio_linux_handler (global_segment=5, m1=0x7eff1532cae0, m2=0x7eff1532cb00, request=0x7eff1532cb40) at /10.3/src/storage/innobase/os/os0file.cc:2151
      #5  0x0000560295ef5766 in os_aio_handler (segment=5, m1=0x7eff1532cae0, m2=0x7eff1532cb00, request=0x7eff1532cb40) at /10.3/src/storage/innobase/os/os0file.cc:5761
      #6  0x0000560296471016 in fil_aio_wait (segment=5) at /10.3/src/storage/innobase/fil/fil0fil.cc:4465
      #7  0x000056029614eaf1 in io_handler_thread (arg=0x5602983a7428 <n+40>) at /10.3/src/storage/innobase/srv/srv0start.cc:326
      #8  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #9  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 8 (Thread 0x7eff15b44700 (LWP 2115669)):
      #0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
      #1  0x00007eff22dbb27b in ?? () from /usr/lib/x86_64-linux-gnu/libaio.so.1
      #2  0x0000560295ee8223 in LinuxAIOHandler::collect (this=0x7eff15b439a0) at /10.3/src/storage/innobase/os/os0file.cc:1936
      #3  0x0000560295ee9258 in LinuxAIOHandler::poll (this=0x7eff15b439a0, m1=0x7eff15b43ae0, m2=0x7eff15b43b00, request=0x7eff15b43b40) at /10.3/src/storage/innobase/os/os0file.cc:2097
      #4  0x0000560295ee9785 in os_aio_linux_handler (global_segment=4, m1=0x7eff15b43ae0, m2=0x7eff15b43b00, request=0x7eff15b43b40) at /10.3/src/storage/innobase/os/os0file.cc:2151
      #5  0x0000560295ef5766 in os_aio_handler (segment=4, m1=0x7eff15b43ae0, m2=0x7eff15b43b00, request=0x7eff15b43b40) at /10.3/src/storage/innobase/os/os0file.cc:5761
      #6  0x0000560296471016 in fil_aio_wait (segment=4) at /10.3/src/storage/innobase/fil/fil0fil.cc:4465
      #7  0x000056029614eaf1 in io_handler_thread (arg=0x5602983a7420 <n+32>) at /10.3/src/storage/innobase/srv/srv0start.cc:326
      #8  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #9  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 7 (Thread 0x7eff1635b700 (LWP 2115668)):
      #0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
      #1  0x00007eff22dbb27b in ?? () from /usr/lib/x86_64-linux-gnu/libaio.so.1
      #2  0x0000560295ee8223 in LinuxAIOHandler::collect (this=0x7eff1635a9a0) at /10.3/src/storage/innobase/os/os0file.cc:1936
      #3  0x0000560295ee9258 in LinuxAIOHandler::poll (this=0x7eff1635a9a0, m1=0x7eff1635aae0, m2=0x7eff1635ab00, request=0x7eff1635ab40) at /10.3/src/storage/innobase/os/os0file.cc:2097
      #4  0x0000560295ee9785 in os_aio_linux_handler (global_segment=3, m1=0x7eff1635aae0, m2=0x7eff1635ab00, request=0x7eff1635ab40) at /10.3/src/storage/innobase/os/os0file.cc:2151
      #5  0x0000560295ef5766 in os_aio_handler (segment=3, m1=0x7eff1635aae0, m2=0x7eff1635ab00, request=0x7eff1635ab40) at /10.3/src/storage/innobase/os/os0file.cc:5761
      #6  0x0000560296471016 in fil_aio_wait (segment=3) at /10.3/src/storage/innobase/fil/fil0fil.cc:4465
      #7  0x000056029614eaf1 in io_handler_thread (arg=0x5602983a7418 <n+24>) at /10.3/src/storage/innobase/srv/srv0start.cc:326
      #8  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #9  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 6 (Thread 0x7eff16b72700 (LWP 2115667)):
      #0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
      #1  0x00007eff22dbb27b in ?? () from /usr/lib/x86_64-linux-gnu/libaio.so.1
      #2  0x0000560295ee8223 in LinuxAIOHandler::collect (this=0x7eff16b719a0) at /10.3/src/storage/innobase/os/os0file.cc:1936
      #3  0x0000560295ee9258 in LinuxAIOHandler::poll (this=0x7eff16b719a0, m1=0x7eff16b71ae0, m2=0x7eff16b71b00, request=0x7eff16b71b40) at /10.3/src/storage/innobase/os/os0file.cc:2097
      #4  0x0000560295ee9785 in os_aio_linux_handler (global_segment=2, m1=0x7eff16b71ae0, m2=0x7eff16b71b00, request=0x7eff16b71b40) at /10.3/src/storage/innobase/os/os0file.cc:2151
      #5  0x0000560295ef5766 in os_aio_handler (segment=2, m1=0x7eff16b71ae0, m2=0x7eff16b71b00, request=0x7eff16b71b40) at /10.3/src/storage/innobase/os/os0file.cc:5761
      #6  0x0000560296471016 in fil_aio_wait (segment=2) at /10.3/src/storage/innobase/fil/fil0fil.cc:4465
      #7  0x000056029614eaf1 in io_handler_thread (arg=0x5602983a7410 <n+16>) at /10.3/src/storage/innobase/srv/srv0start.cc:326
      #8  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #9  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 5 (Thread 0x7eff17389700 (LWP 2115666)):
      #0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
      #1  0x00007eff22dbb27b in ?? () from /usr/lib/x86_64-linux-gnu/libaio.so.1
      #2  0x0000560295ee8223 in LinuxAIOHandler::collect (this=0x7eff173889a0) at /10.3/src/storage/innobase/os/os0file.cc:1936
      #3  0x0000560295ee9258 in LinuxAIOHandler::poll (this=0x7eff173889a0, m1=0x7eff17388ae0, m2=0x7eff17388b00, request=0x7eff17388b40) at /10.3/src/storage/innobase/os/os0file.cc:2097
      #4  0x0000560295ee9785 in os_aio_linux_handler (global_segment=1, m1=0x7eff17388ae0, m2=0x7eff17388b00, request=0x7eff17388b40) at /10.3/src/storage/innobase/os/os0file.cc:2151
      #5  0x0000560295ef5766 in os_aio_handler (segment=1, m1=0x7eff17388ae0, m2=0x7eff17388b00, request=0x7eff17388b40) at /10.3/src/storage/innobase/os/os0file.cc:5761
      #6  0x0000560296471016 in fil_aio_wait (segment=1) at /10.3/src/storage/innobase/fil/fil0fil.cc:4465
      #7  0x000056029614eaf1 in io_handler_thread (arg=0x5602983a7408 <n+8>) at /10.3/src/storage/innobase/srv/srv0start.cc:326
      #8  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #9  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 4 (Thread 0x7eff17ba0700 (LWP 2115665)):
      #0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
      #1  0x00007eff22dbb27b in ?? () from /usr/lib/x86_64-linux-gnu/libaio.so.1
      #2  0x0000560295ee8223 in LinuxAIOHandler::collect (this=0x7eff17b9f9a0) at /10.3/src/storage/innobase/os/os0file.cc:1936
      #3  0x0000560295ee9258 in LinuxAIOHandler::poll (this=0x7eff17b9f9a0, m1=0x7eff17b9fae0, m2=0x7eff17b9fb00, request=0x7eff17b9fb40) at /10.3/src/storage/innobase/os/os0file.cc:2097
      #4  0x0000560295ee9785 in os_aio_linux_handler (global_segment=0, m1=0x7eff17b9fae0, m2=0x7eff17b9fb00, request=0x7eff17b9fb40) at /10.3/src/storage/innobase/os/os0file.cc:2151
      #5  0x0000560295ef5766 in os_aio_handler (segment=0, m1=0x7eff17b9fae0, m2=0x7eff17b9fb00, request=0x7eff17b9fb40) at /10.3/src/storage/innobase/os/os0file.cc:5761
      #6  0x0000560296471016 in fil_aio_wait (segment=0) at /10.3/src/storage/innobase/fil/fil0fil.cc:4465
      #7  0x000056029614eaf1 in io_handler_thread (arg=0x5602983a7400 <n>) at /10.3/src/storage/innobase/srv/srv0start.cc:326
      #8  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #9  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 3 (Thread 0x7eff1956e700 (LWP 2115664)):
      #0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7eff1956dc00, clockid=<optimized out>, expected=0, futex_word=0x560298bbc848 <COND_checkpoint+40>) at ../sysdeps/nptl/futex-internal.h:320
      #1  __pthread_cond_wait_common (abstime=0x7eff1956dc00, clockid=<optimized out>, mutex=0x560298bbc768 <LOCK_checkpoint+40>, cond=0x560298bbc820 <COND_checkpoint>) at pthread_cond_wait.c:520
      #2  __pthread_cond_timedwait (cond=0x560298bbc820 <COND_checkpoint>, mutex=0x560298bbc768 <LOCK_checkpoint+40>, abstime=0x7eff1956dc00) at pthread_cond_wait.c:656
      #3  0x0000560296b15a55 in safe_cond_timedwait (cond=0x560298bbc820 <COND_checkpoint>, mp=0x560298bbc740 <LOCK_checkpoint>, abstime=0x7eff1956dc00, file=0x5602975299a0 "/10.3/src/include/mysql/psi/mysql_thread.h", line=1211) at /10.3/src/mysys/thr_mutex.c:546
      #4  0x000056029668db50 in inline_mysql_cond_timedwait (that=0x560298bbc820 <COND_checkpoint>, mutex=0x560298bbc740 <LOCK_checkpoint>, abstime=0x7eff1956dc00, src_file=0x560297529a20 "/10.3/src/storage/maria/ma_servicethread.c", src_line=115) at /10.3/src/include/mysql/psi/mysql_thread.h:1211
      #5  0x000056029668ea2b in my_service_thread_sleep (control=0x56029806eac0 <checkpoint_control>, sleep_time=30000000000) at /10.3/src/storage/maria/ma_servicethread.c:115
      #6  0x0000560296670925 in ma_checkpoint_background (arg=0x1e) at /10.3/src/storage/maria/ma_checkpoint.c:707
      #7  0x00005602969dd443 in pfs_spawn_thread (arg=0x6160000072f0) at /10.3/src/storage/perfschema/pfs.cc:1869
      #8  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #9  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 2 (Thread 0x7eff1ac80700 (LWP 2115663)):
      #0  futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7eff1ac7fd50, clockid=<optimized out>, expected=0, futex_word=0x560298bd3c48 <COND_timer+40>) at ../sysdeps/nptl/futex-internal.h:320
      #1  __pthread_cond_wait_common (abstime=0x7eff1ac7fd50, clockid=<optimized out>, mutex=0x560298bd3b68 <LOCK_timer+40>, cond=0x560298bd3c20 <COND_timer>) at pthread_cond_wait.c:520
      #2  __pthread_cond_timedwait (cond=0x560298bd3c20 <COND_timer>, mutex=0x560298bd3b68 <LOCK_timer+40>, abstime=0x7eff1ac7fd50) at pthread_cond_wait.c:656
      #3  0x0000560296b15a55 in safe_cond_timedwait (cond=0x560298bd3c20 <COND_timer>, mp=0x560298bd3b40 <LOCK_timer>, abstime=0x7eff1ac7fd50, file=0x56029760f560 "/10.3/src/include/mysql/psi/mysql_thread.h", line=1211) at /10.3/src/mysys/thr_mutex.c:546
      #4  0x0000560296b188a2 in inline_mysql_cond_timedwait (that=0x560298bd3c20 <COND_timer>, mutex=0x560298bd3b40 <LOCK_timer>, abstime=0x7eff1ac7fd50, src_file=0x56029760f600 "/10.3/src/mysys/thr_timer.c", src_line=292) at /10.3/src/include/mysql/psi/mysql_thread.h:1211
      #5  0x0000560296b1a826 in timer_handler (arg=0x0) at /10.3/src/mysys/thr_timer.c:292
      #6  0x00005602969dd443 in pfs_spawn_thread (arg=0x6160000021f0) at /10.3/src/storage/perfschema/pfs.cc:1869
      #7  0x00007eff225ce609 in start_thread (arg=<optimized out>) at pthread_create.c:477
      #8  0x00007eff224f5293 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
       
      Thread 1 (Thread 0x7eff22281d80 (LWP 2115662)):
      #0  0x00007eff224e8aff in __GI___poll (fds=0x7ffeb286acf0, nfds=2, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
      #1  0x00007eff22e635ba in poll () from /usr/lib/x86_64-linux-gnu/libasan.so.5
      #2  0x0000560294d250e5 in handle_connections_sockets () at /10.3/src/sql/mysqld.cc:6815
      #3  0x0000560294d2345f in mysqld_main (argc=<error reading variable: Cannot access memory at address 0x3d60>, argv=<error reading variable: Cannot access memory at address 0x3d70>) at /10.3/src/sql/mysqld.cc:6286
      #4  0x0000560294d09b8d in main (argc=24, argv=0x7ffeb286b128) at /10.3/src/sql/main.cc:25
      [Inferior 1 (process 2115662) detached]
      
      

      Attachments

        Activity

          People

            Elkin Andrei Elkin
            alice Alice Sherepa
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.