You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2009/11/16 13:35:39 UTC

[jira] Commented: (CASSANDRA-557) typo in conf/storage-conf.xml: BinaryMemtableSizeInMB is defined twice

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

Hudson commented on CASSANDRA-557:
----------------------------------

Integrated in Cassandra #260 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/260/])
    remove duplicated configuration directive

Patch by eevans for 


> typo in conf/storage-conf.xml: BinaryMemtableSizeInMB is defined twice
> ----------------------------------------------------------------------
>
>                 Key: CASSANDRA-557
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-557
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 0.5
>            Reporter: TuxRacer
>            Assignee: Eric Evans
>            Priority: Minor
>             Fix For: 0.5
>
>
> current code at revision   836346
> <!--
>    ~ The threshold size in megabytes the binary memtable must grow to,
>    ~ before it's submitted for flushing to disk.
>   -->
>   <BinaryMemtableSizeInMB>256</BinaryMemtableSizeInMB>
>   <!--
>    ~ The threshold size in megabytes the binary memtable must grow to, before it's submitted for flushing to disk.
>   -->
>   <BinaryMemtableSizeInMB>256</BinaryMemtableSizeInMB>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.