Skip to content

Commit 96e1fd8

Browse files
bootstrap: v1 log tailer + exit-tail enrichment (#1369)
Summary: Pull Request resolved: #1369 this diff finishes the parity work. earlier we dropped the auto-spawn in `ProcMeshAgent::boot_v1`. here we add proper stdout/stderr tailers on the bootstrap side, carry the stderr tail into `Stopped`, and add a targeted test that exercises it. the result is strict v0 parity: tailers wired the same way and exit tails recovered. Reviewed By: mariusae Differential Revision: D83504440 fbshipit-source-id: a8d8bda6fd83fbada7e47c0ecd749ed6a163876f
1 parent 8c5f65b commit 96e1fd8

File tree

2 files changed

+235
-38
lines changed

2 files changed

+235
-38
lines changed

hyperactor_mesh/src/alloc/logtailer.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
* LICENSE file in the root directory of this source tree.
77
*/
88

9-
#![allow(dead_code)] // until used
10-
119
use std::mem::swap;
1210
use std::mem::take;
1311
use std::ops::DerefMut;

0 commit comments

Comments
 (0)