<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce, branch CLI_2.21.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.21.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.21.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-05-21T13:32:16Z</updated>
<entry>
<title>Revert commit rXXXXXX, YT-25104: Switch to new retryful writer by default</title>
<updated>2025-05-21T13:32:16Z</updated>
<author>
<name>buyval01</name>
<email>buyval01@yandex-team.com</email>
</author>
<published>2025-05-21T13:11:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e639047ec552edecb481f56992a91066816fb464'/>
<id>urn:sha1:e639047ec552edecb481f56992a91066816fb464</id>
<content type='text'>
commit_hash:244578d9961943bfc97269bde987d0bb12c3f133
</content>
</entry>
<entry>
<title>YT-25104: Switch to new retryful writer by default</title>
<updated>2025-05-20T16:29:50Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-20T16:09:08Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0828b5ca38cc81c6d8d43a4a89811170aecab594'/>
<id>urn:sha1:0828b5ca38cc81c6d8d43a4a89811170aecab594</id>
<content type='text'>
commit_hash:f3ff128095511d3566e4895001e0fd899acaeb07
</content>
</entry>
<entry>
<title>YT-25104: Align new writer behaviour with the oldest ones</title>
<updated>2025-05-20T11:35:08Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-20T11:17:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e15614086c8fe0f9fc9d5a7618cf815c248f6b1b'/>
<id>urn:sha1:e15614086c8fe0f9fc9d5a7618cf815c248f6b1b</id>
<content type='text'>
commit_hash:a33872f7bf427339504d82c86c97504eb38757d9
</content>
</entry>
<entry>
<title>YT-25059: Introduce log levels as constants</title>
<updated>2025-05-16T18:18:10Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-16T17:52:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2fce241a1198745a8de7dbfb9a1a42eeb86afae8'/>
<id>urn:sha1:2fce241a1198745a8de7dbfb9a1a42eeb86afae8</id>
<content type='text'>
This pull request updates the log level setting mechanism within NYT::TConfig from a explicit string-based approach to an enum-like approach.
The modification changes assignment from `NYT::TConfig::Get()-&gt;LogLevel = "info";` to `NYT::TConfig::Get()-&gt;LogLevel = NYT::NLogLevel::Info;`
This minimizes typos and misconfigurations as well as aligns with planned removal of enum ELogLevel (for the sake yt/core migration).
commit_hash:cf8d9629e4cc27e6a44f089edfc4c158f11e4baf
</content>
</entry>
<entry>
<title>YT-22593: Drop redundant casts introduced in rXXXXXX</title>
<updated>2025-05-16T09:54:12Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2025-05-16T08:56:02Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b36dae98ea320a98074cec631f4d6b7ff481562f'/>
<id>urn:sha1:b36dae98ea320a98074cec631f4d6b7ff481562f</id>
<content type='text'>
This becomes possible after rXXXXXX
commit_hash:a2b2f00538a8aad5fec5774b927890240db3e72b
</content>
</entry>
<entry>
<title>Log client version only with debug level</title>
<updated>2025-05-15T20:30:33Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-15T20:07:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=fe4b7acaa919cb7e6343a40bcb5a7bff9445dc4a'/>
<id>urn:sha1:fe4b7acaa919cb7e6343a40bcb5a7bff9445dc4a</id>
<content type='text'>
commit_hash:565828a02846edaf6fff1ae3f2648a450adf992a
</content>
</entry>
<entry>
<title>YT-22593: Migrate HTTP headers to std::string</title>
<updated>2025-05-12T14:41:42Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2025-05-12T14:06:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f206f4d5846545715fd46266938ba92bc49b522d'/>
<id>urn:sha1:f206f4d5846545715fd46266938ba92bc49b522d</id>
<content type='text'>
[diff:runtime]
commit_hash:262b2e671526b138d7a9631daf5d34400fc2208c
</content>
</entry>
<entry>
<title>YT-23645: Enable yt/core logger as default</title>
<updated>2025-05-12T11:25:42Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-12T11:03:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=be34d1eaf6dd1dcbda75a453d26dcd49cd51526e'/>
<id>urn:sha1:be34d1eaf6dd1dcbda75a453d26dcd49cd51526e</id>
<content type='text'>
commit_hash:e2d621c2e844e927b6ed8188d628e3207441352f
</content>
</entry>
<entry>
<title>YT-24500: Introduce structured logging</title>
<updated>2025-05-02T23:02:40Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-02T22:51:57Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0a53819a4fa41d22e878c4cd3c4d95330f583deb'/>
<id>urn:sha1:0a53819a4fa41d22e878c4cd3c4d95330f583deb</id>
<content type='text'>
commit_hash:e6ea4db1e3a66694223008fec3b5064a4d58a8e1
</content>
</entry>
<entry>
<title>YT-10317: Throw error on max_compresssed_data_size_per_job violation</title>
<updated>2025-04-30T09:26:07Z</updated>
<author>
<name>apollo1321</name>
<email>apollo1321@yandex-team.com</email>
</author>
<published>2025-04-30T09:11:55Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d178832061bd5f9cac7fbee09c1facdaa6c95cf2'/>
<id>urn:sha1:d178832061bd5f9cac7fbee09c1facdaa6c95cf2</id>
<content type='text'>
commit_hash:a25a8948b4adb3b8a9453d784b6560b4b64bc0d8
</content>
</entry>
</feed>
