Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 35838200B80 for ; Wed, 31 Aug 2016 05:49:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 34052160AC5; Wed, 31 Aug 2016 03:49:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A06FA160ABA for ; Wed, 31 Aug 2016 05:49:22 +0200 (CEST) Received: (qmail 90104 invoked by uid 500); 31 Aug 2016 03:49:21 -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 90091 invoked by uid 99); 31 Aug 2016 03:49:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Aug 2016 03:49:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 968F32C1B77 for ; Wed, 31 Aug 2016 03:49:21 +0000 (UTC) Date: Wed, 31 Aug 2016 03:49:21 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4389) ReplicationOperations().drain(..) may return too quickly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 31 Aug 2016 03:49:23 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15450987#comment-15450987 ] Christopher Tubbs commented on ACCUMULO-4389: --------------------------------------------- I'll try that. These failures seem to occur a lot, but are hard to force when I want them to. :( > ReplicationOperations().drain(..) may return too quickly > -------------------------------------------------------- > > Key: ACCUMULO-4389 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4389 > Project: Accumulo > Issue Type: Bug > Reporter: Josh Elser > Assignee: Josh Elser > Priority: Critical > Fix For: 1.7.3, 1.8.1 > > > Was taking a look at some logs from automated tests that [~romil.choksi] sent my way and noticed that MultiInstanceReplicationIT was failing infrequently. > Looking at the output, I can see that the call was returning very quickly (essentially in the amount of time the RPC would take on the slow test hardware) > {noformat} > Drain completed in 25ms > {noformat} > Looking at the implementation of {{MasterClientServiceHandler.drainReplicationTable(...)}}, it's not handling the references we read from the metadata table correctly. I believe this is causing the test to return too quickly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)