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