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

Reduce frequency of the balancer in aggregation_accepts_write_concern.js

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Cluster Scalability
    • Fully Compatible
    • ALL
    • 0

      As seen in BF-34286, the aggregate() cmd is being starved by the balancer scheduling moveCollection operations because moveCollection continuously changes the collection's UUID(more details in the bf). Currently, balancer suites schedule moveCollections every ~250ms leaving little time for the agg cmd to run without being interrupted by changes to the collection metadata. Reducing the frequency of the balancer for this test will allow successful completion of the aggregation.

            Assignee:
            kruti.shah@mongodb.com Kruti Shah
            Reporter:
            kruti.shah@mongodb.com Kruti Shah
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: