Files
swift/test/unit
Chinemerem af57922cd8 Aggregate per-disk recon stats
Address an issue where `OldestAsyncManager` instances created before forking resulted in each child process maintaining its own isolated copy-on-write stats, leaving the parent process with an empty/unused instance. This caused the final `dump_recon` call at the end of `run_forever` to report no meaningful telemetry.

The fix aggregates per-disk recon stats collected by each child process. This is done by loading recon cache data from all devices, consolidating key metrics, and writing the aggregated stats back to the recon cache.

Change-Id: I70a60ae280e4fccc04ff5e7df9e62b18d916421e
2024-12-19 02:02:41 -08:00
..
2024-12-09 09:41:56 -08:00
2024-12-10 15:16:41 -08:00
2024-12-19 02:02:41 -08:00
2024-11-27 10:54:38 +00:00
2019-06-19 09:54:14 -07:00
2024-05-02 08:30:54 -07:00