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

David Arena commented on CASSANDRA-2798:
----------------------------------------

For me, i simply set the 3 nodes tokens too
1. 0
2. 56713727820156410577229101238628035242
3. 113427455640312821154458202477256070485

Set the listen address's to the private 10.0.1.0/24 machine ip

inserted -> "

create keyspace test                                               
        with placement_strategy = 'org.apache.cassandra.locator.SimpleStrategy'
        and strategy_options = [{replication_factor:3}];

use test;

create column family test1
    with comparator = BytesType
    and keys_cached = 10000
    and rows_cached = 1000
    and row_cache_save_period = 0
    and key_cache_save_period = 3600
    and memtable_flush_after = 59
    and memtable_throughput = 255
    and memtable_operations = 0.29;

create column family test2
    with column_type = Super
    and subcomparator = BytesType
    and rows_cached = 10000
    and keys_cached = 50;
"
and filled both CF's with 100,000 keys each...

It shouldnt be too hard to reproduce..???
Im actually using the Riptano rpm's, but i would believe they are capable of 
packing for production use..


> Repair Fails 0.8
> ----------------
>
>                 Key: CASSANDRA-2798
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2798
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 0.8.0
>            Reporter: David Arena
>            Assignee: Sylvain Lebresne
>
> I am seeing a fatal problem in the new 0.8
> Im running a 3 node cluster with a replication_factor of 3..
> On Node 3.. If i 
> # kill -9 cassandra-pid
> # rm -rf "All data & logs"
> # start cassandra
> # nodetool -h "node-3-ip" repair
> The whole cluster become duplicated..
> * e.g Before 
> node 1 -> 2.65GB
> node 2 -> 2.65GB
> node 3 -> 2.65GB
> * e.g After
> node 1 -> 5.3GB
> node 2 -> 5.3GB
> node 3 -> 7.95GB
> -> nodetool repair, never ends (96 hours +), however there is no streams 
> running, nor any cpu or disk activity..
> -> Manually killing the repair and restarting does not help.. Restarting the 
> server/cassandra does not help..
> -> nodetool flush,compact,cleanup all complete, but do not help...
> This is not occuring in 0.7.6.. I have come to the conclusion this is a Major 
> 0.8 issue
> Running: CentOS 5.6, JDK 1.6.0_26

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to