Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion monarch_hyperactor/src/v1/actor_mesh.rs
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ async fn actor_states_monitor<A, F>(
// Attribute this to the monitored actor, even if the underlying
// cause is a proc_failure. We propagate the cause explicitly.
mesh.get(point.rank()).unwrap().actor_id().clone(),
Some(format!("{} was running on a process which", display_name)),
Some(display_name),
actor_status,
None,
),
Expand Down