| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
9cfa8a698bc7b54a4c21e77846419a417ca66eea
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
c6406a6fe091e307711ab90b789a786479e74a3a
|
| |
|
|
|
|
|
|
|
|
| |
В Аркадии сейчас не работает `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
|
| |
|
|
|
|
|
|
| |
replacements
a118aa391374ee757d795d5237e28fb8cf1e74fe
|
|
|
|
| |
ea2f74d8d807ed70418e46163aaff06363beca94
|
|
|
|
| |
885af1f4dbd3971fa148db453793b3bcba86ea06
|
|
|
|
|
| |
fix preedirs
6bb186d9bd0ececb764c3e8596d8360098ad5124
|
|
|
|
| |
853c2293128f6f534d97c1a5c97204e1f72868cf
|
|
|
|
| |
66fb9b2206429eca139f47eefe9d79b58a447a5b
|
|
|
|
|
| |
Поддерживаю алиасинг урлов для функции NYT::CreateClient
c111a561639e4c8fdd73d9df66f41ec29e4dbe5e
|
| |
|
|
|
|
|
|
|
|
|
| |
These fields were moved to `TAddressResolverConfig`, but were not removed from `TAresDnsResolverConfig`.
---
d3f4cd7f1891c69af4b48d51d12c06abb2fba55d
Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/502
|
|
|
|
| |
880ebb40cc315f82a6cab1da37691784ef9219a6
|
| |
|
|
|
|
| |
e9f415115eeddf99b539fd8f1864c3a1f122cf6d
|
|
|
|
| |
24176d3c6131c680513bec67ac4412e5717e3ac2
|
|
|
|
| |
6b6130be7b24c4bac7ece7d8661de59e1cd0cd55
|
|
|
|
|
|
|
|
|
| |
No description
---
ffe4810fe89b2172e8730dcf902efd8767bc3868
Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/501
|
|
|
|
| |
6678dec27164a5072c9d59a374c825a579fb27a8
|
|
|
|
| |
83fbdf1b24e11682d645ebddc398c3b197443ec1
|
|
|
|
| |
3204feb9fdc0206822f63b61749f4622c4398afb
|
| |
|
|
|
|
| |
d73e9d9d44959cde8441e9d1fca4068504282b2e
|
|
|
|
| |
8bb6f4febc15de33fe0d0ec2d815e44ded809be8
|
| |
|
|
|
|
|
|
|
| |
added tests
fixed MakeTempName() for paths > MAX_PATH
d3aee81b508fa0de3fea66b71618981594f262e4
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
ISSUE:
e58d00e6f19783818a807b297a186078b31e4e4c
|
| |
|
| |
|
|
|
|
| |
9c9c223029c0734ec2fe8614b6ca60259f0fc7bf
|
|
|
|
|
|
|
|
| |
4.19.3
Author: martyanov-av
Sandbox task: https://sandbox.yandex-team.ru/task/2256232978
Docs version: None
38bcee8084ee0312afb3dc8a3e605a00ce5c9512
|
|
|
|
| |
bfbbeab0e816a5bf9cfe13325ac84858ff21147d
|
|
|
|
| |
2967d19c907adf59101a1f47b4208bd0b04a6186
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
No description
---
3971a04217d89905831824822771973f898d4f40
Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/500
|
| |
|
|
|
|
| |
ba7569780a9a0313674ff0c90e1da0b420dc6855
|
|
|
|
|
|
|
|
| |
4.19.2
Author: martyanov-av
Sandbox task: https://sandbox.yandex-team.ru/task/2255343918
Docs version: None
99977988b3f445d6bff6b7a87bec0c0882c821b2
|
|
|
|
|
| |
mv
6604fca1567d9e8ecae8905f5eaed912cb7c475d
|
|
|
|
|
| |
https://a.yandex-team.ru/projects/committeejava/ci/actions/flow?dir=devtools%2Fcontrib%2Fprepare_jdk&id=prepare-new-pr&number=41
de043a99ab748eeb392faa161c639dbe11a8aff3
|
|
|
|
| |
a085c139e249fb9fc88c704d88b9a69ce94ddae1
|
|
|
|
| |
1eb74f74814063feea5de7bec24567c81d8ae8d8
|
|
|
|
| |
5780471eca02c5e3f3d22242fe64bc61c6bde62b
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
a33d7d5fd4c34565924eda41dba13f2b749d5649
|