commit | db82b8d7eb646a2d31f1b4e52ab4a623743192e9 | [log] [tgz] |
---|---|---|
author | Jens Baumgart <jens.baumgart@sap.com> | Mon Jul 26 10:18:47 2010 +0200 |
committer | Shawn O. Pearce <spearce@spearce.org> | Tue Jul 27 10:00:47 2010 -0700 |
tree | d484fb29139ae3673dfad6930aaefb467ec41977 | |
parent | a00377a7e23dbde315598ee20f61c45d031e159a [diff] |
Fix concurrent read / write issue in LockFile on Windows LockFile.commit fails if another thread concurrently reads the base file. The problem is fixed by retrying the rename operation if it fails. Change-Id: I6bb76ea7f2e6e90e3ddc45f9dd4d69bd1b6fa1eb Bug: 308506 Signed-off-by: Jens Baumgart <jens.baumgart@sap.com>