For constant queries using v2 engine, Pinot randomly assign a broker and the broker forward the query to all servers to process. This could potentially cause cluster-wide inter-server communications and result in issues like burst of DNS queries. We saw this problem for some MSE queries with bad filters that filtered out all data and made the queries constant requests.
I understand that these are still valid query so Pinot randomly pick a broker instead of fail them, but Pinot doesn't necessarily need to fan out the query to all servers. Ideally, these queries could be fan out to any single server to process.