Are there any logs around queries that may exceed the default timeout of 10s? if so where are they
Luis Fernandez
08/09/2022, 2:29 PM
bumping this question
m
Mayank
08/09/2022, 4:00 PM
Broker logs all queries along with latency and other stats.
l
Luis Fernandez
08/09/2022, 4:17 PM
would a query that times out be logged by it?
m
Mayank
08/09/2022, 4:18 PM
Yes
l
Luis Fernandez
08/09/2022, 5:21 PM
another question
Luis Fernandez
08/09/2022, 5:22 PM
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
Mayank
08/09/2022, 5:22 PM
Yes, it will be the configured timeout, or default 10s.
l
Luis Fernandez
08/09/2022, 7:30 PM
but that wouldn’t log an exception in the broker would it? if something takes longer than 10s?
m
Mayank
08/09/2022, 11:45 PM
No exception afaik, but the response metadata should indicate