[MDEV-14300] Buffer Overflow on large select Created: 2017-11-06 Updated: 2017-11-10 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.2.10 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Sean Stoves | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | buffer, innodb, partitioning | ||
| Environment: |
CentOS 7 |
||
| Attachments: |
|
| Description |
|
Attached are the logs. When we are querying a specifically large partition via InnoDB, we are getting buffer_flows. I have the logs printed out and saved below. We are unsure if this is a MySQL or a CentOS 7 buffer. However, we upgraded from 10.2.8 to 10.2.10 and the problem persisted. We also moved to this server from a MySQL 5.6 Enterprise server that was having physical hardware problems, and then CentoOS 7 and Mysql 5.6 appeared to be having library conflicts when running together. === System Specs |
| Comments |
| Comment by Elena Stepanova [ 2017-11-07 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
sman260, can you provide the query itself, and also the output of SHOW CREATE ... for all involved structures, and SHOW INDEX IN ... for all involved tables? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sean Stoves [ 2017-11-07 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Attached is the show Create table. The query that causes the crash is: SELECT * FROM sftdev_UTR_MarkIV.F02_Term_Main partition (p300) where CallType in ('International', 'OSInternational'); However, any query even a rebuild partition or a select count causes the crash. MariaDB [(none)]> show index in sftdev_UTR_MarkIV.F02_Term_Main;
--------------
-------------- MariaDB [(none)]> |