Bug #96092 | Corrupted | ||
---|---|---|---|
Submitted: | 4 Jul 2019 12:10 | Modified: | 9 Aug 2019 12:27 |
Reporter: | M F | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S3 (Non-critical) |
Version: | 5.7.14 | OS: | Any |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[4 Jul 2019 12:10]
M F
[4 Jul 2019 13:40]
MySQL Verification Team
Hi Mr. F, Thank you for your bug report. From what you have provided us with, we do not quite see why do you think that this is a bug. In the early days of InnoDB SE, there were bugs leading to corruption. Those bugs were sorted out for quite some time now. What you observe can come from three main causes. First, your ACID settings are not 100 % safe. That includes setting InnoDB for doublewrite, with all checksumming available (like crc32), enabling full InnoDB flushing, having DIRECT method of flushing, flushing neighbours and using strict ACID settings in your InnoDB configuration. Second, beside the above, your filesystem should be mounted with no caching what so ever. Furthermore, all the caches on the disk controller and disk should be turned off. Last, but not least, your filesystems containing tables and logs should not be cached by OS , at all .... Third, even if you have done all of the above, there might be a flaw in your hardware, whether RAM, disk, controller or elsewhere. The flaw can be discovered by diagnostic hardware. But, much more often, these errors might occur infrequently, due to problems in refreshing dynamic RAM modules. You will not have these problems if you are using ECC RAM, 2 bits checking 1 bit correcting. Also if you are using RAID 10 disk subsystem. Do you have all these prerequisites in place ????
[9 Aug 2019 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".