Requirement: Cassandra PROD container runs in one reqion and DR container runs in another region.
- Take full snapshot of data folder and incremental snapshot of data folder
- If PROD region goes down, make DR container up pointing to data folder copied from PROD region.
will above scenario work? Because PROD and DR cluster nodes numbers are different, we cannot use nodetool and sstableloader ?