Re: possible race in copy from csv, cassandra 3.9

2017-07-13 Thread Stefania Alborghetti
Looks similar to what was fixed by CASSANDRA-12740 , released in 3.10. On Thu, Jul 13, 2017 at 5:43 PM, Micha wrote: > I use "copy from" to import a bunch of csv files, each with 100 rows > (exported by "copy to" from another table) > >

possible race in copy from csv, cassandra 3.9

2017-07-13 Thread Micha
I use "copy from" to import a bunch of csv files, each with 100 rows (exported by "copy to" from another table) There is a chance that the copy from just hangs, after importing 9995000 lines, doing nothing, waiting forever. Could this be a race in the copy code? I use NUMPROCESSES=6, in bash