Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 45727 invoked from network); 21 Oct 2009 12:19:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Oct 2009 12:19:25 -0000 Received: (qmail 7117 invoked by uid 500); 21 Oct 2009 12:19:23 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 7078 invoked by uid 500); 21 Oct 2009 12:19:23 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 7034 invoked by uid 99); 21 Oct 2009 12:19:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2009 12:19:23 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Wed, 21 Oct 2009 12:19:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C811C234C4B1 for ; Wed, 21 Oct 2009 05:18:59 -0700 (PDT) Message-ID: <1674294756.1256127539818.JavaMail.jira@brutus> Date: Wed, 21 Oct 2009 12:18:59 +0000 (UTC) From: "Steve Loughran (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6324) FileSystem API should allow progress callbacks in rename and delete In-Reply-To: <1419879215.1256061719502.JavaMail.jira@brutus> 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/HADOOP-6324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768193#action_12768193 ] Steve Loughran commented on HADOOP-6324: ---------------------------------------- might be good if these progress callbacks had the ability to cancel the operation too; it could be gone more gracefully than just interrupting the relevant thread. > FileSystem API should allow progress callbacks in rename and delete > ------------------------------------------------------------------- > > Key: HADOOP-6324 > URL: https://issues.apache.org/jira/browse/HADOOP-6324 > Project: Hadoop Common > Issue Type: Improvement > Components: fs > Reporter: Aaron Kimball > > Some operations (e.g., rename and delete) can take very long running times on some filesystem implementations (e.g., S3). The API should provide the ability to include progress callbacks during these operations. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.