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

Create IDL representations for resharding metrics time intervals.

    • Fully Compatible
    • v5.0
    • Sharding 2021-06-14
    • 1

      This ticket tracks only the creation of IDL structs and their placing inside the correct IDL documents. It will be best to do this in four code review patches, one to create the ReshardingMetricsDuration type, and three more for each resharding machine.

      First, create a ReshardingMetricsTimeInterval struct inside common_types.idl. This struct should be strict:false and should contain two optional fields, a timestamp start and a timestamp end.

      Then, place instances of this struct in these places, to track these time intervals. You will see that they match with time intervals on the ReshardingMetrics class.

      Coordinator document:

      • operationRuntime

      Recipient Document:

      • operationRuntime
      • documentCopy
      • oplogEntriesApplication

      Donor document:

      • operationRuntime
      • criticalSection

      (If you think you have better/more fitting names for the structs, feel free to comment or reach out to Blake Oler)

            Assignee:
            janna.golden@mongodb.com Janna Golden
            Reporter:
            blake.oler@mongodb.com Blake Oler
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: