[MDEV-22809] Event Scheduler memory leak Created: 2020-06-05  Updated: 2022-09-02

Status: Open
Project: MariaDB Server
Component/s: Events
Affects Version/s: 10.4.12
Fix Version/s: None

Type: Bug Priority: Major
Reporter: Manuel Arostegui Assignee: Unassigned
Resolution: Unresolved Votes: 2
Labels: None
Environment:

debian


Issue Links:
Relates
relates to MDEV-25176 SHUTDOWN-caused SIGSEGV's, SIGABRTS's... Confirmed

 Description   

Coming from: https://bugs.mysql.com/bug.php?id=99157 and https://jira.percona.com/browse/PS-6961

I have been done the same tests as reported on https://jira.percona.com/browse/PS-6961 with a host that has no activity apart from these events.
After 3 days the memory increased from:
First number: VIRT column reported on top
Second number: RES column reported on top

407.2g  68.4g

to

410.6g  71.7g

After stopping the event scheduler on that host and after 4 days the memory never grew anymore.
I have only tested this with 10.4.12 but we've had lots of memory issues on a host running 10.1 that has around 2.5k events which after a while gets OOM so it is likely possible that it is the same thing.

Unfortunately, MariaDB doesn't provide memory_global_by_current_bytes tables on P_S/sys so such a detailed profile isn't possible.



 Comments   
Comment by Sergei Golubchik [ 2020-06-07 ]

Try 10.4.13, it was possibly fixed by 39c60116e8065e9161

Comment by Manuel Arostegui [ 2020-06-08 ]

Thanks - I am trying it out now, will get back to you in a few days with the results.

Comment by Manuel Arostegui [ 2020-06-23 ]

Not fully sure this is fixed.
The used memory has grown around 1GB in 5 days.
Reminder: this host does absolutely nothing (not even replicating from anywhere).

Comment by Daniel Black [ 2020-08-19 ]

marostegui, is it possible to get:
memleak -o 16000 -T -p

{mariadbpid}


output from this server?

Marco Albe ran though about 5 techniques for memory tracing on production systems in the last 10 minutes of the talk. Any insights from these would be much appreciated if possible.

Comment by Manuel Arostegui [ 2020-08-25 ]

This is the ouput of

-o 16000 -T 10 -p $pid 

 
[09:18:22] Top 10 stacks with outstanding allocations:
[09:18:27] Top 10 stacks with outstanding allocations:
[09:18:32] Top 10 stacks with outstanding allocations:
[09:18:37] Top 10 stacks with outstanding allocations:
	528 bytes in 6 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	4400 bytes in 50 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:18:42] Top 10 stacks with outstanding allocations:
	1760 bytes in 20 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	11440 bytes in 130 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:18:47] Top 10 stacks with outstanding allocations:
	2552 bytes in 29 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	14168 bytes in 161 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:18:52] Top 10 stacks with outstanding allocations:
	88 bytes in 1 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1fe [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		execute_sqlcom_select(THD*, TABLE_LIST*)+0x13d [mysqld]
		mysql_execute_command(THD*)+0x6e76 [mysqld]
		mysql_parse(THD*, char*, unsigned int, Parser_state*)+0x311 [mysqld]
		dispatch_command(enum_server_command, THD*, char*, unsigned int)+0x267c [mysqld]
		do_command(THD*)+0x179 [mysqld]
		do_handle_one_connection(THD*)+0x2b2 [mysqld]
		handle_one_connection+0x40 [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	2992 bytes in 34 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	19712 bytes in 224 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:18:57] Top 10 stacks with outstanding allocations:
	88 bytes in 1 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1fe [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		execute_sqlcom_select(THD*, TABLE_LIST*)+0x13d [mysqld]
		mysql_execute_command(THD*)+0x6e76 [mysqld]
		mysql_parse(THD*, char*, unsigned int, Parser_state*)+0x311 [mysqld]
		dispatch_command(enum_server_command, THD*, char*, unsigned int)+0x267c [mysqld]
		do_command(THD*)+0x179 [mysqld]
		do_handle_one_connection(THD*)+0x2b2 [mysqld]
		handle_one_connection+0x40 [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	3872 bytes in 44 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	22176 bytes in 252 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:19:02] Top 10 stacks with outstanding allocations:
	88 bytes in 1 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1fe [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		execute_sqlcom_select(THD*, TABLE_LIST*)+0x13d [mysqld]
		mysql_execute_command(THD*)+0x6e76 [mysqld]
		mysql_parse(THD*, char*, unsigned int, Parser_state*)+0x311 [mysqld]
		dispatch_command(enum_server_command, THD*, char*, unsigned int)+0x267c [mysqld]
		do_command(THD*)+0x179 [mysqld]
		do_handle_one_connection(THD*)+0x2b2 [mysqld]
		handle_one_connection+0x40 [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	4400 bytes in 50 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	26664 bytes in 303 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:19:07] Top 10 stacks with outstanding allocations:
	88 bytes in 1 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1fe [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		execute_sqlcom_select(THD*, TABLE_LIST*)+0x13d [mysqld]
		mysql_execute_command(THD*)+0x6e76 [mysqld]
		mysql_parse(THD*, char*, unsigned int, Parser_state*)+0x311 [mysqld]
		dispatch_command(enum_server_command, THD*, char*, unsigned int)+0x267c [mysqld]
		do_command(THD*)+0x179 [mysqld]
		do_handle_one_connection(THD*)+0x2b2 [mysqld]
		handle_one_connection+0x40 [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	4488 bytes in 51 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	29656 bytes in 337 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:19:12] Top 10 stacks with outstanding allocations:
	88 bytes in 1 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1fe [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		execute_sqlcom_select(THD*, TABLE_LIST*)+0x13d [mysqld]
		mysql_execute_command(THD*)+0x6e76 [mysqld]
		mysql_parse(THD*, char*, unsigned int, Parser_state*)+0x311 [mysqld]
		dispatch_command(enum_server_command, THD*, char*, unsigned int)+0x267c [mysqld]
		do_command(THD*)+0x179 [mysqld]
		do_handle_one_connection(THD*)+0x2b2 [mysqld]
		handle_one_connection+0x40 [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	4840 bytes in 55 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	34320 bytes in 390 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:19:17] Top 10 stacks with outstanding allocations:
	88 bytes in 1 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1fe [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		execute_sqlcom_select(THD*, TABLE_LIST*)+0x13d [mysqld]
		mysql_execute_command(THD*)+0x6e76 [mysqld]
		mysql_parse(THD*, char*, unsigned int, Parser_state*)+0x311 [mysqld]
		dispatch_command(enum_server_command, THD*, char*, unsigned int)+0x267c [mysqld]
		do_command(THD*)+0x179 [mysqld]
		do_handle_one_connection(THD*)+0x2b2 [mysqld]
		handle_one_connection+0x40 [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	5192 bytes in 59 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	36168 bytes in 411 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:19:23] Top 10 stacks with outstanding allocations:
	88 bytes in 1 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1fe [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		execute_sqlcom_select(THD*, TABLE_LIST*)+0x13d [mysqld]
		mysql_execute_command(THD*)+0x6e76 [mysqld]
		mysql_parse(THD*, char*, unsigned int, Parser_state*)+0x311 [mysqld]
		dispatch_command(enum_server_command, THD*, char*, unsigned int)+0x267c [mysqld]
		do_command(THD*)+0x179 [mysqld]
		do_handle_one_connection(THD*)+0x2b2 [mysqld]
		handle_one_connection+0x40 [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	6160 bytes in 70 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	38720 bytes in 440 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:19:28] Top 10 stacks with outstanding allocations:
	88 bytes in 1 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1fe [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		execute_sqlcom_select(THD*, TABLE_LIST*)+0x13d [mysqld]
		mysql_execute_command(THD*)+0x6e76 [mysqld]
		mysql_parse(THD*, char*, unsigned int, Parser_state*)+0x311 [mysqld]
		dispatch_command(enum_server_command, THD*, char*, unsigned int)+0x267c [mysqld]
		do_command(THD*)+0x179 [mysqld]
		do_handle_one_connection(THD*)+0x2b2 [mysqld]
		handle_one_connection+0x40 [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	6600 bytes in 75 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	41448 bytes in 471 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:19:33] Top 10 stacks with outstanding allocations:
	88 bytes in 1 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1fe [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		execute_sqlcom_select(THD*, TABLE_LIST*)+0x13d [mysqld]
		mysql_execute_command(THD*)+0x6e76 [mysqld]
		mysql_parse(THD*, char*, unsigned int, Parser_state*)+0x311 [mysqld]
		dispatch_command(enum_server_command, THD*, char*, unsigned int)+0x267c [mysqld]
		do_command(THD*)+0x179 [mysqld]
		do_handle_one_connection(THD*)+0x2b2 [mysqld]
		handle_one_connection+0x40 [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	8272 bytes in 94 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	47520 bytes in 540 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:19:38] Top 10 stacks with outstanding allocations:
	176 bytes in 2 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1fe [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		execute_sqlcom_select(THD*, TABLE_LIST*)+0x13d [mysqld]
		mysql_execute_command(THD*)+0x6e76 [mysqld]
		mysql_parse(THD*, char*, unsigned int, Parser_state*)+0x311 [mysqld]
		dispatch_command(enum_server_command, THD*, char*, unsigned int)+0x267c [mysqld]
		do_command(THD*)+0x179 [mysqld]
		do_handle_one_connection(THD*)+0x2b2 [mysqld]
		handle_one_connection+0x40 [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	8360 bytes in 95 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	48664 bytes in 553 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:19:43] Top 10 stacks with outstanding allocations:
	176 bytes in 2 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1fe [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		execute_sqlcom_select(THD*, TABLE_LIST*)+0x13d [mysqld]
		mysql_execute_command(THD*)+0x6e76 [mysqld]
		mysql_parse(THD*, char*, unsigned int, Parser_state*)+0x311 [mysqld]
		dispatch_command(enum_server_command, THD*, char*, unsigned int)+0x267c [mysqld]
		do_command(THD*)+0x179 [mysqld]
		do_handle_one_connection(THD*)+0x2b2 [mysqld]
		handle_one_connection+0x40 [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	8888 bytes in 101 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	54120 bytes in 615 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
[09:19:48] Top 10 stacks with outstanding allocations:
	88 bytes in 1 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1fe [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		execute_sqlcom_select(THD*, TABLE_LIST*)+0x13d [mysqld]
		mysql_execute_command(THD*)+0x6e76 [mysqld]
		mysql_parse(THD*, char*, unsigned int, Parser_state*)+0x311 [mysqld]
		dispatch_command(enum_server_command, THD*, char*, unsigned int)+0x267c [mysqld]
		do_command(THD*)+0x179 [mysqld]
		do_handle_one_connection(THD*)+0x2b2 [mysqld]
		handle_one_connection+0x40 [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	11440 bytes in 130 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
	56408 bytes in 641 allocations from stack
		[unknown] [ld-2.24.so]
		increment_partitioned_counter+0x28 [ha_tokudb.so]
		toku_txn_create_txn(tokutxn**, tokutxn*, tokulogger*, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x1dd [ha_tokudb.so]
		toku_txn_begin_with_xid(tokutxn*, tokutxn**, tokulogger*, txnid_pair_s, __TXN_SNAPSHOT_TYPE, __toku_db_txn*, bool, bool)+0x80 [ha_tokudb.so]
		toku_txn_begin(__toku_db_env*, __toku_db_txn*, __toku_db_txn**, unsigned int)+0x3c6 [ha_tokudb.so]
		ha_tokudb::create_txn(THD*, st_tokudb_trx_data*)+0x19f [ha_tokudb.so]
		ha_tokudb::external_lock(THD*, int)+0x4f9 [ha_tokudb.so]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		ha_partition::external_lock(THD*, int)+0x69 [mysqld]
		handler::ha_external_lock(THD*, int)+0x164 [mysqld]
		mysql_lock_tables(THD*, st_mysql_lock*, unsigned int)+0x36c [mysqld]
		mysql_lock_tables(THD*, TABLE**, unsigned int, unsigned int)+0x18b [mysqld]
		lock_tables(THD*, TABLE_LIST*, unsigned int, unsigned int)+0x1e8 [mysqld]
		open_and_lock_tables(THD*, DDL_options_st const&, TABLE_LIST*, bool, unsigned int, Prelocking_strategy*)+0x8a [mysqld]
		mysql_execute_command(THD*)+0x20cb [mysqld]
		sp_instr_stmt::exec_core(THD*, unsigned int*)+0x15 [mysqld]
		sp_lex_keeper::reset_lex_and_exec_core(THD*, unsigned int*, bool, sp_instr*)+0x83 [mysqld]
		sp_instr_stmt::execute(THD*, unsigned int*)+0x1fc [mysqld]
		sp_head::execute(THD*, bool)+0x76e [mysqld]
		sp_head::execute_procedure(THD*, List<Item>*)+0x36c [mysqld]
		Event_job_data::execute(THD*, bool)+0xa23 [mysqld]
		Event_worker_thread::run(THD*, Event_queue_element_for_exec*)+0xef [mysqld]
		event_worker_thread+0x4d [mysqld]
		start_thread+0xc4 [libpthread-2.24.so]
 

Comment by Daniel Black [ 2020-08-26 ]

Thanks marostegui. This looks much more attackable now.

Generated at Thu Feb 08 09:17:38 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.