<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce/http, branch CLI_2.27.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.27.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.27.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-10-04T15:07:07Z</updated>
<entry>
<title>Fix UpdateOperation: read response from server</title>
<updated>2025-10-04T15:07:07Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2025-10-04T14:49:05Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ea42b5300c2c9e63e225b6da81a7a95dc42df77c'/>
<id>urn:sha1:ea42b5300c2c9e63e225b6da81a7a95dc42df77c</id>
<content type='text'>
commit_hash:8f403d09e4902266671a4c8b149104272a4126eb
</content>
</entry>
<entry>
<title>[yt/cpp/mapreduce] Fix data race in TAbortableHttpResponse</title>
<updated>2025-07-21T06:07:41Z</updated>
<author>
<name>nadya73</name>
<email>nadya73@yandex-team.com</email>
</author>
<published>2025-07-21T05:55:14Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ce2bac1786d54724a15f7211d5f1bf29d15af171'/>
<id>urn:sha1:ce2bac1786d54724a15f7211d5f1bf29d15af171</id>
<content type='text'>
commit_hash:784446f0f7eaf4cec48cebac3c8fee94ab17eb36
</content>
</entry>
<entry>
<title>Simplify multiproxy API</title>
<updated>2025-06-07T12:46:39Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-06-07T12:20:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8f827c09acb5a8559c20af8a35c90720b293ae18'/>
<id>urn:sha1:8f827c09acb5a8559c20af8a35c90720b293ae18</id>
<content type='text'>
This pull request refactors the RPC client creation process to enhance clarity and flexibility.

The previous method of specifying the Unix domain socket path directly in
```
CreateRpcClient(
	"socketPath",
	TCreateClientOptions()
    	.UseProxyUnixDomainSocket(true)
        .MultiproxyTargetCluster("clusterName"));
```

has been changed to

```
CreateRpcClient(
    "clusterName",
    TCreateClientOptions()
    	.JobUnixDomainSocketPath("socketPath"));
```

Also fixes a minor bug, when serverName was set to socket path instead of cluster name.
commit_hash:d2e19d713304fd99c864377203642cff7a4652e7
</content>
</entry>
<entry>
<title>Remove unused ExtendGenericError method</title>
<updated>2025-06-04T07:16:36Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-06-04T06:56:51Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=01d772faec498be55a6c1808d2169c0eedb47491'/>
<id>urn:sha1:01d772faec498be55a6c1808d2169c0eedb47491</id>
<content type='text'>
commit_hash:70f08c3d0ef32d71b24bb9b41e770a7f9910ff60
</content>
</entry>
<entry>
<title>YT-24245: Add MultiproxyTargetCluster option</title>
<updated>2025-05-27T13:00:53Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-05-27T12:42:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b63664175ad2225afade783d34b7bd3d20286a0d'/>
<id>urn:sha1:b63664175ad2225afade783d34b7bd3d20286a0d</id>
<content type='text'>
commit_hash:4ad0d709eab6a3191e6cccd54f85765ae80cf3b2
</content>
</entry>
<entry>
<title>YT-24322: Retry cannot read from socket input stream error</title>
<updated>2025-04-21T19:30:16Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-04-21T18:54:49Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8457aaabdc898a94c139391e8262afa51810b185'/>
<id>urn:sha1:8457aaabdc898a94c139391e8262afa51810b185</id>
<content type='text'>
commit_hash:bdfb86ce1915fd5c298250f4973acf6343a3e226
</content>
</entry>
<entry>
<title>Change UnixDomainSocket option into boolean</title>
<updated>2025-04-01T23:16:52Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-04-01T23:02:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=71dbc38bded6bb95ef3da39caaeb56d8f61fa008'/>
<id>urn:sha1:71dbc38bded6bb95ef3da39caaeb56d8f61fa008</id>
<content type='text'>
commit_hash:b2716bf7efedb55f6a99c800356dfaaeab6abaff
</content>
</entry>
<entry>
<title>YT-23616: Add ProxyUnixDomainSocket client option</title>
<updated>2025-03-28T12:27:38Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-03-28T12:13:18Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a3709f79ab2678b16c3b2b57e43dd977d08bf7bf'/>
<id>urn:sha1:a3709f79ab2678b16c3b2b57e43dd977d08bf7bf</id>
<content type='text'>
commit_hash:1f6882f7cda53ebe7e544d255f657f027af5b553
</content>
</entry>
<entry>
<title>Split YT_PROXY_ROLE into http and rpc options</title>
<updated>2025-03-25T12:51:29Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-03-25T12:34:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e3fd8dfac36fb164abdd8b5219b148c6c9d15766'/>
<id>urn:sha1:e3fd8dfac36fb164abdd8b5219b148c6c9d15766</id>
<content type='text'>
commit_hash:cc2686061c43671c755570899d39e082199e6879
</content>
</entry>
<entry>
<title>Move write table implementation out of retryless writer</title>
<updated>2025-03-12T11:04:22Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-03-12T10:44:21Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6be15d55eee03989c22613608f68419703afa891'/>
<id>urn:sha1:6be15d55eee03989c22613608f68419703afa891</id>
<content type='text'>
commit_hash:76ee7f2ff9eb898df33408811d52b217a4ecd4d3
</content>
</entry>
</feed>
