You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Shashikant Banerjee (Jira)" <ji...@apache.org> on 2019/09/12 09:03:00 UTC

[jira] [Created] (HDDS-2117) ContainerStateMachine#writeStateMachineData times out

Shashikant Banerjee created HDDS-2117:
-----------------------------------------

             Summary: ContainerStateMachine#writeStateMachineData times out
                 Key: HDDS-2117
                 URL: https://issues.apache.org/jira/browse/HDDS-2117
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: Ozone Datanode
    Affects Versions: 0.5.0
            Reporter: Shashikant Banerjee
            Assignee: Shashikant Banerjee
             Fix For: 0.5.0


The issue seems to be happening because the below precondition check fails in case two writeChunk gets executed in parallel and the runtime exception thrown is handled correctly in ContainerStateMachine.

 

HddsDispatcher.java:239
{code:java}
Preconditions
    .checkArgument(!container2BCSIDMap.containsKey(containerID));
{code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org