Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Bug Report: When i try to start appwrite in docket. Error in Starting MariaDB #3003

Closed
2 tasks done
anandsubbu007 opened this issue Mar 24, 2022 · 9 comments
Closed
2 tasks done
Assignees
Labels
bug Something isn't working

Comments

@anandsubbu007
Copy link

馃憻 Reproduction steps

馃憤 Expected behavior

2022-03-24  4:30:03 0 [Note] mysqld (server 10.7.3-MariaDB-1:10.7.3+maria~focal) starting as process 1 ...

2022-03-24  4:30:03 0 [Note] InnoDB: Compressed tables use zlib 1.2.11

2022-03-24  4:30:03 0 [Note] InnoDB: Number of transaction pools: 1

2022-03-24  4:30:03 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions

2022-03-24  4:30:03 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)

2022-03-24  4:30:03 0 [Note] InnoDB: Using Linux native AIO

2022-03-24  4:30:03 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728

2022-03-24  4:30:03 0 [Note] InnoDB: Completed initialization of buffer pool

2022-03-24  4:30:03 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=11005585,19628422

2022-03-24  4:30:04 0 [ERROR] InnoDB: Missing FILE_CREATE, FILE_DELETE or FILE_MODIFY before FILE_CHECKPOINT for tablespace 175

2022-03-24  4:30:04 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption

2022-03-24  4:30:04 0 [Note] InnoDB: Starting shutdown...

2022-03-24  4:30:04 0 [ERROR] Plugin 'InnoDB' init function returned error.

2022-03-24  4:30:04 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

2022-03-24  4:30:04 0 [Note] Plugin 'FEEDBACK' is disabled.

2022-03-24  4:30:04 0 [ERROR] Unknown/unsupported storage engine: InnoDB

2022-03-24  4:30:04 0 [ERROR] Aborting

馃憥 Actual Behavior

馃幉 Appwrite version

Version 0.13.x

馃捇 Operating system

Windows

馃П Your Environment

Windows 10
Using Docker

馃憖 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

馃彚 Have you read the Code of Conduct?

@anandsubbu007 anandsubbu007 added the bug Something isn't working label Mar 24, 2022
@eldadfux
Copy link
Member

Seems similar to this issue: MariaDB/mariadb-docker#267 (comment)
I would also try to delete the container and recreate it.

@eldadfux eldadfux self-assigned this Mar 24, 2022
@anandsubbu007
Copy link
Author

After remove & reinstall appwrite no issue found

@anandsubbu007
Copy link
Author

anandsubbu007 commented Apr 2, 2022

[Note] InnoDB: Using Linux native AIO

2022-04-02 10:25:27 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728

2022-04-02 10:25:27 0 [Note] InnoDB: Completed initialization of buffer pool
[Note] InnoDB: Starting crash recovery from checkpoint LSN=203245363,211323491

2022-04-02 10:25:28 0 [ERROR] InnoDB: Missing FILE_CREATE, FILE_DELETE or FILE_MODIFY before FILE_CHECKPOINT for tablespace 687

2022-04-02 10:25:28 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption

2022-04-02 10:25:28 0 [Note] InnoDB: Starting shutdown...

again this is happening...

where can i find this File

rm /var/lib/mysql/ib_logfile0
in Windows

@AsierraDEV
Copy link

[Note] InnoDB: Using Linux native AIO

2022-04-02 10:25:27 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728

2022-04-02 10:25:27 0 [Note] InnoDB: Completed initialization of buffer pool
[Note] InnoDB: Starting crash recovery from checkpoint LSN=203245363,211323491

2022-04-02 10:25:28 0 [ERROR] InnoDB: Missing FILE_CREATE, FILE_DELETE or FILE_MODIFY before FILE_CHECKPOINT for tablespace 687

2022-04-02 10:25:28 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption

2022-04-02 10:25:28 0 [Note] InnoDB: Starting shutdown...

again this is happening...

where can i find this File

rm /var/lib/mysql/ib_logfile0
in Windows

If you are using WSL2, try this path

\\wsl$\docker-desktop-data\version-pack-data\community\docker\volumes

@MooseSaeed
Copy link

I'm facing the same issue and nothing at all seems to work. I uninstalled docker completely and reinstalled it again. I also remove appwrite and reinstalled it. nothing works. Any suggestions?

@v3ss0n
Copy link

v3ss0n commented Jun 2, 2022

its seems to be latest MariaDB bug corrupting InnoDB table. I have this problem too and cannot delete container because data in it

@cybr-dev
Copy link

I face the same problem

@stnguyen90
Copy link
Contributor

Can this be closed since there's more info in #3157?

@grooverdan
Copy link

For those using WSL - watch out for microsoft/WSL#8443.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants