File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4737,14 +4737,16 @@ shardingStatistics
4737
4737
.. serverstatus:: shardingStatistics.resharding.oldestActive.coordinatorAllShardsHighestRemainingOperationTimeEstimatedMillis
4738
4738
4739
4739
Calculated across all shards, the highest estimate of the number of
4740
- seconds remaining.
4740
+ seconds remaining. If the time estimate cannot be computed, the
4741
+ value is set to -1.
4741
4742
4742
4743
.. versionadded:: 6.1
4743
4744
4744
4745
.. serverstatus:: shardingStatistics.resharding.oldestActive.coordinatorAllShardsLowestRemainingOperationTimeEstimatedMillis
4745
4746
4746
4747
Calculated across all shards, the lowest estimate of the number of
4747
- seconds remaining.
4748
+ seconds remaining. If the time estimate cannot be computed, the
4749
+ value is set to -1.
4748
4750
4749
4751
.. versionadded:: 6.1
4750
4752
Original file line number Diff line number Diff line change @@ -1562,7 +1562,8 @@ relevant for the operation:
1562
1562
:ref:`resharding operation <sharding-resharding>`. The time is set to
1563
1563
-1 when a new resharding operation starts.
1564
1564
1565
- Only present when a resharding operation is taking place.
1565
+ Only present when a resharding operation is taking place. This
1566
+ field may not be present if an estimate cannot not be computed.
1566
1567
1567
1568
.. versionadded:: 5.0
1568
1569
You can’t perform that action at this time.
0 commit comments