Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-50789

ReadThroughCache::InProgressLookup accesses `_minTimeInStore` without synchronisation

    • Fully Compatible
    • ALL
    • Sharding 2020-09-21

      Advancing the time in the ReadThroughCache notifies any in-progress lookups that the time in store advanced using the cache's mutex here. However, when this value is passed to the lookup function here, the time in store is read without holding the mutex.

            Assignee:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Reporter:
            kaloian.manassiev@mongodb.com Kaloian Manassiev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: