[ 
https://issues.apache.org/jira/browse/HDDS-890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16708334#comment-16708334
 ] 

Mukul Kumar Singh commented on HDDS-890:
----------------------------------------

Patch v2 fixes checkstyle and findbugs issues.

> Handle  OverlappingFileLockException during writeStateMachineData in 
> ContainerStateMachine 
> -------------------------------------------------------------------------------------------
>
>                 Key: HDDS-890
>                 URL: https://issues.apache.org/jira/browse/HDDS-890
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>          Components: Ozone Datanode
>    Affects Versions: 0.4.0
>            Reporter: Shashikant Banerjee
>            Assignee: Shashikant Banerjee
>            Priority: Major
>         Attachments: HDDS-890.000.patch, HDDS-890.001.patch
>
>
> With raft log entries getting truncated, the corresponding 
> writeStateMachineData futures doing actual chunk writes can not aborted. The 
> next subsequent log entry corresponding to the same client request may end up 
> writing the same chunk file concurrently hittingĀ 
> OverlappingFileLockException. This Jira aims to address this issue by 
> appending logIndex and term to every tmp chunkFile name created during 
> writeStateMachineData call,



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to