Comment 0 for bug 883252

Revision history for this message
Guillermo Gonzalez (verterok) wrote :

Sycndaemon is executing GetDelta requests on the same volume in parallel, when it should only execute 1.
On solution is to add a path_lock based on volume path or id to queue the GetDetla's for the same volume and only execute one at a time (following GetDeltas will not be executed as one is already queued/running)