We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a78c9d + c884988 commit ce07bb2Copy full SHA for ce07bb2
cmd/internal/container/mesos/client.go
@@ -108,7 +108,7 @@ func (c *client) containerPID(id string) (int, error) {
108
return err
109
}
110
111
- if c.cntr.ContainerStatus != nil {
+ if c.cntr.ContainerStatus != nil && c.cntr.ContainerStatus.ExecutorPID != nil {
112
pid = int(*c.cntr.ContainerStatus.ExecutorPID)
113
} else {
114
err = fmt.Errorf("error fetching Pid")
0 commit comments