Bug #76346 | innodb_thread_concurrency=1 and queries using intrinsic temp tables, causes hang | ||
---|---|---|---|
Submitted: | 16 Mar 2015 23:04 | Modified: | 12 Jun 2015 9:34 |
Reporter: | Roel Van de Paar | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.7.6-m16, 5.7.8 | OS: | Any |
Assigned to: | Naga Satyanarayana Bodapati | CPU Architecture: | Any |
Tags: | query shutdown hang |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[16 Mar 2015 23:09]
Roel Van de Paar
[16 Mar 2015 23:11]
Roel Van de Paar
gdb trace, taken early on in the wait
Attachment: gdb_std.txt (text/plain), 33.73 KiB.
[16 Mar 2015 23:11]
Roel Van de Paar
gdb full trace, taken somewhat later
Attachment: gdb_full.txt (text/plain), 81.65 KiB.
[16 Mar 2015 23:12]
Roel Van de Paar
gdb trace, taken later again (diffs from previous gdb_std.txt)
Attachment: gdb_std_later.txt (text/plain), 33.43 KiB.
[19 Mar 2015 23:56]
Roel Van de Paar
Stacks from another example
Attachment: gdb_2_std.txt (text/plain), 30.69 KiB.
[19 Mar 2015 23:57]
Roel Van de Paar
Full stacks from the other example mentioned in last comment
Attachment: gdb_2_full.txt (text/plain), 31.71 KiB.
[20 Mar 2015 9:29]
Roel Van de Paar
gdb_std.txt
Attachment: gdb_std.txt (text/plain), 23.31 KiB.
[20 Mar 2015 9:29]
Roel Van de Paar
gdb_std.txt
Attachment: gdb_std.txt (text/plain), 23.31 KiB.
[20 Mar 2015 9:29]
Roel Van de Paar
gdb_full.txt
Attachment: gdb_full.txt (text/plain), 99.59 KiB.
[20 Mar 2015 10:17]
Roel Van de Paar
Another set of stacks, similar to last set (after options were removed) gdb_std.txt
Attachment: gdb_std.txt (text/plain), 23.32 KiB.
[20 Mar 2015 10:17]
Roel Van de Paar
matching gdb_full.txt
Attachment: gdb_full.txt (text/plain), 99.99 KiB.