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
This did not happen yet, so no examples, but in theory it is a bug that needs to be fixed.
The apply_all_pending method reads a run's not-yet-applied rows, then dispatches and commits each one, with no lock. Two concurrent calls both see the same pending rows and both dispatch them, so the same Bugzilla comment can be posted twice.
Note
This did not happen yet, so no examples, but in theory it is a bug that needs to be fixed.
The
apply_all_pendingmethod reads a run's not-yet-applied rows, then dispatches and commits each one, with no lock. Two concurrent calls both see the same pending rows and both dispatch them, so the same Bugzilla comment can be posted twice.