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

Increase reshardingCriticalSectionTimeoutMillis for resharding_update_tag_zones.js

    • Fully Compatible
    • ALL
    • v7.2, v7.1, v7.0, v6.0, v5.0
    • Cluster Scalability 2023-11-13
    • 32

      If a resharding operation is initiated without using ReshardingTest fixture, we need to increase the critical section timeout due to possible slow network/machines in test infra. The value we use in the fixture is:

      
      criticalSectionTimeoutMS: criticalSectionTimeoutMS = 24 * 60 * 60 * 1000 /* 1 day */,
      
      

      A sample change in ShardingTest present below:

      https://github.com/10gen/mongo/pull/13554

            Assignee:
            kruti.shah@mongodb.com Kruti Shah
            Reporter:
            abdul.qadeer@mongodb.com Abdul Qadeer
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: