Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D3317100E1 for ; Wed, 31 Jul 2013 15:25:49 +0000 (UTC) Received: (qmail 80840 invoked by uid 500); 31 Jul 2013 15:25:49 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 80806 invoked by uid 500); 31 Jul 2013 15:25:49 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 80783 invoked by uid 99); 31 Jul 2013 15:25:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jul 2013 15:25:48 +0000 Date: Wed, 31 Jul 2013 15:25:48 +0000 (UTC) From: "Sean Hickey (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-1625) Accumulo shouldn't reuse filenames for .rf files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sean Hickey created ACCUMULO-1625: ------------------------------------- Summary: Accumulo shouldn't reuse filenames for .rf files Key: ACCUMULO-1625 URL: https://issues.apache.org/jira/browse/ACCUMULO-1625 Project: Accumulo Issue Type: Bug Affects Versions: 1.6.0 Reporter: Sean Hickey While running RandomWalk, I ran into an error where an .rf file couldn't be found. The logs point to it being deleted under one table and then another table tries to reference the same filename. Here's one example from the accumulo logs (the randomwalk logs just say there was a server error). {code} 2013-07-31 09:35:51,351 [gc.SimpleGarbageCollector] DEBUG: Deleting hdfs://localhost:9000/accumulo/tables/!0/t-0000080/A00000f5.rf 2013-07-31 11:17:25,905 [util.FileUtil] WARN : tserver:blah Failed to read map file to determine first and last key : hdfs://localhost:9000/accumulo/tables/7/default_tablet/A00000f5.rf java.io.FileNotFoundException: File does not exist: /accumulo/tables/7/default_tablet/A00000f5.rf java.io.FileNotFoundException: File does not exist: /accumulo/tables/7/default_tablet/A00000f5.rf 2013-07-31 11:17:25,905 [util.FileUtil] WARN : tserver:blah Failed to read map file to determine first and last key : hdfs://localhost:9000/accumulo/tables/7/default_tablet/A00000f5.rf {code} -- 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