aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Extract log4j version to a variabletarasov-dmtr2024-01-311-3/+3
|
* Update vendor/github.com/envoyproxy/go-control-plane to 0.12.0robot-contrib2024-01-31468-85156/+17720
|
* Enum serialization cmake build fixsvidyuk2024-01-312-4/+10
|
* Intermediate changesrobot-piglet2024-01-3170-388/+161
|
* Move enum_indexed_array from misc to containersbabenko2024-01-3113-11/+16
|
* Fix bugs in CUDA libs pruningkickbutt2024-01-311-2/+7
| | | | | | Чиним две проблемы, обнаруженные опытным путём: * во-первых, cudart не содержит никакого девайсного кода, поэтому её не имеет смысла прунить * во-вторых, нам для линковки могут передать несуществующие директории, поэтому делаем код проверок чуть более многословным
* Export module headers to cmakesvidyuk2024-01-311-2/+4
|
* Automatic release build for ymake, os_ymakerobot-ya-builder2024-01-313-10/+20
| | | | | | | | | From hash: [5f1e7b1334b040526db2b89251426b5e48f66c65](https://a.yandex-team.ru/arcadia/commit/5f1e7b1334b040526db2b89251426b5e48f66c65) From revision: [13314770](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ymake&version=159) Flow triggered by user: [svidyuk](https://staff.yandex-team.ru/svidyuk) Update tools: ymake, os_ymake
* Intermediate changesrobot-piglet2024-01-315-76/+101
|
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-01-311-1/+1
|
* Intermediate changesrobot-piglet2024-01-316-44/+94
|
* Drop TEnumIndexedVectorbabenko2024-01-314-129/+0
|
* Intermediate changesrobot-piglet2024-01-316-14/+14
|
* remove -Wno-unused-but-set-variabledzen032024-01-311-1/+1
|
* Support wide strings (and string_views) in Out<> / IOutputStreamthegeorg2024-01-313-20/+104
|
* Switch -w to -Wno-everything on C with GNU compilersdzen032024-01-311-1/+1
|
* Intermediate changesrobot-piglet2024-01-31245-8185/+926
|
* Update library increment scriptAlexander Smirnov2024-01-311-6/+0
|
* YQL-17706 fixed deallocation size (#1449)Vitaly Stoyan2024-01-312-2/+4
| | | | | * init * pfree
* fix columns set algebra (#1450)ivanmorozov3332024-01-311-4/+1
|
* Revert "Move yql dq job core in os (#1440)" (#1461)Ilnaz Nizametdinov2024-01-314-449/+0
| | | This reverts commit cd27de93a8126f873c11f0b40309b5a3d7339a7b.
* Mute some flaky tests (#1456)Ilnaz Nizametdinov2024-01-311-1/+6
|
* Revert "Add light indicator for bursts to BsCostModel, #1336 (#1337)" (#1458)Ilnaz Nizametdinov2024-01-319-462/+336
| | | This reverts commit 3b1a363cecc7a179a26519f4c3f3964c43183c2b.
* Move yql dq job core in os (#1440)Marina Pereskokova2024-01-314-0/+449
|
* schemeshard: fix copy-tables memory hog (#1442)ijon2024-01-312-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 Rutkovsky2024-01-312-0/+300
|
* LOGBROKER-8783 propose api (#537)ildar-khisambeev2024-01-318-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 Belyakov2024-01-319-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 Gerasimov2024-01-311-1/+1
|
* YQL-17542 pass allocator from ComputeActor to TaskRunnerActor (#1445)zverevgeny2024-01-3111-44/+36
|
* YQL-17542 move PrepareTaskRunner to TDqSyncComputeActorBase (#1416)zverevgeny2024-01-313-34/+34
|
* init (#1437)Vitaly Stoyan2024-01-3114-38/+295
|
* fix memory prediction calculator (#1432)ivanmorozov3332024-01-312-18/+29
| | | | | * fix memory prediction calculator * clean
* [YQL-17697] Disable core dumps for udf_resolver (#1439)Andrey Neporada2024-01-311-0/+7
|
* Change max size of DP table (#1423)Dark-Avery2024-01-312-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 Mokin2024-01-315-317/+4
|
* Limit v2 compute load by CPU (#861)Hor9112024-01-3011-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 Nizametdinov2024-01-301-3/+4
|
* Move signals yql lib in os (#1435)Marina Pereskokova2024-01-306-0/+498
|
* Revert "the default value for the EnablePQConfigTransactionsAtSchemeShard ↵Ilnaz Nizametdinov2024-01-301-1/+1
| | | | flag" (#1434)
* YQL-17348 pg_auth_members, YQL-17351 pg_roles (#1418)Vitaly Stoyan2024-01-3012-9/+199
| | | | | * init * style
* Mute some flaky tests (#1421)Ilnaz Nizametdinov2024-01-301-0/+2
|
* Finsh grpc stream without extra empty message for query service. (#1415)Daniil Cherednik2024-01-309-25/+49
| | | https://github.com/ydb-platform/ydb/issues/1314
* Remove outdated ydbd serverconfig option (#1422)Innokentii Mokin2024-01-301-27/+0
|
* Temporary disable mixed column/row tables transactions (#1412)Nikita Vasilev2024-01-305-37/+111
|
* win build has been fixed (#1411)Oleg Doronin2024-01-301-1/+1
|
* fix (#1419)Vitaly Stoyan2024-01-301-0/+1
|
* Enabled multiple join implementations in CBO (#1396)Pavel Velikhov2024-01-3031-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-Kotov2024-01-301-1/+1
| | | | EnablePQConfigTransactionsAtSchemeShard (#1420)
* [YQ-1997] Refactor create external data source / external table schemeshard ↵Alexey Uzhegov2024-01-307-467/+773
| | | | operations (#1119)