Modify ↓
Opened 8 years ago
Closed 8 years ago
#13442 closed enhancement (fixed)
[Patch] Use lock downgrade during endUpate()
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 16.08 |
Component: | Core | Version: | |
Keywords: | gsoc-core | Cc: | Don-vip, bastiK, stoecker |
Description
The lock was previously released and then re-acquired, which may lead to e.g. events fireing in the wrong oder.
I changed it to use a write-to-read downgrade.
Attachments (1)
Change History (2)
by , 8 years ago
Attachment: | patch-dataset-locking.patch added |
---|
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 10891/josm: