summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | shared reading: support structued nested json parsing (#40462)Yuriy Kaminskiy13 days16-67/+924
| | | | | | | | | Co-authored-by: Pisarenko Grigoriy <[email protected]>
* | | Add `DisableOldSecretCreation` feature flag for disabling old secret ↵Yury Kiselev13 days7-0/+265
| | | | | | | | | | | | creation (#46165)
* | | fix domain arg (#46306)Artem13 days1-1/+1
| | | | | | | | | Co-authored-by: ArtemTrofimushkin <[email protected]>
* | | add list of groups to TEvMoveData (#45967)vporyadke13 days6-7/+21
| | | | | | | | | Co-authored-by: Ilnaz Nizametdinov <[email protected]>
* | | Update muted_ya for relwithdebinfo mainYDBot13 days1-1/+0
|/ /
* | [YAML Config] Enhance Database YAML Config resolving (#46142)Aleksandr Usenko13 days3-43/+142
| |
* | [YDB_LOG] Migrate core/cms without console (#42647)kseleznyov13 days33-396/+515
| | | | | | | | Co-authored-by: Copilot Autofix powered by AI <[email protected]> Co-authored-by: Ilnaz Nizametdinov <[email protected]>
* | Distributed mutex based off of coordination service (#43658)Ermoshkin Artem13 days11-130/+767
| | | | | | Co-authored-by: Artem Ermoshkin <[email protected]>
* | [YDB_LOG] Migrate core/cms/console (#42653)kseleznyov13 days51-934/+1096
| | | | | | | | Co-authored-by: Copilot Autofix powered by AI <[email protected]> Co-authored-by: Ilnaz Nizametdinov <[email protected]>
* | Enable the EnableColumnStatistics feature flag by default in the common on ↵azevaykin13 days1-0/+1
| | | | | | | | test environment used by the sys_view tests (#46293)
* | [YDB_LOG] Migrate ydb/core/tx/coordinator (#45203)kseleznyov13 days8-125/+177
| | | | | | | | Co-authored-by: Copilot Autofix powered by AI <[email protected]> Co-authored-by: Alexey Zatelepin <[email protected]>
* | [NEW RBO] Make operator traversal lazy with explicit pre/post-order (#46092)alexpaniman13 days13-149/+356
| |
* | [Docs] Add mTLS authentication documentation (#43693)Yury Kiselev13 days8-29/+95
| | | | | | | | Co-authored-by: azevaykin <[email protected]> Co-authored-by: sintjuri <[email protected]>
* | Separate read queues for channels in keyvalue tablet (#45783)kruall13 days10-49/+871
| |
* | wm: add action reject (#46051)Slusarenko Igor13 days13-7/+353
| |
* | Introduce DiskScope parameter which allows for finer domain mapping (#45890)Sergey Belyakov13 days25-52/+315
| |
* | Docs: datashard prefix bloom filter (#44979)azevaykin13 days16-12/+166
| |
* | Export to S3 in Parquet (#40202)Dmitry Azhichakov13 days40-188/+1915
| | | | | | | | | | | | | | Co-authored-by: Dmitrii Azhichakov <[email protected]> Co-authored-by: Copilot Autofix powered by AI <[email protected]> Co-authored-by: stanislav_shchetinin <[email protected]> Co-authored-by: Ilnaz Nizametdinov <[email protected]> Co-authored-by: Oleg Doronin <[email protected]>
* | Update muted_ya for release-tsan mainYDBot13 days1-0/+13
| |
* | Merge pull request #46281 from ydb-platform/merge-rightlib-260713-0103YDBot13 days50-167/+956
|\ \
| * | Sync branches 260713-0103YDBot13 days50-167/+956
| |\|
| | * YT-18571: Fold TExtendedYsonProducer into TYsonProducerbabenko14 days6-50/+20
| | | | | | | | | | | | commit_hash:265f5f763739e2a7a45e2089989c461c23ea77a6
| | * Fixed AI-found issues, batch 1aneporada14 days7-30/+27
| | | | | | | | | | | | commit_hash:502728d70e1f851b9da2e295a6d7c4e7b33f2ba5
| | * Update flake8 binariesshadchin14 days2-6/+15
| | | | | | | | | | | | commit_hash:0b98009621e1a6b2eafad9f53baad314c14fa1cb
| | * Fix use-after-free in TError during program shutdownperst2014 days2-16/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --- Type: fix Component: library/cpp/yt/error Problem: TError::Enricher_ and TError::FromExceptionEnricher_ are static class members whose destructors are registered when error.cpp is loaded. However, if any code calls Singleton<>() during static initialization before error.cpp loads, the OnExit handler gets registered in standard atexit() first. Due to LIFO ordering, at program exit the enrichers are destroyed before OnExit() runs, but OnExit() then destroys Singletons whose destructors may create TError objects (e.g., to cancel futures), which invokes Enrich() on the already-destroyed std::function, causing use-after-free. This can lead to intermittent segfaults depending on the link order of translation units. Solution: Store enrichers in a LeakySingleton<TEnricherStorage> so they are never destroyed, as TError can be created anywhere including during program shutdown. --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1582 commit_hash:a9607f0094b4c60414d00ebca844db6a2ceafeb9
| | * YT-18571: Drop the redundant `#undef FOO_INL_H_` from `-inl.h` guard blocks.babenko14 days12-12/+0
| | | | | | | | | | | | commit_hash:8ccfa9ed373c83b84c21d12078e06befb05f026c
| | * Add bit I/O and binary interpolative coding to library/cpp/yt/codingbabenko14 days8-0/+660
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ### `bit_io.h` MSB-first bit-stream writer/reader (`TBitWriter` / `TBitReader`) over a caller-owned buffer. The writer flushes whole 32-bit words via the unaligned-store API; the reader assumes a few bytes of over-read slack. ### `interpolative.h` - **Truncated-binary (minimal) code** — the entropy-optimal integer code for a uniform value in `[0, rangeSize)`. - **Binary interpolative coding** — `InterpolativeEncode` / `InterpolativeDecode` for sorted, strictly increasing integer sequences over a known range `[lo, hi]`. It recursively codes the median of each subrange, compressing clustered sequences well below a flat `log2` per element with no per-element headers. Length is conveyed out of band (e.g. via the existing `varint`). commit_hash:8baf84444b8cf8e8a6e32776b4ff48582187ac2b
| | * Intermediate changesrobot-piglet14 days8-43/+164
| | | | | | | | | | | | commit_hash:8af0bdb0e64115388dd042cdf03368fd7611a883
| | * Intermediate changesrobot-piglet14 days5-10/+41
| | | | | | | | | | | | commit_hash:28321331c1969bd72d182c9fadb787e0b1601554
* | | Merge pull request #46279 from ydb-platform/update-muted-ya_main_release-asanYDBot13 days1-20/+1
|\ \ \
| * | | Update muted_ya for release-asan mainYDBot13 days1-20/+1
| | | |
* | | | Update muted_ya for release-msan mainYDBot13 days1-0/+1
|/ / /
* | | Merge pull request #46278 from ydb-platform/update-muted-ya_main_release-msanYDBot13 days1-10/+0
|\ \ \
| * | | Update muted_ya for release-msan mainYDBot13 days1-10/+0
| |/ /
* | | Merge pull request #46280 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot13 days1-2/+0
|\ \ \
| * | | Update muted_ya for relwithdebinfo mainYDBot13 days1-2/+0
| |/ /
* / / Update muted_ya for release-tsan mainYDBot13 days1-13/+0
|/ /
* | Update muted_ya for release-asan mainYDBot14 days1-0/+1
| |
* | Update muted_ya for release-asan mainYDBot14 days1-0/+2
| |
* | Kv large object test (#46134)zverevgeny14 days2-13/+405
| | | | | | Co-authored-by: Copilot Autofix powered by AI <[email protected]>
* | docs: improve Java SDK recipe snippets (#43997)Kirill Kurdyukov14 days20-515/+1904
| | | | | | | | | | Co-authored-by: Cursor <[email protected]> Co-authored-by: sintjuri <[email protected]> Co-authored-by: Aleksey Myasnikov <[email protected]>
* | Docs: update after pgwire and PostgreSQL syntax removal (#45931)Aleksey Myasnikov2026-07-12113-12221/+117
| | | | | | | | Co-authored-by: Cursor <[email protected]> Co-authored-by: Copilot Autofix powered by AI <[email protected]>
* | docs: add Spring integrations section with spring-ydb-retry guide (#43010)Kirill Kurdyukov2026-07-127-0/+230
| | | | | | | | Co-authored-by: Cursor <[email protected]> Co-authored-by: sintjuri <[email protected]>
* | Docs: HybridRank custom fusion lambdas (RankLambda/ScoreLambda) (#45041)azevaykin2026-07-124-0/+174
| | | | | | Co-authored-by: sintjuri <[email protected]>
* | refactor query_execution (#44457)zverevgeny2026-07-124-80/+119
| | | | | | Co-authored-by: Copilot Autofix powered by AI <[email protected]>
* | Update muted_ya for release-tsan mainYDBot2026-07-121-0/+1
| |
* | Merge pull request #46253 from ydb-platform/update-muted-ya_main_release-tsanYDBot2026-07-121-0/+12
|\ \
| * | Update muted_ya for release-tsan mainYDBot2026-07-121-0/+12
| | |
* | | Update muted_ya for release-asan mainYDBot2026-07-121-0/+1
|/ /
* | Merge pull request #46242 from ydb-platform/merge-rightlib-260712-0103YDBot2026-07-1244-150/+577
|\ \