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
If server is started with monitoring on, and an user queries the connz endpoint with negative offset and/or limit, the server will report this for the current go-routine handling the request. The server is still working properly (does not entirely panic) and other well formed requests will go through.
For instance: http://localhost:8222/connz?offset=-1 produces this:
If server is started with monitoring on, and an user queries the
connz
endpoint with negative offset and/or limit, the server will report this for the current go-routine handling the request. The server is still working properly (does not entirely panic) and other well formed requests will go through.For instance:
http://localhost:8222/connz?offset=-1
produces this:The text was updated successfully, but these errors were encountered: