Description:
We're deprecating the old "syncingTo" field in 4.0. We should remove references to this field in our docs, and replace them with references to "syncSourceHost"
Scope of changes:
- replSetGetStatus
- add new field

- deprecate old field

- update sample output

- update missing output fields
- syncSourceId (
DOCS-11699)
- top level syncingTo , "syncSourceHost" : "", "syncSourceId" : -1

- lastStableCheckpointTimestamp (
DOCS-11598)
- 4.0.txt

- 4.0-compatibility.txt

Impact to other docs outside of this product:
None
MVP:
Resources:
Engineering Ticket Description:
The 'syncingTo' field in replSetGetStatus output is ambiguously named. To make it clear what direction the replication is going in, we will add a new field "syncSourceHost" with the same data as the existing "syncingTo". In a later version we will remove "syncingTo".
|