You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relevant issue(s)
Resolves#1029Resolves#1030
Description
This PR resolves the eventual consistency bug when highly concurrent updates would cause the DAG syncer to fail reaching consistency. It also adds a simple retry mechanic to avoid sync issues when there is a transaction conflict on the head store.
)
Relevant issue(s)
Resolvessourcenetwork#1029Resolvessourcenetwork#1030
Description
This PR resolves the eventual consistency bug when highly concurrent updates would cause the DAG syncer to fail reaching consistency. It also adds a simple retry mechanic to avoid sync issues when there is a transaction conflict on the head store.
There is potential for a transaction conflict on the processing of a log in the pubsub process when multiple logs are receive concurrently.
The text was updated successfully, but these errors were encountered: