Improve behaviour for concurrent requests for the same index page

Description

Currently if an index page is not in the cache the critical section is entered again to add it.  If two threads request the same index page at the same time they will both load it.  It is worth investigating how often this happens, and potentially refactoring the code to avoid it.

 

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Fix versions

Pull Request URL

Created March 24, 2021 at 2:14 PM
Updated March 30, 2021 at 10:22 AM
Resolved March 29, 2021 at 5:03 PM