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
We observed a race condition where the commitNewData method from the CS was called twice, in a short amount of time, the first one being still ongoing when the second one started. Of course, that does not work.
We observed a race condition where the
commitNewData
method from the CS was called twice, in a short amount of time, the first one being still ongoing when the second one started. Of course, that does not work.Two options:
commitNewData
methodDIRAC/ConfigurationSystem/Service/ConfigurationHandler.py
Line 72 in 41c6ed2
sync
methodDIRAC/WorkloadManagementSystem/Utilities/PilotCStoJSONSynchronizer.py
Line 73 in 41c6ed2
One more option, and probably my favourite one: go back to an agent doing the work, instead of triggering from the CS. Much less error prone...
Opinions ?
The text was updated successfully, but these errors were encountered: