-
Notifications
You must be signed in to change notification settings - Fork 128
notify event when start container failed #370
Conversation
Signed-off-by: Crazykev <[email protected]>
This can be one solution, but not enough. here:
Indeed Your patch will let container be What's worse, the
|
@WeiZhang555 The patch here just solve this problem, if start container failed in
Can you provide more information about this, log or something ? |
This happens during my pressure test, see #366. Debug log is too long, and I can't find useful error message from the log. I can see you are running your test with runv native command (e.g. Besides that, Sorry again that I can't provide the log, because it's truly toooooo long and I can't find useful info for this bug. |
I don't think sending |
@wrouesnel Yes, I totally agree with you that we should not
This should be a new state/singal, ie internal failure, to be sent to client to explain why we start container failed instead of hang forever for now. @WeiZhang555 And also, There are more things to change in runv, so maybe close this or consider again whether this issue still exist in "new" runv. Sorry for the delay. |
@Crazykev @wrouesnel @WeiZhang555 runv cli is being improved continuously and had just been refactored at #537 . As a result, it seams that the changes in this pr is outdated. |
add a event notify event when start container failed, fix #366
Signed-off-by: Crazykev [email protected]