Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Intermediate changes | robot-piglet | 2024-01-31 | 6 | -14/+14 |
| | |||||
* | remove -Wno-unused-but-set-variable | dzen03 | 2024-01-31 | 1 | -1/+1 |
| | |||||
* | Support wide strings (and string_views) in Out<> / IOutputStream | thegeorg | 2024-01-31 | 3 | -20/+104 |
| | |||||
* | Switch -w to -Wno-everything on C with GNU compilers | dzen03 | 2024-01-31 | 1 | -1/+1 |
| | |||||
* | Intermediate changes | robot-piglet | 2024-01-31 | 245 | -8185/+926 |
| | |||||
* | Update library increment script | Alexander Smirnov | 2024-01-31 | 1 | -6/+0 |
| | |||||
* | YQL-17706 fixed deallocation size (#1449) | Vitaly Stoyan | 2024-01-31 | 2 | -2/+4 |
| | | | | | * init * pfree | ||||
* | fix columns set algebra (#1450) | ivanmorozov333 | 2024-01-31 | 1 | -4/+1 |
| | |||||
* | Revert "Move yql dq job core in os (#1440)" (#1461) | Ilnaz Nizametdinov | 2024-01-31 | 4 | -449/+0 |
| | | | This reverts commit cd27de93a8126f873c11f0b40309b5a3d7339a7b. | ||||
* | Mute some flaky tests (#1456) | Ilnaz Nizametdinov | 2024-01-31 | 1 | -1/+6 |
| | |||||
* | Revert "Add light indicator for bursts to BsCostModel, #1336 (#1337)" (#1458) | Ilnaz Nizametdinov | 2024-01-31 | 9 | -462/+336 |
| | | | This reverts commit 3b1a363cecc7a179a26519f4c3f3964c43183c2b. | ||||
* | Move yql dq job core in os (#1440) | Marina Pereskokova | 2024-01-31 | 4 | -0/+449 |
| | |||||
* | schemeshard: fix copy-tables memory hog (#1442) | ijon | 2024-01-31 | 2 | -12/+19 |
| | | | | | | | | | | | | | | | | | | | Export launches copy-tables operation, copy-tables invokes multiple copy table suboperations, each copy-table suboperation grabs and saves aside metadata of table's subdomain (to be able to restore original subdomain state in case IgniteOperation() fails). Straightforward implementation of TMemChanges resulted in that the same and only subdomain being copied multiple times. Which for massive export actions with many-many tables copied is both cpu intensive and, more importantly, requires excessive amount of memory (up to several observed OOM events). This fix changes TMemChanges to store only one subdomain state version per operation. Which is correct and appropriate for copy-tables and all other (sub)operations. KIKIMR-20242 | ||||
* | Extra test for patching logic (#1446) | Alexander Rutkovsky | 2024-01-31 | 2 | -0/+300 |
| | |||||
* | LOGBROKER-8783 propose api (#537) | ildar-khisambeev | 2024-01-31 | 8 | -132/+528 |
| | | | | | | | | | | | | | * Propose read policy settings for fed sdk api * better api * implementation * issues (except logging) * provide topic origin info * more issues, add basic test | ||||
* | Add light indicator for bursts to BsCostModel, #1336 (#1337) | Sergey Belyakov | 2024-01-31 | 9 | -336/+462 |
| | | | | | | | | | | | * Move TLight to core/util, add BurstDetector to TBsCostTracker * Add UT * Count PDisk responses, fix UT build * Update BurstDetector * Fix UT | ||||
* | Increase subprocess timeout to fix test (#1424) | Vasily Gerasimov | 2024-01-31 | 1 | -1/+1 |
| | |||||
* | YQL-17542 pass allocator from ComputeActor to TaskRunnerActor (#1445) | zverevgeny | 2024-01-31 | 11 | -44/+36 |
| | |||||
* | YQL-17542 move PrepareTaskRunner to TDqSyncComputeActorBase (#1416) | zverevgeny | 2024-01-31 | 3 | -34/+34 |
| | |||||
* | init (#1437) | Vitaly Stoyan | 2024-01-31 | 14 | -38/+295 |
| | |||||
* | fix memory prediction calculator (#1432) | ivanmorozov333 | 2024-01-31 | 2 | -18/+29 |
| | | | | | * fix memory prediction calculator * clean | ||||
* | [YQL-17697] Disable core dumps for udf_resolver (#1439) | Andrey Neporada | 2024-01-31 | 1 | -0/+7 |
| | |||||
* | Change max size of DP table (#1423) | Dark-Avery | 2024-01-31 | 2 | -7/+7 |
| | | | | | | | | | * Change max size of DP table * Change size of bitset for graph joins * minor fix * minor fix | ||||
* | Remove outdated ydbd server options (#1433) | Innokentii Mokin | 2024-01-31 | 5 | -317/+4 |
| | |||||
* | Limit v2 compute load by CPU (#861) | Hor911 | 2024-01-30 | 11 | -13/+584 |
| | | | | | | | | | | | * Limit v2 compute load by CPU * Mon fix * Per db load config + cpu load ajustment (cashback) * Review fixes * Clear config etc | ||||
* | Mute some flaky tests (#1430) | Ilnaz Nizametdinov | 2024-01-30 | 1 | -3/+4 |
| | |||||
* | Move signals yql lib in os (#1435) | Marina Pereskokova | 2024-01-30 | 6 | -0/+498 |
| | |||||
* | Revert "the default value for the EnablePQConfigTransactionsAtSchemeShard ↵ | Ilnaz Nizametdinov | 2024-01-30 | 1 | -1/+1 |
| | | | | flag" (#1434) | ||||
* | YQL-17348 pg_auth_members, YQL-17351 pg_roles (#1418) | Vitaly Stoyan | 2024-01-30 | 12 | -9/+199 |
| | | | | | * init * style | ||||
* | Mute some flaky tests (#1421) | Ilnaz Nizametdinov | 2024-01-30 | 1 | -0/+2 |
| | |||||
* | Finsh grpc stream without extra empty message for query service. (#1415) | Daniil Cherednik | 2024-01-30 | 9 | -25/+49 |
| | | | https://github.com/ydb-platform/ydb/issues/1314 | ||||
* | Remove outdated ydbd serverconfig option (#1422) | Innokentii Mokin | 2024-01-30 | 1 | -27/+0 |
| | |||||
* | Temporary disable mixed column/row tables transactions (#1412) | Nikita Vasilev | 2024-01-30 | 5 | -37/+111 |
| | |||||
* | win build has been fixed (#1411) | Oleg Doronin | 2024-01-30 | 1 | -1/+1 |
| | |||||
* | fix (#1419) | Vitaly Stoyan | 2024-01-30 | 1 | -0/+1 |
| | |||||
* | Enabled multiple join implementations in CBO (#1396) | Pavel Velikhov | 2024-01-30 | 31 | -141/+1011 |
| | | | | | | | | | | | * Intermediate commit to save work * Enabled multiple join implementations in CBO * Addressed Alexey's comments, added opt level 2 * Fixed a TPCH11 bug, losing JoinKind * Fixed DQ CBO unit test | ||||
* | значение по умолчанию для флага ↵ | Alek5andr-Kotov | 2024-01-30 | 1 | -1/+1 |
| | | | | EnablePQConfigTransactionsAtSchemeShard (#1420) | ||||
* | [YQ-1997] Refactor create external data source / external table schemeshard ↵ | Alexey Uzhegov | 2024-01-30 | 7 | -467/+773 |
| | | | | operations (#1119) | ||||
* | create statistics aggregator tablet during migration (#1393) | Aleksandr Dmitriev | 2024-01-30 | 11 | -94/+221 |
| | |||||
* | Health check for exclusive dynamic nodes KIKIMR-20818 (#1223) | Ilia Shakhov | 2024-01-30 | 3 | -22/+919 |
| | | | | * Health check for exclusive dynamic nodes KIKIMR-20818 | ||||
* | EnableExternalDataSources by default true (#1408) | Nikolay Shestakov | 2024-01-30 | 1 | -1/+1 |
| | |||||
* | Topic split/merge for write (#1386) | Nikolay Shestakov | 2024-01-30 | 30 | -714/+277 |
| | |||||
* | Blocks for first stages (#1404) | Nikita Vasilev | 2024-01-30 | 4 | -32/+165 |
| | |||||
* | Use EnableForceFollowers in some datashard tests (#1381) | Aleksei Borzenkov | 2024-01-30 | 2 | -9/+3 |
| | |||||
* | Fix empty yaml config handling in ydb cli (#1409) | Innokentii Mokin | 2024-01-30 | 1 | -4/+11 |
| | |||||
* | Mute some flaky tests (#1413) | Ilnaz Nizametdinov | 2024-01-30 | 1 | -1/+1 |
| | |||||
* | Mute some flaky tests (#1407) | Ilnaz Nizametdinov | 2024-01-30 | 1 | -3/+4 |
| | |||||
* | [YQ-1997] OR REPLACE grammar support for EXTERNAL DATA SOURCE and EXTERNAL ↵ | Alexey Uzhegov | 2024-01-30 | 21 | -76/+218 |
| | | | | TABLE (#1318) | ||||
* | YQL-17542 helpers for compute actor async intputs (#1390) | zverevgeny | 2024-01-30 | 6 | -166/+258 |
| | | | | | | | * YQL-17542 helpers for compute actor async intputs * fix build * remove dups | ||||
* | Do not lock already locked node KIKIMR-20904 (#1401) | Ilia Shakhov | 2024-01-30 | 3 | -4/+34 |
| |