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

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

                Author: ASF GitHub Bot
            Created on: 30/Sep/19 20:35
            Start Date: 30/Sep/19 20:35
    Worklog Time Spent: 10m 
      Work Description: hadoop-yetus commented on pull request #1552: 
HDDS-2210. ContainerStateMachine should not be marked unhealthy if ap…
URL: https://github.com/apache/hadoop/pull/1552#discussion_r329774113
 
 

 ##########
 File path: 
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/ratis/ContainerStateMachine.java
 ##########
 @@ -270,12 +270,16 @@ public void persistContainerSet(OutputStream out) throws 
IOException {
     // container happens outside of Ratis.
     IOUtils.write(builder.build().toByteArray(), out);
   }
+  
 
 Review comment:
   whitespace:end of line
   
 
----------------------------------------------------------------
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: 320843)
    Time Spent: 20m  (was: 10m)

> ContainerStateMachine should not be marked unhealthy if applyTransaction 
> fails with closed container exception
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: HDDS-2210
>                 URL: https://issues.apache.org/jira/browse/HDDS-2210
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: Ozone Datanode
>            Reporter: Shashikant Banerjee
>            Assignee: Shashikant Banerjee
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.5.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, if applyTransaction fails, the stateMachine is marked unhealthy 
> and next snapshot creation will fail. As a result of which the the raftServer 
> will close down leading to pipeline failure. ClosedContainer exception should 
> be ignored while marking the stateMachine unhealthy.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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