Skip to content
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

"/v2/reset" stops receiving data changes #2291

Closed
Haeavar opened this issue Jul 15, 2024 · 0 comments · Fixed by #2305
Closed

"/v2/reset" stops receiving data changes #2291

Haeavar opened this issue Jul 15, 2024 · 0 comments · Fixed by #2305
Labels
bug Something isn't working
Milestone

Comments

@Haeavar
Copy link
Contributor

Haeavar commented Jul 15, 2024

Describe the bug
If we have valid subscriptions and calling the "/v2/reset/ endpoint the OpcPublisher stops getting changes. Even after remove all configurations (PUT on "/v2/configuration" with empty endpoints) and adding new subscriptions using "/v2/configuration", the OpcPublisher does not get changes anymore. After this reconfiguration the diagnostics looks like:

`

DIAGNOSTICS INFORMATION for : A0280E0067 (68df78dfae54f5a44ad2f64d6c4bac12948659a6)
OPC Publisher Version (Runtime) : 2.9.10-rc.13+7faeb86aa5 (.NET 8.0.6/linux-x64/OPC Stack 1.5.374.70)
Cpu/Memory max : 0.30 | 629,146 KB
Cpu/Memory available : 0.10 | 629,146 KB
Cpu/Memory % used (window/total) : 448.28 % | 7,114.26 % (447,590 kb)
Ingest duration (dd:hh:mm:ss)/Time : 00:00:10:37 | 2024-07-15T07:54:11.5372266+00:00
Endpoints connected/disconnected : 1 | 0 (Connected)
Connection retries : 10
Subscriptions count : 4
Good/Bad Monitored Items (Late) : 0 | 0 (0)
Queued/Minimum request count : 0 | 0
Good/Bad Publish request count : 0 | 0
Ingress value changes : 0
Ingress sampled values : 0
Ingress events : 0
Ingress values/events unassignable : 0
Server queue overflows : 0
Received Data Change Notifications : 0
Received Event Notifications : 0
Received Keep Alive Notifications : 0
Received Cyclic read Notifications : 0
Generated Heartbeat Notifications : 0
Generated Model Changes : 0
Publish queue partitions/active : 1 | 0
Notifications buffered/dropped : 0 | 0
Encoder input buffer size : 0
Encoder Notif.
`

To Reproduce

  1. Configure some subscriptions
  2. receive telemetry data
  3. call "/v/reset"
  4. no more data is received until the OpcPublisher is restartet completly

Expected behavior
The configured subscriptions are recreated and the OpcPublisher send data.

Additional context
OPC Publisher Version (Runtime) : 2.9.10-rc.13

@marcschier marcschier added the bug Something isn't working label Jul 15, 2024
@marcschier marcschier added this to the 2.9.10 milestone Jul 15, 2024
marcschier added a commit that referenced this issue Jul 29, 2024
Fix reconnect/reset connection API (#2291) and swagger update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants