[MariaDB discuss] Re: myisamchk --paralle-recover stalls

2025-07-17 Thread Sergey Vojtovich via discuss
Vassilis, There is a stall in MariaDB IO_CACHE, which means it is likely a bug. I have created jira issue to track it https://jira.mariadb.org/browse/MDEV-37255 We need some additional information to get it reproduced on our side. 1. Table definition: SHOW CREATE TABLE ctgov_paper 2. myisamchk c

[MariaDB discuss] Re: myisamchk --paralle-recover stalls

2025-07-17 Thread Sergey Vojtovich via discuss
Thanks for this information. I have edited the issue description accordingly. On Thu, Jul 17, 2025 at 12:13 PM Vassilis Virvilis wrote: > Thank you for this. > > That would be my next question. If I should file a bug or not. > Let me know if you want me to copy past the info below to the jira bu

[MariaDB discuss] Re: myisamchk --paralle-recover stalls

2025-07-17 Thread Vassilis Virvilis via discuss
Thank you for this. That would be my next question. If I should file a bug or not. Let me know if you want me to copy past the info below to the jira bug you created. Anyway here is the info requested 1) MariaDB [DB]> SHOW CREATE TABLE ctgov_paper;  ctgov_paper | CREATE TABLE `ctgov_paper` (  

[MariaDB discuss] Re: myisamchk --paralle-recover stalls

2025-07-14 Thread Vassilis Virvilis via discuss
Ok it stalls when I try to unpack an already packed table. Here is the backtrace requested. Hope it helps... root@node00:~# DEBUGINFOD_URLS="https://debuginfod.debian.net"; gdb -p `pidof myisamchk` -ex "thr a a bt" GNU gdb (Debian 16.3-1) 16.3 Copyright (C) 2024 Free Software Foundation, Inc. L

[MariaDB discuss] Re: myisamchk --paralle-recover stalls

2025-07-05 Thread Sergey Vojtovich via discuss
Hi Vassilis, Try something like gdb -p `pidof myisamchk` -ex "thr a a bt" and get back to us with provided output. Regards, Sergey On Sat, Jul 5, 2025 at 9:02 PM Vassilis Virvilis via discuss < discuss@lists.mariadb.org> wrote: > Hi, > > Debian unstable here with mariadb 11.8.2-1 > > When I am