CESNET / netopeer2

NETCONF toolset
BSD 3-Clause "New" or "Revised" License
300 stars 188 forks source link

The plug-in died and failed to restart #1342

Closed lilililizheng closed 1 year ago

lilililizheng commented 1 year ago

[ERR] Waiting on a conditional variable failed (sr_shmext_rpc_sub_add: Interrupted system call). [ERR] HA: sr_module_change_subscribe error (7): Internal error

sysrepo-plugind error: Exiting without a proper cleanup

Hello, there are some problems with the plug-in. After it dies, it cannot start normally, and the above error appears. I feel like there's a deadlock(rwlock), and when that happens, I delete /dev/shm/* and it starts. In this case, netopeer2-server will also have problems. Any request from the client cannot be answered, and it feels locked

michalvasko commented 1 year ago

Update sysrepo, this should be fixed in version 2.2.19.

lilililizheng commented 1 year ago

ok,thanks.