[
https://issues.apache.org/jira/browse/ACCUMULO-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13613764#comment-13613764
]
Eric Newton commented on ACCUMULO-1204:
---------------------------------------
I put in the trivial fix. I opened ACCUMULO-1207 to document what the values
are.
> 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
>
> Original Estimate: 0.25h
> Remaining Estimate: 0.25h
>
> 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