You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2016/12/06 02:01:58 UTC

[jira] [Updated] (KUDU-1785) SIGSEGV if tablet copy attempt started while tablet is bootstrapping

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

Todd Lipcon updated KUDU-1785:
------------------------------
    Summary: SIGSEGV if tablet copy attempt started while tablet is bootstrapping  (was: SIGSEV if tablet copy attempt started while tablet is bootstrapping)

> SIGSEGV if tablet copy attempt started while tablet is bootstrapping
> --------------------------------------------------------------------
>
>                 Key: KUDU-1785
>                 URL: https://issues.apache.org/jira/browse/KUDU-1785
>             Project: Kudu
>          Issue Type: Bug
>          Components: tablet
>    Affects Versions: 1.1.0
>            Reporter: Mike Percy
>            Assignee: Mike Percy
>
> This is highly unlikely unless triggered by an admin tool.
> The bug is as follows:
> 1. Tablet server restarted, currently bootstrapping a tablet
> 2. TabletCopySession started for the bootstrapping tablet
> 3. During the TabletCopySession::Init() phase, we get a Log pointer from a TabletPeer object and use it without checking for nullptr
> 4. SIGSEGV



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