i've re-read several times this article but still can't understand some moments...
- i have prod cluster with 3 dc and the table with rf=3 in each dc
- i've done taken snapshot with ansible on each node simultaneously
2.1) i've created the same schema on test cluster for keyspace and table
- next step i have to copy each snapshot to each test server ? example: prod1 --> test1:path_to_table, prod2 --> test2:path_to_table?
- final step: where exactly should i run sstableloader?, must i run it on each server in the test cluster? or only on some one? the -d option means source node or target node? please help.