-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"out of memory" when changing passwords in dynsec #2525
Comments
the password change seems to work though |
There are a couple of things going on here. First off, the out of memory error is false, as you've guessed. A return code was being set to The other problem you're seeing is related to the fact that the user is making a change which affects them. When changes are made to a client/group/role, all clients that are affected by that change are kicked off the server and have to reconnect. In 2.0.x, this happens before the command reply is sent to the client. In the |
The confusing error message is now fixed for 2.0.15. |
This happens when a client is kicked in the dynamic security plugin. Closes #2525. Thanks to sezanzeb.
I'm running 32GB of RAM, this is probably not really an out of memory problem, just like #2520
image build:
dynamic-security.json:
mosquitto.conf:
trying to set the password:
mosquitt_ctrl blocks afterwards until I hit ctrl+c
The text was updated successfully, but these errors were encountered: