Skip to content

Instantly share code, notes, and snippets.

@posulliv
Last active December 16, 2015 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save posulliv/5456995 to your computer and use it in GitHub Desktop.
Save posulliv/5456995 to your computer and use it in GitHub Desktop.
A few samples from poor man's profiler. Gathered with pt-pmp ran with options: pt-pmp -p PID -i 200
2000 libaio::??(libaio.so.1),os_aio_linux_collect(os0file.c:4539),os_aio_linux_handle(os0file.c:4539),fil_aio_wait(fil0fil.c:4620),io_handler_thread(srv0start.c:482),start_thread(libpthread.so.0),clone(libc.so.6),??
1397 pthread_cond_wait,toku_cond_wait(toku_pthread.h:294),kwait(toku_pthread.h:294),work_on_kibbutz(toku_pthread.h:294),start_thread(libpthread.so.0),clone(libc.so.6),??
392 pthread_cond_timedwait,toku_cond_timedwait(toku_pthread.h:310),minicron_do(toku_pthread.h:310),start_thread(libpthread.so.0),clone(libc.so.6),??
200 pthread_cond_wait,toku_cond_wait(toku_pthread.h:294),toku_thread_run_internal(toku_pthread.h:294),start_thread(libpthread.so.0),clone(libc.so.6),??
200 pthread_cond_wait,toku_cond_wait(toku_pthread.h:294),minicron_do(toku_pthread.h:294),start_thread(libpthread.so.0),clone(libc.so.6),??
200 pthread_cond_timedwait,toku_cond_timedwait(toku_pthread.h:310),evictor::run_eviction_thread(toku_pthread.h:310),eviction_thread(cachetable.cc:3615),start_thread(libpthread.so.0),clone(libc.so.6),??
200 pthread_cond_timedwait,os_cond_wait_timed(os0sync.c:171),os_event_wait_time_low(os0sync.c:171),srv_monitor_thread(srv0srv.c:2171),start_thread(libpthread.so.0),clone(libc.so.6),??
200 pthread_cond_timedwait,os_cond_wait_timed(os0sync.c:171),os_event_wait_time_low(os0sync.c:171),srv_lock_timeout_thread(srv0srv.c:2321),start_thread(libpthread.so.0),clone(libc.so.6),??
200 pthread_cond_timedwait,os_cond_wait_timed(os0sync.c:171),os_event_wait_time_low(os0sync.c:171),srv_error_monitor_thread(srv0srv.c:2504),start_thread(libpthread.so.0),clone(libc.so.6),??
200 poll(libc.so.6),handle_connections_sockets(mysqld.cc:5163),mysqld_main(mysqld.cc:4611),__libc_start_main(libc.so.6),_start
200 nanosleep(libc.so.6),usleep(libc.so.6),minicron_do(minicron.cc:137),start_thread(libpthread.so.0),clone(libc.so.6),??
200 do_sigwait(libpthread.so.0),sigwait(libpthread.so.0),signal_hand(mysqld.cc:2698),start_thread(libpthread.so.0),clone(libc.so.6),??
190 select(libc.so.6),os_thread_sleep(os0thread.c:259),srv_master_thread(srv0srv.c:2859),start_thread(libpthread.so.0),clone(libc.so.6),??
62 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_logger_maybe_fsync(logger.cc:846),ft_close(ft.cc:307),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
53 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_file_fsync(file.cc:506),toku_serialize_ft_to(ft-serialize.cc:843),ft_checkpoint(ft.cc:253),ft_close(ft.cc:316),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
36 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_file_fsync(file.cc:506),ft_checkpoint(ft.cc:257),ft_close(ft.cc:316),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
21 pthread_cond_wait,toku_cond_wait(toku_pthread.h:294),bjm_wait_for_jobs_to_finish(toku_pthread.h:294),cachetable_flush_cachefile(cachetable.cc:2520),toku_cachefile_close(cachetable.cc:554),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
10 pthread_cond_wait,os_cond_wait(os0sync.c:207),os_event_wait_low(os0sync.c:207),srv_master_thread(srv0srv.c:3199),start_thread(libpthread.so.0),clone(libc.so.6),??
10 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_file_fsync(file.cc:506),toku_serialize_ft_to(ft-serialize.cc:843),ft_checkpoint(ft.cc:253),ft_close(ft.cc:316),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_db_close(ydb_db.cc:206),locked_db_close(ydb_db.cc:765),free_share(ha_tokudb.cc:213),free_share(ha_tokudb.cc:200),ha_tokudb::__close(ha_tokudb.cc:200),ha_tokudb::close(ha_tokudb.cc:2158),closefrm(table.cc:2162),free_cache_entry(sql_base.cc:935),close_thread_table(sql_base.cc:1619),close_open_tables(sql_base.cc:1356),close_thread_tables(sql_base.cc:1356),mysql_execute_command(sql_parse.cc:4507),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
7 pthread_rwlock_wrlock(libpthread.so.0),toku_pthread_rwlock_wrlock(toku_pthread.h:365),multi_operation_checkpoint_lock(toku_pthread.h:365),toku_checkpoint(toku_pthread.h:365),checkpoint_thread(cachetable.cc:252),minicron_do(minicron.cc:166),start_thread(libpthread.so.0),clone(libc.so.6),??
5 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_file_fsync(file.cc:506),ft_checkpoint(ft.cc:257),ft_close(ft.cc:316),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_db_close(ydb_db.cc:206),locked_db_close(ydb_db.cc:765),free_share(ha_tokudb.cc:213),free_share(ha_tokudb.cc:200),ha_tokudb::__close(ha_tokudb.cc:200),ha_tokudb::close(ha_tokudb.cc:2158),closefrm(table.cc:2162),free_cache_entry(sql_base.cc:935),close_thread_table(sql_base.cc:1619),close_open_tables(sql_base.cc:1356),close_thread_tables(sql_base.cc:1356),mysql_execute_command(sql_parse.cc:4507),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
4 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_logger_maybe_fsync(logger.cc:846),ft_close(ft.cc:307),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_db_close(ydb_db.cc:206),locked_db_close(ydb_db.cc:765),free_share(ha_tokudb.cc:213),free_share(ha_tokudb.cc:200),ha_tokudb::__close(ha_tokudb.cc:200),ha_tokudb::close(ha_tokudb.cc:2158),closefrm(table.cc:2162),free_cache_entry(sql_base.cc:935),close_thread_table(sql_base.cc:1619),close_open_tables(sql_base.cc:1356),close_thread_tables(sql_base.cc:1356),mysql_execute_command(sql_parse.cc:4507),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
2 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_cachefile_close(cachetable.cc:567),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 write(libpthread.so.0),net_real_write(net_serv.cc:632),net_flush(net_serv.cc:337),net_send_ok(protocol.cc:251),Protocol::end_statement(protocol.cc:512),dispatch_command(sql_parse.cc:1409),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 toku::range_buffer::append_range(range_buffer.cc:241),toku::range_buffer::append(range_buffer.cc:211),db_txn_note_row_lock(ydb_row_lock.cc:147),toku_db_start_range_lock(ydb_row_lock.cc:255),c_getf_first_callback(ydb_cursor.cc:304),ft_search_basement_node(ft-ops.cc:4773),ft_search_node(ft-ops.cc:5128),toku_ft_search(ft-ops.cc:5128),ft_cursor_search(ft-ops.cc:5315),toku_ft_cursor_first(ft-ops.cc:5315),c_getf_first(ydb_cursor.cc:280),c_getf_next(ydb_cursor.cc:396),ha_tokudb::may_table_be_empty(ha_tokudb.cc:3208),ha_tokudb::initialize_share(ha_tokudb.cc:1735),ha_tokudb::open(ha_tokudb.cc:1853),handler::ha_open(handler.cc:2248),open_table_from_share(table.cc:2072),open_table(sql_base.cc:3097),open_and_process_table(sql_base.cc:4454),open_tables(sql_base.cc:4454),open_and_lock_tables(sql_base.cc:5506),open_and_lock_tables(sql_base.h:501),open_and_lock_for_insert_delayed(sql_base.h:501),mysql_insert(sql_base.h:501),mysql_execute_command(sql_parse.cc:2918),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 qlz_compress_core(quicklz.cc:554),qlz_compress(quicklz.cc:554),qlz_compress(quicklz.cc:554),toku_compress(compress.cc:166),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_partition(ft_node-serialize.cc:401),serialize_and_compress_serially(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
1 qlz_compress_core,qlz_compress,qlz_compress,toku_compress(compress.cc:166),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_partition(ft_node-serialize.cc:401),serialize_and_compress_serially(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
1 pwrite64(libpthread.so.0),toku_os_full_pwrite(file.cc:292),toku_serialize_ft_to(ft-serialize.cc:834),ft_checkpoint(ft.cc:253),ft_close(ft.cc:316),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 pthread_cond_wait,toku_cond_wait(toku_pthread.h:294),bjm_wait_for_jobs_to_finish(toku_pthread.h:294),cachetable_flush_cachefile(cachetable.cc:2520),toku_cachefile_close(cachetable.cc:554),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_db_close(ydb_db.cc:206),locked_db_close(ydb_db.cc:765),free_share(ha_tokudb.cc:213),free_share(ha_tokudb.cc:200),ha_tokudb::__close(ha_tokudb.cc:200),ha_tokudb::close(ha_tokudb.cc:2158),closefrm(table.cc:2162),free_cache_entry(sql_base.cc:935),close_thread_table(sql_base.cc:1619),close_open_tables(sql_base.cc:1356),close_thread_tables(sql_base.cc:1356),mysql_execute_command(sql_parse.cc:4507),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 libc::??(libc.so.6),toku_xcalloc(memory.cc:368),toku_compress(compress.cc:165),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_sb_node_info(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
1 jemalloc_tcache_bin_flush_small,jemalloc_tcache_event_hard,jemalloc_tcache_event,jemalloc_tcache_dalloc_small,jemalloc_arena_dalloc,jemalloc_idallocx,jemalloc_iqallocx,jemalloc_iqalloc,free,ft_destroy(ft.cc:124),toku_ft_free(ft.cc:124),ft_close(ft.cc:320),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 ft_status_update_partial_fetch_reason(ft-ops.cc:1275),toku_ftnode_pf_callback(ft-ops.cc:1275),deserialize_ftnode_header_from_rbuf_if_small_enough(ft_node-serialize.cc:1801),toku_deserialize_ftnode_from(ft_node-serialize.cc:1801),toku_ftnode_fetch_callback(ft-ops.cc:967),cachetable_fetch_pair(cachetable.cc:1407),toku_cachetable_get_and_pin_nonblocking_batched(cachetable.cc:2152),toku_pin_ftnode_batched(ft-cachetable-wrappers.cc:226),ft_search_child(ft-ops.cc:4933),ft_search_node(ft-ops.cc:5117),toku_ft_search(ft-ops.cc:5117),ft_cursor_search_eq_k_x(ft-ops.cc:5488),toku_ft_cursor_set(ft-ops.cc:5488),toku_c_getf_set(ydb_cursor.cc:537),toku_c_getf_set(ydb_cursor.cc:537),db_getf_set(ydb_db.cc:230),db_getf_set(ydb_db.cc:230),autotxn_db_getf_set(ydb_db.cc:784),ha_tokudb::verify_frm_data(ha_tokudb.cc:2096),ha_tokudb::initialize_share(ha_tokudb.cc:1648),ha_tokudb::open(ha_tokudb.cc:1853),handler::ha_open(handler.cc:2248),open_table_from_share(table.cc:2072),open_table(sql_base.cc:3097),open_and_process_table(sql_base.cc:4454),open_tables(sql_base.cc:4454),open_and_lock_tables(sql_base.cc:5506),open_and_lock_tables(sql_base.h:501),open_and_lock_for_insert_delayed(sql_base.h:501),mysql_insert(sql_base.h:501),mysql_execute_command(sql_parse.cc:2918),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_file_fsync(file.cc:506),toku_serialize_ft_to(ft-serialize.cc:843),ft_checkpoint(ft.cc:253),checkpointer::checkpoint_userdata(cachetable.cc:4540),checkpointer::end_checkpoint(cachetable.cc:4487),toku_checkpoint(checkpoint.cc:334),checkpoint_thread(cachetable.cc:252),minicron_do(minicron.cc:166),start_thread(libpthread.so.0),clone(libc.so.6),??
1 free,destroy(omt.cc:233),toku_omt_destroy(omt.cc:233),deserialize_ftnode_partition(ft_node-serialize.cc:1594),toku_deserialize_bp_from_disk(ft_node-serialize.cc:2561),toku_ftnode_pf_callback(ft-ops.cc:1378),deserialize_ftnode_header_from_rbuf_if_small_enough(ft_node-serialize.cc:1801),toku_deserialize_ftnode_from(ft_node-serialize.cc:1801),toku_ftnode_fetch_callback(ft-ops.cc:967),cachetable_fetch_pair(cachetable.cc:1407),toku_cachetable_get_and_pin_nonblocking_batched(cachetable.cc:2152),toku_pin_ftnode_batched(ft-cachetable-wrappers.cc:226),ft_search_child(ft-ops.cc:4933),ft_search_node(ft-ops.cc:5117),toku_ft_search(ft-ops.cc:5117),ft_cursor_search_eq_k_x(ft-ops.cc:5488),toku_ft_cursor_set(ft-ops.cc:5488),toku_c_getf_set(ydb_cursor.cc:537),toku_c_getf_set(ydb_cursor.cc:537),db_getf_set(ydb_db.cc:230),db_getf_set(ydb_db.cc:230),autotxn_db_getf_set(ydb_db.cc:784),ha_tokudb::verify_frm_data(ha_tokudb.cc:2096),ha_tokudb::initialize_share(ha_tokudb.cc:1648),ha_tokudb::open(ha_tokudb.cc:1853),handler::ha_open(handler.cc:2248),open_table_from_share(table.cc:2072),open_table(sql_base.cc:3097),open_and_process_table(sql_base.cc:4454),open_tables(sql_base.cc:4454),open_and_lock_tables(sql_base.cc:5506),open_and_lock_tables(sql_base.h:501),open_and_lock_for_insert_delayed(sql_base.h:501),mysql_insert(sql_base.h:501),mysql_execute_command(sql_parse.cc:2918),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
2000 libaio::??(libaio.so.1),os_aio_linux_collect(os0file.c:4539),os_aio_linux_handle(os0file.c:4539),fil_aio_wait(fil0fil.c:4620),io_handler_thread(srv0start.c:482),start_thread(libpthread.so.0),clone(libc.so.6),??
1376 pthread_cond_wait,toku_cond_wait(toku_pthread.h:294),kwait(toku_pthread.h:294),work_on_kibbutz(toku_pthread.h:294),start_thread(libpthread.so.0),clone(libc.so.6),??
394 pthread_cond_timedwait,toku_cond_timedwait(toku_pthread.h:310),minicron_do(toku_pthread.h:310),start_thread(libpthread.so.0),clone(libc.so.6),??
200 pthread_cond_wait,toku_cond_wait(toku_pthread.h:294),toku_thread_run_internal(toku_pthread.h:294),start_thread(libpthread.so.0),clone(libc.so.6),??
200 pthread_cond_wait,toku_cond_wait(toku_pthread.h:294),minicron_do(toku_pthread.h:294),start_thread(libpthread.so.0),clone(libc.so.6),??
200 pthread_cond_timedwait,toku_cond_timedwait(toku_pthread.h:310),evictor::run_eviction_thread(toku_pthread.h:310),eviction_thread(cachetable.cc:3615),start_thread(libpthread.so.0),clone(libc.so.6),??
200 pthread_cond_timedwait,os_cond_wait_timed(os0sync.c:171),os_event_wait_time_low(os0sync.c:171),srv_monitor_thread(srv0srv.c:2171),start_thread(libpthread.so.0),clone(libc.so.6),??
200 pthread_cond_timedwait,os_cond_wait_timed(os0sync.c:171),os_event_wait_time_low(os0sync.c:171),srv_lock_timeout_thread(srv0srv.c:2321),start_thread(libpthread.so.0),clone(libc.so.6),??
200 pthread_cond_timedwait,os_cond_wait_timed(os0sync.c:171),os_event_wait_time_low(os0sync.c:171),srv_error_monitor_thread(srv0srv.c:2504),start_thread(libpthread.so.0),clone(libc.so.6),??
200 poll(libc.so.6),handle_connections_sockets(mysqld.cc:5163),mysqld_main(mysqld.cc:4611),__libc_start_main(libc.so.6),_start
200 nanosleep(libc.so.6),usleep(libc.so.6),minicron_do(minicron.cc:137),start_thread(libpthread.so.0),clone(libc.so.6),??
200 do_sigwait(libpthread.so.0),sigwait(libpthread.so.0),signal_hand(mysqld.cc:2698),start_thread(libpthread.so.0),clone(libc.so.6),??
181 select(libc.so.6),os_thread_sleep(os0thread.c:259),srv_master_thread(srv0srv.c:2859),start_thread(libpthread.so.0),clone(libc.so.6),??
60 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_file_fsync(file.cc:506),toku_serialize_ft_to(ft-serialize.cc:843),ft_checkpoint(ft.cc:253),ft_close(ft.cc:316),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
47 pthread_cond_wait,toku_cond_wait(toku_pthread.h:294),bjm_wait_for_jobs_to_finish(toku_pthread.h:294),cachetable_flush_cachefile(cachetable.cc:2520),toku_cachefile_close(cachetable.cc:554),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
41 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_logger_maybe_fsync(logger.cc:846),ft_close(ft.cc:307),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
28 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_file_fsync(file.cc:506),ft_checkpoint(ft.cc:257),ft_close(ft.cc:316),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
19 pthread_cond_wait,os_cond_wait(os0sync.c:207),os_event_wait_low(os0sync.c:207),srv_master_thread(srv0srv.c:3199),start_thread(libpthread.so.0),clone(libc.so.6),??
8 qlz_compress_core(quicklz.cc:493),qlz_compress(quicklz.cc:493),qlz_compress(quicklz.cc:493),toku_compress(compress.cc:166),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_partition(ft_node-serialize.cc:401),serialize_and_compress_serially(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
6 pthread_rwlock_wrlock(libpthread.so.0),toku_pthread_rwlock_wrlock(toku_pthread.h:365),multi_operation_checkpoint_lock(toku_pthread.h:365),toku_checkpoint(toku_pthread.h:365),checkpoint_thread(cachetable.cc:252),minicron_do(minicron.cc:166),start_thread(libpthread.so.0),clone(libc.so.6),??
5 libc::??(libc.so.6),toku_xcalloc(memory.cc:368),toku_compress(compress.cc:165),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_partition(ft_node-serialize.cc:401),serialize_and_compress_serially(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
5 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_logger_maybe_fsync(logger.cc:846),ft_close(ft.cc:307),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_db_close(ydb_db.cc:206),locked_db_close(ydb_db.cc:765),free_share(ha_tokudb.cc:213),free_share(ha_tokudb.cc:200),ha_tokudb::__close(ha_tokudb.cc:200),ha_tokudb::close(ha_tokudb.cc:2158),closefrm(table.cc:2162),free_cache_entry(sql_base.cc:935),close_thread_table(sql_base.cc:1619),close_open_tables(sql_base.cc:1356),close_thread_tables(sql_base.cc:1356),mysql_execute_command(sql_parse.cc:4507),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
4 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_file_fsync(file.cc:506),ft_checkpoint(ft.cc:257),ft_close(ft.cc:316),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_db_close(ydb_db.cc:206),locked_db_close(ydb_db.cc:765),free_share(ha_tokudb.cc:213),free_share(ha_tokudb.cc:200),ha_tokudb::__close(ha_tokudb.cc:200),ha_tokudb::close(ha_tokudb.cc:2158),closefrm(table.cc:2162),free_cache_entry(sql_base.cc:935),close_thread_table(sql_base.cc:1619),close_open_tables(sql_base.cc:1356),close_thread_tables(sql_base.cc:1356),mysql_execute_command(sql_parse.cc:4507),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
3 fsync(libpthread.so.0),file_fsync_internal(file.cc:465),toku_file_fsync(file.cc:506),toku_serialize_ft_to(ft-serialize.cc:843),ft_checkpoint(ft.cc:253),ft_close(ft.cc:316),toku_cachefile_close(cachetable.cc:559),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_db_close(ydb_db.cc:206),locked_db_close(ydb_db.cc:765),free_share(ha_tokudb.cc:213),free_share(ha_tokudb.cc:200),ha_tokudb::__close(ha_tokudb.cc:200),ha_tokudb::close(ha_tokudb.cc:2158),closefrm(table.cc:2162),free_cache_entry(sql_base.cc:935),close_thread_table(sql_base.cc:1619),close_open_tables(sql_base.cc:1356),close_thread_tables(sql_base.cc:1356),mysql_execute_command(sql_parse.cc:4507),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
2 qlz_compress_core,qlz_compress,qlz_compress,toku_compress(compress.cc:166),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_partition(ft_node-serialize.cc:401),serialize_and_compress_serially(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
2 pthread_cond_wait,toku_cond_wait(toku_pthread.h:294),bjm_wait_for_jobs_to_finish(toku_pthread.h:294),cachetable_flush_cachefile(cachetable.cc:2520),toku_cachefile_close(cachetable.cc:554),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_db_close(ydb_db.cc:206),locked_db_close(ydb_db.cc:765),free_share(ha_tokudb.cc:213),free_share(ha_tokudb.cc:200),ha_tokudb::__close(ha_tokudb.cc:200),ha_tokudb::close(ha_tokudb.cc:2158),closefrm(table.cc:2162),free_cache_entry(sql_base.cc:935),close_thread_table(sql_base.cc:1619),close_open_tables(sql_base.cc:1356),close_thread_tables(sql_base.cc:1356),mysql_execute_command(sql_parse.cc:4507),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
2 madvise(libc.so.6),jemalloc_pages_purge,arena_chunk_purge,arena_purge,arena_maybe_purge,arena_run_dalloc,jemalloc_arena_dalloc_large_locked,jemalloc_arena_dalloc_large,jemalloc_arena_dalloc,jemalloc_idallocx,jemalloc_iqallocx,jemalloc_iqalloc,free,toku_compress(compress.cc:169),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_sb_node_info(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
2 libc::??(libc.so.6),toku_mempool_copy_ruct(libc.so.6),toku_mempool_copy_construct(libc.so.6),deserialize_ftnode_partition(ft_node-serialize.cc:1580),toku_deserialize_bp_from_disk(ft_node-serialize.cc:2561),toku_ftnode_pf_callback(ft-ops.cc:1378),deserialize_ftnode_header_from_rbuf_if_small_enough(ft_node-serialize.cc:1801),toku_deserialize_ftnode_from(ft_node-serialize.cc:1801),toku_ftnode_fetch_callback(ft-ops.cc:967),cachetable_fetch_pair(cachetable.cc:1407),toku_cachetable_get_and_pin_with_dep_pairs_batched(cachetable.cc:1766),toku_pin_ftnode_off_client_thread_batched_and_maybe_move_messages(ft-cachetable-wrappers.cc:359),toku_pin_ftnode_off_client_thread_batched(ft-cachetable-wrappers.cc:380),toku_ft_root_put_cmd(ft-ops.cc:3060),toku_ft_send_insert(ft-ops.cc:3352),toku_ft_maybe_insert(ft-ops.cc:3270),do_put_multiple(ydb_write.cc:638),env_put_multiple_internal(ydb_write.cc:738),env_put_multiple(ydb_write.cc:738),ha_tokudb::insert_rows_to_dictionaries_mult(ha_tokudb.cc:3865),ha_tokudb::write_row(ha_tokudb.cc:4031),handler::ha_write_row(handler.cc:5197),write_record(sql_insert.cc:1745),mysql_insert(sql_insert.cc:941),mysql_execute_command(sql_parse.cc:2918),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 x1764_memory,verify_ftnode_sub_block(ft_node-serialize.cc:1344),deserialize_ftnode_partition(ft_node-serialize.cc:1549),toku_deserialize_bp_from_disk(ft_node-serialize.cc:2561),toku_ftnode_pf_callback(ft-ops.cc:1378),deserialize_ftnode_header_from_rbuf_if_small_enough(ft_node-serialize.cc:1801),toku_deserialize_ftnode_from(ft_node-serialize.cc:1801),toku_ftnode_fetch_callback(ft-ops.cc:967),cachetable_fetch_pair(cachetable.cc:1407),toku_cachetable_get_and_pin_with_dep_pairs_batched(cachetable.cc:1766),toku_pin_ftnode_off_client_thread_batched_and_maybe_move_messages(ft-cachetable-wrappers.cc:359),toku_pin_ftnode_off_client_thread_batched(ft-cachetable-wrappers.cc:380),toku_ft_root_put_cmd(ft-ops.cc:3060),toku_ft_send_insert(ft-ops.cc:3352),toku_ft_maybe_insert(ft-ops.cc:3270),do_put_multiple(ydb_write.cc:638),env_put_multiple_internal(ydb_write.cc:738),env_put_multiple(ydb_write.cc:738),ha_tokudb::insert_rows_to_dictionaries_mult(ha_tokudb.cc:3865),ha_tokudb::write_row(ha_tokudb.cc:4031),handler::ha_write_row(handler.cc:5197),write_record(sql_insert.cc:1745),mysql_insert(sql_insert.cc:941),mysql_execute_command(sql_parse.cc:2918),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 toku::keyrange::get_infinite_range(keyrange.cc:174),toku::concurrent_tree::locked_keyrange::prepare(concurrent_tree.cc:116),acquire_lock(locktree.cc:399),try_acquire_lock(locktree.cc:399),acquire_write_lock(locktree.cc:399),toku::locktree::acquire_read_lock(locktree.cc:399),toku::lock_request::start(lock_request.cc:211),toku_db_start_range_lock(ydb_row_lock.cc:253),c_getf_set_callback(ydb_cursor.cc:561),ft_cursor_search_eq_k_x_getf(ft-ops.cc:5474),ft_search_basement_node(ft-ops.cc:4773),ft_search_node(ft-ops.cc:5128),ft_search_child(ft-ops.cc:5128),ft_search_node(ft-ops.cc:5117),toku_ft_search(ft-ops.cc:5117),ft_cursor_search_eq_k_x(ft-ops.cc:5488),toku_ft_cursor_set(ft-ops.cc:5488),toku_c_getf_set(ydb_cursor.cc:537),toku_c_getf_set(ydb_cursor.cc:537),db_getf_set(ydb_db.cc:230),db_getf_set(ydb_db.cc:230),autotxn_db_getf_set(ydb_db.cc:784),ha_tokudb::verify_frm_data(ha_tokudb.cc:2096),ha_tokudb::initialize_share(ha_tokudb.cc:1648),ha_tokudb::open(ha_tokudb.cc:1853),handler::ha_open(handler.cc:2248),open_table_from_share(table.cc:2072),open_table(sql_base.cc:3097),open_and_process_table(sql_base.cc:4454),open_tables(sql_base.cc:4454),open_and_lock_tables(sql_base.cc:5506),open_and_lock_tables(sql_base.h:501),open_and_lock_for_insert_delayed(sql_base.h:501),mysql_insert(sql_base.h:501),mysql_execute_command(sql_parse.cc:2918),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 store_key(sql_select.h:667),store_key_item(sql_select.h:667),create_ref_for_key(sql_select.h:667),make_join_statistics(sql_select.cc:2997),JOIN::optimize(sql_select.cc:1057),mysql_select(sql_select.cc:2590),handle_select(sql_select.cc:297),execute_sqlcom_select(sql_parse.cc:4604),mysql_execute_command(sql_parse.cc:2154),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 reset_table_compress(quicklz.cc:161),qlz_compress(quicklz.cc:161),qlz_compress(quicklz.cc:161),toku_compress(compress.cc:166),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_partition(ft_node-serialize.cc:401),serialize_and_compress_serially(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
1 qlz_compress_core(quicklz.cc:522),qlz_compress(quicklz.cc:522),qlz_compress(quicklz.cc:522),toku_compress(compress.cc:166),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_partition(ft_node-serialize.cc:401),serialize_and_compress_serially(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
1 qlz_compress_core(quicklz.cc:521),qlz_compress(quicklz.cc:521),qlz_compress(quicklz.cc:521),toku_compress(compress.cc:166),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_partition(ft_node-serialize.cc:401),serialize_and_compress_serially(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
1 qlz_compress_core(quicklz.cc:487),qlz_compress(quicklz.cc:487),qlz_compress(quicklz.cc:487),toku_compress(compress.cc:166),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_partition(ft_node-serialize.cc:401),serialize_and_compress_serially(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
1 pread64(libpthread.so.0),deserialize_ft_from_fd_into_rbuf(ft-serialize.cc:543),toku_deserialize_ft_from(ft-serialize.cc:678),toku_read_ft_and_store_in_cachefile(ft.cc:481),ft_handle_open(ft-ops.cc:3715),toku_ft_handle_open(ft-ops.cc:3817),toku_db_open_iname(ydb_db.cc:473),toku_db_open_iname(ydb_db.cc:473),toku_db_open(ydb_db.cc:372),locked_db_open(ydb_db.cc:819),locked_db_open(ydb_db.cc:819),ha_tokudb::open_secondary_dictionary(ha_tokudb.cc:1391),ha_tokudb::initialize_share(ha_tokudb.cc:1690),ha_tokudb::open(ha_tokudb.cc:1853),handler::ha_open(handler.cc:2248),open_table_from_share(table.cc:2072),open_table(sql_base.cc:3097),open_and_process_table(sql_base.cc:4454),open_tables(sql_base.cc:4454),open_and_lock_tables(sql_base.cc:5506),open_and_lock_tables(sql_base.h:501),open_and_lock_for_insert_delayed(sql_base.h:501),mysql_insert(sql_base.h:501),mysql_execute_command(sql_parse.cc:2918),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 madvise(libc.so.6),jemalloc_pages_purge,arena_chunk_purge,arena_purge,arena_maybe_purge,arena_run_dalloc,jemalloc_arena_dalloc_large_locked,jemalloc_arena_dalloc_large,jemalloc_arena_dalloc,jemalloc_idallocx,jemalloc_iqallocx,jemalloc_iqalloc,free,toku_mempool_destroy(mempool.cc:164),toku_ftnode_free(ft-ops.cc:1473),toku_ftnode_flush_callback(ft-ops.cc:932),cachetable_free_pair(cachetable.cc:651),cachetable_maybe_remove_and_free_pair(cachetable.cc:682),remove_pair_for_close(cachetable.cc:2468),cachetable_flush_cachefile(cachetable.cc:2528),toku_cachefile_close(cachetable.cc:554),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 madvise(libc.so.6),jemalloc_pages_purge,arena_chunk_purge,arena_purge,arena_maybe_purge,arena_run_dalloc,jemalloc_arena_dalloc_large_locked,jemalloc_arena_dalloc_large,jemalloc_arena_dalloc,jemalloc_idallocx,jemalloc_iqallocx,jemalloc_iqalloc,free,toku_compress(compress.cc:169),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_partition(ft_node-serialize.cc:401),serialize_and_compress_serially(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
1 __lll_unlock_wake(libpthread.so.0),_L_unlock_644(libpthread.so.0),pthread_mutex_unlock(libpthread.so.0),toku_mutex_unlock(toku_pthread.h:224),kunlock(toku_pthread.h:224),toku_kibbutz_enq(toku_pthread.h:224),flush_pair_for_close_on_background_thread(cachetable.cc:2453),cachetable_flush_cachefile(cachetable.cc:2508),toku_cachefile_close(cachetable.cc:554),toku_ft_remove_reference(ft.cc:967),toku_ft_handle_close(ft-ops.cc:3965),toku::locktree::manager::release_lt(manager.cc:287),toku_txn_release_locks(ydb_txn.cc:122),toku_txn_commit(ydb_txn.cc:189),commit_txn_with_progress(hatoku_hton.cc:812),tokudb_commit(hatoku_hton.cc:812),ha_commit_one_phase(handler.cc:1395),ha_commit_trans(handler.cc:1329),trans_commit(transaction.cc:181),mysql_execute_command(sql_parse.cc:3769),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 libc::??(libc.so.6),wbuf_nocrc_literal_bytes(wbuf.h:195),wbuf_nocrc_LEAFENTRY(wbuf.h:195),wbufwriteleafentry(ft_node-serialize.cc:289),void*,(ft_node-serialize.cc:289),toku::omt<void*,(ft_node-serialize.cc:289),toku::omt<void*,(ft_node-serialize.cc:289),toku::omt<void*,(ft_node-serialize.cc:289),toku_omt_iterate(ft_node-serialize.cc:289),serialize_ftnode_partition(ft_node-serialize.cc:363),serialize_and_compress_partition(ft_node-serialize.cc:723),serialize_and_compress_serially(ft_node-serialize.cc:723),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:723),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
1 libc::??(libc.so.6),toku_xcalloc(memory.cc:368),toku_compress(compress.cc:165),compress_nocrc_sub_block(sub_block.cc:257),compress_ftnode_sub_block(ft_node-serialize.cc:401),serialize_and_compress_sb_node_info(ft_node-serialize.cc:401),toku_serialize_ftnode_to_memory(ft_node-serialize.cc:401),toku_serialize_ftnode_to(ft_node-serialize.cc:1020),toku_ftnode_flush_callback(ft-ops.cc:906),cachetable_only_write_locked_data(cachetable.cc:737),cachetable_flush_pair_for_close(cachetable.cc:737),work_on_kibbutz(kibbutz.cc:172),start_thread(libpthread.so.0),clone(libc.so.6),??
1 libc::??(libc.so.6),toku_mempool_copy_ruct(libc.so.6),toku_mempool_copy_construct(libc.so.6),deserialize_ftnode_partition(ft_node-serialize.cc:1580),toku_deserialize_bp_from_compressed(ft_node-serialize.cc:2606),toku_ftnode_pf_callback(ft-ops.cc:1375),do_partial_fetch(cachetable.cc:1299),try_pin_pair(cachetable.cc:1557),toku_cachetable_get_and_pin_with_dep_pairs_batched(cachetable.cc:1709),toku_pin_ftnode_off_client_thread_batched_and_maybe_move_messages(ft-cachetable-wrappers.cc:359),toku_pin_ftnode_off_client_thread_batched(ft-cachetable-wrappers.cc:380),toku_ft_root_put_cmd(ft-ops.cc:3060),toku_ft_send_insert(ft-ops.cc:3352),toku_ft_maybe_insert(ft-ops.cc:3270),do_put_multiple(ydb_write.cc:638),env_put_multiple_internal(ydb_write.cc:738),env_put_multiple(ydb_write.cc:738),ha_tokudb::insert_rows_to_dictionaries_mult(ha_tokudb.cc:3865),ha_tokudb::write_row(ha_tokudb.cc:4031),handler::ha_write_row(handler.cc:5197),write_record(sql_insert.cc:1745),mysql_insert(sql_insert.cc:941),mysql_execute_command(sql_parse.cc:2918),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
1 cleanup_dirname(mf_pack.c:217),normalize_dirname(mf_pack.c:317),unpack_dirname(mf_pack.c:345),fn_format(mf_format.c:57),readfrm(discover.cc:62),ha_tokudb::verify_frm_data(ha_tokudb.cc:2084),ha_tokudb::initialize_share(ha_tokudb.cc:1648),ha_tokudb::open(ha_tokudb.cc:1853),handler::ha_open(handler.cc:2248),open_table_from_share(table.cc:2072),open_table(sql_base.cc:3097),open_and_process_table(sql_base.cc:4454),open_tables(sql_base.cc:4454),open_and_lock_tables(sql_base.cc:5506),open_and_lock_tables(sql_base.h:501),open_and_lock_for_insert_delayed(sql_base.h:501),mysql_insert(sql_base.h:501),mysql_execute_command(sql_parse.cc:2918),mysql_parse(sql_parse.cc:5641),mysql_parse(sql_parse.cc:5641),dispatch_command(sql_parse.cc:1041),do_handle_one_connection(sql_connect.cc:853),handle_one_connection(sql_connect.cc:772),start_thread(libpthread.so.0),clone(libc.so.6),??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment