Vogelfrey

BSD 10.2 Clustercrash

Nov 26th, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.25 KB | None | 0 0
  1. 2015-11-25  2:38:24 34426872832 [Note] /usr/local/libexec/mysqld (mysqld 10.1.8-MariaDB) starting as process 6876 ...
  2. 2015-11-25  2:38:24 34426872832 [Note] WSREP: Setting wsrep_ready to 0
  3. 2015-11-25  2:38:24 34426872832 [Note] WSREP: Read nil XID from storage engines, skipping position init
  4. 2015-11-25  2:38:24 34426872832 [Note] WSREP: wsrep_load(): loading provider library '/usr/local/lib/libgalera_smm.so'
  5. 2015-11-25  2:38:24 34426872832 [Note] WSREP: wsrep_load(): Galera 3.5(rXXXX) by Codership Oy <info@codership.com> loaded successfully.
  6. 2015-11-25  2:38:24 34426872832 [Note] WSREP: wsrep_guess_ip() : ????
  7. 2015-11-25  2:38:24 34426872832 [Warning] WSREP: Failed to guess base node address. Set it explicitly via wsrep_node_address.
  8. 2015-11-25  2:38:24 34426872832 [Note] WSREP: CRC-32C: using hardware acceleration.
  9. 2015-11-25  2:38:24 34426872832 [Note] WSREP: Found saved state: 00000000-0000-0000-0000-000000000000:-1
  10. 2015-11-25  2:38:24 34426872832 [Note] WSREP: Passing config to GCS: 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 = /usr/db/mysql/; gcache.keep_pages_size = 0; gcache.mem_size = 0; gcache.name = /usr/db/mysql//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.weight = 1; protonet.backend = asio; protonet.v
  11. 2015-11-25  2:38:24 34426875904 [Note] WSREP: Service thread queue flushed.
  12. 2015-11-25  2:38:24 34426872832 [Note] WSREP: Assign initial position for certification: -1, protocol version: -1
  13. 2015-11-25  2:38:24 34426872832 [Note] WSREP: wsrep_sst_grab()
  14. 2015-11-25  2:38:24 34426872832 [Note] WSREP: Start replication
  15. 2015-11-25  2:38:24 34426872832 [Note] WSREP: 'wsrep-new-cluster' option used, bootstrapping the cluster
  16. 2015-11-25  2:38:24 34426872832 [Note] WSREP: Setting initial position to 00000000-0000-0000-0000-000000000000:-1
  17. 2015-11-25  2:38:24 34426872832 [Note] WSREP: protonet asio version 0
  18. 2015-11-25  2:38:24 34426872832 [Note] WSREP: Using CRC-32C (optimized) for message checksums.
  19. 2015-11-25  2:38:24 34426872832 [Note] WSREP: backend: asio
  20. 151125  2:38:24 [ERROR] mysqld got signal 6 ;
  21. This could be because you hit a bug. It is also possible that this binary
  22. or one of the libraries it was linked against is corrupt, improperly built,
  23. or misconfigured. This error can also be caused by malfunctioning hardware.
  24.  
  25. To report this bug, see http://kb.askmonty.org/en/reporting-bugs
  26.  
  27. We will try our best to scrape up some info that will hopefully help
  28. diagnose the problem, but since we have already crashed,
  29. something is definitely wrong and this may fail.
  30.  
  31. Server version: 10.1.8-MariaDB
  32. key_buffer_size=0
  33. read_buffer_size=262144
  34. max_used_connections=0
  35. max_threads=153
  36. thread_count=0
  37. It is possible that mysqld could use up to
  38. key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 52005 K  bytes of memory
  39. Hope that's ok; if not, decrease some variables in the equation.
  40.  
  41. Thread pointer: 0x0x0
  42. Attempting backtrace. You can use the following information to find out
  43. where mysqld died. If you see no messages after this, something went
  44. terribly wrong...
  45. stack_bottom = 0x0 thread_stack 0x3c000
  46. 0xaeff7e <my_print_stacktrace+0x2e> at /usr/local/libexec/mysqld
  47. 0x71a84e <handle_fatal_signal+0x22e> at /usr/local/libexec/mysqld
  48. 0x8031d39aa <pthread_sigmask+0x4aa> at /lib/libthr.so.3
  49. 0x8031d31a8 <pthread_getspecific+0xdd8> at /lib/libthr.so.3
  50. The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
  51. information that should help you find out what is causing the crash.
  52. 151125 02:38:24 mysqld_safe mysqld from pid file /usr/db/mysql/cluster-1.pid ended
Advertisement
Add Comment
Please, Sign In to add comment