This issue has been created
 
 
XWiki Platform / cid:jira-generated-image-avatar-21e01555-5af3-494d-98d5-1f38d696bc4e XWIKI-22327 Open

Race condition when adding xobject to document

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-ccd71636-e82a-48fc-92ee-fdf090b5c7e9 Alexandr Chelnik created this issue on 12/Jul/24 17:34
 
Summary: Race condition when adding xobject to document
Issue Type: cid:jira-generated-image-avatar-21e01555-5af3-494d-98d5-1f38d696bc4e Bug
Affects Versions: 16.5.0
Assignee: Unassigned
Components: Old Core
Created: 12/Jul/24 17:34
Labels: consistency
Priority: cid:jira-generated-image-static-blocker-9393aab5-881e-405e-925d-2c43092c50a3 Blocker
Reporter: Alexandr Chelnik
Description:

When there are a large number of requests to create comments, only a small part of them are saved.
The problem also recurs when different users comment on the same document at the same time.
I assume that the problem is in 'numberObject (xwo_number)', which in different threads has the same value  in new comments.