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

Setting set @@global_wsrep_sst_auth=NULL causes crash

    XMLWordPrintable

Details

    Description

      Here output from 10.1-galera tests (check also 5.5-galera):

      CURRENT_TEST: sys_vars.wsrep_sst_auth_basic
      mysqltest: At line 7: query 'set @@global.wsrep_sst_auth=NULL' failed: 2013: Lost connection to MySQL server during query
       
      The result from queries just before the failure was:
      set @start_value = @@wsrep_sst_auth;
      set @@global.wsrep_sst_auth='root:pass';
      set @@global.wsrep_sst_auth=NULL;
       
       
      Server [mysqld.1 - pid: 9652, winpid: 9652, exit: 256] failed during test run
      Server log from this test:
      ----------SERVER LOG START-----------
      140701  6:45:10 [Note] WSREP: Read nil XID from storage engines, skipping position init
      140701  6:45:10 [Note] WSREP: wsrep_load(): loading provider library '/usr/lib/galera/libgalera_smm.so'
      140701  6:45:10 [Note] WSREP: wsrep_load(): Galera 3.5(rXXXX) by Codership Oy <info@codership.com> loaded successfully.
      140701  6:45:10 [Note] WSREP: CRC-32C: using hardware acceleration.
      140701  6:45:10 [Warning] WSREP: Could not open saved state file for reading: /run/shm/mysqld.1/data//grastate.dat
      140701  6:45:10 [Note] WSREP: Found saved state: 00000000-0000-0000-0000-000000000000:-1
      140701  6:45:10 [Note] WSREP: Passing config to GCS: base_host = 178.251.60.217; base_port = 4567; cert.log_conflicts = no; debug = no; evs.inactive_check_period = PT0.5S; evs.inactive_timeout = PT15S; evs.join_retrans_period = PT1S; evs.max_install_timeouts = 1; evs.send_window = 4; evs.stats_report_period = PT1M; evs.suspect_timeout = PT5S; evs.user_send_window = 2; evs.view_forget_timeout = PT24H; gcache.dir = /run/shm/mysqld.1/data/; gcache.keep_pages_size = 0; gcache.mem_size = 0; gcache.name = /run/shm/mysqld.1/data//galera.cache; gcache.page_size = 128M; gcache.size = 128M; gcs.fc_debug = 0; gcs.fc_factor = 1.0; gcs.fc_limit = 16; gcs.fc_master_slave = no; gcs.max_packet_size = 64500; gcs.max_throttle = 0.25; gcs.recv_q_hard_limit = 9223372036854775807; gcs.recv_q_soft_limit = 0.25; gcs.sync_donor = no; gmcast.segment = 0; gmcast.version = 0; pc.announce_timeout = PT3S; pc.checksum = false; pc.ignore_quorum = false; pc.ignore_sb = false; pc.npvo = false; pc.version = 0; pc.wait_prim = true; pc.wait_prim_timeout = P30S; pc.w
      140701  6:45:10 [Note] WSREP: Service thread queue flushed.
      140701  6:45:10 [Note] WSREP: Assign initial position for certification: -1, protocol version: -1
      140701  6:45:10 [Note] WSREP: wsrep_sst_grab()
      140701  6:45:10 [Note] WSREP: Start replication
      140701  6:45:10 [Note] WSREP: Setting initial position to 00000000-0000-0000-0000-000000000000:-1
      140701  6:45:10 [Note] WSREP: protonet asio version 0
      140701  6:45:10 [Note] WSREP: Using CRC-32C (optimized) for message checksums.
      140701  6:45:10 [Note] WSREP: backend: asio
      140701  6:45:10 [Note] WSREP: GMCast version 0
      140701  6:45:10 [Note] WSREP: (19ca0a31-00d2-11e4-9d94-669dc34cb131, 'tcp://0.0.0.0:4567') listening at tcp://0.0.0.0:4567
      140701  6:45:10 [Note] WSREP: (19ca0a31-00d2-11e4-9d94-669dc34cb131, 'tcp://0.0.0.0:4567') multicast: , ttl: 1
      140701  6:45:10 [Note] WSREP: EVS version 0
      140701  6:45:10 [Note] WSREP: PC version 0
      140701  6:45:10 [Note] WSREP: gcomm: connecting to group 'my_wsrep_cluster', peer ''
      140701  6:45:10 [Note] WSREP: Node 19ca0a31-00d2-11e4-9d94-669dc34cb131 state prim
      140701  6:45:10 [Note] WSREP: view(view_id(PRIM,19ca0a31-00d2-11e4-9d94-669dc34cb131,1) memb {
      	19ca0a31-00d2-11e4-9d94-669dc34cb131,0
      } joined {
      } left {
      } partitioned {
      })
      140701  6:45:10 [Note] WSREP: gcomm: connected
      140701  6:45:10 [Note] WSREP: Changing maximum packet size to 64500, resulting msg size: 32636
      140701  6:45:10 [Note] WSREP: Shifting CLOSED -> OPEN (TO: 0)
      140701  6:45:10 [Note] WSREP: Opened channel 'my_wsrep_cluster'
      140701  6:45:10 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 1
      140701  6:45:10 [Note] WSREP: Waiting for SST to complete.
      140701  6:45:10 [Note] WSREP: Starting new group from scratch: 19ca6937-00d2-11e4-afe0-3f399c6f1faa
      140701  6:45:10 [Note] WSREP: STATE_EXCHANGE: sent state UUID: 19ca7f03-00d2-11e4-b1c3-8645b2e6ee4e
      140701  6:45:10 [Note] WSREP: STATE EXCHANGE: sent state msg: 19ca7f03-00d2-11e4-b1c3-8645b2e6ee4e
      140701  6:45:10 [Note] WSREP: STATE EXCHANGE: got state msg: 19ca7f03-00d2-11e4-b1c3-8645b2e6ee4e from 0 (jan-GE70-0NC-0ND)
      140701  6:45:10 [Note] WSREP: Quorum results:
      	version    = 3,
      	component  = PRIMARY,
      	conf_id    = 0,
      	members    = 1/1 (joined/total),
      	act_id     = 0,
      	last_appl. = -1,
      	protocols  = 0/5/2 (gcs/repl/appl),
      	group UUID = 19ca6937-00d2-11e4-afe0-3f399c6f1faa
      140701  6:45:10 [Note] WSREP: Flow-control interval: [16, 16]
      140701  6:45:10 [Note] WSREP: Restored state OPEN -> JOINED (0)
      140701  6:45:10 [Note] WSREP: Member 0.0 (jan-GE70-0NC-0ND) synced with group.
      140701  6:45:10 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 0)
      140701  6:45:10 [Note] WSREP: New cluster view: global state: 19ca6937-00d2-11e4-afe0-3f399c6f1faa:0, view# 1: Primary, number of nodes: 1, my index: 0, protocol version 2
      140701  6:45:10 [Note] WSREP: SST complete, seqno: 0
      140701  6:45:10 [Note] Plugin 'XTRADB_READ_VIEW' is disabled.
      140701  6:45:10 [Note] Plugin 'XTRADB_INTERNAL_HASH_TABLES' is disabled.
      140701  6:45:10 [Note] Plugin 'XTRADB_RSEG' is disabled.
      140701  6:45:10 [Note] Plugin 'partition' is disabled.
      140701  6:45:10 [Note] InnoDB: Using mutexes to ref count buffer pool pages
      140701  6:45:10 [Note] InnoDB: The InnoDB memory heap is disabled
      140701  6:45:10 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
      140701  6:45:10 [Note] InnoDB: Compressed tables use zlib 1.2.8
      140701  6:45:10 [Note] InnoDB: Using Linux native AIO
      140701  6:45:10 [Note] InnoDB: Using CPU crc32 instructions
      140701  6:45:10 [Note] InnoDB: Initializing buffer pool, size = 8.0M
      140701  6:45:10 [Note] InnoDB: Completed initialization of buffer pool
       InnoDB: at file /home/jan/server/storage/innobase/os/os0file.cc and at line 1962
      140701  6:45:10 [Note] InnoDB: Highest supported file format is Barracuda.
      140701  6:45:10 [Note] InnoDB: 128 rollback segment(s) are active.
      140701  6:45:10 [Note] InnoDB: Waiting for purge to start
      140701  6:45:10 [Note] InnoDB: 5.6.17 started; log sequence number 1629444
      140701  6:45:10 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_SYS_INDEXES' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_SYS_COLUMNS' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_SYS_FIELDS' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
      140701  6:45:10 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
      140701  6:45:10 [Warning] /home/jan/server/sql/mysqld: unknown variable 'loose-feedback-user-info=mysql-test'
      140701  6:45:10 [Warning] /home/jan/server/sql/mysqld: unknown option '--loose-skip-plugin-innodb-changed-pages'
      140701  6:45:10 [Warning] /home/jan/server/sql/mysqld: unknown variable 'loose-debug-sync-timeout=300'
      140701  6:45:10 [Note] Server socket created on IP: '0.0.0.0'.
      140701  6:45:10 [Note] Event Scheduler: Loaded 0 events
      140701  6:45:10 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
      140701  6:45:10 [Note] WSREP: REPL Protocols: 5 (3, 1)
      140701  6:45:10 [Note] WSREP: Service thread queue flushed.
      140701  6:45:10 [Note] WSREP: Assign initial position for certification: 0, protocol version: 3
      140701  6:45:10 [Note] WSREP: Service thread queue flushed.
      140701  6:45:10 [Note] WSREP: Synchronized with group, ready for connections
      140701  6:45:10 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
      140701  6:45:10 [Note] /home/jan/server/sql/mysqld: ready for connections.
      Version: '10.1.0-MariaDB-wsrep-log'  socket: '/run/shm/tmp/mysqld.1.sock'  port: 16000  Source distribution, wsrep_25.10.r3991
      140701  6:45:10 [Note] WSREP: declaring 19ce0d13-00d2-11e4-99fb-9b204c01541e stable
      140701  6:45:10 [Note] WSREP: Node 19ca0a31-00d2-11e4-9d94-669dc34cb131 state prim
      140701  6:45:10 [Note] WSREP: view(view_id(PRIM,19ca0a31-00d2-11e4-9d94-669dc34cb131,2) memb {
      	19ca0a31-00d2-11e4-9d94-669dc34cb131,0
      	19ce0d13-00d2-11e4-99fb-9b204c01541e,0
      } joined {
      } left {
      } partitioned {
      })
      140701  6:45:10 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 0, memb_num = 2
      140701  6:45:10 [Note] WSREP: STATE_EXCHANGE: sent state UUID: 1a1ad800-00d2-11e4-973e-3ffb146b532e
      140701  6:45:10 [Note] WSREP: STATE EXCHANGE: sent state msg: 1a1ad800-00d2-11e4-973e-3ffb146b532e
      140701  6:45:10 [Note] WSREP: STATE EXCHANGE: got state msg: 1a1ad800-00d2-11e4-973e-3ffb146b532e from 0 (jan-GE70-0NC-0ND)
      140701  6:45:11 [Note] WSREP: STATE EXCHANGE: got state msg: 1a1ad800-00d2-11e4-973e-3ffb146b532e from 1 (jan-GE70-0NC-0ND)
      140701  6:45:11 [Note] WSREP: Quorum results:
      	version    = 3,
      	component  = PRIMARY,
      	conf_id    = 1,
      	members    = 1/2 (joined/total),
      	act_id     = 0,
      	last_appl. = 0,
      	protocols  = 0/5/2 (gcs/repl/appl),
      	group UUID = 19ca6937-00d2-11e4-afe0-3f399c6f1faa
      140701  6:45:11 [Note] WSREP: Flow-control interval: [23, 23]
      140701  6:45:11 [Note] WSREP: New cluster view: global state: 19ca6937-00d2-11e4-afe0-3f399c6f1faa:0, view# 2: Primary, number of nodes: 2, my index: 0, protocol version 2
      140701  6:45:11 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
      140701  6:45:11 [Note] WSREP: REPL Protocols: 5 (3, 1)
      140701  6:45:11 [Note] WSREP: Service thread queue flushed.
      140701  6:45:11 [Note] WSREP: Assign initial position for certification: 0, protocol version: 3
      140701  6:45:11 [Note] WSREP: Service thread queue flushed.
      140701  6:45:13 [Note] WSREP: Member 1.0 (jan-GE70-0NC-0ND) requested state transfer from '*any*'. Selected 0.0 (jan-GE70-0NC-0ND)(SYNCED) as donor.
      140701  6:45:13 [Note] WSREP: Shifting SYNCED -> DONOR/DESYNCED (TO: 0)
      140701  6:45:13 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
      140701  6:45:13 [Note] WSREP: Running: 'wsrep_sst_rsync --role 'donor' --address '178.251.60.217:4444/rsync_sst' --auth '(null)' --socket '/run/shm/tmp/mysqld.1.sock' --datadir '/run/shm/mysqld.1/data/' --defaults-file '/run/shm/my.cnf'   '' --gtid '19ca6937-00d2-11e4-afe0-3f399c6f1faa:0''
      140701  6:45:13 [Note] WSREP: sst_donor_thread signaled with 0
      140701  6:45:13 [Note] WSREP: Flushing tables for SST...
      140701  6:45:13 [Note] WSREP: Provider paused at 19ca6937-00d2-11e4-afe0-3f399c6f1faa:0 (5)
      140701  6:45:13 [Note] WSREP: Tables flushed.
      140701  6:45:15 [Note] WSREP: resuming provider at 5
      140701  6:45:15 [Note] WSREP: Provider resumed.
      140701  6:45:15 [Note] WSREP: 0.0 (jan-GE70-0NC-0ND): State transfer to 1.0 (jan-GE70-0NC-0ND) complete.
      140701  6:45:15 [Note] WSREP: Shifting DONOR/DESYNCED -> JOINED (TO: 0)
      140701  6:45:15 [Note] WSREP: Member 0.0 (jan-GE70-0NC-0ND) synced with group.
      140701  6:45:15 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 0)
      140701  6:45:15 [Note] WSREP: Synchronized with group, ready for connections
      140701  6:45:15 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
      140701  6:45:16 [Note] WSREP: 1.0 (jan-GE70-0NC-0ND): State transfer from 0.0 (jan-GE70-0NC-0ND) complete.
      140701  6:45:16 [Note] WSREP: Member 1.0 (jan-GE70-0NC-0ND) synced with group.
      140701  6:45:16 [ERROR] mysqld got signal 11 ;
      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 http://kb.askmonty.org/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.1.0-MariaDB-wsrep-log
      key_buffer_size=1048576
      read_buffer_size=131072
      max_used_connections=2
      max_threads=153
      thread_count=4
      It is possible that mysqld could use up to 
      key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 62991 K  bytes of memory
      Hope that's ok; if not, decrease some variables in the equation.
       
      Thread pointer: 0x0x7f6ad3557008
      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 = 0x7f6ae96b1e08 thread_stack 0x48000
      mysys/stacktrace.c:247(my_print_stacktrace)[0xb0e8d9]
      sql/signal_handler.cc:153(handle_fatal_signal)[0x731dd8]
      /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340)[0x7f6ae8d8a340]
      /lib/x86_64-linux-gnu/libc.so.6(strlen+0x2a)[0x7f6ae822f92a]
      /lib/x86_64-linux-gnu/libc.so.6(__strdup+0xe)[0x7f6ae822f66e]
      sql/wsrep_sst.cc:130(sst_auth_real_set)[0x6e0f4b]
      sql/sys_vars_shared.h:74(~AutoWLock)[0x57f96c]
      sql/set_var.cc:773(set_var::update(THD*))[0x57fb37]
      sql/sql_list.h:453(List_iterator_fast<set_var_base>::operator++(int))[0x581779]
      sql/sql_parse.cc:4085(mysql_execute_command(THD*))[0x5ef4b2]
      sql/sql_parse.cc:6976(mysql_parse(THD*, char*, unsigned int, Parser_state*))[0x5f2328]
      sql/sql_parse.cc:6801(wsrep_mysql_parse)[0x5f2924]
      sql/sql_parse.cc:1488(dispatch_command(enum_server_command, THD*, char*, unsigned int))[0x5f4964]
      sql/sql_parse.cc:1090(do_command(THD*))[0x5f5472]
      sql/sql_connect.cc:1396(do_handle_one_connection(THD*))[0x69e9ec]
      sql/sql_connect.cc:1309(handle_one_connection)[0x69eb48]
      perfschema/pfs.cc:1863(pfs_spawn_thread)[0x8fda84]
      /lib/x86_64-linux-gnu/libpthread.so.0(+0x8182)[0x7f6ae8d82182]
      /lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f6ae82a130d]
       
      Trying to get some variables.
      Some pointers may be invalid and cause the dump to abort.
      Query (0x7f6ac701f020): set @@global.wsrep_sst_auth=NULL
      Connection ID (thread ID): 6
      Status: NOT_KILLED
       
      Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=off,table_elimination=on,extended_keys=on,exists_to_in=on
       
      The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
      information that should help you find out what is causing the crash.
      Writing a core file
      ----------SERVER LOG END-------------
       
       
       - saving '/run/shm/log/sys_vars.wsrep_sst_auth_basic-innodb_plugin/' to '/run/shm/log/sys_vars.wsrep_sst_auth_basic-innodb_plugin/'
       - found 'core' (0/5)
       
      Trying 'dbx' to get a backtrace
       
      Trying 'gdb' to get a backtrace
      Core generated by '/home/jan/server/sql/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 9856]
      [New LWP 9677]
      [New LWP 9671]
      [New LWP 9670]
      [New LWP 9678]
      [New LWP 9673]
      [New LWP 9672]
      [New LWP 9674]
      [New LWP 9679]
      [New LWP 9685]
      [New LWP 9686]
      [New LWP 9675]
      [New LWP 9676]
      [New LWP 9684]
      [New LWP 9653]
      [New LWP 9854]
      [New LWP 9690]
      [New LWP 9692]
      [New LWP 9691]
      [New LWP 9680]
      [New LWP 9693]
      [New LWP 9688]
      [New LWP 9681]
      [New LWP 9689]
      [New LWP 9687]
      [Thread debugging using libthread_db enabled]
      Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
      Core was generated by `/home/jan/server/sql/mysqld --defaults-group-suffix=.1 --defaults-file=/run/shm'.
      Program terminated with signal SIGSEGV, Segmentation fault.
      #0  0x00007f6ae8d87621 in __pthread_kill (threadid=<optimized out>, signo=11) at ../nptl/sysdeps/unix/sysv/linux/pthread_kill.c:61
      61	../nptl/sysdeps/unix/sysv/linux/pthread_kill.c: No such file or directory.
      #0  0x00007f6ae8d87621 in __pthread_kill (threadid=<optimized out>, signo=11) at ../nptl/sysdeps/unix/sysv/linux/pthread_kill.c:61
      #1  0x0000000000731e02 in handle_fatal_signal (sig=11) at /home/jan/server/sql/signal_handler.cc:262
      #2  <signal handler called>
      #3  strlen () at ../sysdeps/x86_64/strlen.S:106
      #4  0x00007f6ae822f66e in __GI___strdup (s=0x0) at strdup.c:41
      #5  0x00000000006e0f4b in sst_auth_real_set (value=<optimized out>) at /home/jan/server/sql/wsrep_sst.cc:128
      #6  0x000000000057f96c in sys_var::update (this=0x14d5140 <Sys_wsrep_sst_auth>, thd=0x7f6ad3557008, var=<optimized out>) at /home/jan/server/sql/set_var.cc:196
      #7  0x000000000057fb37 in set_var::update (this=<optimized out>, thd=<optimized out>) at /home/jan/server/sql/set_var.cc:772
      #8  0x0000000000581779 in sql_set_variables (thd=thd@entry=0x7f6ad3557008, var_list=var_list@entry=0x7f6ad355baa0) at /home/jan/server/sql/set_var.cc:675
      #9  0x00000000005ef4b2 in mysql_execute_command (thd=thd@entry=0x7f6ad3557008) at /home/jan/server/sql/sql_parse.cc:4085
      #10 0x00000000005f2328 in mysql_parse (thd=0x7f6ad3557008, rawbuf=<optimized out>, length=32, parser_state=0x7f6ae96b1200) at /home/jan/server/sql/sql_parse.cc:6976
      #11 0x00000000005f2924 in wsrep_mysql_parse (thd=thd@entry=0x7f6ad3557008, rawbuf=0x7f6ac701f020 "set @@global.wsrep_sst_auth=NULL", length=32, parser_state=parser_state@entry=0x7f6ae96b1200) at /home/jan/server/sql/sql_parse.cc:6799
      #12 0x00000000005f4964 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x7f6ad3557008, packet=packet@entry=0x7f6ad3602009 "set @@global.wsrep_sst_auth=NULL", packet_length=packet_length@entry=32) at /home/jan/server/sql/sql_parse.cc:1483
      #13 0x00000000005f5472 in do_command (thd=0x7f6ad3557008) at /home/jan/server/sql/sql_parse.cc:1088
      #14 0x000000000069e9ec in do_handle_one_connection (thd_arg=thd_arg@entry=0x7f6ad3557008) at /home/jan/server/sql/sql_connect.cc:1396
      #15 0x000000000069eb48 in handle_one_connection (arg=arg@entry=0x7f6ad3557008) at /home/jan/server/sql/sql_connect.cc:1307
      #16 0x00000000008fda84 in pfs_spawn_thread (arg=0x7f6ae7434608) at /home/jan/server/storage/perfschema/pfs.cc:1860
      #17 0x00007f6ae8d82182 in start_thread (arg=0x7f6ae96b2700) at pthread_create.c:312
      #18 0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 25 (Thread 0x7f6acbbfd700 (LWP 9687)):
      #0  0x00007f6ae8298c33 in select () at ../sysdeps/unix/syscall-template.S:81
      #1  0x00007f6ad20d5cdb in os_thread_sleep (tm=tm@entry=1000000) at /home/jan/server/storage/innobase/os/os0thread.cc:260
      #2  0x00007f6ad213ae13 in srv_master_sleep () at /home/jan/server/storage/innobase/srv/srv0srv.cc:2362
      #3  srv_master_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/srv/srv0srv.cc:2406
      #4  0x00007f6ae8d82182 in start_thread (arg=0x7f6acbbfd700) at pthread_create.c:312
      #5  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 24 (Thread 0x7f6aca3ff700 (LWP 9689)):
      #0  0x00007f6ae8298c33 in select () at ../sysdeps/unix/syscall-template.S:81
      #1  0x00007f6ad20d5cdb in os_thread_sleep (tm=tm@entry=1000000) at /home/jan/server/storage/innobase/os/os0thread.cc:260
      #2  0x00007f6ad200ffbe in page_cleaner_sleep_if_needed (next_loop_time=1404186317452) at /home/jan/server/storage/innobase/buf/buf0flu.cc:2407
      #3  buf_flush_page_cleaner_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/buf/buf0flu.cc:2449
      #4  0x00007f6ae8d82182 in start_thread (arg=0x7f6aca3ff700) at pthread_create.c:312
      #5  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 23 (Thread 0x7f6acef76700 (LWP 9681)):
      #0  0x00007f6ae93ea58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
      #1  0x00007f6ad20d4495 in os_aio_linux_collect (seg_size=256, segment=<optimized out>, array=0x7f6ae1bff790) at /home/jan/server/storage/innobase/os/os0file.cc:5310
      #2  os_aio_linux_handle (global_seg=global_seg@entry=5, message1=message1@entry=0x7f6acef75e08, message2=message2@entry=0x7f6acef75e10, type=type@entry=0x7f6acef75e18) at /home/jan/server/storage/innobase/os/os0file.cc:5481
      #3  0x00007f6ad2045e60 in fil_aio_wait (segment=segment@entry=5) at /home/jan/server/storage/innobase/fil/fil0fil.cc:5859
      #4  0x00007f6ad213da88 in io_handler_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/srv/srv0start.cc:491
      #5  0x00007f6ae8d82182 in start_thread (arg=0x7f6acef76700) at pthread_create.c:312
      #6  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 22 (Thread 0x7f6acb3fc700 (LWP 9688)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
      #1  0x00007f6ad20d4fe1 in os_cond_wait (fast_mutex=0x7f6ae27fe300, cond=0x7f6ae27fe340) at /home/jan/server/storage/innobase/os/os0sync.cc:214
      #2  os_event_wait_low (event=0x7f6ae27fe300, reset_sig_count=reset_sig_count@entry=1) at /home/jan/server/storage/innobase/os/os0sync.cc:610
      #3  0x00007f6ad213be8a in srv_purge_coordinator_suspend (rseg_history_len=<optimized out>, slot=0x7f6ae7410800) at /home/jan/server/storage/innobase/srv/srv0srv.cc:2699
      #4  srv_purge_coordinator_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/srv/srv0srv.cc:2818
      #5  0x00007f6ae8d82182 in start_thread (arg=0x7f6acb3fc700) at pthread_create.c:312
      #6  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 21 (Thread 0x7f6ae9744700 (LWP 9693)):
      #0  0x00007f6ae8d8a0d1 in do_sigwait (sig=0x7f6ae9743d5c, set=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:60
      #1  __sigwait (set=0x7f6ae9743db0, sig=0x7f6ae9743d5c) at ../nptl/sysdeps/unix/sysv/linux/../../../../../sysdeps/unix/sysv/linux/sigwait.c:97
      #2  0x000000000056abbf in signal_hand (arg=arg@entry=0x0) at /home/jan/server/sql/mysqld.cc:3480
      #3  0x00000000008fda84 in pfs_spawn_thread (arg=0x7f6ae7431a08) at /home/jan/server/storage/perfschema/pfs.cc:1860
      #4  0x00007f6ae8d82182 in start_thread (arg=0x7f6ae9744700) at pthread_create.c:312
      #5  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 20 (Thread 0x7f6acf777700 (LWP 9680)):
      #0  0x00007f6ae93ea58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
      #1  0x00007f6ad20d4495 in os_aio_linux_collect (seg_size=256, segment=<optimized out>, array=0x7f6ae1bff790) at /home/jan/server/storage/innobase/os/os0file.cc:5310
      #2  os_aio_linux_handle (global_seg=global_seg@entry=4, message1=message1@entry=0x7f6acf776e08, message2=message2@entry=0x7f6acf776e10, type=type@entry=0x7f6acf776e18) at /home/jan/server/storage/innobase/os/os0file.cc:5481
      #3  0x00007f6ad2045e60 in fil_aio_wait (segment=segment@entry=4) at /home/jan/server/storage/innobase/fil/fil0fil.cc:5859
      #4  0x00007f6ad213da88 in io_handler_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/srv/srv0start.cc:491
      #5  0x00007f6ae8d82182 in start_thread (arg=0x7f6acf777700) at pthread_create.c:312
      #6  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 19 (Thread 0x7f6ac93fd700 (LWP 9691)):
      #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
      #1  0x00007f6ad20d5143 in os_cond_wait_timed (abstime=0x7f6ac93fcdb0, fast_mutex=0x7f6ad3717e80, cond=0x7f6ad3717ec0) at /home/jan/server/storage/innobase/os/os0sync.cc:177
      #2  os_event_wait_time_low (event=0x7f6ad3717e80, time_in_usec=time_in_usec@entry=10000000, reset_sig_count=1, reset_sig_count@entry=0) at /home/jan/server/storage/innobase/os/os0sync.cc:723
      #3  0x00007f6ad203f573 in dict_stats_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/dict/dict0stats_bg.cc:359
      #4  0x00007f6ae8d82182 in start_thread (arg=0x7f6ac93fd700) at pthread_create.c:312
      #5  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 18 (Thread 0x7f6ac8bfc700 (LWP 9692)):
      #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
      #1  0x00007f6ad20d5143 in os_cond_wait_timed (abstime=0x7f6ac8bfbd60, fast_mutex=0x7f6ad379ac00, cond=0x7f6ad379ac40) at /home/jan/server/storage/innobase/os/os0sync.cc:177
      #2  os_event_wait_time_low (event=0x7f6ad379ac00, time_in_usec=time_in_usec@entry=5000000, reset_sig_count=reset_sig_count@entry=1) at /home/jan/server/storage/innobase/os/os0sync.cc:723
      #3  0x00007f6ad2162753 in ib_wqueue_timedwait (wq=wq@entry=0x7f6ae1b98628, wait_in_usecs=wait_in_usecs@entry=5000000) at /home/jan/server/storage/innobase/ut/ut0wqueue.cc:154
      #4  0x00007f6ad2073be6 in fts_optimize_thread (arg=0x7f6ae1b98628) at /home/jan/server/storage/innobase/fts/fts0opt.cc:2996
      #5  0x00007f6ae8d82182 in start_thread (arg=0x7f6ac8bfc700) at pthread_create.c:312
      #6  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 17 (Thread 0x7f6ac9bfe700 (LWP 9690)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
      #1  0x00007f6ad20d4fe1 in os_cond_wait (fast_mutex=0x7f6ae27fe480, cond=0x7f6ae27fe4c0) at /home/jan/server/storage/innobase/os/os0sync.cc:214
      #2  os_event_wait_low (event=0x7f6ae27fe480, reset_sig_count=1, reset_sig_count@entry=0) at /home/jan/server/storage/innobase/os/os0sync.cc:610
      #3  0x00007f6ad200c3c3 in buf_dump_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/buf/buf0dump.cc:594
      #4  0x00007f6ae8d82182 in start_thread (arg=0x7f6ac9bfe700) at pthread_create.c:312
      #5  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 16 (Thread 0x7f6ae96fb700 (LWP 9854)):
      #0  0x00007f6ae8293fbd in poll () at ../sysdeps/unix/syscall-template.S:81
      #1  0x0000000000b3e73f in poll (__timeout=28800000, __nfds=1, __fds=0x7f6ae96fa780) at /usr/include/x86_64-linux-gnu/bits/poll2.h:46
      #2  vio_io_wait (vio=vio@entry=0x7f6ae7434008, event=event@entry=VIO_IO_EVENT_READ, timeout=28800000) at /home/jan/server/vio/viosocket.c:969
      #3  0x0000000000b3e7d8 in vio_socket_io_wait (vio=vio@entry=0x7f6ae7434008, event=event@entry=VIO_IO_EVENT_READ) at /home/jan/server/vio/viosocket.c:108
      #4  0x0000000000b3e8ce in vio_read (vio=0x7f6ae7434008, buf=0x7f6ad35fd008 "\001", size=4) at /home/jan/server/vio/viosocket.c:181
      #5  0x00000000005768f2 in my_real_read (net=0x7f6ad37a3238, complen=complen@entry=0x7f6ae96fa938) at /home/jan/server/sql/net_serv.cc:870
      #6  0x00000000005774ba in my_net_read (net=0x7f6ad37a3238) at /home/jan/server/sql/net_serv.cc:1072
      #7  0x00000000005f53da in do_command (thd=0x7f6ad37a3008) at /home/jan/server/sql/sql_parse.cc:955
      #8  0x000000000069e9ec in do_handle_one_connection (thd_arg=thd_arg@entry=0x7f6ad37a3008) at /home/jan/server/sql/sql_connect.cc:1396
      #9  0x000000000069eb48 in handle_one_connection (arg=arg@entry=0x7f6ad37a3008) at /home/jan/server/sql/sql_connect.cc:1307
      #10 0x00000000008fda84 in pfs_spawn_thread (arg=0x7f6ae7434208) at /home/jan/server/storage/perfschema/pfs.cc:1860
      #11 0x00007f6ae8d82182 in start_thread (arg=0x7f6ae96fb700) at pthread_create.c:312
      #12 0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 15 (Thread 0x7f6ae97d87c0 (LWP 9653)):
      #0  0x00007f6ae8293fbd in poll () at ../sysdeps/unix/syscall-template.S:81
      #1  0x000000000056efd8 in poll (__timeout=-1, __nfds=2, __fds=0x7ffffd524700) at /usr/include/x86_64-linux-gnu/bits/poll2.h:41
      #2  handle_connections_sockets () at /home/jan/server/sql/mysqld.cc:6858
      #3  0x0000000000575e07 in mysqld_main (argc=131, argv=0x7f6ae745a458) at /home/jan/server/sql/mysqld.cc:6284
      #4  0x00007f6ae81c7ec5 in __libc_start_main (main=0x555200 <main(int, char**)>, argc=18, argv=0x7ffffd524fe8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffffd524fd8) at libc-start.c:287
      #5  0x00000000005690e6 in _start ()
       
      Thread 14 (Thread 0x7f6acdbff700 (LWP 9684)):
      #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
      #1  0x00007f6ad20d5143 in os_cond_wait_timed (abstime=0x7f6acdbfeda0, fast_mutex=0x7f6ad3717480, cond=0x7f6ad37174c0) at /home/jan/server/storage/innobase/os/os0sync.cc:177
      #2  os_event_wait_time_low (event=event@entry=0x7f6ad3717480, time_in_usec=time_in_usec@entry=1000000, reset_sig_count=reset_sig_count@entry=1) at /home/jan/server/storage/innobase/os/os0sync.cc:723
      #3  0x00007f6ad20be365 in lock_wait_timeout_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/lock/lock0wait.cc:503
      #4  0x00007f6ae8d82182 in start_thread (arg=0x7f6acdbff700) at pthread_create.c:312
      #5  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 13 (Thread 0x7f6ad177b700 (LWP 9676)):
      #0  0x00007f6ae93ea58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
      #1  0x00007f6ad20d4495 in os_aio_linux_collect (seg_size=256, segment=<optimized out>, array=0x7f6ae1bff740) at /home/jan/server/storage/innobase/os/os0file.cc:5310
      #2  os_aio_linux_handle (global_seg=global_seg@entry=0, message1=message1@entry=0x7f6ad177ae08, message2=message2@entry=0x7f6ad177ae10, type=type@entry=0x7f6ad177ae18) at /home/jan/server/storage/innobase/os/os0file.cc:5481
      #3  0x00007f6ad2045e60 in fil_aio_wait (segment=segment@entry=0) at /home/jan/server/storage/innobase/fil/fil0fil.cc:5859
      #4  0x00007f6ad213da88 in io_handler_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/srv/srv0start.cc:491
      #5  0x00007f6ae8d82182 in start_thread (arg=0x7f6ad177b700) at pthread_create.c:312
      #6  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 12 (Thread 0x7f6ad33ff700 (LWP 9675)):
      #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
      #1  0x000000000088dfba in inline_mysql_cond_timedwait (src_file=0xdbef48 "/home/jan/server/storage/maria/ma_servicethread.c", src_line=119, abstime=0x7f6ad33fed90, mutex=0x1cef7c0 <LOCK_checkpoint>, that=0x1cef780 <COND_checkpoint>) at /home/jan/server/include/mysql/psi/mysql_thread.h:1191
      #2  my_service_thread_sleep (control=control@entry=0x143c380 <checkpoint_control>, sleep_time=<optimized out>) at /home/jan/server/storage/maria/ma_servicethread.c:118
      #3  0x0000000000887ca2 in ma_checkpoint_background (arg=arg@entry=0x1e) at /home/jan/server/storage/maria/ma_checkpoint.c:709
      #4  0x00000000008fda84 in pfs_spawn_thread (arg=0x7f6ae7433608) at /home/jan/server/storage/perfschema/pfs.cc:1860
      #5  0x00007f6ae8d82182 in start_thread (arg=0x7f6ad33ff700) at pthread_create.c:312
      #6  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 11 (Thread 0x7f6acc3fe700 (LWP 9686)):
      #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
      #1  0x00007f6ad20d5143 in os_cond_wait_timed (abstime=0x7f6acc3fdde0, fast_mutex=0x7f6ae27fe400, cond=0x7f6ae27fe440) at /home/jan/server/storage/innobase/os/os0sync.cc:177
      #2  os_event_wait_time_low (event=0x7f6ae27fe400, time_in_usec=time_in_usec@entry=5000000, reset_sig_count=1) at /home/jan/server/storage/innobase/os/os0sync.cc:723
      #3  0x00007f6ad213a07c in srv_monitor_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/srv/srv0srv.cc:1587
      #4  0x00007f6ae8d82182 in start_thread (arg=0x7f6acc3fe700) at pthread_create.c:312
      #5  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 10 (Thread 0x7f6accbff700 (LWP 9685)):
      #0  pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
      #1  0x00007f6ad20d5143 in os_cond_wait_timed (abstime=0x7f6accbfed70, fast_mutex=0x7f6ae27fe380, cond=0x7f6ae27fe3c0) at /home/jan/server/storage/innobase/os/os0sync.cc:177
      #2  os_event_wait_time_low (event=0x7f6ae27fe380, time_in_usec=time_in_usec@entry=1000000, reset_sig_count=1) at /home/jan/server/storage/innobase/os/os0sync.cc:723
      #3  0x00007f6ad213a486 in srv_error_monitor_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/srv/srv0srv.cc:1831
      #4  0x00007f6ae8d82182 in start_thread (arg=0x7f6accbff700) at pthread_create.c:312
      #5  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 9 (Thread 0x7f6acff78700 (LWP 9679)):
      #0  0x00007f6ae93ea58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
      #1  0x00007f6ad20d4495 in os_aio_linux_collect (seg_size=256, segment=<optimized out>, array=0x7f6ae1bff6a0) at /home/jan/server/storage/innobase/os/os0file.cc:5310
      #2  os_aio_linux_handle (global_seg=global_seg@entry=3, message1=message1@entry=0x7f6acff77e08, message2=message2@entry=0x7f6acff77e10, type=type@entry=0x7f6acff77e18) at /home/jan/server/storage/innobase/os/os0file.cc:5481
      #3  0x00007f6ad2045e60 in fil_aio_wait (segment=segment@entry=3) at /home/jan/server/storage/innobase/fil/fil0fil.cc:5859
      #4  0x00007f6ad213da88 in io_handler_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/srv/srv0start.cc:491
      #5  0x00007f6ae8d82182 in start_thread (arg=0x7f6acff78700) at pthread_create.c:312
      #6  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 8 (Thread 0x7f6ae978d700 (LWP 9674)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
      #1  0x00007f6ae144685e in fifo_lock_get (q=0x7f6ae2b33000) at galerautils/src/gu_fifo.c:233
      #2  gu_fifo_get_head (q=0x7f6ae2b33000, err=err@entry=0x7f6ae978c140) at galerautils/src/gu_fifo.c:292
      #3  0x00007f6ae1537ca3 in gcs_recv (conn=0x7f6ae7431e00, action=0x7f6ae978c190) at gcs/src/gcs.c:1674
      #4  0x00007f6ae156f964 in galera::GcsActionSource::process (this=0x7f6ae74b11f0, recv_ctx=0x7f6ad4412008, exit_loop=@0x7f6ae978c200: false) at galera/src/gcs_action_source.cpp:169
      #5  0x00007f6ae1590abb in galera::ReplicatorSMM::async_recv (this=0x7f6ae74b0c00, recv_ctx=0x7f6ad4412008) at galera/src/replicator_smm.cpp:356
      #6  0x00007f6ae159e628 in galera_recv (gh=<optimized out>, recv_ctx=<optimized out>) at galera/src/wsrep_provider.cpp:231
      #7  0x00000000006e8ed7 in wsrep_replication_process (thd=0x7f6ad4412008) at /home/jan/server/sql/wsrep_thd.cc:311
      #8  0x000000000056da5f in start_wsrep_THD (arg=0x6e8e80 <wsrep_replication_process(THD*)>) at /home/jan/server/sql/mysqld.cc:5372
      #9  0x00007f6ae8d82182 in start_thread (arg=0x7f6ae978d700) at pthread_create.c:312
      #10 0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 7 (Thread 0x7f6ad5ffe700 (LWP 9672)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
      #1  0x00007f6ae153c4bb in wait (this=0x7f6ad5ffd180, cond=...) at galerautils/src/gu_lock.hpp:56
      #2  front (timeout=..., this=0x7f6ae1b563e0) at gcs/src/gcs_gcomm.cpp:124
      #3  gcomm_recv (backend=<optimized out>, msg=0x7f6ae7432060, timeout=9223372035999999999) at gcs/src/gcs_gcomm.cpp:591
      #4  0x00007f6ae1532fb0 in core_msg_recv (timeout=9223372035999999999, recv_msg=0x7f6ae7432060, backend=0x7f6ae7432178) at gcs/src/gcs_core.c:461
      #5  gcs_core_recv (conn=0x7f6ae7432000, recv_act=recv_act@entry=0x7f6ad5ffddf0, timeout=<optimized out>) at gcs/src/gcs_core.c:1046
      #6  0x00007f6ae153898b in gcs_recv_thread (arg=0x7f6ae7431e00) at gcs/src/gcs.c:1115
      #7  0x00007f6ae8d82182 in start_thread (arg=0x7f6ad5ffe700) at pthread_create.c:312
      #8  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 6 (Thread 0x7f6ae97d6700 (LWP 9673)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
      #1  0x00000000006e95eb in inline_mysql_cond_wait (that=<optimized out>, mutex=<optimized out>, src_file=0xcd0568 "/home/jan/server/sql/wsrep_thd.cc", src_line=405) at /home/jan/server/include/mysql/psi/mysql_thread.h:1154
      #2  wsrep_rollback_process (thd=0x7f6ad4812008) at /home/jan/server/sql/wsrep_thd.cc:405
      #3  0x000000000056da5f in start_wsrep_THD (arg=0x6e94d0 <wsrep_rollback_process(THD*)>) at /home/jan/server/sql/mysqld.cc:5372
      #4  0x00007f6ae8d82182 in start_thread (arg=0x7f6ae97d6700) at pthread_create.c:312
      #5  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 5 (Thread 0x7f6ad0779700 (LWP 9678)):
      #0  0x00007f6ae93ea58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
      #1  0x00007f6ad20d4495 in os_aio_linux_collect (seg_size=256, segment=<optimized out>, array=0x7f6ae1bff6a0) at /home/jan/server/storage/innobase/os/os0file.cc:5310
      #2  os_aio_linux_handle (global_seg=global_seg@entry=2, message1=message1@entry=0x7f6ad0778e08, message2=message2@entry=0x7f6ad0778e10, type=type@entry=0x7f6ad0778e18) at /home/jan/server/storage/innobase/os/os0file.cc:5481
      #3  0x00007f6ad2045e60 in fil_aio_wait (segment=segment@entry=2) at /home/jan/server/storage/innobase/fil/fil0fil.cc:5859
      #4  0x00007f6ad213da88 in io_handler_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/srv/srv0start.cc:491
      #5  0x00007f6ae8d82182 in start_thread (arg=0x7f6ad0779700) at pthread_create.c:312
      #6  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 4 (Thread 0x7f6ae73ff700 (LWP 9670)):
      #0  pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
      #1  0x00007f6ae156899e in wait (this=0x7f6ae73fece0, cond=...) at galerautils/src/gu_lock.hpp:56
      #2  galera::ServiceThd::thd_func (arg=0x7f6ae74b1120) at galera/src/galera_service_thd.cpp:30
      #3  0x00007f6ae8d82182 in start_thread (arg=0x7f6ae73ff700) at pthread_create.c:312
      #4  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 3 (Thread 0x7f6ad67ff700 (LWP 9671)):
      #0  0x00007f6ae82a19a3 in epoll_wait () at ../sysdeps/unix/syscall-template.S:81
      #1  0x00007f6ae1527834 in asio::detail::epoll_reactor::run (this=0x7f6ae1b982c0, block=<optimized out>, ops=...) at asio/asio/detail/impl/epoll_reactor.ipp:239
      #2  0x00007f6ae1528564 in do_one (this_idle_thread=<optimized out>, lock=..., this=<optimized out>) at asio/asio/detail/impl/task_io_service.ipp:263
      #3  asio::detail::task_io_service::run (this=0x7f6ae74167a0, ec=...) at asio/asio/detail/impl/task_io_service.ipp:129
      #4  0x00007f6ae1526256 in run (this=0x7f6ae742d860) at asio/asio/impl/io_service.ipp:56
      #5  gcomm::AsioProtonet::event_loop (this=0x7f6ae742d7c0, period=...) at gcomm/src/asio_protonet.cpp:244
      #6  0x00007f6ae153f916 in GCommConn::run (this=0x7f6ae1b56280) at gcs/src/gcs_gcomm.cpp:454
      #7  0x00007f6ae1544919 in GCommConn::run_fn (arg=<optimized out>) at gcs/src/gcs_gcomm.cpp:207
      #8  0x00007f6ae8d82182 in start_thread (arg=0x7f6ad67ff700) at pthread_create.c:312
      #9  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 2 (Thread 0x7f6ad0f7a700 (LWP 9677)):
      #0  0x00007f6ae93ea58a in ?? () from /lib/x86_64-linux-gnu/libaio.so.1
      #1  0x00007f6ad20d4495 in os_aio_linux_collect (seg_size=256, segment=<optimized out>, array=0x7f6ae1bff650) at /home/jan/server/storage/innobase/os/os0file.cc:5310
      #2  os_aio_linux_handle (global_seg=global_seg@entry=1, message1=message1@entry=0x7f6ad0f79e08, message2=message2@entry=0x7f6ad0f79e10, type=type@entry=0x7f6ad0f79e18) at /home/jan/server/storage/innobase/os/os0file.cc:5481
      #3  0x00007f6ad2045e60 in fil_aio_wait (segment=segment@entry=1) at /home/jan/server/storage/innobase/fil/fil0fil.cc:5859
      #4  0x00007f6ad213da88 in io_handler_thread (arg=<optimized out>) at /home/jan/server/storage/innobase/srv/srv0start.cc:491
      #5  0x00007f6ae8d82182 in start_thread (arg=0x7f6ad0f7a700) at pthread_create.c:312
      #6  0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
       
      Thread 1 (Thread 0x7f6ae96b2700 (LWP 9856)):
      #0  0x00007f6ae8d87621 in __pthread_kill (threadid=<optimized out>, signo=11) at ../nptl/sysdeps/unix/sysv/linux/pthread_kill.c:61
      #1  0x0000000000731e02 in handle_fatal_signal (sig=11) at /home/jan/server/sql/signal_handler.cc:262
      #2  <signal handler called>
      #3  strlen () at ../sysdeps/x86_64/strlen.S:106
      #4  0x00007f6ae822f66e in __GI___strdup (s=0x0) at strdup.c:41
      #5  0x00000000006e0f4b in sst_auth_real_set (value=<optimized out>) at /home/jan/server/sql/wsrep_sst.cc:128
      #6  0x000000000057f96c in sys_var::update (this=0x14d5140 <Sys_wsrep_sst_auth>, thd=0x7f6ad3557008, var=<optimized out>) at /home/jan/server/sql/set_var.cc:196
      #7  0x000000000057fb37 in set_var::update (this=<optimized out>, thd=<optimized out>) at /home/jan/server/sql/set_var.cc:772
      #8  0x0000000000581779 in sql_set_variables (thd=thd@entry=0x7f6ad3557008, var_list=var_list@entry=0x7f6ad355baa0) at /home/jan/server/sql/set_var.cc:675
      #9  0x00000000005ef4b2 in mysql_execute_command (thd=thd@entry=0x7f6ad3557008) at /home/jan/server/sql/sql_parse.cc:4085
      #10 0x00000000005f2328 in mysql_parse (thd=0x7f6ad3557008, rawbuf=<optimized out>, length=32, parser_state=0x7f6ae96b1200) at /home/jan/server/sql/sql_parse.cc:6976
      #11 0x00000000005f2924 in wsrep_mysql_parse (thd=thd@entry=0x7f6ad3557008, rawbuf=0x7f6ac701f020 "set @@global.wsrep_sst_auth=NULL", length=32, parser_state=parser_state@entry=0x7f6ae96b1200) at /home/jan/server/sql/sql_parse.cc:6799
      #12 0x00000000005f4964 in dispatch_command (command=command@entry=COM_QUERY, thd=thd@entry=0x7f6ad3557008, packet=packet@entry=0x7f6ad3602009 "set @@global.wsrep_sst_auth=NULL", packet_length=packet_length@entry=32) at /home/jan/server/sql/sql_parse.cc:1483
      #13 0x00000000005f5472 in do_command (thd=0x7f6ad3557008) at /home/jan/server/sql/sql_parse.cc:1088
      #14 0x000000000069e9ec in do_handle_one_connection (thd_arg=thd_arg@entry=0x7f6ad3557008) at /home/jan/server/sql/sql_connect.cc:1396
      #15 0x000000000069eb48 in handle_one_connection (arg=arg@entry=0x7f6ad3557008) at /home/jan/server/sql/sql_connect.cc:1307
      #16 0x00000000008fda84 in pfs_spawn_thread (arg=0x7f6ae7434608) at /home/jan/server/storage/perfschema/pfs.cc:1860
      #17 0x00007f6ae8d82182 in start_thread (arg=0x7f6ae96b2700) at pthread_create.c:312
      #18 0x00007f6ae82a130d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

      Attachments

        Activity

          People

            nirbhay_c Nirbhay Choubey (Inactive)
            jplindst Jan Lindström (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

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