-
Notifications
You must be signed in to change notification settings - Fork 3.7k
docs: 33.0.0 release notes #17872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 33.0.0
Are you sure you want to change the base?
docs: 33.0.0 release notes #17872
Conversation
Co-authored-by: Kashif Faraz <kashif.faraz@gmail.com>
Co-authored-by: Kashif Faraz <kashif.faraz@gmail.com>
docs/release-info/release-notes.md
Outdated
@@ -57,6 +57,56 @@ For tips about how to write a good release note, see [Release notes](https://git | |||
|
|||
This section contains important information about new and existing features. | |||
|
|||
### Increase segment load speed | |||
|
|||
You can now increase the speed at which segments get loaded at the cost of query performance by providing a list of servers for the Coordinator dynamic config `turboLoadingNodes`. For these servers, the Coordinator ignores `druid.coordinator.loadqueuepeon.http.batchSize` and uses the value of the respective `numLoadingThreads` instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kfaraz should we mark this as experimental. That way we can change stuff later down the line ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we can mark it as experimental.
docs/release-info/release-notes.md
Outdated
|
||
### Improved S3 upload | ||
|
||
Druid can now use AWS S3 Transfer Manager for S3 uploads, which can significantly reduce segment upload time. To use this feature, add the following configs to your `common.runtime.properties`: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is turned on by default. Adjusted the PR description. cc @suraj-goel
docs/release-info/release-notes.md
Outdated
@@ -65,6 +115,12 @@ This section contains detailed release notes separated by areas. | |||
|
|||
#### Other web console improvements | |||
|
|||
- Added the ability to multi-select in table filters and added suggestions to the **Status** field for tasks and supervisors as well as service type [#17765](https://github.com/apache/druid/pull/17765) | |||
- The MERGE INTO keyword is now properly highlighted and the query gets treated as an insert query [#17679](https://github.com/apache/druid/pull/17679) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This need not be called out .
We should add some text about this one #17697 in the upgrade notes section for clusters running in K8S. |
docs/release-info/release-notes.md
Outdated
|
||
Docker-based deployments on Kubernetes no longer uses the canonical hostname by default. They use IP by default now. This reverts a change introduced in 31.0.0 [#17690](https://github.com/apache/druid/pull/17690) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we change this to:
Docker-based deployments on Kubernetes no longer uses the canonical hostname by default. They use IP by default now. This reverts a change introduced in 31.0.0 [#17690](https://github.com/apache/druid/pull/17690) | |
- The docker image by default uses the canonical hostname if running in Kubernetes or the ip address otherwise [#17697](https://github.com/apache/druid/pull/17697) |
WIP
Fixes #XXXX.
Description
Fixed the bug ...
Renamed the class ...
Added a forbidden-apis entry ...
Release note
Key changed/added classes in this PR
MyFoo
OurBar
TheirBaz
This PR has: