-
Type:
Bug
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Duplicate
-
Fix Version/s: 2.1.6
-
Component/s: None
-
Labels:None
-
Environment:
cass 2.0.15
-
Severity:Normal
I've the same issue as described in https://issues.apache.org/jira/browse/CASSANDRA-9071
As I can understand it happens during the buffer flush, which size regulated by the withBufferSizeInMB() method call in
CQLSSTableWriter .builder() .inDirectory(createOutputDir()) .forTable(metadata.schema) .using(insertStatement) .withBufferSizeInMB(128) .build()
For example, when I use 128 Mb buffer, it fails after 210 000 csv lines processed. On 3Mb buffer it fails after 10 000 lines.
- duplicates
-
CASSANDRA-9071 CQLSSTableWriter gives java.lang.AssertionError: Empty partition
-
- Resolved
-