check_component_panic

Function check_component_panic 

Source
fn check_component_panic(since: SystemTime) -> Option<PanicInfo>
Expand description

Check if any critical component (compute/meta/compactor) has panicked recently. Only checks logs modified within the given time window to avoid false positives.

Returns Some(PanicInfo) if a panic is detected, None otherwise.