aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed MakeTempName() for paths > MAX_PATHstar-dm2024-04-034-17/+66
| | | | | | | added tests fixed MakeTempName() for paths > MAX_PATH d3aee81b508fa0de3fea66b71618981594f262e4
* Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, ↵robot-ya-builder2024-04-034-20/+24
| | | | | | | | | | | | os_test_tool_3, test_tool3 From hash: [f7b3e4897d0b26b95587fa58f3f2febaec04d8ca](https://a.yandex-team.ru/arcadia/commit/f7b3e4897d0b26b95587fa58f3f2febaec04d8ca) From revision: [13769975](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-ya-bin2-ya-bin3-tts&version=377) Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin) Update tools: ya_bin3, ya_bin, os_ya, test_tool, os_test_tool_3, test_tool3 b919bcabf5e55dc633662d6b19d769c431fa0d00
* [build] Rename ROSMSG to ROSdeshevoy2024-04-031-2/+2
| | | | | ISSUE: e58d00e6f19783818a807b297a186078b31e4e4c
* Intermediate changesrobot-piglet2024-04-035-37/+118
|
* 5eeabf6b50300e7e8d5a2089deaf9946fc3e9cf5snermolaev2024-04-031-7/+2
|
* Switch to go 1.22hiddenpath2024-04-031-2/+2
| | | | 9c9c223029c0734ec2fe8614b6ca60259f0fc7bf
* Update yfm-docs for ya make to Build time: 8.323msrobot-cozmo2024-04-031-4/+4
| | | | | | | | 4.19.3 Author: martyanov-av Sandbox task: https://sandbox.yandex-team.ru/task/2256232978 Docs version: None 38bcee8084ee0312afb3dc8a3e605a00ce5c9512
* Include commits with pretty-printers changes in gdb releasevadim-xd2024-04-031-0/+1
| | | | bfbbeab0e816a5bf9cfe13325ac84858ff21147d
* Update golang to 1.22.1hiddenpath2024-04-032614-330004/+339711
| | | | 2967d19c907adf59101a1f47b4208bd0b04a6186
* Ignore missing task I/O accounting (/proc/*/io)Konstantin Khlebnikov2024-04-021-13/+25
| | | | | | | | | | | This feature is missing in kernels built with CONFIG_TASK_IO_ACCOUNTING=n It's used for I/O engine statistics: "kernel_read_bytes", "kernel_written_bytes". --- 4a0264b832902e4cad6a8c31a38c6bc3fff27b4e Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/483
* Support some c-ares options in YT configGrigory Reznikov2024-04-023-1/+21
| | | | | | | | | No description --- 3971a04217d89905831824822771973f898d4f40 Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/500
* Intermediate changesrobot-piglet2024-04-0241-87/+0
|
* Inputizevpozdyayev2024-04-021-3/+3
| | | | ba7569780a9a0313674ff0c90e1da0b420dc6855
* Update yfm-docs for ya make to Build time: 9.482msrobot-cozmo2024-04-021-4/+4
| | | | | | | | 4.19.2 Author: martyanov-av Sandbox task: https://sandbox.yandex-team.ru/task/2255343918 Docs version: None 99977988b3f445d6bff6b7a87bec0c0882c821b2
* Cosmetic import_tablenadya022024-04-023-0/+106
| | | | | mv 6604fca1567d9e8ecae8905f5eaed912cb7c475d
* Upload new jdk-22+36robot-javacom2024-04-026-1/+81
| | | | | https://a.yandex-team.ru/projects/committeejava/ci/actions/flow?dir=devtools%2Fcontrib%2Fprepare_jdk&id=prepare-new-pr&number=41 de043a99ab748eeb392faa161c639dbe11a8aff3
* Revert commit rXXXXXX, move CPP_PROTO_* defaults out of _BASE_UNITsnermolaev2024-04-022-5/+11
| | | | a085c139e249fb9fc88c704d88b9a69ce94ddae1
* Support test splitting for blackiaz16072024-04-021-0/+5
| | | | 1eb74f74814063feea5de7bec24567c81d8ae8d8
* Update contrib/libs/re2 to 2024-04-01robot-contrib2024-04-024-6/+9
| | | | 5780471eca02c5e3f3d22242fe64bc61c6bde62b
* Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, ↵robot-ya-builder2024-04-024-20/+24
| | | | | | | | | | | | os_test_tool_3, test_tool3 From hash: [16a16c364cc31f0f6293053a5cfb2f3cfb3728ff](https://a.yandex-team.ru/arcadia/commit/16a16c364cc31f0f6293053a5cfb2f3cfb3728ff) From revision: [13760921](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-ya-bin2-ya-bin3-tts&version=376) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ya_bin3, os_ya, ya_bin, test_tool, os_test_tool_3, test_tool3 3e7e242f81d620fcad574d951e14e33ff1b9874b
* [build] Remove usages of msvs_source modifiertekireeva2024-04-021-7/+7
| | | | a33d7d5fd4c34565924eda41dba13f2b749d5649