mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
driver/java: populate OOM killed exit result. (#19818)
This commit is contained in:
@@ -593,8 +593,9 @@ func (d *Driver) handleWait(ctx context.Context, handle *taskHandle, ch chan *dr
|
||||
}
|
||||
} else {
|
||||
result = &drivers.ExitResult{
|
||||
ExitCode: ps.ExitCode,
|
||||
Signal: ps.Signal,
|
||||
ExitCode: ps.ExitCode,
|
||||
Signal: ps.Signal,
|
||||
OOMKilled: ps.OOMKilled,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user