Join Slack
Powered by
This message was deleted.
# troubleshooting
s
Slackbot
12/16/2022, 11:54 PM
This message was deleted.
k
Karan Kumar
12/17/2022, 10:46 AM
@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.
Karan Kumar
12/17/2022, 10:53 AM
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
Karan Kumar
12/17/2022, 10:53 AM
So yes we do store the start time of the query on the broker and the historical but that query is the "local" query
2
Views
Open in Slack
Previous
Next