add logging of OOM of not PID1 processes in docker containers (#1135)
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>6.19.x
parent
6373e37cb8
commit
905ce9998d
|
|
@ -122,6 +122,7 @@ public class DockerInstanceStopDetector {
|
|||
switch (message.getStatus()) {
|
||||
case "oom":
|
||||
containersOomTimestamps.put(message.getId(), message.getId());
|
||||
LOG.info("OOM of process in container {} has been detected", message.getId());
|
||||
break;
|
||||
case "die":
|
||||
InstanceStateEvent.Type instanceStateChangeType;
|
||||
|
|
|
|||
Loading…
Reference in New Issue