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 3F4FA174AA for ; Thu, 15 Jan 2015 19:23:33 +0000 (UTC) Received: (qmail 16550 invoked by uid 500); 15 Jan 2015 19:23:35 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 16422 invoked by uid 500); 15 Jan 2015 19:23:35 -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 16053 invoked by uid 99); 15 Jan 2015 19:23:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jan 2015 19:23:34 +0000 Date: Thu, 15 Jan 2015 19:23:34 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2641) scan id not set in org.apache.accumulo.core.client.admin.ActiveScan 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-2641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-2641: ---------------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) > scan id not set in org.apache.accumulo.core.client.admin.ActiveScan > ------------------------------------------------------------------- > > Key: ACCUMULO-2641 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2641 > Project: Accumulo > Issue Type: Bug > Components: client > Affects Versions: 1.4.4, 1.5.1 > Reporter: Ed Coleman > Assignee: Ed Coleman > Priority: Blocker > Fix For: 1.6.2, 1.7.0 > > Attachments: ACCUMULO-2641.patch > > Time Spent: 40m > Remaining Estimate: 0h > > Trying to profile some long running scans I tried to use the getScanid() method on ActiveScan, but it always returned 0. > Looking at the class, it seems that the value is never set. There is a getter but no setter and it is not set in the constructor. > Also, it seems that the scanid is not included in the thrift ActiveScan so a fix will not be a simple as just setting scanid in the constructor. -- This message was sent by Atlassian JIRA (v6.3.4#6332)