diff --git a/http/handler/api/cluster_process.go b/http/handler/api/cluster_process.go index 247a5a4c..7db33417 100644 --- a/http/handler/api/cluster_process.go +++ b/http/handler/api/cluster_process.go @@ -641,7 +641,7 @@ func (h *ClusterHandler) ProcessProbe(c echo.Context) error { Domain: domain, } - nodeid, err := h.proxy.ProcessFindNodeID(pid) + nodeid, err := h.cluster.Store().ProcessGetNode(pid) if err != nil { return c.JSON(http.StatusOK, api.Probe{ Log: []string{fmt.Sprintf("the process can't be found: %s", err.Error())},