Alexandre Dutra

Results 140 comments of Alexandre Dutra

It turns out it could be a problem with how CCM is enabling vnodes in Cassandra 4.0. Upgrading the ccm version might solve it.

Confirmed that the problem is vnodes: ``` ccm create ccm1 -i 127.0.0. -n 3 -v 4.0.1 --vnodes ccm start ccm node1 nodetool status Datacenter: datacenter1 ======================= Status=Up/Down |/ State=Normal/Leaving/Joining/Moving --...

I don't think tuning splits would make a big difference, and btw, that's near impossible since the splits determine how many taken ranges are going to be read, so this...

Hi @acscott thanks for reaching out. So far DSBulk has avoided transforming input data; iow it's an ETL without the T :-) There has been requests to introduce the ability...

Duplicate of #443, sorry for that.

Hi @nhtha this is because some rows in Cassandra contain a line break. In this case, the line break is reproduced in the CSV file. If your import tool is...

Other than that, if you still think there is a bug in DSBulk, please attach a reproducible test case containing: the table schema, the table contents, and the obtained CSV...

Hi, that could be a nice enhancement indeed. But just curious: if there is an error, how would you investigate the cause if you can't see the log files?

> Ideally the error information from mapping-errors.log would print to stderr as logged ERROR messages so that the consuming program can redirect it to it's own logging as needed. That...