Histogram puts high values in incorrect buckets due to rounding errors
----------------------------------------------------------------------
Key: SOLR-1104
URL: https://issues.apache.org/jira/browse/SOLR-1104
Project: Solr
Issue Type: Bug
Components: web gui
Affects Versions: 1.3
Reporter: Hoss Man
Assignee: Hoss Man
Priority: Trivial
Fix For: 1.4
the LukeRequestHander uses some log math to compute the histogram buckets, but
this leads to rounding errors.
a more precise calculation can be found using bitshifting. (discovered while
looking into SOLR-1103)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.