You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "zhangsong (JIRA)" <ji...@apache.org> on 2016/05/22 09:21:13 UTC

[jira] [Updated] (KUDU-1462) when init Tablet Manager "Unable to parse PB from path of a tablet" will crash tablet-server and stop it from starting/recovering..

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

zhangsong updated KUDU-1462:
----------------------------
    Summary: when init Tablet Manager "Unable to parse PB from path of a tablet" will crash tablet-server and stop it from starting/recovering..  (was: Check  when init Tablet Manager(caused by Unable to parse PB from path of a tablet) will crash tablet-server and stop it from starting/recovering..)

> when init Tablet Manager "Unable to parse PB from path of a tablet" will crash tablet-server and stop it from starting/recovering..
> -----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: KUDU-1462
>                 URL: https://issues.apache.org/jira/browse/KUDU-1462
>             Project: Kudu
>          Issue Type: Bug
>          Components: tablet
>            Reporter: zhangsong
>
> Met this  when auto restart crashed kudu-tserver,  whole fatal messages is :
> "Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg
> F0522 15:26:20.711071  7637 tablet_server_main.cc:55] Check failed: _s.ok() Bad status: IO error: Could not init Tablet Manager: Failed to open tablet metadata for tablet: 2a52bfd01fc1456ab2259498394dccff: Failed to load tablet metadata for tablet id 2a52bfd01fc1456ab2259498394dccff: Could not load tablet metadata from /export/servers/kudu/tserver_data_7052/tablet-meta/2a52bfd01fc1456ab2259498394dccff: Unable to parse PB from path: /export/servers/kudu/tserver_data_7052/tablet-meta/2a52bfd01fc1456ab2259498394dccff"
> As in corner cases where PB of a tablet will be invalid and can not be parsed, current behavior of kudu-tserver would be crash immediately, such that one invalid TABLET will impact all other "normal " TABLET 's bootstraping. Instead, kudu-tserver should mark the INVALID TABLET as "Failed" and/or remove it from raft quorum.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)