-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
v4.4
-
Repl 2021-03-08
In order to to do SERVER-50624, we must be able to specify a query for initial sync statistics but only for "successful" attempts.
In order to do this, we can do the following:
- Add a "status" field to InitialSyncStats to indicate whether the initial sync is currently in_progress, success, or failed
- Currently, we print the stats before we update the attempt info and attempt stats. We should move the log line after incrementing this information so we can properly show the initial sync status as part of the metrics.
- is depended on by
-
SERVER-50624 Submit Log Ingestion Rule Request Form for Initial Sync metrics in 4.4
- Closed