https://issues.apache.org/bugzilla/show_bug.cgi?id=56563

Dominik Stadler <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dominik Stadler <[email protected]> ---
Fixed via r1597637, we now use ThreadLocals to keep the cache and thus avoid
multi-threading issues.

There should not be a huge overhead per Thread as we keep a string, a short and
a list of (int+boolean+string), which is replaced for every cache-entry, so it
cannot grow unbounded.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to