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

[winx64] rocksdb.truncate_table3 failed in buildbot, lost connection to server

    XMLWordPrintable

Details

    Description

      http://buildbot.askmonty.org/buildbot/builders/winx64-packages/builds/5855/steps/test/logs/stdio

      rocksdb.truncate_table3                  w2 [ fail ]
              Test ended at 2017-11-24 19:37:27
       
      CURRENT_TEST: rocksdb.truncate_table3
      mysqltest: In included file "D:\winx64-packages\build\src\storage\rocksdb\mysql-test\rocksdb\t\drop_table3_repopulate_table.inc": 
      included from D:\winx64-packages\build\src\storage\rocksdb\mysql-test\rocksdb\t\drop_table3.inc at line 31:
      included from D:\winx64-packages\build\src\storage\rocksdb\mysql-test\rocksdb\t\truncate_table3.test at line 6:
      At line 14: query '$insert' failed: 2013: Lost connection to MySQL server during query
       
      The result from queries just before the failure was:
      call mtr.add_suppression("Column family 'cf1' not found");
      call mtr.add_suppression("Column family 'rev:cf2' not found");
      DROP TABLE IF EXISTS t1;
      call mtr.add_suppression("Column family 'cf1' not found");
      call mtr.add_suppression("Column family 'rev:cf2' not found");
      set global rocksdb_compact_cf = 'cf1';
      set global rocksdb_compact_cf = 'rev:cf2';
      set global rocksdb_signal_drop_index_thread = 1;
      CREATE TABLE t1 (
      a int not null,
      b int not null,
      c varchar(500) not null,
      primary key (a,b) comment 'cf1',
      key (b) comment 'rev:cf2'
      ) ENGINE=RocksDB;
      DELETE FROM t1;
      

      2017-11-24 19:37:08 4756 [Warning] D:/winx64-packages/build/sql//RelWithDebInfo/mysqld.exe: unknown variable 'loose-feedback-debug-startup-interval=20'
      2017-11-24 19:37:08 4756 [Warning] D:/winx64-packages/build/sql//RelWithDebInfo/mysqld.exe: unknown variable 'loose-feedback-debug-first-interval=60'
      2017-11-24 19:37:08 4756 [Warning] D:/winx64-packages/build/sql//RelWithDebInfo/mysqld.exe: unknown variable 'loose-feedback-debug-interval=60'
      2017-11-24 19:37:08 4756 [Warning] D:/winx64-packages/build/sql//RelWithDebInfo/mysqld.exe: unknown option '--loose-pam-debug'
      2017-11-24 19:37:08 4756 [Warning] D:/winx64-packages/build/sql//RelWithDebInfo/mysqld.exe: unknown option '--loose-enable-rocksdb_lock_info'
      2017-11-24 19:37:08 4756 [Warning] D:/winx64-packages/build/sql//RelWithDebInfo/mysqld.exe: unknown option '--loose-enable-rocksdb_lock_info'
      2017-11-24 19:37:08 4756 [Warning] D:/winx64-packages/build/sql//RelWithDebInfo/mysqld.exe: unknown variable 'loose-debug-sync-timeout=300'
      2017-11-24 19:37:08 4756 [Note] Server socket created on IP: '::'.
      2017-11-24 19:37:08 4756 [Note] D:/winx64-packages/build/sql//RelWithDebInfo/mysqld.exe: ready for connections.
      Version: '10.2.11-MariaDB-log'  socket: ''  port: 16020  mariadb.org binary distribution
      171124 19:37:23 [ERROR] mysqld got exception 0xc0000005 ;
      This could be because you hit a bug. It is also possible that this binary
      or one of the libraries it was linked against is corrupt, improperly built,
      or misconfigured. This error can also be caused by malfunctioning hardware.
       
      To report this bug, see https://mariadb.com/kb/en/reporting-bugs
       
      We will try our best to scrape up some info that will hopefully help
      diagnose the problem, but since we have already crashed, 
      something is definitely wrong and this may fail.
       
      Server version: 10.2.11-MariaDB-log
      key_buffer_size=1048576
      read_buffer_size=131072
      max_used_connections=1
      max_threads=65537
      thread_count=2
      It is possible that mysqld could use up to 
      key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 4217 K  bytes of memory
      Hope that's ok; if not, decrease some variables in the equation.
       
      Thread pointer: 0x1cb70e8298
      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...
      ha_rocksdb.dll!rocksdb::log::Writer::AddRecord()[log_writer.cc:44]
      ha_rocksdb.dll!rocksdb::DBImpl::WriteToWAL()[db_impl_write.cc:705]
      ha_rocksdb.dll!rocksdb::DBImpl::ConcurrentWriteToWAL()[db_impl_write.cc:805]
      ha_rocksdb.dll!rocksdb::DBImpl::WriteImpl()[db_impl_write.cc:240]
      ha_rocksdb.dll!rocksdb::DBImpl::Write()[db_impl_write.cc:49]
      ha_rocksdb.dll!rocksdb::WriteCommittedTxn::CommitWithoutPrepareInternal()[pessimistic_transaction.cc:306]
      ha_rocksdb.dll!rocksdb::PessimisticTransaction::Commit()[pessimistic_transaction.cc:264]
      ha_rocksdb.dll!myrocks::Rdb_transaction_impl::commit_no_binlog()[ha_rocksdb.cc:2271]
      ha_rocksdb.dll!myrocks::rocksdb_commit()[ha_rocksdb.cc:3145]
      mysqld.exe!commit_one_phase_2()[handler.cc:1567]
      mysqld.exe!ha_commit_one_phase()[handler.cc:1550]
      mysqld.exe!ha_commit_trans()[handler.cc:1415]
      mysqld.exe!trans_commit_stmt()[transaction.cc:511]
      mysqld.exe!mysql_execute_command()[sql_parse.cc:6262]
      mysqld.exe!mysql_parse()[sql_parse.cc:7892]
      mysqld.exe!dispatch_command()[sql_parse.cc:1807]
      mysqld.exe!do_command()[sql_parse.cc:1359]
      mysqld.exe!threadpool_process_request()[threadpool_common.cc:366]
      mysqld.exe!tp_callback()[threadpool_common.cc:192]
      ntdll.dll!RtlFreeUnicodeString()
      ntdll.dll!RtlFreeUnicodeString()
      KERNEL32.DLL!BaseThreadInitThunk()
      ntdll.dll!RtlUserThreadStart()
       
      Trying to get some variables.
      Some pointers may be invalid and cause the dump to abort.
      Query (0x1cb70f4cf0): INSERT INTO t1 VALUES (31771, 31771, rpad('a', 499, 'b'))
      Connection ID (thread ID): 3
      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,orderby_uses_equalities=on,condition_pushdown_for_derived=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
      Minidump written to D:\winx64-packages\build\mysql-test\var\2\mysqld.1\data\mysqld.dmp
      ----------SERVER LOG END-------------
      

      Attachments

        Issue Links

          Activity

            People

              psergei Sergei Petrunia
              alice Alice Sherepa
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.