Skip to content

Commit

Permalink
fix tenant connection map ref count leak
Browse files Browse the repository at this point in the history
  • Loading branch information
shendachuan authored and ob-robot committed Mar 21, 2024
1 parent 7449c32 commit 0193a34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sql/session/ob_user_resource_mgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ void ObConnectResourceMgr::release_tenant_conn_resource(const uint64_t tenant_id
} else {
tenant_res->cur_connections_--;
}
tenant_res_map_.revert(tenant_res);
}
}

Expand Down

0 comments on commit 0193a34

Please sign in to comment.