Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Gavin HallidayGavin HallidayReporter
Gavin HallidayGavin HallidayPriority
MajorFix versions
Pull Request URL
Details
Details
Components
Assignee
Gavin Halliday
Gavin HallidayReporter
Gavin Halliday
Gavin HallidayPriority
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
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.