Bug #84975 | Assertion failure in thread 139870064981760 in file trx0trx.cc line 1465 | ||
---|---|---|---|
Submitted: | 14 Feb 2017 7:07 | Modified: | 1 Apr 2017 14:35 |
Reporter: | Masanao KITORA | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.7.17 | OS: | CentOS |
Assigned to: | CPU Architecture: | Any |
[14 Feb 2017 7:07]
Masanao KITORA
[16 Feb 2017 16:01]
MySQL Verification Team
Hi, Thank you for your bug report. This appears to be an error due to the configuration or due to your hardware limitations. For the moment, I have two questions: * When creating a tablespace, have you made it auto-extendable ??? * Is there enough space on the disk partition where it is residing ??? After you answer these questions, we can move on ...
[16 Feb 2017 16:51]
MySQL Verification Team
One more important question: Are you using innodb-file-per-table=NO ??? Or is this option set to YES ??? If it is NO, then the FTS indexes may be in the system tablesapce ... And only the system tablespace, and temp tablespace, can be a fixed size. If that is the case than this is not a bug, but mis-configuration of your installation.
[17 Feb 2017 0:36]
Masanao KITORA
In my.cnf below settings exist, innodb_data_file_path=ibdata1:1G innodb_file_per_table Shared table space is not auto-extendable. Each innodb table has idb file. It seems FTS_... files are created out of shared table space.
[17 Feb 2017 14:27]
MySQL Verification Team
Yes, they are. If you have not configured InnoDB to use one file for each table, then it is what you get. Just as I described in my previous comments.
[27 Feb 2017 2:36]
Masanao KITORA
>* When creating a tablespace, have you made it auto-extendable ??? -> No. I prepared 1GB fixed table space. >* Is there enough space on the disk partition where it is residing ??? -> Yes. 5TB- available for /var/lib/mysql. >*Are you using innodb-file-per-table=NO ??? Or is this option set to YES ??? -> I'm using innodb-file-per-table=YES. I think my environment resources are 1GB for shared space upto 5TB for each table space.
[1 Mar 2017 14:35]
MySQL Verification Team
Hi! It is quite possible that you created that table with FTS before you have set innodb-file-per-table=YES ??? In any case, do you see that table as a separate file. If yes, send us a listing of that directory, together with your my.cnf
[2 Apr 2017 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".