-
Notifications
You must be signed in to change notification settings - Fork 88
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
Add feature: Prevention of data loss at IOT agent if n/w failed #397
Comments
Hi Any update about this feature enablement? Thanks & Regards |
@Chandradeep-NEC @onrao could you elaborate on which feature are you proposing for IOT Agent? The original issue description is too broad and we should need which mechanism in particular are you proposing to prevent data lost. |
@fgalan Observation is that
|
In my humble opinion what @Chandradeep-NEC is proposing sounds different compared to what you (@onrao) are describing here. I understand you are facing issues while running on K8s the IoTA when a certain load on the agent (but you are no describing well your infrastructure resources which also limits and the configuration deployed on the IoTA, which really impact to the throughput ). Concerning the list observation you write in your last comment, I can't understand it well.
|
@fgalan Sorry for the late reply
as per the documentation it is described as follows, ORION-ALARM | Critical | Indicates a persistent error accessing the Context Broker There is no further info on this alarm/error. |
Could you provide a procedure to reproduce the problem in order to analyze what is happening? |
FIWARE Stack used
step1: Provisioned the 12 devices in IoT Agent and generated the ACL for each device We need your quick alternative solution and to know any limitation as per the IoT Agent code , where it is not updated in the document |
Thank you for your feedback, but note that full detail is needed to precisely reproduce your case. Please see me comments inline.
Could you provide the exact Kubernets deployment configuration you are using? (helm charts or whatever)
How are you provisioning the devices? Could you provide the curl command you are using (or the equivalent in curl to the command you are using)?
What is VerneMQ?
How do you simulate this? Could you provide the script program or similar (e.g. JMeter configuration, etc.) you are using?
|
@fgalan please find the required details.We need a quick confirmation and way forward for this issue. Device Simulator: <style> </style>
|
I'm afraid you last comment doesn't correspond to what I asked... With regards to kubernetes configuration, an screenshoot is not acceptable. Could you provide the files in textual form, please? With regards to the simulation information, a similar problem occurs. I don't know what that table means... you don't even mention which simulation tool are you using. Please, provide more detail on this. Finally, we would need an answer (as direct and detailed as you can) to the following questions:
|
@fgalan We saw the issue already reported here telefonicaid/iotagent-ul#383 The above verneMQ what we used is the MQTT Broker. |
@onrao thanks for the feedback! We will be more than happy to review and eventually merge any pull request that identifies and solves the problem, if at the end it is confirmed. Thanks! :) |
Reviewing all comments but not able to conclude about the valid solution... Could @fgalan please suggest about solution of above issue... I am having same problem. |
I'm afraid I cannot provide any solution because, honestly, I'm a bit lost in this issue and I don't know what the exact problem is :) If somebody could summarize and explain the exact problem and the proposed solution it would be great. Based on that I could provide better feedback. |
If network between IOT agent and Orion (Context Broker) get failed then currently the device measurment sent from Device to IOT agent will be lost.
There should be a mechanism support whch will prevent the data loss at IOT agent
The text was updated successfully, but these errors were encountered: