" Team ->Share project " Custom implementation deadlock issue , eclipse client not responding (suspended)
Linu Chacko (1●1●1)
| asked Oct 28 '14, 8:43 a.m.
edited Nov 12 '14, 2:54 p.m. by Krzysztof Kaźmierczyk (7.5k●4●80●103)
Hi, We have a custom implementation for sharing projects from sandbox to repository. (called "Auto-share") However this custom auto-share implementation goes into a deadlock with
one of the IBM operation "Updating out of sync share". To fix this deadlock issue we had to remove the below code from our custom implementation. // Obtain the CFA lock so metadata updates will happen in-thread AbstractLock lock = CFALockUtil.lockExistingForGlobalUpdate(entry.getKey(), progress.newChild(1)); Is the above code mandatory while sharing projects ? Do you foresee any issues? Do we have any documentation for the same? (Our tests indicates most the use cases to be working, but wanted an expert opinion on the same.) Thanks and regards Linu Chacko |
Accepted answer
Michael Valenta (3.7k●3)
| answered Nov 13 '14, 1:25 p.m.
FORUM MODERATOR / JAZZ DEVELOPER edited Oct 12 '17, 12:52 p.m. by David Lafreniere (4.8k●7) Linu,
David Lafreniere selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.