Completed
Details
Details
Assignee
Unassigned
UnassignedReporter
Alex Miller
Alex MillerLabels
Approval
Ok
Patch
Code
Priority

Affects versions
Fix versions
Created November 5, 2014 at 5:43 PM
Updated January 9, 2015 at 2:02 PM
Resolved January 9, 2015 at 2:02 PM
With changes from CLJ-1498, transients are still thread isolated but may move between threads during their lifetime which introduces new concurrency concerns, namely visibility of changes across threads.
Approach: Make all transient collection fields either final or volatile to ensure visibility across threads.
Patch: clj-1580-2.patch
Screened by: