[
https://issues.apache.org/jira/browse/CASSANDRA-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brandon Williams updated CASSANDRA-1413:
----------------------------------------
Attachment: 0002_adjust_EH_sizes.txt
I think we need to adjust the sizes a bit. Bump the column count EH to 114,
giving us a max of about 2.4B columns (113 allows for 1996099046), and bump the
row size EH to 150, allowing for almost a 1.7T row. It's theoretically
possible to make a row larger than that, but I think having cfstats throw an
exception will be the least of the user's problems at that point.
> EstimatedHistogram.max is buggy
> -------------------------------
>
> Key: CASSANDRA-1413
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1413
> Project: Cassandra
> Issue Type: Bug
> Components: Core
> Reporter: Jonathan Ellis
> Assignee: Jonathan Ellis
> Priority: Minor
> Fix For: 0.7 beta 2
>
> Attachments: 0002_adjust_EH_sizes.txt, 1413.txt
>
>
> EH.max returns the largest bucket floor, which will will be LESS than the
> largest value added to the histogram, which is not the usual behavior
> expected of a method called max.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.