Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 48545 invoked from network); 17 May 2008 02:48:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 May 2008 02:48:21 -0000 Received: (qmail 34029 invoked by uid 500); 17 May 2008 02:48:21 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 33994 invoked by uid 500); 17 May 2008 02:48:21 -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 33983 invoked by uid 99); 17 May 2008 02:48:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 19:48:21 -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; Sat, 17 May 2008 02:47:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5ED0F234C115 for ; Fri, 16 May 2008 19:47:56 -0700 (PDT) Message-ID: <359179603.1210992476387.JavaMail.jira@brutus> Date: Fri, 16 May 2008 19:47:56 -0700 (PDT) From: "Hadoop QA (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3410) KFS implementation needs to return file modification time In-Reply-To: <763902932.1210979875670.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-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597691#action_12597691 ] Hadoop QA commented on HADOOP-3410: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12382229/kfs-0.1.3.jar against trunk revision 656939. +1 @author. The patch does not contain any @author tags. -1 tests included. The patch doesn't appear to include any new or modified tests. Please justify why no tests are needed for this patch. -1 patch. The patch command could not apply the patch. Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2495/console This message is automatically generated. > KFS implementation needs to return file modification time > --------------------------------------------------------- > > Key: HADOOP-3410 > URL: https://issues.apache.org/jira/browse/HADOOP-3410 > Project: Hadoop Core > Issue Type: Bug > Affects Versions: 0.15.3 > Reporter: Sriram Rao > Priority: Minor > Attachments: kfs-0.1.3.jar, patch.3410 > > > The KFS glue code in fs/kfs currently returns 0 for file modification time. This needs to be fixed to return the correct value. I will provide a patch: > - jar file for kfs-0.1.3.jar; this should replace lib/kfs-0.1.jar > - patch with the fix -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.