Skip to content

Increasing the number of "Abort client count" in mysql status, even remove pool. #167

@alawatta

Description

@alawatta

Hi,
I add pool & then remove connection. Then it will increase the number of Abort client count in mysql status. Why is that ? Seems emysql:remove_pool not working as expected.
Br,
Shehan
here is the sample code:
case emysql:add_pool(db_conn_temp, Size, User, Password, Host, Port, Database, Encoding) of
ok ->
emysql:remove_pool(db_conn_temp);
_->
ok
end.

Aborted clients - The number of connections that were aborted because the client died without closing the connection properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions