-
Notifications
You must be signed in to change notification settings - Fork 55
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
Error: socket hang up issue #383
Comments
Thus, trasnferring this issue to IOTA-UL repository |
@fgalan the problem is between IoT Agent and Orion. |
It seems to be some kind of problem related with scarcity of resources. Are all the systems (MQTT broker, IOTA UL and Orion) running in the same system? What about the free file descriptor? Can you monitor how many free file descriptors are in the operating system before starting sending measures and how they progress (i.e. free file descriptors in the operating system and file descriptors consumed by IOTA UL and Orion) during the test? (Not sure the exact command to do that, but I think |
It would be a good idea to test this issue with latest version of this agent, that includes mqtt improvements. |
Which version you had used to resolve the issue??? |
Not sure what you mean... our recomendation is always to use the newest version at the moment of the test. In this case, the newest version for IOTA-UL (at the present moment) is 1.24.0 |
Anyway, as I explain in my previous comment I think this is not actually a problem in the IOTA-UL software, but some problem in the environment where it runs due to scarcity of resources or connectivity problems. |
@fgalan we are still seeing this issue even if POD's are running with good number of resources. Our memory and CPU Utilization of POD's is very less. |
To help on this, we would need a deterministic way of reproducing the problem. If you could provide that information, we could have a look. |
@fgalan its very simple, please find the fiware stack configuration below in EKS services With the above configuration, we can see the same behaviour |
@fgalan any update on this. I have recorded the same issue in Orion also. Please see the below link |
@fgalan as requested , I have attached all our deployment configuration files, Request you to go thorough and let me know if any changes required to solve Socket errors issue . |
Could you please share a step by step guide to reproduce it? This means:
If you do not provide this, it would be impossible for us to reproduce the issue and give you support. Thanks in advance |
@mapedraza I have attached all the yaml files above. Hope you have seen those .txt files. If you have not see ,please go through and let me know if anything is required. I would like you to suggest on the environmental variables used in Orion Deployment. We are seeing this issues on High Load. Do i need to change any environmental variables for the High loads and Multi service usecase. Can you please check and guide on that |
@mapedraza Please find the details requested by you
Orion Curl command
|
Thank for your answer @pratappulugoru I see a couple of things from your answer:
|
Hello,
We faced with issue: Error: socket hang up.
Here was our setup:
MQTT (mosquitto) ->IoT Agent UL (FIWARE) -> Orion (FIWARE)
Then we pre-registered 1000 devices and started to send message over MQTT every 10 seconds with values for all devises.
At some point it stopped processing incoming data and showed this message in the log of IoT Agent UL.
We did the same with 100 devices it works well.
What can be the reason for that?
Is there any solution for that?
Thank you.
The text was updated successfully, but these errors were encountered: