[ 
https://issues.apache.org/jira/browse/HDDS-2117?focusedWorklogId=312076&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-312076
 ]

ASF GitHub Bot logged work on HDDS-2117:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 13/Sep/19 14:33
            Start Date: 13/Sep/19 14:33
    Worklog Time Spent: 10m 
      Work Description: lokeshj1703 commented on issue #1430: HDDS-2117. 
ContainerStateMachine#writeStateMachineData times out.
URL: https://github.com/apache/hadoop/pull/1430#issuecomment-531260923
 
 
   @bshashikant Thanks for updating the PR! The changes look good to me. +1. 
Pending jenkins. The yetus build seems to have an issue.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 312076)
    Time Spent: 1h 10m  (was: 1h)

> 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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> 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-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to