Skip to content

Pinot fanout constant queries to all servers which could cause unexpected DNS query spikes #16024

@pengding-stripe

Description

@pengding-stripe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions