Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
Sharding 2021-03-08, Sharding 2021-03-22
Description
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>
|
}
|
}
|