class ActiveRecord::ConnectionAdapters::ConnectionPool::LeaseRegistry

def clear

def clear
  @mutex.synchronize do
    @map.clear
  end
end