relbraun
relbraun
I have faced the same issue when tried to run `mod_muc_admin:get_room_options`. I have also 3 nodes on cluster and no hibernation option defined in the `.yml` file (as far as...
@prefiks thanks for the response. Is there any way I can be aware about such situation before the client experiences it? And also, regarding the network problems you have mentioned,...
Hi, I have this problem every 2 days in my 3 nodes cluster. Now there is a muc that returns error when I run `mod_muc_admin:get_room_options` on each node. Any idea...
And also, when I run this: ``` (fun(R,S) ->H = ejabberd_router:host_of_route(S), case mod_muc:unhibernate_room(H,S,R) of error -> no_room; {ok, P} -> {P, rpc:pinfo(P)} end end)(, ).``` I get this: `{,undefined}`
Thanks @prefiks But what causes this situation and how can we avoid it or at least, intercept it immediately when it occurs?
@licaon-kter I know but we have not updated it yet (we have plugins that should be compatible with the update). Is this problem related to the version?
@badlop yes we have a of 2 pods. In case of 1 pod it works better but also crashes after increase the muc amout. The sql query we tried is:...
I saw that for muc rooms with a few members affiliated, I could add about 26000 rooms in the DB. It seems like as long as the `opts` column contains...
@prefiks thanks for your response. But, no, the request sent with the correct url (I tried to add manually a wrong `Content-Length` value and resent the request: ``` headers.setContentType(MediaType.APPLICATION_JSON); headers.setContentLength(23);...
@member7me We have ruled out the spam bot option, we have checked the all connected users and approved each one of them. In addition, this behavior has started just after...