summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | add backtrace to contrib/libs/apache/arrowbecalm2026-07-075-5/+33
| | | | | | | | | | | | | | | | commit_hash:9266fc178c148c46fa9f27ee4d912e20bb96edda
| | * | Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2026-07-074-20/+22
| | | | | | | | | | | | | | | | | | | | Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:684c3e40106736f3516f6f99cea670c8a1d920eb
| | * | YT-26429: Sequoia revision + ObjectService::Execute() orderingkvk19202026-07-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit does 2 things: 1) every request to Sequoia object is wrapped into a Sequoia transaction. Moreover, during request execution corresdponding row in node_id_to_path Sequoia table is locked to avoid races with removal of Sequoia object; 2) every modification of Sequoia object starts using commit timestamp of Sequoia transaction instead of master revision. This makes revision independent of master cell and guarantees that one observe revision increase even if Sequoia object was recreated with the same path but on the different master cell. (1) and (2) has feature flags in dynamic master config. (1) can be enabled and safely disabled. (2) must _not_ be disabled after it has been enabled. Enabling (2) requires (1) to be enabled. commit_hash:d9201e9610d6558d93cec5cc59e32cf13b3c3263
| | * | Cancel jobs instead of dropping them on controller losspechatnov2026-07-071-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | A worker that stays without controller heartbeats longer than controller_wait_timeout now cancels its jobs with a typed AbandonedJob error and keeps their runtime records, instead of dropping them and restarting the same job ids in place (which silently lost accepted-but-unconfirmed input messages, leaving upstream distributors waiting forever). The controller learns about the cancelled jobs through regular status reports and recreates them with new ids without the failure backoff. The execution spec is no longer reset on disconnect, so the data plane keeps working while the controller is away. Cancel jobs instead of dropping them on controller loss commit_hash:faf38ecdc0637d5ee86d50de3b5e22d6e148ae70
* | | | Update muted_ya for release-tsan mainYDBot2026-07-081-0/+19
| |_|/ |/| |
* | | Merge pull request #45884 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot2026-07-081-0/+1
|\ \ \
| * | | Update muted_ya for relwithdebinfo mainYDBot2026-07-081-0/+1
| | | |
* | | | Update muted_ya for release-msan mainYDBot2026-07-081-0/+1015
|/ / /
* | | Update muted_ya for release-msan mainYDBot2026-07-081-0/+1
| | |
* | | Merge pull request #45875 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot2026-07-081-2/+0
|\ \ \
| * | | Update muted_ya for relwithdebinfo mainYDBot2026-07-081-2/+0
| |/ /
* | | Merge pull request #45866 from ydb-platform/update-muted-ya_main_release-tsanYDBot2026-07-081-17/+0
|\ \ \
| * | | Update muted_ya for release-tsan mainYDBot2026-07-081-17/+0
| |/ /
* / / Update muted_ya for release-asan mainYDBot2026-07-081-32/+0
|/ /
* | Update muted_ya for release-asan mainYDBot2026-07-071-0/+2
| |
* | Merge pull request #45860 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot2026-07-071-0/+1
|\ \
| * | Update muted_ya for relwithdebinfo mainYDBot2026-07-071-0/+1
| | |
* | | Update muted_ya for release-asan mainYDBot2026-07-071-0/+7
|/ /
* | Update muted_ya for release-asan mainYDBot2026-07-071-0/+3
| |
* | Remove @snaury from node_broker CODEOWNERS (#45856)Ilia Shakhov2026-07-071-1/+1
| | | | | | Co-authored-by: Ilia Shakhov <[email protected]>
* | [NEW RBO] Cache expression InputIUs (#45823)alexpaniman2026-07-075-11/+19
| |
* | Merge pull request #45854 from ydb-platform/update-muted-ya_main_release-asanYDBot2026-07-071-0/+2
|\ \
| * | Update muted_ya for release-asan mainYDBot2026-07-071-0/+2
| | |
* | | corrupted data validation (#45526)Oleg Doronin2026-07-076-22/+182
| | | | | | | | | Co-authored-by: Copilot Autofix powered by AI <[email protected]>
* | | [YDB_LOG] Migrate ydb/core/tx/mediator (#44659)kseleznyov2026-07-078-143/+219
|/ /
* | viewer: fix VDisk state and available size reporting on Storage page (#45736)Innokentii Mokin2026-07-073-6/+312
| |
* | EXT-2335 Show human readable tablet types in tooltips in Hive dev UI (#45768)Vasilii Gerasimov2026-07-071-3/+4
| |
* | cancel on prepare has been fixed (#45578)Oleg Doronin2026-07-0721-79/+550
| |
* | Alter Table Compact for CS + refactoring (#45052)Iurii Kravchenko2026-07-0715-43/+582
| |
* | Add cpu_topology library (#45733)Nursan2026-07-07157-0/+1141
| |
* | Skip unfinished indexes during consistent table copy (and thus ↵Vitaliy Filippov2026-07-073-2/+69
| | | | | | | | export/backup) (#45746)
* | actualize hive default settings (#45645)vporyadke2026-07-072-7/+13
| |
* | Fix flaky test_viewer_cluster (#45731)Semyon Danilov2026-07-072-8/+24
| |
* | YQ-5434 streaming queries: iam auth test (#45289)Dmitry Kardymon2026-07-0719-2/+478
| |
* | [nbs2] delay provider for ddisk's session reconnect (#45795)Yudov Maksim2026-07-077-8/+254
| | | | | | Co-authored-by: Yudov Maksim <[email protected]>
* | Place one-to-one connected tasks on same node (#45349)Ivan2026-07-0717-794/+1986
| |
* | [nbs2] build fix (#45827)Yudov Maksim2026-07-071-3/+3
| | | | | | Co-authored-by: Yudov Maksim <[email protected]>
* | Merge pull request #45820 from ydb-platform/update-muted-ya_main_release-asanYDBot2026-07-071-0/+4
|\ \
| * | Update muted_ya for release-asan mainYDBot2026-07-071-0/+4
| | |
* | | EXT-2336 Add BlockStorePartition to hive TABLET_TYPE_SHORT_NAMES (#45754)Vasilii Gerasimov2026-07-071-1/+2
| | |
* | | [NEW RBO] Cache OutputIUs in operators (#44227)Pavel Velikhov2026-07-075-48/+143
|/ / | | | | | | Co-authored-by: Velikhov Pavel <[email protected]> Co-authored-by: alexpaniman <[email protected]>
* | [YQ-5061] Add SHOW CREATE EXTERNAL DATA SOURCE statement (#41080)Max2026-07-079-24/+287
| | | | | | | | Co-authored-by: Max Martinevsky <[email protected]> Co-authored-by: Claude Opus 4.7 <[email protected]>
* | [NBS] Fixed indirect write failure when node disconnected (#45774)Kirill Pleshivtsev2026-07-0712-57/+306
| |
* | WriteToManyPBuffersFallback flap test fix (#45782)Yudov Maksim2026-07-071-1/+5
| | | | | | Co-authored-by: Yudov Maksim <[email protected]>
* | Merge pull request #45798 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot2026-07-071-0/+2
|\ \
| * | Update muted_ya for relwithdebinfo mainYDBot2026-07-071-0/+2
| | |
* | | Compile YDB DOCS in YDB CLI conditionally again (#45759)Nikolay Perfilov2026-07-075-6/+14
| | |
* | | Update muted_ya for release-asan mainYDBot2026-07-071-0/+17
|/ /
* | Merge pull request #45789 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot2026-07-071-2/+2
|\ \
| * | Update muted_ya for relwithdebinfo mainYDBot2026-07-071-2/+2
| | |