You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Adar Dembo (JIRA)" <ji...@apache.org> on 2018/05/17 18:19:00 UTC

[jira] [Assigned] (KUDU-2151) ConsensusMetadata IO does not retry on EINTR

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

Adar Dembo reassigned KUDU-2151:
--------------------------------

    Assignee: Adar Dembo

> ConsensusMetadata IO does not retry on EINTR
> --------------------------------------------
>
>                 Key: KUDU-2151
>                 URL: https://issues.apache.org/jira/browse/KUDU-2151
>             Project: Kudu
>          Issue Type: Bug
>          Components: consensus
>    Affects Versions: 1.5.0
>            Reporter: Mike Percy
>            Assignee: Adar Dembo
>            Priority: Major
>              Labels: newbie
>
> We saw the following errors when doing ConsensusMetadata IO on a volume mounted on sshfs:
> Read:
> {code}
> F0920 16:38:06.913570 16423 tablet_server_main.cc:80] Check failed: _s.ok() Bad status: IO error: Could not init Tablet Manager: Unable to load consensus metadata for tablet 4b2100922a8c4668baadc2fde100d8cf: /data0/ts-data/consensus-meta/4b2100922a8c4668baadc2fde100d8cf: Interrupted system call (error 4)
> {code}
> Write:
> {code}
> F0920 16:41:00.588088  5444 raft_consensus.cc:2604] Check failed: _s.ok() Bad status: IO error: Unable to write consensus meta file for tablet 8b7b2338ddec4690859830ef34713732 to path /data0/ts-data/consensus-meta/8b7b2338ddec4690859830ef34713732: Call to mkstemp() failed on name template /data0/ts-data/consensus-meta/8b7b2338ddec4690859830ef34713732.kudutmp.XXXXXX: Interrupted system call (error 4)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)