Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0EA1110AA3 for ; Tue, 11 Mar 2014 02:28:02 +0000 (UTC) Received: (qmail 67802 invoked by uid 500); 11 Mar 2014 02:27:49 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 67588 invoked by uid 500); 11 Mar 2014 02:27:43 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 67548 invoked by uid 99); 11 Mar 2014 02:27:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2014 02:27:43 +0000 Date: Tue, 11 Mar 2014 02:27:43 +0000 (UTC) From: "Colin Patrick McCabe (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HDFS-6086) Fix a case where zero-copy or no-checksum reads were not allowed even when the block was cached MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Colin Patrick McCabe created HDFS-6086: ------------------------------------------ Summary: Fix a case where zero-copy or no-checksum reads were not allowed even when the block was cached Key: HDFS-6086 URL: https://issues.apache.org/jira/browse/HDFS-6086 Project: Hadoop HDFS Issue Type: Sub-task Components: datanode Affects Versions: 2.4.0 Reporter: Colin Patrick McCabe Assignee: Colin Patrick McCabe We need to fix a case where zero-copy or no-checksum reads are not allowed even when the block is cached. The case is when the block is cached before the {{REQUEST_SHORT_CIRCUIT_FDS}} operation begins. In this case, {{DataXceiver}} needs to consult the {{ShortCircuitRegistry}} to see if the block is cached, rather than relying on a callback. -- This message was sent by Atlassian JIRA (v6.2#6252)