Added the passing of the log context as a parameter to DiskReadThreadPool::popAndRequestMore.
Otherwise, there was a race condition between the control thread and the worker threads. Now, the log context of the worker thread is passed and used by popAndRequestMore.
Please register or sign in to comment