Ever since stats() was converted to a read-only connection, on systems running close to capacity the write locks from get(), did(), and bump() were starving stats() calls. Moving the WRITE locks to LOW_PRIORITY WRITE locks should alleviate this issue.
Ever since stats() was converted to a read-only connection, on systems running close to capacity the write locks from get(), did(), and bump() were starving stats() calls. Moving the WRITE locks to LOW_PRIORITY WRITE locks should alleviate this issue.