Skip to content

Commit

Permalink
Merge pull request apache#1318 from himanshug/broker_retries_cfg
Browse files Browse the repository at this point in the history
adding druid.broker.retryPolicy.numTries config to documentation
  • Loading branch information
xvrl committed Apr 29, 2015
2 parents e5d61f4 + 42ed88e commit 95e0429
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/content/Broker-Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ Druid uses Jetty to serve HTTP requests.
|`druid.broker.http.numConnections`|Size of connection pool for the Broker to connect to historical and real-time nodes. If there are more queries than this number that all need to speak to the same node, then they will queue up.|5|
|`druid.broker.http.readTimeout`|The timeout for data reads.|PT15M|

#### Retry Policy

Druid broker can optionally retry queries internally for transient errors.

|Property|Description|Default|
|--------|-----------|-------|
|`druid.broker.retryPolicy.numTries`|Number of tries.|1|

#### Processing

The broker uses processing configs for nested groupBy queries. And, optionally, Long-interval queries (of any type) can be broken into shorter interval queries and processed in parallel inside this thread pool. For more details, see "chunkPeriod" in [Querying](Querying.html) doc.
Expand Down

0 comments on commit 95e0429

Please sign in to comment.