32.8.5 Troubleshooting the Outgoing Batches

To view the list of the outgoing batches, run the following commands:

  1. docker exec -ti aaf-aucore-1 bash

  2. /opt/penv/bin/au-replica dump-outgoing-batches

To view the list of outgoing conflicts that are detected by the server, run the following commands:

  1. docker exec -ti aaf-aucore-1 bash

  2. /opt/penv/bin/au-replica dump-outgoing-conflicts

To forget a particular outgoing batch, run the following commands:

  1. docker exec -ti aaf-aucore-1 bash

  2. /opt/penv/bin/au-replica forget-outgoing-batch <batch_id>

    For example, /opt/penv/bin/au-replica forget-outgoing-batch 24

    This script is similar to Forget option available in the administration console.