Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1250DE459 for ; Tue, 12 Mar 2013 21:51:14 +0000 (UTC) Received: (qmail 91725 invoked by uid 500); 12 Mar 2013 21:51:13 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 91675 invoked by uid 500); 12 Mar 2013 21:51:13 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 91631 invoked by uid 99); 12 Mar 2013 21:51:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 21:51:13 +0000 Date: Tue, 12 Mar 2013 21:51:13 +0000 (UTC) From: "Suresh Srinivas (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-4595) When short circuit read is disallowed, DFSClient does disable short circuit and fall back to regular reads 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/HDFS-4595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-4595: ---------------------------------- Attachment: HDFS-4595.patch Updated patch that also checks that short circuit fails in the newly added test and is indeed disabled as expected in the DFSClient. > When short circuit read is disallowed, DFSClient does disable short circuit and fall back to regular reads > ---------------------------------------------------------------------------------------------------------- > > Key: HDFS-4595 > URL: https://issues.apache.org/jira/browse/HDFS-4595 > Project: Hadoop HDFS > Issue Type: Bug > Components: hdfs-client > Affects Versions: 2.0.0-alpha > Reporter: Suresh Srinivas > Assignee: Suresh Srinivas > Attachments: HDFS-4595.patch, HDFS-4595.patch > > > In 1.0, when short circuit is disallowed for a user, the DFSClient disables short circuit and falls back to the regular socket based reads over DataTransferProtocol. In release 2.0, this fallback functionality is not working. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira