docs: 34.0.0 release notes#18231
Conversation
| Dart specific endpoints have been removed and folded into SqlResource. [#18003](https://github.com/apache/druid/pull/18003) | ||
| Added a new engine QueryContext parameter. The value can be native or msq-dart. The value determines the engine used to run the query. The default value is native. [#18003](https://github.com/apache/druid/pull/18003) | ||
|
|
||
| MSQ Dart is now able to query real-time tasks by setting the query context parameter includeSegmentSource to realtime, in a similar way to MSQ tasks. [#18076](https://github.com/apache/druid/pull/18076) |
There was a problem hiding this comment.
We can also specify that this is the default mode for Dart queries. I might have missed this in the PR initially.
There was a problem hiding this comment.
Lets add an example where we hit the sql resource with engine=msq-dart
| [#18028](https://github.com/apache/druid/pull/18028) | ||
|
|
||
| ### Preferred tier selection | ||
| You can now configure the Broker service to prefer Historicals on a specific tier. This can help ensure Druid executes queries within the same availability zone if you have Druid deployed across multiple availability zones. |
There was a problem hiding this comment.
Waiting on PR author for release notes : #18136 (comment)
| Dart specific endpoints have been removed and folded into SqlResource. [#18003](https://github.com/apache/druid/pull/18003) | ||
| Added a new engine QueryContext parameter. The value can be native or msq-dart. The value determines the engine used to run the query. The default value is native. [#18003](https://github.com/apache/druid/pull/18003) | ||
|
|
||
| MSQ Dart is now able to query real-time tasks by setting the query context parameter includeSegmentSource to realtime, in a similar way to MSQ tasks. [#18076](https://github.com/apache/druid/pull/18076) |
There was a problem hiding this comment.
Lets add an example where we hit the sql resource with engine=msq-dart
|
|
||
| #### SET statements | ||
|
|
||
| The web console supports using SET statements to specify query context parameters. For example, if you include `SET timeout = 20000;` in your query, the timeout query context parameter is set. |
There was a problem hiding this comment.
This should be a headline feature.
Lets add an example which hits the sql endpoint, executes dart, and has timeout set.
There was a problem hiding this comment.
I can move this to the headline section. This entry is specifically about the web console support for SET though.
I added an example that hits the SQL endpoint, uses dart etc to the API one
Co-authored-by: Karan Kumar <karankumar1100@gmail.com> Co-authored-by: Kashif Faraz <kashif.faraz@gmail.com>
| - `druid.manager.segments.killUnused.enabled` - Whether the feature is enabled or not | ||
| - `druid.manager.segments.killUnused.bufferPeriod` - The amount of time that a segment must be unused before it is able to be permanently removed from metadata and deep storage. This can serve as a buffer period to prevent data loss if data ends up being needed after being marked unused. |
There was a problem hiding this comment.
Do you think it's worth mentioning what the defaults for these configs are? (false and P30D)
Co-authored-by: Abhishek Radhakrishnan <abhishek.rb19@gmail.com>
capistrant
left a comment
There was a problem hiding this comment.
added color to one new feature
capistrant
left a comment
There was a problem hiding this comment.
I know D32 technically deprecated java11 and hadoop ingest. but do we want to drive them home with big bold sections for deprecations in D34 to really drive this point home these things are going away sooner rather than later?
Talked with @abhishekagarwal87 and he thought maybe we call out in these release notes that hadoop ingest/java11 remain deprecated and are planning to have support dropped in Druid 35 with an urge for community to migrate off |
Co-authored-by: Lucas Capistrant <capistrant@users.noreply.github.com>
capistrant
left a comment
There was a problem hiding this comment.
I'm cool with latest state. Thank you for all the iterations and review cycles!
fix spellchecker
WIP. This is caught up to late June. I am working on getting the most recent commits added.
Need to work on the highlights entry for Dart
This PR has: