Issue Details (XML | Word | Printable)

Key: JRA-15205
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Mark Lassau [Atlassian]
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
JIRA

Duplicate Issue Keys can be created

Created: 08/Jul/08 10:42 PM   Updated: 15/Jul/08 02:15 AM
Component/s: Backend / Domain Model
Affects Version/s: 3.12
Fix Version/s: None

Time Tracking:
Not Specified

Participants: Mark Lassau [Atlassian]
Since last comment: 13 weeks ago
Labels:


 Description  « Hide
Although rare, it has been reported by at least one customer that duplicate Issues Keys may be created.

By looking at the code it seems that this may be possible under the following circumstances:

  • A request to create an issue is received and gets the relevant project from the Project Manager.
  • The Project Manager refreshes its cache of Projects.
  • A second request to create an issue is received and gets the new Project object.
  • Now, the two separate instances of Project can try to use the same key.

This is all dependant on concurrent operations happening in a particular sequence, and would be more likely to happen on a JIRA server that was under high load.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.