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 6A32610D3B for ; Sat, 21 Feb 2015 02:48:12 +0000 (UTC) Received: (qmail 11482 invoked by uid 500); 21 Feb 2015 02:48:12 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 11443 invoked by uid 500); 21 Feb 2015 02:48:12 -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 11427 invoked by uid 99); 21 Feb 2015 02:48:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Feb 2015 02:48:12 +0000 Date: Sat, 21 Feb 2015 02:48:12 +0000 (UTC) From: "Josh Elser (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-3601) master does not process migrations 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-3601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Elser updated ACCUMULO-3601: --------------------------------- Attachment: 0001-ACCUMULO-3601-Must-synchronize-on-instance-to-iterat.patch Simple patch that addresses the synchornization (which I think is necessary). ACCUMULO-3609 has a patch which unbreaks the tests that were not running correctly for me. > master does not process migrations > ---------------------------------- > > Key: ACCUMULO-3601 > URL: https://issues.apache.org/jira/browse/ACCUMULO-3601 > Project: Accumulo > Issue Type: Bug > Components: master > Reporter: Eric Newton > Assignee: Eric Newton > Priority: Blocker > Fix For: 1.5.3, 1.7.0, 1.6.3 > > Attachments: 0001-ACCUMULO-3601-Must-synchronize-on-instance-to-iterat.patch > > Time Spent: 1h 10m > Remaining Estimate: 0h > > While attempting to write a test for ACCUMULO-3597, I found the master was not balancing. The iterator that filters the metadata table does not take migrations into account, so the state of the tablets was never seen, and processed. This bug was introduced with the fix to ACCUMULO-3580. -- This message was sent by Atlassian JIRA (v6.3.4#6332)