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 06C9210310 for ; Wed, 18 Feb 2015 18:51:12 +0000 (UTC) Received: (qmail 3756 invoked by uid 500); 18 Feb 2015 18:51:12 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 3709 invoked by uid 500); 18 Feb 2015 18:51:11 -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 3685 invoked by uid 99); 18 Feb 2015 18:51:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Feb 2015 18:51:11 +0000 Date: Wed, 18 Feb 2015 18:51:11 +0000 (UTC) From: "Eric Newton (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Eric Newton created ACCUMULO-3601: ------------------------------------- Summary: master does not process migrations Key: ACCUMULO-3601 URL: https://issues.apache.org/jira/browse/ACCUMULO-3601 Project: Accumulo Issue Type: Bug Components: master Affects Versions: 1.5.3, 1.7.0, 1.6.3 Reporter: Eric Newton Assignee: Eric Newton Priority: Blocker 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-3583. -- This message was sent by Atlassian JIRA (v6.3.4#6332)