summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce
Commit message (Expand)AuthorAgeFilesLines
* YT-28163: followup fixachains3 days1-1/+6
* YT-27835: Add tracing for readers and writersmaybenotilya8 days11-17/+135
* add LockType option to TInsertRowsOptions in yt/cpp/mapreducealkaline10 days2-0/+28
* YT-28163: fix tx pinger tsan raceachains11 days1-7/+6
* YT-27970: Multiplexing for RPC requestsmaybenotilya2026-05-202-0/+8
* YT-28161: Add Prerequisite options to C++ SDKmaybenotilya2026-05-153-0/+87
* Added exec_attributes & cookie to TJobAttributesvvvv2026-05-042-0/+14
* Intermediate changesrobot-piglet2026-04-291-2/+10
* YT-27835: Add client tracing option serializationmaybenotilya2026-04-281-0/+2
* YT-27827: TPingerTransaction use BlockingGet instead of WaitFor in destructorermolovd2026-04-2810-88/+139
* YT-26179: lazy read requestachains2026-04-242-3/+38
* YT-27835: Client tracingmaybenotilya2026-04-249-0/+238
* YT-27848: add FetchCookieNodeDescriptors flag in C++ SDKachains2026-04-233-0/+8
* throw TErrorResponse instead of TTransportErrorermolovd2026-04-234-27/+16
* - retry "cluster read-only mode is active" yt errorsvoevodskiy2026-04-211-6/+14
* Revert "YT-27972: mapreduce over rpc_proxy client, write data in small chunks"ermolovd2026-04-201-26/+4
* Add noexcept to move constuctors and assignments in yt/cpp/mapreduceosidorkin2026-04-195-9/+9
* YT-26179: Add Abort for readersmaybenotilya2026-04-1746-84/+674
* temporary workaround for cannot findermolovd2026-04-161-0/+6
* YT-27972: mapreduce over rpc_proxy client, write data in small chunksermolovd2026-04-131-4/+26
* YT-27970: two connections for rpc proxyermolovd2026-04-134-77/+97
* [trivial] virtual -> override for destructortobo2026-04-081-1/+1
* Intermediate changesrobot-piglet2026-04-061-1/+1
* Support passing jobstate via env variable in operation specaneporada2026-04-036-9/+71
* YT-18571: Use modern [[likely]] and [[unlikely]] attributes instead of Y_LIKE...babenko2026-03-302-2/+2
* YT-27710: Add RPC to TransactionPingermaybenotilya2026-03-305-118/+116
* make FileCacheReplicationFactor dynamic in cpp sdko-gulyaev2026-03-245-7/+15
* fetch dynamic config through cache, don't scare the users with expected errorsermolovd2026-03-123-12/+32
* YT-26837: expect finished transaction error during pingachains2026-02-271-3/+11
* fix write file options rpc serializatoro-gulyaev2026-02-261-1/+1
* Renaming .Get() -> .BlockingGet() for futures with regexp in ytpechatnov2026-02-262-9/+9
* YT-26837: do not log at Error level if error is expectedachains2026-02-235-4/+96
* YT-27432: support create with IgnoreTypeMismatch in C++ SDKachains2026-02-183-0/+8
* YT-21148 Serialize deleted columns according to new designs-berdnikov2026-02-185-10/+80
* YT-21148 Cosmetics: Get rid of unnecessary `NYT::` prefixs-berdnikov2026-02-161-17/+13
* YT-26760: operation_link_pattern is taken from dynamic configurationermolovd2026-02-099-9/+117
* operation_preparer uses IClient methods instead of IRawClient to enable retriesermolovd2026-02-021-12/+8
* Wrap system error on first http chunkngc2242026-01-305-13/+235
* Add OmitInaccessibleRows in mapreduce clientmpereskokova2026-01-303-0/+7
* YT-27085: Rename shadowed data member Timeout to SessionTimeoutachains2026-01-303-10/+10
* YT-27220: Fix SyncFinishOperationImpl error handlingachains2026-01-281-1/+4
* Normalize `operator.*` spelling in YT and YPs-berdnikov2026-01-283-14/+14
* Normalize `operator()` spelling in YTs-berdnikov2026-01-273-17/+17
* YT-27155: propagate control attributes to parttion readerachains2026-01-223-0/+12
* yt/cpp/mapreduce/client: handle https in transaction pingerKonstantin Khlebnikov2026-01-214-10/+23
* TAtomic => std::atomic in yt/cpp/mapreduce/httptobo2026-01-213-12/+6
* Add debug logging for PingTx failureNikita Sokolov2026-01-131-7/+10
* YT-26250: C++ SDK formatted readerachains2026-01-129-79/+30
* Intermediate changesrobot-piglet2026-01-071-1/+1
* YT-20969: fix C++ sdk CreateTablePartitionReaderachains2025-12-141-3/+3