Is it possible to ignore consistency level ALL when truncating a table in multi DC cluster?
For example, when a remote data-center is down and a local DC is up - we can't run data-migration script (that truncates some table) because of the remote DC. Getting this error:
Error during truncate: Cannot achieve consistency level ALL
Perhaps we are missing something in our cluster setup..
Thanks!