You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Alexey Serbin (Jira)" <ji...@apache.org> on 2022/11/10 19:08:00 UTC

[jira] [Resolved] (KUDU-3419) Tablet server maybe get stuck when loading tablet metadata failed

     [ https://issues.apache.org/jira/browse/KUDU-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Serbin resolved KUDU-3419.
---------------------------------
    Fix Version/s: 1.17.0
       Resolution: Fixed

> Tablet server maybe get stuck when loading tablet metadata failed
> -----------------------------------------------------------------
>
>                 Key: KUDU-3419
>                 URL: https://issues.apache.org/jira/browse/KUDU-3419
>             Project: Kudu
>          Issue Type: Bug
>            Reporter: Xixu Wang
>            Priority: Major
>             Fix For: 1.17.0
>
>         Attachments: image-2022-11-04-14-57-49-684.png, image-2022-11-04-14-59-54-665.png, image-2022-11-04-15-25-05-437.png, image-2022-11-04-15-29-27-092.png, image-2022-11-04-15-30-08-892.png, image-2022-11-04-15-32-34-366.png
>
>
> Tablet server maybe get stuck when loading tablet metadata failed.
> The follow steps repeat the bug.
> 1. Change the permission of one tablet meta file to root. We use account: *kudu* to run Kudu.
> !image-2022-11-04-14-57-49-684.png!
> 2.Start an instance of tablet server. A permission erro will be saw:
> !image-2022-11-04-15-29-27-092.png!
> 3. Tablet server gets stuck and will not exit automatically.
> !image-2022-11-04-15-30-08-892.png!
> 4. Pstack is as follow:
> As we can see. Tablet Server can not exit, because ThreadPool can not be shutdown. TxnStatlessTrasckerTask is running, which cause threadpool can not be shutdown.
> !image-2022-11-04-15-32-34-366.png!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)