Skip to content

Commit aa67a57

Browse files
authored
Merge b8f5509 into cdf4a1d
2 parents cdf4a1d + b8f5509 commit aa67a57

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
### Functionality
44

5-
* Added support for creating unique indexes on existing tables. This feature is enabled by setting the `enable_add_unique_index` feature flag in the cluster configuration. ([Vasily Gerasimov](https://github.com/UgnineSirdis))
6-
* Added support for encrypted exports to S3, allowing secure storage of exported data. This feature is enabled by setting the `enable_encrypted_export` feature flag in the cluster configuration. ([Vasily Gerasimov](https://github.com/UgnineSirdis))
5+
* None:Added support for encrypted exports to S3, allowing secure storage of exported data. This feature is enabled by setting the `enable_encrypted_export` feature flag in the cluster configuration. ([Vasily Gerasimov](https://github.com/UgnineSirdis))
76
* 15186:Increased [the query text limit size](../dev/system-views#query-metrics) in system views from 4 KB to 10 KB. [#15186](https://github.com/ydb-platform/ydb/pull/15186) ([spuchin](https://github.com/spuchin))
87
* 15693:Added a health check configuration that administrators can customize: the number of node restarts, tablets, the time difference between database dynodes,
98
and timeout (by default, the maximum response time from healthcheck). Documentation is under construction. [#15693](https://github.com/ydb-platform/ydb/pull/15693) ([Andrei Rykov](https://github.com/StekPerepolnen))
@@ -72,6 +71,7 @@ and timeout (by default, the maximum response time from healthcheck). Documentat
7271
* 20303:Add `--iam-token-file` argument to ydb-dstool. [#20303](https://github.com/ydb-platform/ydb/pull/20303) ([kruall](https://github.com/kruall))
7372
* 22511:Added the ICB control to change ReadRequestsInFlightLimit via changing dynconfig. [#22511](https://github.com/ydb-platform/ydb/pull/22511) ([kruall](https://github.com/kruall))
7473
* 21997:Enabled the new compute scheduler based on the HDRF model. [#21997](https://github.com/ydb-platform/ydb/pull/21997) ([Ivan](https://github.com/abyss7))
74+
* 27755:Aggregate blob compaction counters [#27755](https://github.com/ydb-platform/ydb/pull/27755) ([FloatingCrowbar](https://github.com/FloatingCrowbar))
7575

7676
### Bug fixes
7777

@@ -132,6 +132,11 @@ and timeout (by default, the maximum response time from healthcheck). Documentat
132132
* 20670:Resolved the issue with DDL errors for external sources and added more information to the `ALTER TABLE ... RENAME TO` error. [#20670](https://github.com/ydb-platform/ydb/pull/20670) ([Pisarenko Grigoriy](https://github.com/GrigoriyPA))
133133
* 20519:Fixed an [issue](https://github.com/ydb-platform/ydb/issues/20520) that caused VDisk to freeze in infinite local recovery mode when a ChunkRead request failed. This change will allow loader actor to terminate properly on PDisk errors, and LocalRecovery to get notified about this error and to finish with proper status. [#20519](https://github.com/ydb-platform/ydb/pull/20519) ([Sergey Belyakov](https://github.com/serbel324))
134134
* 22298:Fixed an [issue](https://github.com/ydb-platform/ydb/issues/20812) where attach streams remained active after session shutdown, causing unexpected BadSession errors. [#22298](https://github.com/ydb-platform/ydb/pull/22298) ([Kirill Kurdyukov](https://github.com/KirillKurdyukov))
135+
* 28024:Fix for https://github.com/ydb-platform/ydb/issues/26437 [#28024](https://github.com/ydb-platform/ydb/pull/28024) ([Denis Khalikov](https://github.com/denis0x0D))
136+
* 27953:Guard compiled part of pattern entry with mutex #24147 [#27953](https://github.com/ydb-platform/ydb/pull/27953) ([Ivan](https://github.com/abyss7))
137+
* 27739:Fix schemeshard assertion when adding indexes to legacy tables. Fixes #27692. [#27739](https://github.com/ydb-platform/ydb/pull/27739) ([Aleksei Borzenkov](https://github.com/snaury))
138+
* 27731:Remove query from Compute Scheduler in all cases (#27598) [#27731](https://github.com/ydb-platform/ydb/pull/27731) ([Ivan](https://github.com/abyss7))
139+
* 27640:Fixed the error of calculation of the consumer MaxCommittedTimeLag metric [#27640](https://github.com/ydb-platform/ydb/pull/27640) ([Nikolay Shestakov](https://github.com/nshestakov))
135140

136141
### YDB UI
137142

@@ -157,3 +162,4 @@ and timeout (by default, the maximum response time from healthcheck). Documentat
157162
* 19687:Extracted the password verification logic into a dedicated actor, separating it from `TSchemeShard` local transactions for improved performance. [#19687](https://github.com/ydb-platform/ydb/pull/19687) ([Yury Kiselev](https://github.com/yurikiselev))
158163
* 20428:Improved parallel execution of queries to column-oriented tables. [#20428](https://github.com/ydb-platform/ydb/pull/20428) ([Oleg Doronin](https://github.com/dorooleg))
159164
* 21705:Introduced a new priority system for PDisks, addressing performance slowdowns caused by shared queue usage for realtime and compaction writes. [#21705](https://github.com/ydb-platform/ydb/pull/21705) ([Vlad Kuznetsov](https://github.com/va-kuznecov))
165+

0 commit comments

Comments
 (0)