Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C6FA9200B67 for ; Tue, 16 Aug 2016 13:57:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C3F42160ABA; Tue, 16 Aug 2016 11:57:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 15D01160A76 for ; Tue, 16 Aug 2016 13:57:23 +0200 (CEST) Received: (qmail 11019 invoked by uid 500); 16 Aug 2016 11:57:23 -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 11005 invoked by uid 99); 16 Aug 2016 11:57:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Aug 2016 11:57:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 817E62C0003 for ; Tue, 16 Aug 2016 11:57:22 +0000 (UTC) Date: Tue, 16 Aug 2016 11:57:20 +0000 (UTC) From: "Karthik Palanisamy (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-10766) Request short circuit access failed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 16 Aug 2016 11:57:25 -0000 [ https://issues.apache.org/jira/browse/HDFS-10766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthik Palanisamy updated HDFS-10766: -------------------------------------- Attachment: HDFS-10766-1.patch > Request short circuit access failed > ----------------------------------- > > Key: HDFS-10766 > URL: https://issues.apache.org/jira/browse/HDFS-10766 > Project: Hadoop HDFS > Issue Type: Bug > Components: logging > Environment: HDP-2.4 > Reporter: Karthik Palanisamy > Priority: Minor > Attachments: HDFS-10766-1.patch > > > There was some error while creating requestShortCircuitFdsForRead and the exception is thrown when logging the message > {quote} > In this scenario, the actual exception was lost > {quote} > To get the actual exception message it needs to be handled properly. > 2016-07-25 13:11:54,323 ERROR datanode.DataNode (DataXceiver.java:run(278)) - nyc2aggr04.nyc7.pubmatic.com:50010:DataXceiver error processing REQUEST_SHORT_CIRCUIT_FDS operation src: unix:/var/lib/hadoop-hdfs/dn_socket dst: > org.apache.hadoop.fs.InvalidRequestException: there is no shared memory segment registered with shmId 0773fa8b13b4643cb5be98893af5a873 > at org.apache.hadoop.hdfs.server.datanode.ShortCircuitRegistry.unregisterSlot(ShortCircuitRegistry.java:371) > at org.apache.hadoop.hdfs.server.datanode.DataXceiver.requestShortCircuitFds(DataXceiver.java:364) > at org.apache.hadoop.hdfs.protocol.datatransfer.Receiver.opRequestShortCircuitFds(Receiver.java:187) > at org.apache.hadoop.hdfs.protocol.datatransfer.Receiver.processOp(Receiver.java:89) > at org.apache.hadoop.hdfs.server.datanode.DataXceiver.run(DataXceiver.java:251) > at java.lang.Thread.run(Thread.java:745) -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org