Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 46CC7DCAF for ; Tue, 10 Jul 2012 13:08:36 +0000 (UTC) Received: (qmail 69521 invoked by uid 500); 10 Jul 2012 13:08:36 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 69445 invoked by uid 500); 10 Jul 2012 13:08:35 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 69359 invoked by uid 99); 10 Jul 2012 13:08:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jul 2012 13:08:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id E0620141826 for ; Tue, 10 Jul 2012 13:08:34 +0000 (UTC) Date: Tue, 10 Jul 2012 13:08:34 +0000 (UTC) From: "Eric Newton (JIRA)" To: dev@accumulo.apache.org Message-ID: <586981628.28087.1341925714923.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (ACCUMULO-681) close consistency check failure MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Eric Newton created ACCUMULO-681: ------------------------------------ Summary: close consistency check failure Key: ACCUMULO-681 URL: https://issues.apache.org/jira/browse/ACCUMULO-681 Project: Accumulo Issue Type: Bug Affects Versions: 1.5.0-SNAPSHOT Environment: 10 node test cluster running randomwalk Concurrent graph Reporter: Eric Newton Assignee: Eric Newton Priority: Blocker Fix For: 1.5.0 I recently added tablet server admin shutdown to the Concurrent randomwalk test. After an hour, the following table problem appeared: {noformat} 10 12:00:21,755 [tabletserver.Tablet] ERROR: Data file in !METADATA differ from in memory data !0;!0<< {noformat} Note that this is the root tablet, so some other process was updating the files behind this server's back; I suspect inconsistent assignment. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira