Skip to content

Commit aa460ae

Browse files
zdevitometa-codesync[bot]
authored andcommitted
Fix process failed text (#1945)
Summary: 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 Reviewed By: dulinriley Differential Revision: D87476151 fbshipit-source-id: 6535adfa6355c9a34b5daf46e956773b661bcd50
1 parent 1daa33d commit aa460ae

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)