Merge pull request #974 from Random-Liu/remove-invalid-todo
Remove invalid TODO comment.
This commit is contained in:
commit
6614992914
@ -194,10 +194,6 @@ func (em *eventMonitor) handleEvent(any interface{}) error {
|
||||
defer cancel()
|
||||
|
||||
switch any.(type) {
|
||||
// If containerd-shim exits unexpectedly, there will be no corresponding event.
|
||||
// However, containerd could not retrieve container state in that case, so it's
|
||||
// fine to leave out that case for now.
|
||||
// TODO(random-liu): [P2] Handle containerd-shim exit.
|
||||
case *eventtypes.TaskExit:
|
||||
e := any.(*eventtypes.TaskExit)
|
||||
logrus.Infof("TaskExit event %+v", e)
|
||||
|
Loading…
Reference in New Issue
Block a user