https://bz.apache.org/bugzilla/show_bug.cgi?id=59934
Bug ID: 59934
Summary: Css Parser: fix race condition and poor concurrency
Product: JMeter
Version: 3.0
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
The CssParser has several issues:
- race condition: several threads can compute the same CSS simultaneously when
not cached yet,
- poor concurrency: synchronized map has poor concurrency level compared to
guava's LoadingCache (which has similar concurrency performance when compared
to ConcurrentHashMap).
--
You are receiving this mail because:
You are the assignee for the bug.