aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* run pr-check on all branches contains -stable- (#3578)nikita kozlovsky2024-04-081-0/+1
|
* BTreeIndex Add GroupDataSize (#3478)kungurtsev2024-04-0810-60/+164
|
* The grpc stream must be finished in case of grpc proxy emmited YDB error (#3560)Daniil Cherednik2024-04-088-23/+17
| | | | | | | | | Changelog entry #3489 Changelog category Bugfix
* Add `REQUIREMENTS(cpu:all)` to the top level of every ya.make in ↵Vitaly Isaev2024-04-087-34/+121
| | | | `ydb/library/yql/providers/generic/connector/tests` (#3520)
* Right column order when block read (#3545)Александр Новожилов2024-04-084-19/+56
|
* Added event attribute to DSProxy.* spans (#3509)Oleg Shatov2024-04-0816-54/+89
|
* Add pragma for YT option 'expiration_timeout' (#3451)Vadim Averin2024-04-082-5/+4
|
* Merge pull request #3543 from ydb-platform/mergelibs-240408-0819AlexSm2024-04-08213-4510/+34884
|\ | | | | Library import 240408-0819
| * Import libraries 240408-0819Alexander Smirnov2024-04-081-1/+1
| |
| * Merge branch 'rightlib' into mergelibs-240408-0819Alexander Smirnov2024-04-08212-4509/+34883
| |\
| | * YT-18503: Mirror Cypress Tx to Sequoia Groundkvk19202024-04-0710-17/+82
| | | | | | | | | | | | e6d585180289325f8082f42f85a60478194ba266
| | * Master connection config fix YT-20418cherepashka2024-04-072-25/+26
| | | | | | | | | | | | | | | Required -> optional fileds 3a041423870525a910695988c07fc8ee8585d214
| | * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-04-071-1/+1
| | | | | | | | | | | | ed46af53587fda3122e7fdad8c6f60ef76e66e0e
| | * Intermediate changesrobot-piglet2024-04-074-4/+9
| | |
| | * Add THttpServerOutput::ContentBytesWrittenvadim-xd2024-04-061-1/+3
| | | | | | | | | | | | 042561a12173d74b7f904c5e5b4c2a89c148015f
| | * Intermediate changesrobot-piglet2024-04-064-7/+10
| | |
| | * YT-21472: Disable slot manager if layer cache disableddon-dron2024-04-056-22/+62
| | | | | | | | | | | | 9cfa8a698bc7b54a4c21e77846419a417ca66eea
| | * YT-21402: Fibers Refactoring pt.1: Introduce FunctionView to use it as ↵arkady-e1ppa2024-04-0512-178/+884
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AfterSwitch and improved registry algorithm 1) Added FunctionView -- non-owning type-erasure container. If we know that lambda lifetime is long enough, we can save up allocation by using this instead of TCallback. 2) Used FunctionView as AfterSwitch inside FiberSchedulerThread. We saved up a bunch of allocations (e.g. net worst-case allocations per suspend changed from 4 (x2 after switch + fiber allocation + enqueue to idle pool lf stack) to 2 (fiber allocation + enqueue to idle pool lf stack). 3) Fiber is not longer RefCounted. Its lifetime is managed via contract with TFiberRegistry. 4) TFiberRegistry is now lock-free for fiber insertion and deletion. For introspector it is still blocking. 5) "Introduced" SimpleIntrusiveList and IntrusiveMPSCStack to work be used in aforementioned TFiberRegistry. 6) elsedef branch of YT_REUSE_FIBERS was broken for about 3 years cause of double SetAfterSwitch. Now fixed. 7) (3), (4) and (5) caused some changes in yt_fiber_printers because some stuff was hardcoded there. Compat is in place. d6cf2ae5801c87813a21ca3e7243e1b2baa09f35
| | * YDB Import 592robot-ydb-importer2024-04-0523-3315/+0
| | | | | | | | | | | | c6406a6fe091e307711ab90b789a786479e74a3a
| | * Intermediate changesrobot-piglet2024-04-058-97/+154
| | |
| | * Update asm in jacocoiaz16072024-04-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | В Аркадии сейчас не работает `java-coverage` для `kotlin`-проектов под новыми `jdk`. Насколько я понимаю, причина в используемом при подсчете покрытия [jacoco](https://a.yandex-team.ru/arcadia/devtools/jacoco-agent-devtools?rev=13788979). При попытке получить покрытие получаем ошибки вида `java.lang.instrument.IllegalClassFormatException: Error while instrumenting javax/script/SimpleBindings.`и отсутствие покрытия https://paste.yandex-team.ru/16f37a03-3de2-434a-a9f3-323f19f673ac После обновления используемой версии `asm`, покрытие начинает появляться: https://paste.yandex-team.ru/86c6b855-3367-44ca-9cda-b2b9131f1ff4 27e0c76d122b6b16984457481f0f644db850e707
| | * Intermediate changesrobot-piglet2024-04-051-2/+1
| | |
| | * Do not drop adincls in ya make opensource build because of cmake export ↵svidyuk2024-04-058-37/+106
| | | | | | | | | | | | | | | | | | replacements a118aa391374ee757d795d5237e28fb8cf1e74fe
| | * Revert commit rXXXXXX, delete obsolete multimodule YQL_UDF_YDBsnermolaev2024-04-051-0/+21
| | | | | | | | | | | | ea2f74d8d807ed70418e46163aaff06363beca94
| | * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-04-041-1/+1
| | | | | | | | | | | | 885af1f4dbd3971fa148db453793b3bcba86ea06
| | * Fix preedirs yt/cpp/mapreduce/library/table_schemanadya022024-04-045-122/+0
| | | | | | | | | | | | | | | fix preedirs 6bb186d9bd0ececb764c3e8596d8360098ad5124
| | * Use same configs in ya style and style-testsmikhnenko2024-04-044-100/+7
| | | | | | | | | | | | 853c2293128f6f534d97c1a5c97204e1f72868cf
| | * Rebuild clang-format with ttl=infmikhnenko2024-04-041-0/+10
| | | | | | | | | | | | 66fb9b2206429eca139f47eefe9d79b58a447a5b
| | * YT: Apply aliasing rules in CreateClientImplpechatnov2024-04-041-3/+1
| | | | | | | | | | | | | | | Поддерживаю алиасинг урлов для функции NYT::CreateClient c111a561639e4c8fdd73d9df66f41ec29e4dbe5e
| | * Intermediate changesrobot-piglet2024-04-0433-50/+1903
| | |
| | * Remove unusued fieldsGrigory Reznikov2024-04-041-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | These fields were moved to `TAddressResolverConfig`, but were not removed from `TAresDnsResolverConfig`. --- d3f4cd7f1891c69af4b48d51d12c06abb2fba55d Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/502
| | * delete obsolete multimodule YQL_UDF_YDBsnermolaev2024-04-041-21/+0
| | | | | | | | | | | | 880ebb40cc315f82a6cab1da37691784ef9219a6
| | * Intermediate changesrobot-piglet2024-04-0415-483/+1222
| | |
| | * Improve generated cmake disclamersvidyuk2024-04-041-5/+13
| | | | | | | | | | | | e9f415115eeddf99b539fd8f1864c3a1f122cf6d
| | * YT-19625: Better lag calculation for chaos nodesosidorkin2024-04-043-0/+365
| | | | | | | | | | | | 24176d3c6131c680513bec67ac4412e5717e3ac2
| | * Add missing arm intrinsic (used in contrib/libs/eigen)thegeorg2024-04-031-0/+1
| | | | | | | | | | | | 6b6130be7b24c4bac7ece7d8661de59e1cd0cd55
| | * Fix address resolver configurationGrigory Reznikov2024-04-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | No description --- ffe4810fe89b2172e8730dcf902efd8767bc3868 Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/501
| | * Export CRoaring to YDBdjant2024-04-0354-0/+29902
| | | | | | | | | | | | 6678dec27164a5072c9d59a374c825a579fb27a8
| | * Set empty default value to platformshiddenpath2024-04-031-0/+1
| | | | | | | | | | | | 83fbdf1b24e11682d645ebddc398c3b197443ec1
| | * YT-20426: Support shared write locks on rpc proxyponasenko-rs2024-04-039-11/+82
| | | | | | | | | | | | 3204feb9fdc0206822f63b61749f4622c4398afb
| | * Intermediate changesrobot-piglet2024-04-034-11/+7
| | |
| | * Fix tidy graph generationiaz16072024-04-032-4/+26
| | | | | | | | | | | | d73e9d9d44959cde8441e9d1fca4068504282b2e
| | * Add `-Clause-LBNL`shadchin2024-04-031-0/+1
| | | | | | | | | | | | 8bb6f4febc15de33fe0d0ec2d815e44ded809be8
| | * Intermediate changesrobot-piglet2024-04-031-1/+2
| | |
* | | fix local db downsampling (#3487)Alexey Efimov2024-04-083-68/+54
| | |
* | | Support ListFromRange for bigdates (#3514)amikish2024-04-087-11/+117
| | |
* | | Add forgotten arg in ydbd_slice (#3556)Maxim Yurchuk2024-04-081-0/+5
| | |
* | | Reading for autoscale (old sdk, intermediate) (#3490)Nikolay Shestakov2024-04-0812-117/+610
| | |
* | | [Configs] Add basic audit for yaml configs (#3531)Innokentii Mokin2024-04-088-46/+780
| | |
* | | Support new datetime types in range. (#3539)Tony-Romanov2024-04-081-3/+6
| | |