[
https://issues.apache.org/jira/browse/KUDU-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adar Dembo resolved KUDU-2151.
------------------------------
Resolution: Fixed
Fix Version/s: 1.8.0
Fixed in commit b7cf3b2e4.
> 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
> Fix For: 1.8.0
>
>
> 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)