You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "C. Scott Andreas (JIRA)" <ji...@apache.org> on 2018/11/19 01:27:00 UTC

[jira] [Updated] (CASSANDRA-14456) Repair session fails with buffer overflow

     [ https://issues.apache.org/jira/browse/CASSANDRA-14456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

C. Scott Andreas updated CASSANDRA-14456:
-----------------------------------------
    Component/s: Repair

> Repair session fails with buffer overflow
> -----------------------------------------
>
>                 Key: CASSANDRA-14456
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14456
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Repair
>         Environment: 6 Node cluster, RF=3. The ks/table is:
>  
> {code:java}
> CREATE KEYSPACE IF NOT EXISTS alex with replication = { 'class': 'NetworkTopologyStrategy', 'DC': 3 };
> CREATE TABLE IF NOT EXISTS alex.test2 (
>  part text,
>  clus int,
>  data text,
>  PRIMARY KEY (part, clus);
> );
> ALTER TABLE alex.test2 WITH compaction = {'class' :  'LeveledCompactionStrategy', 'enabled': 'false'};
> {code}
>  
> Compactions are off. Loaded with random data, then shut down 1 node and kept loading with random data. Then turned the node back on. Run repairs.
>            Reporter: Alex Lourie
>            Priority: Minor
>         Attachments: log.txt
>
>
> When running a repair, a stream session fails with BufferOverflow error. The log excerpt is attached to the ticket.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org