aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* YT-21872, YT-21402: Introduce configurable idle fiber poolarkady-e1ppa2024-06-046-74/+112
| | | | c70b25e58264f96e168e8032daf67c63d1fdeede
* [kafka] YT-21892: Support different Message versionsnadya732024-06-044-238/+653
| | | | b9effdfd19749fe1e0f90f94bac3ca6eff4bc5ad
* Disable static analysis on old clang versionsarkady-e1ppa2024-06-041-0/+4
| | | | f18a9a891758a7ec308b2a88b2cdf3f0942b2301
* Properly detect Visual Studio version if non-standard toolset for this ↵akhropov2024-06-042-0/+28
| | | | | | version is used.. #2302 0843dd6fab7789634d13bdde50586f8d122288fa
* Intermediate changesrobot-piglet2024-06-0416-118/+230
|
* Fix counter name in process exit profilerarkady-e1ppa2024-06-041-2/+2
| | | | 98477c92ad7634e0c2a1b70c3b9a6d4d53ed8508
* Import fake signature of private function from futuremikhnenko2024-06-041-1/+1
| | | | dc54e7eba29148c2780ac317d35c79b12fa3bd36
* YT-21855: Rename PullConsumer -> PullQueueConsumernadya732024-06-0416-37/+41
| | | | | Rename PullConsumer -> PullQueueConsumer 1ec6e386d6a3570532f130b99857a4bc2f20210b
* Intermediate changesrobot-piglet2024-06-042-4/+44
|
* YT-21669: Computed columns in Sort operationsabdenovch2024-06-033-12/+16
| | | | c7ccedfc57e1b07e11c410c19f907ea8bda24dd3
* Optimize hashing for case-insensitive stringsvadim-xd2024-06-037-6/+254
| | | | 6e07ea929418b1fae4257a2af37aa0ed5799f22a
* obtain module lang statisticselen-volodina2024-06-031-0/+13
| | | | a13d43773645d8c413d919a87fbdc395cead1945
* Use zero copy input stream in driverignat2024-06-038-18/+42
| | | | 68159f3e564ba311e2279bf133e9aa4eef3f099f
* Intermediate changesrobot-piglet2024-06-031-1/+2
|
* Move state managing logic from proxies to qtMarina Preskokova2024-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing the architecture of communication between QT and HTTP/RPC proxies. **Problem:** Now we want to support multiple ACOs in a single query. This causes incompatibility between older and newer components. SDK/Proxies/QT. Therefore, we need to update all these components simultaneously, which is not an easy task. A similar problem existed when we added the first version of ACO, and possibly we will have similar problems in future developments. **Solution:** Step 1. Move all complex logic from proxies to QT. After that proxies will simply resend all requests to QT service. And QT will write to state tables. (This PR) Step 2 Make it possible to work with RPC requests from different proxy versions. Add support for different versions of the RPC API in the QT proxy server. (Next PR, together with multiple ACO support) Step 3 Make it possible to work with requests from different SDK versions in proxies. Add support for different versions of the RPC API in the RPC proxy, and feature flags to the HTTP protocol. (Next PR, together with multiple ACO support) **Benefits:** All communication with QT state tables will take place through the QT service. Therefore, this logic will always be delivered in the same image. This removes all starting incompatibilities and makes it possible to update mentioned components in the next order. QT->Proxies->SDK --- da929c1c8bbc437f878c350a2cbd350841ccf8ce Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/591 Co-authored-by: mpereskokova <mpereskokova@yandex-team.com>
* Set PackConstructorInitializer to Never in clang-formatthegeorg2024-06-031-0/+1
| | | | | | | https://clang.llvm.org/docs/ClangFormatStyleOptions.html#packconstructorinitializers Just set the default value explicitly. 8c4b172f18d90904f2b2728f43eb56b52ee24f6a
* YT-21684: Address review comments.yuryalekseev2024-06-031-3/+6
| | | | 1e4862196f95370b4403c48a76688489e6b593c7
* YT-21901: Correct rpc method queue limitingdon-dron2024-06-032-4/+4
| | | | 0a8837e8e30b04fcab64bbb005c2e3233e20e18d
* Automatic release build for ymake, os_ymakerobot-ya-builder2024-06-033-10/+20
| | | | | | | | | | From hash: [0cb9e331dfdcd6329e9a8211b4b89e280df9aa03](https://a.yandex-team.ru/arcadia/commit/0cb9e331dfdcd6329e9a8211b4b89e280df9aa03) From revision: [14134418](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=194) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ymake, os_ymake 79d1103fc0e2a0ce579f6b70af4d118e2bea6a00
* Update contrib/libs/nghttp2 to 1.62.1robot-contrib2024-06-033-7/+7
| | | | 280befb46d5e3e117f50f938c68bf14c992cd65e
* Update contrib/libs/re2 to 2024-06-01thegeorg2024-06-0361-603/+1036
| | | | 8d72a1e5220ffe0bb7a82257f422606184202ad0
* Intermediate changesrobot-piglet2024-06-031-0/+4
|
* YT-21810: Fixed TReconfigurableThroughputThrottlercapone2122024-06-022-4/+5
| | | | | YT-21810: Fixed TReconfigurableThroughputThrottler 480384ba8327347af57fac418d7aafdea855febd
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-06-021-1/+1
| | | | 7604e12fadf99a4ae81fac39d8926d62d66a9c9f
* Update macOS sdk to 14.2 Sonomathegeorg2024-06-014-17/+15
| | | | 54e59afec75240b5f18a03f72ec7a134ae64b1fb
* Disable -Wdeprecated-declarations when compiling swig-generated codethegeorg2024-06-011-1/+4
| | | | da813408128ccc8c4ff8bf77751e68e5d3a10398
* YT-21740: Add memory tracking for RPC client reponsesdon-dron2024-06-012-15/+54
| | | | 5c21317137b1e47dc927d919683564f2c959206c
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-06-011-1/+1
| | | | e1bd39ae9423633f01b5185703a754aa9e26e3a3
* Update contrib/libs/lzma to 5.6.2thegeorg2024-05-31155-1619/+4547
| | | | | Keep "Update contrib/libs/lzma to 5.6.1" as an independent commit. 0cb9e331dfdcd6329e9a8211b4b89e280df9aa03
* clang-format: set `SpacesInSquareBrackets` to falsethegeorg2024-05-311-0/+1
| | | | | | | https://clang.llvm.org/docs/ClangFormatStyleOptions.html#spacesinsquarebrackets It looks like this is the default behavior though it is not clear neither from docs, nor from the code. 766f1ca523d39d476416af2a36de7579df7b9ebd
* Remove checkout job from toolchain-registry projectshiddenpath2024-05-311-11/+3
| | | | 0b27f0b7396eefe88b791406529b86b14ac0289b
* Cosmetic changes in .clang-formatthegeorg2024-05-311-2/+2
| | | | 8f2be822acca9aea87fb4504635b81659cd8b3f4
* Fix add extra flags macrodimdim112024-05-311-2/+9
| | | | | Fix add extra flags macro c6799a76432fa0f6035f00438e89ed62b7923c3c
* Fix build due to accidental c++23 usearkady-e1ppa2024-05-311-2/+7
| | | | feeb90a4704dca0309a6252ea872283ea9302a4b
* Intermediate changesrobot-piglet2024-05-311-0/+15
|
* chore: set review rules for FBP owned codezaverden2024-05-312-1/+23
| | | | 59b13027ba48c5397d5826853170e119ebb97ca2
* fix propagation of induced deps through .pysnermolaev2024-05-311-1/+1
| | | | cc7935c2b685b0a50941d10fbd53ac5f60c09b3b
* Intermediate changesrobot-piglet2024-05-312-33/+0
|
* Support brackets in ipv6 endpoint notationcezarnik2024-05-303-7/+39
| | | | 60a062b712a946277218f01266a01df505972b31
* [kafka] YT-21866: Support Produce handlernadya732024-05-305-0/+164
| | | | c41fbbb00f2c7073216591393f2c0623d50f5fcb
* [build/ya.conf.json] Made ytexec invisibleprettyboy2024-05-301-1/+2
| | | | acf509f8d132be218f69d69fb8223c0c8b77f765
* YT-21868: Static analysis of format string in loggingarkady-e1ppa2024-05-3015-8/+494
| | | | | | | | | | | | | Added static analysis to format of YT_LOG_XXX macro's. We expect you to write format string as first or the second argument and follow the rules as if you are writing arguments for `NYT::Format`, which match those of printf: https://en.cppreference.com/w/cpp/io/c/fprintf plus few extra flags like 'v'. At the moment analyser checks if flags sequences is 1. Correctly terminated 2. Only contains specifiers valid for a given argument (if we are parsing nth argument of type T, then T must have all specifiers from its list of Conversion or Flag specifiers. (2) Also means that the number of flag sequences must match the number of arguments supplied to format. You can specialize `TFormatArg<T>` which is used to determine allowed Conversion and Flag specifiers to customise rules of static analysis. E.g. you can introduce new flags to the mix which you promise to parse in the related FormatValue function. If you feel like this produces to much overhead in terms of compile time, you are free to use macro YT_DISABLE_FORMAT_STATIC_ANALYSIS to turn the entire thing into a no-op. We have measured compile time to be affected by roughly 3-5% in a log intensive files. ae6def509474e8a42027bb4ed84ac040509b7c85
* Rewrite TSchemalessBufferedDynamicTableWritereshcherbin2024-05-307-203/+157
| | | | 45b1abf5486e3b3f3deb92d5fe0590a5fa87295c
* External build system generator release 91robot-ya-builder2024-05-303-6/+12
| | | | | Update tools: yexport, os-yexport a0916e573fd31b27834ebe5a29cc1f8cf3f0c34f
* Enable match_root for python3spreis2024-05-301-0/+4
| | | | f5a6e36948729b00ba4c0c75d04fec6d209fe0c5
* Intermediate changesrobot-piglet2024-05-301-10/+12
|
* trim dart info in pluginsalevitskii2024-05-302-265/+140
| | | | | trim clang_tidy and force remove empty fields 0ae6ce915f0d2b0c97f87871a052a5adf2dd2e12
* Continue merge cmake and jinja generatordimdim112024-05-3029-224/+653
| | | | ae553e8c277c98241e7ae89f693ae7e7b3dc5c98
* feat(): MODULE_LANG added for add TypeScript (multi)modulesmiripiruni2024-05-309-1/+12
| | | | 80d3ed1b0b58e1552fde0c95b3f2f882146e9793
* Fix kv-hide mod orderingvpozdyayev2024-05-304-92/+92
| | | | 1992e0e5b86fa994a7345037400b098362dbd7dd