-
Notifications
You must be signed in to change notification settings - Fork 43
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
FATAL orionldState error during concurrent POST requests #408
Comments
Ok! |
Still time=Wednesday 06 May 13:07:59 2020.051Z | lvl=FATAL | corr=N/A | trans=N/A | from=N/A | srv=N/A | subsrv=N/A | comp=Orion | op=orionldState.cpp[243]:orionldStateDelayedKjFreeEnqueue | msg=Internal Error (the size of orionldState.delayedKjFreeVec needs to be augmented) as with latest version: {
"orionld version": "post-v0.2.0",
"orion version": "1.15.0-next",
"uptime": "0 d, 0 h, 0 m, 30 s",
"git_hash": "c38344b87377681a4ef8aea84a9937b7f2319d9b",
"compile_time": "Tue May 5 17:58:03 UTC 2020",
"compiled_by": "root",
"compiled_in": "9e9a6eb98eaa",
"release_date": "Tue May 5 17:58:03 UTC 2020",
"doc": "https://fiware-orion.readthedocs.org/en/master/"
} At least on my test machine and with my data this error is reproducible when setting the curl --location --request GET '<ORION-LD-ADDRESS>/ngsi-ld/v1/entities?type=WeatherObserved&limit=500' \
--header 'Accept: application/ld+json' \
--header 'Link: <https://fiware.github.io/data-models/context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \ In Orion v2 there is a maximum number of |
Yes, this is most definitely a bug. |
Hi,
I'm doing a lot of
POST /entities
requests from a request queue in a Node.js script.After some number of successfully served requests I get a "socket hang up" error in my script.
The Orion-LD log reads:
It's not actually a crash, because there is no stack trace. After that Orion is not reachable anymore. Its docker container exited.
I'm using the following Oron-LD version:
Kind regards,
Michael
The text was updated successfully, but these errors were encountered: