Hi everyone a quick question if the `pinot.broker....
# troubleshooting
a
Hi everyone a quick question if the
pinot.broker.timeoutMs
is greater than
pinot.server.query.executor.timeout
what will be the actual timeout of the query it will be of the server or of the broker??
r
in between
at
pinot.server.query.executor.timeout
the servers will all start timing out, but the broker will wait for them all to timeout unless that happens after
pinot.broker.timeoutMs
that's probably a complicated way of saying set them both to the same value
a
Okayy thanks understood
m
Yes set this value to the latency value your app can’t tolerate.
👍 1