|
6 | 6 |
|
7 | 7 | ### Bug fixes
|
8 | 8 |
|
9 |
| -* 17313:Fixed CopyTable operation to allow copying tables with all column types present in the source table, regardless of feature flag settings. This resolves an issue where copying tables with certain decimal types would fail after version downgrades. [#17313](https://github.com/ydb-platform/ydb/pull/17313) ([azevaykin](https://github.com/azevaykin)) |
10 |
| -* 17122:Fixed an rare issue that caused client applications to hang during commit operations. The problem occurred because the `TEvDeletePartition` message could arrive before the `TEvApproveWriteQuota` message. The batch did not send TEvConsumed and this blocked the queue of write quota requests. [#17122](https://github.com/ydb-platform/ydb/pull/17122) ([Alek5andr-Kotov](https://github.com/Alek5andr-Kotov)) |
11 |
| -* 18716:The balancing of the read session was broken if storage nodes have the version 24-4 and dynamic node have the version 25-1 [#18716](https://github.com/ydb-platform/ydb/pull/18716) ([Nikolay Shestakov](https://github.com/nshestakov)) |
12 |
| -* 18647:Fix parsing unique index type. There was an error that, if not specified explicitly (SYNC or ASYNC), index type remained with the default value GLOBAL SYNC, despite that it was explicitly specified as UNIQUE in query. |
13 |
| -https://github.com/ydb-platform/ydb/issues/17885 [#18647](https://github.com/ydb-platform/ydb/pull/18647) ([Vasily Gerasimov](https://github.com/UgnineSirdis)) |
14 |
| -* 18624:fix a bug where node memory usage was not tracked https://github.com/ydb-platform/ydb/issues/18576 [#18624](https://github.com/ydb-platform/ydb/pull/18624) ([vporyadke](https://github.com/vporyadke)) |
15 |
| -* 18620:ensure the process of booting tablets does not get stuck in the presence of tablets that are not allowed to be launched https://github.com/ydb-platform/ydb/issues/16462 [#18620](https://github.com/ydb-platform/ydb/pull/18620) ([vporyadke](https://github.com/vporyadke)) |
16 |
| -* 18599:Issue: https://github.com/ydb-platform/ydb/issues/18598 |
17 |
| - |
18 |
| -Original PR to main: https://github.com/ydb-platform/ydb/pull/18594 |
19 |
| - |
20 |
| -Fixes bug with not forwarding auth token in Kafka proxy in absence of old flag. [#18599](https://github.com/ydb-platform/ydb/pull/18599) ([Andrey Serebryanskiy](https://github.com/a-serebryanskiy)) |
21 |
| -* 18581:cherry-pick of 21395e193 and c81a8971a. Fix the following issue: https://github.com/ydb-platform/ydb/issues/18487 |
22 |
| -... [#18581](https://github.com/ydb-platform/ydb/pull/18581) ([Filitov Mikhail](https://github.com/lll-phill-lll)) |
23 |
| -* 18503:Avoid expensive table merge checks when operation inflight limits have already been exceeded. Fixes #18473. [#18503](https://github.com/ydb-platform/ydb/pull/18503) ([Aleksei Borzenkov](https://github.com/snaury)) |
24 |
| -* 18377:fixes for handling per-dc followers created on older YDB versions https://github.com/ydb-platform/ydb/issues/16000 [#18377](https://github.com/ydb-platform/ydb/pull/18377) ([vporyadke](https://github.com/vporyadke)) |
25 |
| - |
| 9 | +* 18716:Fixed an issue in the read session balancing of the pqv0 protocol that occurred when storage nodes of version 24.4 and dynamic nodes of version 25.1. [#18716](https://github.com/ydb-platform/ydb/pull/18716) ([Nikolay Shestakov](https://github.com/nshestakov)) |
| 10 | +* 18647:[Fixed](https://github.com/ydb-platform/ydb/pull/18647) an [issue](https://github.com/ydb-platform/ydb/issues/17885) where the index type was incorrectly defaulting to GLOBAL SYNC when UNIQUE was explicitly specified in the query. ([Vasily Gerasimov](https://github.com/UgnineSirdis)) |
| 11 | +* 18624:[Fixed](https://github.com/ydb-platform/ydb/pull/18624) [an issue](https://github.com/ydb-platform/ydb/issues/18576) that node memory usage was not tracked. ([vporyadke](https://github.com/vporyadke)) |
| 12 | +* 18620:[Fixed](https://github.com/ydb-platform/ydb/pull/18620) a [bug](https://github.com/ydb-platform/ydb/issues/16462) that caused tablet downloads to pause due to tablets that could not allowed to be launched. ([vporyadke](https://github.com/vporyadke)) |
| 13 | +* 18581:[Fixed](https://github.com/ydb-platform/ydb/pull/18577) typing [errors](https://github.com/ydb-platform/ydb/issues/18487) in UDF. ([Filitov Mikhail](https://github.com/lll-phill-lll)) |
| 14 | +* 18377:[Fixed](https://github.com/ydb-platform/ydb/pull/18377) [a bug](https://github.com/ydb-platform/ydb/issues/16000) for handling per-dc followers created on older YDB versions. ([vporyadke](https://github.com/vporyadke)) |
0 commit comments