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 DA7E910A1B for ; Wed, 1 May 2013 19:36:16 +0000 (UTC) Received: (qmail 58607 invoked by uid 500); 1 May 2013 19:36:16 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 58483 invoked by uid 500); 1 May 2013 19:36:16 -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 58460 invoked by uid 99); 1 May 2013 19:36:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 May 2013 19:36:16 +0000 Date: Wed, 1 May 2013 19:36:16 +0000 (UTC) From: "Keith Turner (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-1321) Dynamic Classloader lost jars 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/ACCUMULO-1321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13646856#comment-13646856 ] Keith Turner commented on ACCUMULO-1321: ---------------------------------------- I figured out why VFS replicates jars to /tmp from HDFS but not from local fs. The ZipFileSystem code calls replicate on its source filesystem. When the source filesystem is a LocalFileSystem, replicate does nothing. I just checked in a fix that will hopefully avoid replication collisions. > Dynamic Classloader lost jars > ----------------------------- > > Key: ACCUMULO-1321 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1321 > Project: Accumulo > Issue Type: Sub-task > Reporter: John Vines > Assignee: Keith Turner > Priority: Blocker > Fix For: 1.5.0 > > Attachments: ACCUMULO-1321.patch > > > We have a table setup that uses some custom iterators. We ran an MR job against it without issues. We then ran the job immediately after the first one wrapped and 2 of my tservers errored with ClassNotFoundException, even though it ran just fine before. > Unfortunately we don't have a stack trace (to see if it was breaking differently in the VFSClassLoader), nor a convenient way to recreate currently. We're working on reproducing it in order to get more information. -- 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