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

Add tenantMigrations serverStatus section

    • Fully Compatible
    • Sharding 2021-03-08, Sharding 2021-03-22

      Add a tenantMigrations field to the serverStatus output included by default (as described in this section of the design). Contains:

      {
      	tenantMigrations: {
      		currentMigrationsDonating: <number>
      		currentMigrationsReceiving: <number>
      		totalSuccessfulMigrationsDonated: <number>
      		totalSuccessfulMigrationsReceived: <number>
      		totalFailedMigrationsDonated: <number>
      		totalFailedMigrationsReceived: <number>
      	}
      }
      

            Assignee:
            andrew.shuvalov@mongodb.com Andrew Shuvalov (Inactive)
            Reporter:
            jack.mulrow@mongodb.com Jack Mulrow
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: