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

Add concurrency test to stress concurrency of $queryStats running concurrently with queries

    • Type: Icon: Engineering Test Engineering Test
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • QO 2023-06-12

      There is some code to lock one partition, compute everything we need from it, then release the partition lock. It all looks fine on inspection, but we've seen some suspicious build failures in one of naama.bareket@mongodb.com's patches, and an explicit test of this memory management and concurrency control would help us feel better.

      Broadly, the test should have:

      • Many threads doing queries
        • Some repeat queries that would modify existing entries in the query stats store (incrementing metrics and changing timestamps)
        • Some novel queries adding to the query stats store. Ideally enough that by the end of the workload we see some eviction logic kicking in (can be confirmed in serverStatus.metrics.queryStats output)
        • Some finds, some aggregates, to make sure the two codepaths are both handled correctly
      • At least one thread or maybe a couple doing $queryStats, some with "transformIdentifiers", some without.
        • It would be good to have a very small batch size like 1 or 2 to ensure that the getMore loop doesn't introduce bugs.

            Assignee:
            naama.bareket@mongodb.com Naama Bareket
            Reporter:
            charlie.swanson@mongodb.com Charlie Swanson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: