class ActiveRecord::ConnectionAdapters::ConnectionHandler

def clear_active_connections!(role = ActiveRecord::Base.current_role)

longer alive.
and also returns connections to the pool cached by threads that are no
Returns any connections in use by the current thread back to the pool,
def clear_active_connections!(role = ActiveRecord::Base.current_role)
  connection_pool_list(role).each(&:release_connection)
end