[MDEV-28305] Innodb assertion - DICT_TF_HAS_DATA_DIR(table->flags) (was: Falha ao tentar iniciar serviço) Created: 2022-04-12 Updated: 2022-04-13 Resolved: 2022-04-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.6.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Edson Pillareck Junior | Assignee: | Marko Mäkelä |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Windows 10 Pro X64 21h1 19043.1586, I7-4770, 16GB ram, 2x SSD Adata 1TB Raid 0 |
||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Tive essa falha em nosso banco de dados em produção, porém não consegui encontrar uma possível causa para o problema, ao reiniciar o serviço o mesmo voltou a funcionar, porém, demorou mais de 15 minutos para iniciar e agora nosso banco de dados está com lentidão. Google translate version: There was a failure in our dice bank in production, but I couldn't find a possible cause for the problem, either restarted the service or it returned to work, so it took more than 15 minutes to start and now our dice bank is slow |
| Comments |
| Comment by Daniel Black [ 2022-04-13 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This looks very much like a duplicate of | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2022-04-13 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The crash recovery implementation has been improved in In the mean time it seems avoiding SHOW TABLE STATUS is the workaround until next release. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2022-04-13 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Recommend watch marko's FOSDEM 2022 talk. Take note of innodb_log_file_size recommendation. Also your settings max_allowed_packet, join_buffer_size, key_buffer_size settings look suspiciously high. Thanks for the bug report. |