ab57410ec8
If agent is concurrently processing large set of resources, the bottleneck lock will multiply increase processing time of those resources which have been waiting for the lock for a long time. This patch moves the lock to the core cache resource, and leverage the coordination lock to the resource prcessing and notification thread functions. Closes-Bug: #1824911 Change-Id: Id43829b11631727f1a46362ffea5c22d2177fd79
7 lines
155 B
YAML
7 lines
155 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Leverage the coordination lock to the resource processing
|
|
and notification thread functions to minimize the lock
|
|
granularity.
|