You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @ChenYahui2019, upon VERY brief inspection from my side the cause of the all channel IDs are in use error is that all channels in GoVPP channel pool get used up. It is hard to tell exactly why that happens as I do not know how your plugin works, but I know a bug related to GoVPP channel pool exhausting all channel IDs was fixed in GoVPP. Not sure if that bug is indeed the cause of your problem, but if it is, then your issue should get fixed once vpp-agent is updated to use GoVPP 0.8.0
GoVPP got updated to 0.8.0 in commit f4fe5e7. If you decide to test your plugin with vpp-agent build that contains this commit, please let me know if it fixed your issue. Thanks.
I developed a new plugin that calls
(*InterfaceVppHandler).DumpInterfaces
per second.After a while, the errors started. The error message is:
dumping memif socket details failed: all channel IDs are in use
VPP version: v22.10
vpp-agent version: v3.5.0
The text was updated successfully, but these errors were encountered: