Are there any logs around queries that may exceed ...
# troubleshooting
l
Are there any logs around queries that may exceed the default timeout of 10s? if so where are they
bumping this question
m
Broker logs all queries along with latency and other stats.
l
would a query that times out be logged by it?
m
Yes
l
another question
would the timeMs be max around 10000 given the default timeout that we have for queries in pinot, if it were to encounter a query that’s taking long to execute?
m
Yes, it will be the configured timeout, or default 10s.
l
but that wouldn’t log an exception in the broker would it? if something takes longer than 10s?
m
No exception afaik, but the response metadata should indicate