-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 4.2.1
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
v4.4, v4.2
-
Repl 2020-05-18
SERVER-7019 turned on initialSyncStatus in replSetGetStatus by default, and that causes it to be included in FTDC. However this means that for a user with a very large number of collections there will be a very large number of keys and a lot of expensive schema changes in FTDC, using a very large amount of space and becoming unworkably large. This causes problems for consuming tools, and means that FTDC can roll over before initial sync completes.
We should exclude the initialSyncStatus section from in replSetGetStatus FTDC.
- is duplicated by
-
SERVER-53476 Don't include initial sync metrics in FTDC
- Closed
- related to
-
SERVER-53382 Add additional initial sync metrics to logs
- Backlog