apache / druid

Apache Druid: a high performance real-time analytics database.
https://druid.apache.org/
Apache License 2.0
13.29k stars 3.66k forks source link

Increase query cancellation timeout in the router #16656

Open findingrish opened 5 days ago

findingrish commented 5 days ago

Currently the timeout duration is hardcoded to 500 ms, this leads to frequent query cancellation failures when the Brokers are under load.

Increasing this value to 1 second.