<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp, branch main</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=main</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2026-06-06T11:11:19Z</updated>
<entry>
<title>YT-28163: followup fix</title>
<updated>2026-06-06T11:11:19Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2026-06-06T10:55:08Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=316a5338b8cd362c7e0aaa4848899e5508ec57ba'/>
<id>urn:sha1:316a5338b8cd362c7e0aaa4848899e5508ec57ba</id>
<content type='text'>
commit_hash:040e99384dca2ee377657c6bfd7120c56614d5e1
</content>
</entry>
<entry>
<title>YT-27835: Add tracing for readers and writers</title>
<updated>2026-06-01T20:58:11Z</updated>
<author>
<name>maybenotilya</name>
<email>maybenotilya@yandex-team.com</email>
</author>
<published>2026-06-01T20:17:46Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=25d27b87739eaf7a6254d961b62d5daa16ab44bf'/>
<id>urn:sha1:25d27b87739eaf7a6254d961b62d5daa16ab44bf</id>
<content type='text'>
* Changelog entry
  Type: fix
  Component: cpp-sdk

Trace readers and writers with same trace_id
commit_hash:89a881e5bf608ca03821f248ef784f5f4771f532
</content>
</entry>
<entry>
<title>add LockType option to TInsertRowsOptions in yt/cpp/mapreduce</title>
<updated>2026-05-30T10:39:17Z</updated>
<author>
<name>alkaline</name>
<email>alkaline@yandex-team.com</email>
</author>
<published>2026-05-30T10:18:28Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=230f2a6d4705cfec902a5393a7e8df346f15bd00'/>
<id>urn:sha1:230f2a6d4705cfec902a5393a7e8df346f15bd00</id>
<content type='text'>
YT-драйвер уже принимает параметр lock_type для insert_rows
(&lt;https://nda.ya.ru/t/y1DKR88L7dogTW&gt;),
но C\+\+ mapreduce-клиент не пробрасывает его дальше, поэтому вызывающий
код всегда использует ELockType::Exclusive.

В груте есть задача инициализации табличных (внешних) счётчиков:
тасклет считает map-reduce-ом дельты по всем владельцам и батчами пишет
их в общую динтаблицу (&lt;https://nda.ya.ru/t/4G2o2Jdo7dogTX&gt; и аналоги), куда рантайм
одновременно дописывает инкременты на каждое событие в источнике.
Колонка `value` в такой таблице — aggregate-sum;
рантайм через NApi пишет в неё с lock_type=shared_write, чтобы параллельные
записи не конфликтовали. Тасклет инциализации счетчика же ходит через mapreduce-клиент и в нем тоже хочется уметь брать shared_write lock.
(&lt;https://nda.ya.ru/t/WrJ9_kf77dogTb&gt;).
commit_hash:7cbcd19f8d0532d6cf0e7f48abe197bb7fda99d3
</content>
</entry>
<entry>
<title>YT-28163: fix tx pinger tsan race</title>
<updated>2026-05-29T17:18:17Z</updated>
<author>
<name>achains</name>
<email>achains@yandex-team.com</email>
</author>
<published>2026-05-29T16:54:23Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=96eb2b17a9cb14c4ff4826d5bc78b7dc4002052b'/>
<id>urn:sha1:96eb2b17a9cb14c4ff4826d5bc78b7dc4002052b</id>
<content type='text'>
commit_hash:c55147c95565f8451f2a0ccfcc72e6818bb35959
</content>
</entry>
<entry>
<title>YT-27970: Multiplexing for RPC requests</title>
<updated>2026-05-20T09:55:06Z</updated>
<author>
<name>maybenotilya</name>
<email>maybenotilya@yandex-team.com</email>
</author>
<published>2026-05-20T08:52:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f435c8b2b1cd55fcd478711b06415706e4aa2c87'/>
<id>urn:sha1:f435c8b2b1cd55fcd478711b06415706e4aa2c87</id>
<content type='text'>
* Changelog entry
  Type: fix
  Component: cpp-sdk

Mark light and heavy RPC requests with different multiplexing bands. Only for PingTransaction for now
commit_hash:9177c1e3811a5108933a87dd3f241d235490ce2d
</content>
</entry>
<entry>
<title>YT-28161: Add Prerequisite options to C++ SDK</title>
<updated>2026-05-15T09:50:47Z</updated>
<author>
<name>maybenotilya</name>
<email>maybenotilya@yandex-team.com</email>
</author>
<published>2026-05-15T09:04:41Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b00f770e0fdd650a7e85114e4ec4c56f96c16816'/>
<id>urn:sha1:b00f770e0fdd650a7e85114e4ec4c56f96c16816</id>
<content type='text'>
* Changelog entry
  Type: fix
  Component: cpp-sdk

Add Prerequisite options similar to native client ones. Only for Cypress Get for now
commit_hash:6c3c0fe7e6540754033486f785f3b1b3c313808e
</content>
</entry>
<entry>
<title>Added exec_attributes &amp; cookie to TJobAttributes</title>
<updated>2026-05-04T08:53:14Z</updated>
<author>
<name>vvvv</name>
<email>vvvv@yandex-team.com</email>
</author>
<published>2026-05-04T08:17:42Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8c52300cfc9459d5a65c2d347b5b7a1254ff6f4f'/>
<id>urn:sha1:8c52300cfc9459d5a65c2d347b5b7a1254ff6f4f</id>
<content type='text'>
commit_hash:2d046575e0ff49456bd9d4133e7e6df4f09dfc0d
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2026-04-29T07:16:54Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2026-04-29T06:48:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=17b7b89dbe4e98028dccd2b9aff8d422f22556c5'/>
<id>urn:sha1:17b7b89dbe4e98028dccd2b9aff8d422f22556c5</id>
<content type='text'>
commit_hash:b31aa3f19215eafb0fc58edc6708d9238e0fe295
</content>
</entry>
<entry>
<title>YT-27835: Add client tracing option serialization</title>
<updated>2026-04-28T12:06:33Z</updated>
<author>
<name>maybenotilya</name>
<email>maybenotilya@yandex-team.com</email>
</author>
<published>2026-04-28T11:32:57Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2353cef3307172edb200a4d35dfc3ac78d560673'/>
<id>urn:sha1:2353cef3307172edb200a4d35dfc3ac78d560673</id>
<content type='text'>
commit_hash:a6b82620aa36e6007d645613916485de78eff6da
</content>
</entry>
<entry>
<title>YT-27827: TPingerTransaction use BlockingGet instead of WaitFor in destructor</title>
<updated>2026-04-28T08:34:34Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2026-04-28T07:36:20Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=693274b40b1a9ebdf2da02f2e87fbc8502105738'/>
<id>urn:sha1:693274b40b1a9ebdf2da02f2e87fbc8502105738</id>
<content type='text'>
commit_hash:90bbe36635e0d48c81c153567dcedf28f103efbe
</content>
</entry>
</feed>
