You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2013/03/25 23:47:15 UTC

[jira] [Created] (ACCUMULO-1204) JSONServlet shows incorrect value for scans

Christopher Tubbs created ACCUMULO-1204:
-------------------------------------------

             Summary: JSONServlet shows incorrect value for scans
                 Key: ACCUMULO-1204
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1204
             Project: Accumulo
          Issue Type: Bug
          Components: monitor
            Reporter: Christopher Tubbs
            Assignee: Eric Newton
             Fix For: 1.5.0


In JSONServlet, I see

{code:java}
map.put("scans", scans);
map.put("scans", scansessions);
{code}

This can't possibly be correct. It looks like a copy/paste error. A trivial fix is to rename the map key to "scansessions" to be consistent with the rest of the code around it. However, there's very little documentation on this API, so it's not quite clear what the value for the "scansessions" variable even represents. Is there a better key name that is more descriptive of what the value of that variable represents? If not, the trivial change should be implemented.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira