You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ydb/docs/en/core/changelog-server.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
## Version 24.4 {#24-4}
4
4
5
+
### Version 24.4.4.12 {#24-4-4-12}
6
+
7
+
Release date: May , 2025.
8
+
9
+
## Performance
10
+
11
+
*[Limited](https://github.com/ydb-platform/ydb/pull/17755) the number of internal inflight configuration updates.
12
+
*[Optimized](https://github.com/ydb-platform/ydb/issues/18289) memory consumption by PQ tablets.
13
+
*[Optimized](https://github.com/ydb-platform/ydb/issues/18473) CPU consumption of Scheme shard and reduced query latencies by checking operation count limits before performing tablet split and merge operations.
14
+
15
+
## Bug Fixes
16
+
17
+
*[Fixed](https://github.com/ydb-platform/ydb/pull/17123) a rare issue of client applications hanging during transaction commit where deleting partition had been done before write quota update.
18
+
*[Fixed](https://github.com/ydb-platform/ydb/pull/17312) an error in copying tables with Decimal type, which caused failures when rolling back to a previous version.
19
+
*[Fixed](https://github.com/ydb-platform/ydb/pull/17519) an [issue](https://github.com/ydb-platform/ydb/issues/17499) where a commit without confirmation of writing to a topic led to blocking of the current and subsequent transactions with topics.
20
+
* Fixed transaction hangs when working with topics during tablet [restart](https://github.com/ydb-platform/ydb/issues/17843) or [deletion](https://github.com/ydb-platform/ydb/issues/17915).
21
+
*[Fixed](https://github.com/ydb-platform/ydb/pull/18114)[issues](https://github.com/ydb-platform/ydb/issues/18071) with reading messages larger than 6Mb via [Kafka API](./reference/kafka-api).
22
+
*[Fixed](https://github.com/ydb-platform/ydb/pull/18319) memory leak during writing to the [topic](./concepts/glossary#topic).
23
+
* Fixed errors in processing [nullable columns](https://github.com/ydb-platform/ydb/issues/15701) and [columns with UUID type](https://github.com/ydb-platform/ydb/issues/15697) in row tables.
Copy file name to clipboardExpand all lines: ydb/docs/ru/core/changelog-server.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,26 @@
2
2
3
3
## Версия 24.4 {#24-4}
4
4
5
+
### Версия 24.4.4.12 {#24-4-4-12}
6
+
7
+
Дата выхода: мая 2025.
8
+
9
+
#### Производительность
10
+
11
+
*[Ограничено](https://github.com/ydb-platform/ydb/pull/17755) количество одновременно обрабатываемых изменений конфигураций.
12
+
*[Оптимизировано](https://github.com/ydb-platform/ydb/issues/18289) потребление памяти PQ-таблетками.
13
+
*[Оптимизировано](https://github.com/ydb-platform/ydb/issues/18473) потребление CPU Scheme shard, что привело к уменьшению задержек ответов на запросы. Теперь лимит на число операций Scheme shard проверяется до выполнения операций разделения и слияния таблеток.
14
+
15
+
#### Исправления ошибок
16
+
17
+
*[Исправлена](https://github.com/ydb-platform/ydb/pull/17123) редкая ошибка зависания клиентских приложений во время выполнения коммита транзакции, когда удаление партиции совершалось раньше обновления квоты на запись в топик.
18
+
*[Исправлена](https://github.com/ydb-platform/ydb/pull/17312) ошибка в копировании таблиц с типом Decimal, которая приводила к сбою при откате на предыдущую версию.
19
+
*[Исправлена](https://github.com/ydb-platform/ydb/pull/17519)[ошибка](https://github.com/ydb-platform/ydb/issues/17499), при которой коммит без подтверждения записи в топик приводил к блокировке текущей и следующих транзакций с топиками.
20
+
* Исправлены зависания транзакций при работе с топиками при [перезагрузке](https://github.com/ydb-platform/ydb/issues/17843) или [удалении](https://github.com/ydb-platform/ydb/issues/17915) таблетки.
21
+
*[Исправлены](https://github.com/ydb-platform/ydb/pull/18114)[проблемы](https://github.com/ydb-platform/ydb/issues/18071) с чтением сообщений больше 6Mb через [Kafka API](./reference/kafka-api).
22
+
*[Устранена](https://github.com/ydb-platform/ydb/pull/18319) утечка памяти во время записи в [топик](./concepts/glossary#topic).
23
+
* Исправлены ошибки обработки [nullable столбцов](https://github.com/ydb-platform/ydb/issues/15701) и [столбцов с типом UUID]((https://github.com/ydb-platform/ydb/issues/15697)) в строковых таблицах.
0 commit comments