stable
Clone or download
Read-only
request #9046: Be more friendly with concurrent creation of artifacts
- remove transaction in transaction - remove dead code - try again (10 times) when the insert block failed To test: Create many artifacts in parallel (for example with the REST API). All artifacts must be created. Change-Id: I5e079eaff64662205e064109b7db6afa91f7c62d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/db_tests/PriorityDaoTest.php | +6 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_PriorityManager.class.php | +0 | −8 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/PriorityDao.class.php | +2 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php | +23 | −22 | Go to diff View file |