-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
The Service Crashed when execute http put flags interface. #4398
Labels
Milestone
Comments
@xiajingchun is this the one we already know or a new pattern that crashes with WS port? |
@Milittle would you like to help fix it, one background here is we hopefully to include this in 3.2.0 cycle(is about to be released very soon). |
Sure, I will pull new request tonight |
Milittle
added a commit
to Milittle/nebula
that referenced
this issue
Jul 12, 2022
* when we use flags put interface, but we does not specify the body. * The sotrage will be crashed. For example: curl -X PUT xxx.xxx.xxx.xxxx:19559/flags
Milittle
added a commit
to Milittle/nebula
that referenced
this issue
Jul 12, 2022
* when we use flags put interface, but we does not specify the body. * The service will be crashed. For example: curl -X PUT xxx.xxx.xxx.xxxx:19559/flags
critical27
pushed a commit
that referenced
this issue
Jul 13, 2022
Sophie-Xie
pushed a commit
that referenced
this issue
Jul 13, 2022
Thank you so much @Milittle! |
critical27
pushed a commit
that referenced
this issue
Jul 13, 2022
* Fix web service crash(issue:#4398) (#4405) * when we use flags put interface, but we does not specify the body. * The service will be crashed. For example: curl -X PUT xxx.xxx.xxx.xxxx:19559/flags * Fix delete vertex or edge, the storage crashed.(#4397) (#4406) * When our space has tag index or edge index. * When delete vertex or edge, we specify one vid more than our defined in space. * The sotrage will be crashed. Solution: 1. Add vid valid verfication. Co-authored-by: Sophie <[email protected]> * Release with separate debug info in ELF format (#4400) Co-authored-by: Milittle <[email protected]> Co-authored-by: dutor <[email protected]>
yixinglu
pushed a commit
to yixinglu/nebula
that referenced
this issue
Jan 31, 2023
* when we use flags put interface, but we does not specify the body. * The service will be crashed. For example: curl -X PUT xxx.xxx.xxx.xxxx:19559/flags Co-authored-by: Milittle <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug (required)
When execute the follow command: For graphd and sotraged both have problem.
curl -X PUT xxx.xxx.xxx.xxx:19559/flags
. this curl command has the empty body.the service will be crashed.
So I have one solution for this:
Before this line
nebula/src/webservice/SetFlagsHandler.cpp
Line 42 in 7a7ab68
The text was updated successfully, but these errors were encountered: