[ 
https://issues.apache.org/jira/browse/CASSANDRA-8757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14330143#comment-14330143
 ] 

Benedict commented on CASSANDRA-8757:
-------------------------------------

Broken by the rebase, since 8792's behaviour was changed. The 
IndexSummaryBuilder calculates a maxExpectedEntries count of zero, which was 
perfectly safe when we accepted zero length allocations. The new version of 
8792 does not support this, so we have to ensure the maxExpectedEntries is at 
least 1, so we do not allocate a zero length region of memory. Pushed an update.

> IndexSummaryBuilder should construct itself offheap, and share memory between 
> the result of each build() invocation
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-8757
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8757
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Benedict
>            Assignee: Benedict
>             Fix For: 2.1.4
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to