Hello,
We are using OpenVidu server 2.14.0. Things have been working fine for a few months till yesterday when no sessions were getting established at all. Here is the error we saw in the client (browser) side:
openvidu-browser-2.14.0.min.js:1 openvidu-server version: 2.14.0
openvidu-browser-2.14.0.min.js:1 ERROR:There is no available Media Node where to initialize session ‘77WDL4J011TZ0703’. Code: 204 in Request: method:joinRoom params:{“token”:“wss://video.digilifeinc.com?sessionId=77WDxxxxxx &token=tok_Db7fmy3xxxxxx&role=PUBLISHER&version=2.14.0&coturnIp=video.digilifeinc.com&turnUsername=Q0UOEL&turnCredential=yab18l”,“session”:“77WDL4J01xxxxxx”,“platform”:“Chrome 83.0.4103.97 32-bit on Windows 10 64-bit”,“metadata”:"{“clientData”:“John C”}",“secret”:"",“recorder”:false} request:undefined
(anonymous) @ openvidu-browser-2.14.0.min.js:1
dispatchCallback @ openvidu-browser-2.14.0.min.js:1
This is really alarming, with almost no load (just dev and testing for now) we encountered this. We had to restart the VM to get over this issue.
Seems resources issues; though we have graceful session disconnect(). Moreover, sweep (house keeping) job is enabled/configured on OV server to remove stale connections to conserve resources, but apparently this feature is either not working or somewhere else the resource leak happening.
How should we handle such anomaly? What settings we can tweak further to make the OV server more robust?
Really appreciate your help here.
Thanks and regards,