Community
Participate
Working Groups
May be connected with Bug 370722. When loading git-repositoriey page task that gets tags is first checked twice after it finishes. Then its deleted twice. The task response is in attachment 210584 [details].
*** Bug 370722 has been marked as a duplicate of this bug. ***
Gosia told me this the right bugzilla to report this: I'm fixing bug 369709. When opening Repositories >> mark repo page (repo from Mark's attachment) for the first time I see a tag ie "v2012..." in Branches section. This happens only when opening the page for the first time.
I found the problem. The UniversalUniqueIdentifier was not thread safe. It had some mechanism to prevent creating the same identifiers if the attempt to create them came in the same millisecond, but still the function that did this was relying on some static fields that needed to be synchronized. This could result not only in the same task ids, but when we had a lot of users we could get duplicated locations of projects, user ids etc.
fixed