Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 71874 invoked from network); 16 Oct 2008 17:36:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2008 17:36:11 -0000 Received: (qmail 44017 invoked by uid 500); 16 Oct 2008 17:36:06 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 43949 invoked by uid 500); 16 Oct 2008 17:36:06 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 43928 invoked by uid 99); 16 Oct 2008 17:36:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2008 10:36:06 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Oct 2008 17:35:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A76EC234C233 for ; Thu, 16 Oct 2008 10:35:44 -0700 (PDT) Message-ID: <58768627.1224178544684.JavaMail.jira@brutus> Date: Thu, 16 Oct 2008 10:35:44 -0700 (PDT) From: "Pete Wyckoff (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4398) fuse-dfs per FD context is not thread safe and can cause segfaults and corruptions In-Reply-To: <2095472165.1223859044184.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-4398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Wyckoff updated HADOOP-4398: --------------------------------- Status: Open (was: Patch Available) > fuse-dfs per FD context is not thread safe and can cause segfaults and corruptions > ---------------------------------------------------------------------------------- > > Key: HADOOP-4398 > URL: https://issues.apache.org/jira/browse/HADOOP-4398 > Project: Hadoop Core > Issue Type: Bug > Components: contrib/fuse-dfs > Affects Versions: 0.20.0 > Reporter: Pete Wyckoff > Assignee: Pete Wyckoff > Fix For: 0.20.0 > > Attachments: HADOOP-4398.1.txt > > > this affects dfs_read and dfs_write and dfs_open dfs_release. > people have seen corruptions in 0.18.1 on reads - hadoop-4397. > In 0.19 since there is no global DFS handle, it is slightly different, but the same principles need to be applied and make the per FD context data (ie ptr to DFS, read buffer, ...) thread safe. > I can't think of a way to add a reliable test case for this in the current framework, but should be sure to assert pre/post conditions wherever possible. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.