You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benedict (JIRA)" <ji...@apache.org> on 2014/07/10 18:50:05 UTC

[jira] [Commented] (CASSANDRA-7515) Clean up remains of non-working stack-allocation optimisation

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

Benedict commented on CASSANDRA-7515:
-------------------------------------

Patch available [here|https://github.com/belliottsmith/cassandra/tree/7515-cleanup]

> Clean up remains of non-working stack-allocation optimisation
> -------------------------------------------------------------
>
>                 Key: CASSANDRA-7515
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7515
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Aleksey Yeschenko
>            Assignee: Benedict
>            Priority: Trivial
>             Fix For: 2.1.1
>
>
> Can make Allocation fields final (https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/db/commitlog/CommitLogSegment.java#L581-L585) and get rid of the most likely redundant clone() (https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/db/Memtable.java#L158-L160) + remove the misleading comments.



--
This message was sent by Atlassian JIRA
(v6.2#6252)