From ad23b1fcc57f3c8c973af35e917cd288ca68d083 Mon Sep 17 00:00:00 2001 From: zdevito Date: Wed, 19 Nov 2025 13:27:59 -0800 Subject: [PATCH] Fix process failed text quick fix to actor_name because it didn't fit the grammar everywhere it appeared. Differential Revision: [D87476151](https://our.internmc.facebook.com/intern/diff/D87476151/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D87476151/)! [ghstack-poisoned] --- monarch_hyperactor/src/v1/actor_mesh.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monarch_hyperactor/src/v1/actor_mesh.rs b/monarch_hyperactor/src/v1/actor_mesh.rs index 84bbf37da..7a71dae39 100644 --- a/monarch_hyperactor/src/v1/actor_mesh.rs +++ b/monarch_hyperactor/src/v1/actor_mesh.rs @@ -591,7 +591,7 @@ async fn actor_states_monitor( // 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, ),