You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Ed Coleman (JIRA)" <ji...@apache.org> on 2014/04/05 14:11:15 UTC

[jira] [Created] (ACCUMULO-2641) scan id not set in org/apache.accumulo.core.client.admin.ActiveScan

Ed Coleman created ACCUMULO-2641:
------------------------------------

             Summary: 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.5.1, 1.4.4
            Reporter: Ed Coleman
            Priority: Minor


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.2#6252)