aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refactor and optimize codicilsbabenko2024-11-1811-181/+303
| | | | commit_hash:30618525152a8c509f47609026d2284a9329534e
* Use batch invoke to reduce the number of wakeups in TDelayedExecutorbabenko2024-11-181-11/+15
| | | | commit_hash:f82fadcde7021c9fcc92f4c9123e0d9d197a79ed
* YT-18571: Drop redundant virtual in presence of overridebabenko2024-11-1813-47/+47
| | | | commit_hash:345623486137a7e3c850370cbc99558dc6c20801
* Migrate more addresses to std::stringbabenko2024-11-178-13/+13
| | | | commit_hash:10f47c96a6a026db591a9ae3270af3e38a27efdd
* Fix batch version of TInvokerWrapper::Invokebabenko2024-11-177-16/+73
| | | | commit_hash:fdb8d24f36e28a431b24b50b7bfd40f6c5a7b001
* YT-22885: CheckedEnumCast -> FromProto where appropriatebabenko2024-11-1713-34/+38
| | | | commit_hash:90a3192a5c089821f4301c6dad6d82e65e274cb3
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-11-171-1/+1
| | | | commit_hash:b6c853aa9dfce004915ca07c10eead963195eb97
* YT-22885: FromProto -> CheckedEnumCast for enumsbabenko2024-11-172-3/+5
| | | | commit_hash:6cd1ed86ea24329ed43cda7c28b2c42c55e868c7
* Intermediate changesrobot-piglet2024-11-171-14/+20
| | | | commit_hash:703034384289d4413f5761736c0a0204198ea13b
* YT-18537: Expiration of nodes in Sequoiadanilalexeev2024-11-161-2/+3
| | | | | Sequoia node expiration uses the same mechanism as for master nodes. Master servers are responsible for access tracking and removal of expired nodes with only difference that removal requests are now executed at Cypress Proxies. Moreover, these changes ensure the proper Sequoia nodes life prolongation via requests. commit_hash:675c4b5d2ba1ecf158cddb3f2e8dc0bd04d84b72
* Intermediate changesrobot-piglet2024-11-166-12/+13
| | | | commit_hash:892a91804b4df7261c13e779f9cd1a821adf4044
* YT-22885: Handle unknown values in (Try)CheckedEnumCastbabenko2024-11-163-3/+61
| | | | commit_hash:5ce8019253cdb971d1af36350e3efa3a4ec8545c
* Fix build for vanilla protobufbabenko2024-11-161-2/+2
| | | | commit_hash:8e1de57cc60337fc8ff51a7cbfe9f4efe37d5b98
* Cosmeticsbabenko2024-11-161-1/+1
| | | | commit_hash:e62b6009d92c71c8647ca5915f070fa17e3d9ecf
* Optimize returning service/method in TServiceContextBasebabenko2024-11-165-29/+31
| | | | commit_hash:5bf4c8b492fdc2e24b6225881fb015db596a6c05
* YDB Import 622robot-ydb-importer2024-11-162-51/+0
| | | | commit_hash:a2bd81b4ecf17197f540e5096040491a78428687
* YT-20603: Change enable_legacy_rpc_codecs's default to falsedanilalexeev2024-11-161-2/+2
| | | | commit_hash:0a518724f12077d075856c9166f570deb6652bb0
* YT-23530: Do not compress response message attachments when it is unneededdanilalexeev2024-11-162-10/+13
| | | | commit_hash:4c7c998726dc08c92babb6c9bd6ab8926c095172
* Intermediate changesrobot-piglet2024-11-161-3/+9
| | | | commit_hash:f2a9fd23d41396b6584b6d133ba2c57fa370863a
* Stop reusing error instancesbabenko2024-11-161-6/+3
| | | | commit_hash:12e3f2d462d1e55b1fb7571acfe28da6d207767d
* Intermediate changesrobot-piglet2024-11-161-1/+1
| | | | commit_hash:202f8bd6dd019b30f375405881463c996d4546b7
* YT-23439: Fix block size estimation in scan writersabdenovch2024-11-156-17/+18
| | | | commit_hash:6bc02d261d376710e0d08f9372def30d3acfa949
* Intermediate changesrobot-piglet2024-11-151-0/+2
| | | | commit_hash:2ad7a4bc9a9ae76fb2a70feb2681becd0de5c5c7
* Update contrib/libs/apache/orc to 2.0.3robot-contrib2024-11-154-4/+7
| | | | commit_hash:14f1aaf61c47ab6ad2bd87d8bf69b0fc904cb75b
* Intermediate changesrobot-piglet2024-11-151-0/+18
| | | | commit_hash:a6a45dae782d717c6deaac6a872c24c593927350
* YT-23122: Use master caches to cache chaos replication card residencyosidorkin2024-11-152-2/+17
| | | | commit_hash:2828610de8fe23e3df32c1c3bcb2a9a754a8d920
* Add tcmalloc soft limit memory handlerilezhankin2024-11-154-0/+71
| | | | commit_hash:30c5264fd43f57937d3355fd8096e0a447ce19e1
* Intermediate changesrobot-piglet2024-11-152-7/+0
| | | | commit_hash:1aefee359cc53471118d5354ffae0495229716df
* Update libcxx to 19 Oct d173ce4a670e88b65c52f6fc1bf10d133ee35704mikhnenko2024-11-1576-1394/+1705
| | | | commit_hash:c1da7a8a6580c15e8af41b1a4847da2163706905
* Clean ya.make from already removed scriptsvidyuk2024-11-151-1/+0
| | | | commit_hash:e811732b6c0317af9d138edf53dce95f5f2c63d6
* Make wire protocol reader validation limits configurableAleksandr Gaev2024-11-152-17/+38
| | | | | | | | | | | | | | | Currently, WireProtocol**Writer** can write string values of arbitrary size (It does not do validation), but WireProtocol**Reader** validates string lengths while reading, and it uses constant values for dynamic tables for it. WireProtocol is used to pass results between QueryTracker and engines (YQL, for example), and they do not have to obey dynamic tables limits. I think it is used in RpcProxies too, while working with static tables. This PR adds ability to configure validation limits for wire protocol reader, so we can configure it in QueryTracker and RpcProxies to work with big values You can see how it will be used in QueryTracker in this PR: https://github.com/ytsaurus/ytsaurus/pull/944 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/943 commit_hash:a03322fcfae53f57c71ba19b12acec307896bb2d
* Support Android build for libidnkharcheva2024-11-152-1/+8
| | | | | discussion <HIDDEN_URL> commit_hash:428d97f442749f3909973ecf3ca24cb9cf1e9f56
* [build] ros: Add Python supportdeshevoy2024-11-151-1/+1
| | | | commit_hash:72c9a8fb687ae6bec48f141dc2d8d7eb75ed1500
* Upgrades for AP in templates, some fixesdimdim112024-11-155-31/+65
| | | | | Upgrades for AP in templates, some fixes commit_hash:63f7bbc30e5df3c590e65c9b54346158193efd45
* Allow per-module switch to atd_ro_snapshot from arcadia rootthegeorg2024-11-141-0/+4
| | | | commit_hash:d8d2d7bd705c50833ff6e4b03fda17f1c97ca3b7
* Move clang-format to its own diralevitskii2024-11-141-1/+1
| | | | | | | Move clang-format to its own dir Хотим привозить clang-format как ресурс в тулу для линтинга, но не привозить все clangN commit_hash:b4d7e2e6953aec15dc41dd523140df5c2ccf685e
* Fix checking Bus message limits on replybabenko2024-11-141-1/+1
| | | | commit_hash:f512a7722e094d0c9aefb0ada7750298582b605a
* Add optimizer flag EmitSkipNullOnPushdownaneporada2024-11-141-10/+26
| | | | commit_hash:7615b031b04bf3c1b7ec54e348bf56ad29543c0a
* More compact ExpandApply loggingudovichenko-r2024-11-141-6/+6
| | | | | | | | | Example of new logging: ``` [perf] yql_expr_optimize.cpp:540: Execution of [ExpandApply] took 20.9ms ``` commit_hash:701cc78f48eee1a8c0f824edb6a9310fd348ba92
* Intermediate changesrobot-piglet2024-11-141-0/+6
| | | | commit_hash:ef0c01e74df8c79f53eaa311abe8b6ac0419e864
* Fix various issues related to Decimal and Arrowrobot-piglet2024-11-143-21/+79
| | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: fix Component: proxy Some fixes in decimal: * Support parsing of nested `decimal128`/`decimal256` in Arrow. * Fix bug in `decimal256` unversioned value representation -- before this change, Arrow parser for `decimal256(n, p)` was always emitting strings of length 256 bits, event for n \<= 38, which is incorrect in the representation of YT `decimal(n, p)` type. Now it produces strings of variadic length (32, 64, 128 or 256 bits) depending on n, similar to `decimal128(n, p)`. --- Pull Request resolved: <https://github.com/ytsaurus/ytsaurus/pull/942> commit_hash:32e66c7eb4d996caf0893f97d269fb1930bc5f7a
* Intermediate changesrobot-piglet2024-11-141-3/+4
| | | | commit_hash:bbe5982909469ab84284cb16547e69a096d992ea
* Fix ydb + asan + clang18maxim-yurchuk2024-11-14700-0/+187997
| | | | commit_hash:05ab74f9ed1a1c6e8ca77975c6c23c79432b7093
* Update YFM for ya make to latest versionrobot-infraui-ci2024-11-141-4/+4
| | | | | Update YFM for ya make to latest version commit_hash:ed715d7e095d0862895cde5ae816fad944039c9e
* Intermediate changesrobot-piglet2024-11-141-51/+0
| | | | commit_hash:513da6b12f03f09633629ffd3bc8732063ad3a98
* Fix babenko issues of rXXXXXXarkady-e1ppa2024-11-1410-21/+23
| | | | | [nodiff:caesar] commit_hash:93eef00a7132e68e727aa1f4028616db6522d03c
* Intermediate changesrobot-piglet2024-11-142-0/+9
| | | | commit_hash:e2dca294df4458422157edde71bdd5d080ca077f
* YT-23469: Ensure proper destructor order inside |RunInFiberContext| even ↵arkady-e1ppa2024-11-141-2/+6
| | | | | | when exception is thrown commit_hash:5dde84deb176c7a4be831d9870deab45f66d1237
* Add external autoincludes.jsonalevitskii2024-11-148-0/+218
| | | | | Add external autoincludes.json commit_hash:1b3de1732fee590582ae5620570facc2c0987390
* Intermediate changesrobot-piglet2024-11-141-0/+1
| | | | commit_hash:e560949dcbd91a6965f7c817b5abd0eaee251722