-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.8
-
Fix Version/s: 2.5.1
-
Component/s: Conflict management, Synchronizer
-
Tags:
-
Sprint:nxMS 9.3.3
-
Story Points:2
If Drive receives a 409 (Conflict) HTTP code on file creation, it should retry a few times.
A 409 will be returned by the platform on ConcurrentUpdateException, which can be the case if two files are created nearly at the same time, and their computed name (through PathSegmentService) are the same, and conflict detection has been added to the database (NXP-22421). And it will also probably be returned in some cases when NXP-19009 (Provide an atomic getOrCreateDocument method) is implemented.