Hello
We think to create distributed availability group (DAG) which will have AG1 with 2 replicas on one side and AG2 on other side with one replica (forwarder) only.
But as I understand if availability group has only one primary/forwarder replica (in our case AG2 ), the configuration will not allow transactions log truncation and in result Reusing Log Space of log files.
Am I understand right ?
if Yes, is it possible to escape the problem without changing availability groups configurations (replica counts) ?
Thank You