-
Has anyone dynamically removed a prdcr? I believe the calls in order should be prdcr_unsubscribe, prdcr_stop, and prdcr_del. I am running into issues with the prdcr_del. I will wait and see who has done this before writing further. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
Sorry about the delay in getting back to you. I'll have to show you this, live --- I have something inconsistent going on. Here is what is happening:
zedprdcr localhost 52002 sock CONNECTED with no updtr Also, everything works as planned.
zedprdcr localhost 52002 sock STOPPED And everything appears to work as planned.
I wonder if there is something going on because I am doing it from within the code and changing some state??? @nichamon @tom95858 |
Beta Was this translation helpful? Give feedback.
-
Closing discussion as a result of the meeting above. |
Beta Was this translation helpful? Give feedback.
@nichamon and @oceandlr met today. It looks like this is a result of an intentional locking issue to keep from deleting the producer while the stream message is being processed. It looks like the error message without a reason is because the ldmsd_controller times out.
We have some options for workarounds and will note the behavior to inform the eventual production implementation.