Skip to content

Commit b67c3c4

Browse files
committed
Fix process failed text
Pull Request resolved: #1945 quick fix to actor_name because it didn't fit the grammar everywhere it appeared. ghstack-source-id: 324500404 @exported-using-ghexport 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/)!
1 parent b2448d9 commit b67c3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monarch_hyperactor/src/v1/actor_mesh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ async fn actor_states_monitor<A, F>(
591591
// Attribute this to the monitored actor, even if the underlying
592592
// cause is a proc_failure. We propagate the cause explicitly.
593593
mesh.get(point.rank()).unwrap().actor_id().clone(),
594-
Some(format!("{} was running on a process which", display_name)),
594+
Some(display_name),
595595
actor_status,
596596
None,
597597
),

0 commit comments

Comments
 (0)