This message was deleted.
# troubleshooting
s
This message was deleted.
k
@Ashwin Tumma this is quite an old version of druid. What are you trying to extract out of the broker logs ? FWIW we do store the startTime on the router : https://github.com/apache/druid/blob/0.21.1/server/src/main/java/org/apache/druid/server/AsyncQueryForwardingServlet.java#L354 to calculate the query/time.
In the broker and the historicals query metrics are reported here : https://github.com/apache/druid/blob/ef006fd2571228984b04b95f3a3e2b03d930dce3/server/src/main/java/org/apache/druid/server/QueryLifecycle.java#L302 Idk if that answers your question
So yes we do store the start time of the query on the broker and the historical but that query is the "local" query