Community
Participate
Working Groups
Bug cloned to track potential release into 3.4.x maintenance branch. +++ This bug was initially created as a clone of Bug #327192 +++ The issue came out while working on bug 301223. The problem is that during project set import decorating thread and importing thread are both trying to use the same file. Decorating thread is calling file.getContentDescription() and importing thread is trying to delete this file to make space for incoming file from repository. The file is open because of decorator so delete operation is not successful which results in error during import. Delete operation uses scheduling rule but decorator is not. There should be added simple scheduling rule to decorate operation to prevent concurrent access and error during import.
+1 for 3.4.2+
Created attachment 183260 [details] Patch Updated original patch to work with 3.4.2 version. Incremented bundle version fom 3.4.2 to 3.4.3.
Patch applied to the "R3_4_maintenance" branch.