Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5, 10.6
Description
Within ~1 min test on current 10.6 with default log_warnings level I'm getting in the error log ~8500 records like this:
2021-03-22 2:58:35 8 [Note] InnoDB: Cannot close file ./test/FTS_00000000000012c8_00000000000015f9_INDEX_1.ibd because of 0 pending operations and pending fsync
|
2021-03-22 2:58:35 8 [Note] InnoDB: Cannot close file ./test/FTS_00000000000012c8_00000000000015f9_INDEX_2.ibd because of 0 pending operations and pending fsync
|
2021-03-22 2:58:35 8 [Note] InnoDB: Cannot close file ./test/FTS_00000000000012c8_00000000000015f9_INDEX_4.ibd because of 0 pending operations and pending fsync
|
2021-03-22 2:58:35 8 [Note] InnoDB: Cannot close file ./test/FTS_00000000000012c8_00000000000015f9_INDEX_5.ibd because of 1 pending operations and pending fsync
|
2021-03-22 2:58:35 8 [Note] InnoDB: Cannot close file ./test/FTS_00000000000012c8_00000000000015f9_INDEX_6.ibd because of 0 pending operations and pending fsync
|
...
|
10.5 seems to produce only those with "0 pending operations", so there are less of them, but still, ~4000 in a few-minute test. And these ones (with zero) are especially confusing.
I think if these are real problems which a user needs to take care of, there should be warnings or errors (and given the persistence, maybe we are missing at least a debug assertion or something); and if these are just technical notifications, there shouldn't be so many of them.
Attachments
Issue Links
- is caused by
-
MDEV-23855 InnoDB log checkpointing causes regression for write-heavy OLTP
-
- Closed
-
- relates to
-
MDEV-26381 InnoDB: Failing assertion: fsize != os_offset_t(-1) on CREATE TABLE with many partitions / ENOMEM (out of kernel memory) from fstat handling
-
- Closed
-
-
MDEV-28110 FLUSH TABLE ... WITH READ LOCK output excessively verbose
-
- Open
-
-
MDEV-30829 InnoDB: Cannot close file <tablename>.ibd because of pending fsync
-
- Closed
-
Activity
Zendesk Related Tickets | 138229 113559 |
Link |
This issue relates to |
Link | This issue relates to MDEV-28110 [ MDEV-28110 ] |
Workflow | MariaDB v3 [ 120330 ] | MariaDB v4 [ 159063 ] |
Attachment | mysql-0-20211028.log [ 60054 ] |
Link |
This issue relates to |
Link | This issue is blocked by TODO-3164 [ TODO-3164 ] |
Link | This issue blocks TODO-3164 [ TODO-3164 ] |
Link | This issue is blocked by TODO-3164 [ TODO-3164 ] |
Attachment | screenshot-2.png [ 59650 ] |
Fix Version/s | 10.5.13 [ 26026 ] | |
Fix Version/s | 10.6.5 [ 26034 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Resolution | Fixed [ 1 ] | |
Status | Confirmed [ 10101 ] | Closed [ 6 ] |
issue.field.resolutiondate | 2021-09-30 07:40:16.0 | 2021-09-30 07:40:16.078 |
Component/s | Full-text Search [ 10104 ] | |
Fix Version/s | 10.6 [ 24028 ] | |
Labels | regression-10.5 |
Link |
This issue is caused by |
Status | Open [ 1 ] | Confirmed [ 10101 ] |
Attachment | mycnf.txt [ 59113 ] |
Attachment | cannotclosefile.JPG [ 59112 ] |
Assignee | Elena Stepanova [ elenst ] | Marko Mäkelä [ marko ] |
Assignee | Marko Mäkelä [ marko ] | Elena Stepanova [ elenst ] |
Field | Original Value | New Value |
---|---|---|
Attachment | screenshot-1.png [ 58600 ] |