Alex Lourie created CASSANDRA-14456:
---------------------------------------

             Summary: Repair session fails with buffer overflow
                 Key: CASSANDRA-14456
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14456
             Project: Cassandra
          Issue Type: Bug
         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


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-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to