summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/rpc_client
Commit message (Collapse)AuthorAgeFilesLines
* YT-26906: start session from txachains2025-12-124-2/+12
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Start distributed session methods (file/table) now support attaching to transaction. commit_hash:0a40dfd6d556f9890fa5abccf29c0baf33df4e7d
* YT-18571: Extract async_stream_helpers.h/cppbabenko2025-11-231-0/+2
| | | | | | | | | | | | | | #### Вынос вспомогательных функций работы с асинхронными потоками в отдельный файл 📝 - 📦 Вынесены вспомогательные функции и адаптеры для работы с асинхронными потоками из `async_stream.h/cpp` в новый файл `async_stream_helpers.h/cpp` - 🔧 Создан новый заголовочный файл, содержащий объявления всех основных адаптеров потоков: синхронных/асинхронных, буферизованных, zero-copy, копирующих, с предзагрузкой, экспирирующих и поддерживающих конкурентный доступ - 🧩 Весь существующий код переключен на использование нового заголовка `async_stream_helpers.h`, где теперь находятся все ранее доступные функции адаптации потоков - 🚫 Из оригинального `async_stream.h` удалены все вспомогательные функции, оставлена только основная интерфейсная часть (`IAsyncInputStream`, `IAsyncOutputStream` и их zero-copy варианты) - ✅ Добавлена новая функция `CheckEndOfStream`, заменяющая собой старую `ExpectEndOfStream` в соответствующих местах кода - 📁 Исходная реализация всех перенесённых функций перемещена в `async_stream_helpers.cpp`, упрощая оригинальный `async_stream.cpp`, который был удалён <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Yandex Code Assistant</font></a> commit_hash:0662885b43294bfca7a6db5eaf61c82c90e3d214
* YT-26639: reuse connection object for the same endpointermolovd2025-11-181-13/+98
| | | | commit_hash:aa962f5a7cdef69708c3502aaead051042eec0e5
* YT-18420: Remove list nodes from master-server codeh0pless2025-11-171-1/+1
| | | | commit_hash:6e2650b628359d16589e929fc70e761611ac0ea7
* YT-26425: RPC support distributed APIachains2025-11-133-35/+323
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support Distributed write API methods for RPC proxies in C\+\+ client. commit_hash:1b1247f95c77a2de02d16f56dcc3291e772be2f2
* YT-26638: disable proxy discovery when connecting to socketermolovd2025-11-121-0/+1
| | | | commit_hash:499c8bd542f62b59650fa219a086086717aa119c
* YT-26425: Distributed API http proxy light requestsachains2025-11-102-0/+108
| | | | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Support distributed API in C\+\+ SDK <Message for release notes> commit_hash:689a3c978864fa4623f3b38ce031faa96532b3fe
* proper ensure initialize for rpcachains2025-10-221-2/+2
| | | | | | | | | * Changelog entry Type: fix Component: cpp-sdk Proper ensure initialize for rpc-client C\+\+ SDK commit_hash:d584950fbe7d387d01ab212db124212cf4938ce4
* YT-24624: Rework get_job_trace apibystrovserg2025-10-173-26/+8
| | | | | | | | | | | <Message NOT for release notes> * Changelog entry Type: fix Component: scheduler Rework get\_job\_trace api: enable streaming and return perfetto-friendly format commit_hash:082e255afb9022eb137dac3d0c3be8ac49d3b5e2
* YT-26221: Parse control events and save trace info in operations archivebystrovserg2025-10-031-1/+1
| | | | commit_hash:af1a447629e24e0b2fa1e075a45fdc5b5cb16bf4
* YT-26316: Add monitoring descriptor filter for list jobsbystrovserg2025-10-021-0/+3
| | | | | yet another list jobs filter commit_hash:8d2b248c73991a44afefcc274c5081bd95e73a32
* increase timeout for reader to exceed session_timeoutermolovd2025-10-021-2/+4
| | | | commit_hash:c9d135eb92a817d376be8800f8ff6921ff6fc294
* Fix read results with yson fields by reference.Tony-Romanov2025-09-231-0/+1
| | | | | | | | | | | | Type: fix Component: query-tracker --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1427 Co-authored-by: Anton Romanov <[email protected]> commit_hash:0be7c33547e351e840978eb763d6a56762f8a0d2
* YT-26196: increase stream timeouts for reading tables with rpcermolovd2025-09-191-0/+8
| | | | commit_hash:bacf65d689e829af8ae1db6d8b6860ae4e551010
* Add table_collocation supportsay2025-09-101-0/+2
| | | | | | | | | * Changelog entry Type: feature Component: cpp-sdk Add table_collocation support commit_hash:70150205f53cbf945a970ccdd270f0e90b70ca59
* YT-26083: Support LinkNodes with attributes via rpcachains2025-09-041-4/+0
| | | | | | | | | * Changelog entry Type: feature Component: proxy Support LinkNodes with attributes via rpc commit_hash:c45c720ee7b9977cb5b68e79ff37878f4ee83280
* YT-23616: RPC proxy tests for C++ clientachains2025-09-0311-0/+4150
* Changelog entry Type: fix Component: cpp-sdk Enable misc tests for RPC proxy, various fixes commit_hash:c3c716503a2e106731ad99b66ec57ea00baf0304