Hi @DM ,
Welcome to Microsoft Q&A!
Routine monitoring can refer to this Microsoft document:
https://learn.microsoft.com/en-us/sql/relational-databases/replication/monitor/monitor-replication-agents?view=sql-server-ver15
According to your description, there seems to be a data conflict. Please see this document: Peer-to-Peer - Conflict Detection in Peer-to-Peer Replication.
There are some Conflict scenarios in the last part of this article.
Peer-to-peer transactional replication lets you insert, update, or delete data at any node in a topology and have data changes propagated to the other nodes. Because you can change data at any node, data changes at different nodes could conflict with each other. If a row is modified at more than one node, it can cause a conflict or even a lost update when the row is propagated to other nodes.
Best regards,
Seeya
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.