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 509A210ED4 for ; Sun, 16 Mar 2014 03:35:45 +0000 (UTC) Received: (qmail 69129 invoked by uid 500); 16 Mar 2014 03:35:44 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 69105 invoked by uid 500); 16 Mar 2014 03:35:43 -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 69097 invoked by uid 99); 16 Mar 2014 03:35:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Mar 2014 03:35:42 +0000 Date: Sun, 16 Mar 2014 03:35:42 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2483) BadIteratorMincIT failed "tablet 1< has 0 map files" 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-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13936403#comment-13936403 ] Josh Elser commented on ACCUMULO-2483: -------------------------------------- Can't say definitively, but I guess (since I was running 3 ITs concurrently) that the MinC thread didn't get the update and thus the MinC didn't complete in the expected 5 seconds? > BadIteratorMincIT failed "tablet 1< has 0 map files" > ---------------------------------------------------- > > Key: ACCUMULO-2483 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2483 > Project: Accumulo > Issue Type: Bug > Components: test > Reporter: Josh Elser > Priority: Minor > Fix For: 1.6.1 > > > {noformat} > test(org.apache.accumulo.test.functional.BadIteratorMincIT) Time elapsed: 32.657 sec <<< ERROR! > java.lang.Exception: tablet 1< has 0 map files > at org.apache.accumulo.test.functional.FunctionalTestUtils.checkRFiles(FunctionalTestUtils.java:84) > at org.apache.accumulo.test.functional.BadIteratorMincIT.test(BadIteratorMincIT.java:74) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47) > at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) > at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44) > at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) > at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:74) > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)