Page MenuHomePhabricator

on parallelized jobs we sporadically get "failed to update status file", find and fix
Closed, ResolvedPublic

Description

On the parallelized runs we see complains about not being able to write the dumpruninfo file or the status file periodically. It's not critical since subsequent writes succeed, but it would be nice to track down and fix this issue.

Example messages:

Couldn't update status files. Continuing anyways
Couldn't save dump run info file. Continuing anyways


Version: unspecified
Severity: minor

Details

Reference
bz27177

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:14 PM
bzimport set Reference to bz27177.

Fixed; the problem was cause by multiple processes trying to write to the same file. files are now either moved into place from a temp copy or there's just one process writing to the file.