New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can kill OpenShift process with go panic by invalid json file #4374
Labels
Comments
|
|
should fix the assumption that strategy guaranteed a non-nil params field, but also find out why a panic handler wasn't catching this |
|
P0 - we may need to hot fix |
|
We may have lost the panic handler accidently in the API installer. Could be upstream too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Env
NOTE: I couldn't reproduce this issue with OSE v3.0.1.0 due to another error.
Issue:
Reproduce steps
step-1. Start openshift origin with standalone mode, and create route and docker-registry. (Followed with here)
step-2. Send invalid json file by my origin-killer.json
step-3. You can see go panic and stop the OpenShift process
The log is here: https://kenjiro.fedorapeople.org/misc/logs/origin.log (Too long, please check from the bottom.)
The text was updated successfully, but these errors were encountered: