Does the use of wsrep_sync_wait reduces the probability of conflicts?
For example, if we have two concurrent inserts on the same table from different nodes, if wsrep_sync_wait is set to 4 or 6, does this avoid the insert conflict, in particular, a conflict that results from a gap lock on a primary key?
Thank you.