The DR on tag `default’ was successfully aborted."
After that when I do status
$fdbdr status -d /home/xxx/fdb_dest.cluster -s /etc/foundationdb/fdb.cluster
The previous DR on tag `default’ has been partially aborted.
Abort the DR with --cleanup before starting a new DR.
The DR is 4.735403 seconds behind."
Why does it say that the DR on tag default was partiallyaborted?
The abort command that Alex gave only stops the DR on the secondary cluster and is what you would use if the primary weren’t available. To cancel the DR activity on the primary as well, there is an additional step required to stop mutation logging, and you can do this by running the abort command with the --cleanup argument.
I had another question. From the current exercise, it seems that if I have cluster A and cluster B, and I DR from cluster A to cluster B. At that point both cluster A and cluster B will be unavailable for read or write (locked). Hence whenever I run DR both the clusters A and B will be unavailable and would mean a down time for the application using the clusters. Is my understanding correct or am I missing something.
I could not repeat it. I tried on a different cluster and the source cluster could be queried fine when the DR was going on. Not sure how I got into that state earlier. Thanks!