From hdfs-issues-return-286173-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Wed Oct 2 04:56:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 94920180608 for ; Wed, 2 Oct 2019 06:56:02 +0200 (CEST) Received: (qmail 96511 invoked by uid 500); 2 Oct 2019 04:56:01 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 96499 invoked by uid 99); 2 Oct 2019 04:56:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Oct 2019 04:56:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BB006E2DAD for ; Wed, 2 Oct 2019 04:56:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 1446F780749 for ; Wed, 2 Oct 2019 04:56:00 +0000 (UTC) Date: Wed, 2 Oct 2019 04:56:00 +0000 (UTC) From: "Hudson (Jira)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDDS-2210) ContainerStateMachine should not be marked unhealthy if applyTransaction fails with closed container exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDDS-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16942487#comment-16942487 ] Hudson commented on HDDS-2210: ------------------------------ SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #17434 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/17434/]) HDDS-2210. ContainerStateMachine should not be marked unhealthy if (github: rev 41440ec890348f95bf7f10b5ced737e41dd6c3d3) * (edit) hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachineFailures.java * (edit) hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/transport/server/ratis/ContainerStateMachine.java > 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: 1h 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-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org