Slackbot
02/16/2023, 1:15 AMAdam Peck
02/16/2023, 1:25 AMdruid.server.http.defaultQueryTimeout is the config that controls this and it defaults to 30 seconds (30000 Millis). See: https://druid.apache.org/docs/latest/configuration/index.html#indexer-concurrent-requests
You probably want to set this in the common runtime configs as it applies to historicals and brokers as well as middlemanagers/indexers if using streaming. Also if you have a load balancer in front of your brokers or routers you will want to make sure it's set appropriately there as well.
You can also override it for specific queries through context settings if you don't want to override the setting globally. See: https://druid.apache.org/docs/latest/querying/query-context.html์ถํธ๊ด
02/16/2023, 1:28 AMAdam Peck
02/16/2023, 1:34 AM์ถํธ๊ด
02/16/2023, 1:38 AM์ถํธ๊ด
02/16/2023, 11:04 AM