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 4E97A188BB for ; Fri, 8 Jan 2016 16:59:41 +0000 (UTC) Received: (qmail 34443 invoked by uid 500); 8 Jan 2016 16:59:40 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 34351 invoked by uid 500); 8 Jan 2016 16:59:40 -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 34313 invoked by uid 99); 8 Jan 2016 16:59:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2016 16:59:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EFA312C1F58 for ; Fri, 8 Jan 2016 16:59:39 +0000 (UTC) Date: Fri, 8 Jan 2016 16:59:39 +0000 (UTC) From: "Sean Busbey (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4095) ShellServerIT#listscans failing due to null client 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-4095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15089502#comment-15089502 ] Sean Busbey commented on ACCUMULO-4095: --------------------------------------- {quote} Ah ok. I was going to ping Christopher Tubbs because I figured he would know what to do (rather, he would probably want to fix our javadocs ) {quote} I'm perfectly happy to see ACCUMULO-4102 obviate the need for ACCUMULO-4101. ;) > ShellServerIT#listscans failing due to null client > -------------------------------------------------- > > Key: ACCUMULO-4095 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4095 > Project: Accumulo > Issue Type: Bug > Reporter: Josh Elser > Assignee: Josh Elser > Priority: Blocker > Fix For: 1.8.0 > > Time Spent: 10m > Remaining Estimate: 0h > > {noformat} > root@miniInstance listscans> listscans > TABLET SERVER | CLIENT | AGE | LAST | STATE | TYPE | USER | TABLE | COLUMNS | AUTHORIZATIONS | TABLET | SCAN ID | ITERATORS | ITERATOR OPTIONS > hw10447.local:53868 | null | 9ms | 9ms |RUNNING |SINGLE | root |listscans | [] | | 2<< | 4790077908898785386 |[SlowIterator=30,org.apache.accumulo.test.functional.SlowIterator] | {SlowIterator={sleepTime=500}} > {noformat} > Note that the client column has a value of "null". This is causing the test to fail. Seems to only be happening on master. -- This message was sent by Atlassian JIRA (v6.3.4#6332)