-
Notifications
You must be signed in to change notification settings - Fork 215
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
Perf/OPC: Fails when more 468 values are added to publisher #813
Comments
Added missing attachment. |
@NadeemKhan81, from the logs, it is only loading 468 monitored items in each case. Can you update the bug with the pn.json file, please? There seems to be an error in the last item added. |
@barnstee, the pn.json is uploaded in the internal teams channel. I did not notice any syntax error in the file. If we want to upload the file we should anonymize it first. |
added the actual error, and my previews feedback My hunch here the issue is a CreateMonitoredItems failure due to too many items and I believe the extensions I proposed for the standalone publisher will fix this issue by providing the user the option to control the content of subscriptions. Nevertheless it would make sense to try to replicate this issue. |
@barnstee, i hope you got the required pn.json from the teams channel. Please let me know if you need anything else. |
@NadeemKhan81 I started looking into the issue and I have a couple of question. |
@dacolgit , Yes this json file is from customer. It works fine till 468 tags. and once it crosses the threshold of approx 468 tags, it seems to fail to establish a subscription Regharding publisher version will check with customer and update you. |
@dacolgit , User configuration is set to pull the following: mcr.microsoft.com/iotedge/opc-publisher:latest |
I'm trying to reproduce the issue, but unsuccessfully. I need all the informations about the publisher and the server. Is the publisher running as an IoT edge module in Windows or Linux? Thanks, |
The issue was caused by a bug in the --ms=0 configuration parameter. |
@dacolgit , Thanks for your effort on this to fix this issue. Appreatiate that. |
Describe the bug
Customer is using the OPC publisher and added new tags to the publishednodes.json file. He has found that as soon as he has 469 tags the code fails. Log is attached. Is this a known limitation?
This is discussed in Industrial Iot Teams channel.
To Reproduce
Steps to reproduce the behavior:
*Expected behavior
OPC publisher should be able to add new tags (Unless it reach the limit if any)
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: