You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove use of AtomicReferenceArray in RadixTreeCache (#10600)
Remove use of AtomicReferenceArray in RadixTreeCache
Instead we tolerate racing to cache sub-arrays, like we do for individual values.
This does mean two or more threads might create the same sub-array, with only one
winning, but this should be rare with later calls picking up the same sub-array.
Co-authored-by: stuart.mcculloch <stuart.mcculloch@datadoghq.com>
0 commit comments