From 68a5876fd82c00782bc1da56e8875a500c2d3250 Mon Sep 17 00:00:00 2001 From: mountain Date: Sat, 2 Dec 2023 22:04:27 +0900 Subject: [PATCH] =?UTF-8?q?index=EC=99=80=20pid=20=EC=B6=9C=EB=A0=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/operation.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/operation.go b/client/operation.go index 362613a..31d6793 100644 --- a/client/operation.go +++ b/client/operation.go @@ -369,6 +369,7 @@ func (hc *houstonClient) launch(meta *procmeta) error { meta.cmd.Env = append(meta.cmd.Env, fmt.Sprintf("HOUSTON_SIBLIING_INDEX=%d", index)) err = meta.cmd.Start() if err == nil { + logger.Println("process index, pid =", index, meta.cmd.Process.Pid) set_affinity(meta.cmd.Process.Pid, index) meta.setState(protos.ProcessState_Running) }