[MDEV-29260] Server crashes when running migration queries inside Docker on Windows Created: 2022-08-05 Updated: 2022-09-11 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Docker, Storage Engine - InnoDB |
| Affects Version/s: | 10.3.34, 10.8.3 |
| Fix Version/s: | 10.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Deniss Kozlovs | Assignee: | Daniel Black |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | innodb | ||
| Environment: |
Docker 4.11.1 on Windows 10, WSL2 backend, Ubuntu 20.04 |
||
| Attachments: |
|
||||||||||||
| Issue Links: |
|
||||||||||||
| Description |
|
I have a Laravel application inside Docker container, which crashes when trying to run migrations.
Dockerfile:
No matter which version I pick, everytime i run migrations, the database server crashes with this error:
This always happens on this query:
If you need all queries that were run before that, I can provide. In attachment there is log from Docker terminal. |
| Comments |
| Comment by Deniss Kozlovs [ 2022-08-05 ] | |||||||||||||||
|
Update. I switched to Hyper-V (disabled WSL2 backend in Docker settings) and problem went away. I guess then this is not problem with MariaDB itself. | |||||||||||||||
| Comment by Daniel Black [ 2022-08-06 ] | |||||||||||||||
|
Per linked issues what is your exact Windows version reported by winver.exe? | |||||||||||||||
| Comment by Deniss Kozlovs [ 2022-08-06 ] | |||||||||||||||
|
Hi, it's 21H2 (build 19044.1826) | |||||||||||||||
| Comment by Daniel Black [ 2022-08-09 ] | |||||||||||||||
|
Same version I did my tests on. Are you updating your linux kernel version in Windows update (disabled by default)? If so what does the uname -a results show. If not did it help? | |||||||||||||||
| Comment by Deniss Kozlovs [ 2022-08-09 ] | |||||||||||||||
|
uname -a shows
I followed linux kernel version link and seems like it's the latest version:
|