<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt/cpp/mapreduce, branch oidc-1.2.4</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.4</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=oidc-1.2.4'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-07-21T06:07:41Z</updated>
<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>YQL-20130: Adding alerts filter</title>
<updated>2025-07-03T13:18:15Z</updated>
<author>
<name>panikku</name>
<email>panikku@yandex-team.com</email>
</author>
<published>2025-07-03T12:23:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=455cb83c413decb4220fe9493b0444906d3242ae'/>
<id>urn:sha1:455cb83c413decb4220fe9493b0444906d3242ae</id>
<content type='text'>
Для пробрасывания алертов нужен фильтр под них чтобы не нагружать большими запросами
commit_hash:3cac6ac4b55444504723647b567f7452d52c3773
</content>
</entry>
<entry>
<title>YT-23616: Introduce WriteFile RPC implementation</title>
<updated>2025-06-27T15:28:53Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-06-27T14:41:44Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2ba7152d23f9dcbdc99680fbd0bc87d41868b57a'/>
<id>urn:sha1:2ba7152d23f9dcbdc99680fbd0bc87d41868b57a</id>
<content type='text'>
commit_hash:627b3fd7979f64a7365a590bca09a1c53c23464a
</content>
</entry>
<entry>
<title>Fix YT parallel table writer hang after Abort</title>
<updated>2025-06-18T17:05:23Z</updated>
<author>
<name>rraed</name>
<email>rraed@yandex-team.com</email>
</author>
<published>2025-06-18T16:42:49Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5ff916b9419f41c5078bb194b605bfe8519b0aed'/>
<id>urn:sha1:5ff916b9419f41c5078bb194b605bfe8519b0aed</id>
<content type='text'>
commit_hash:a5ac90256dbdaeb37858aeacaf24931ed10c8d4d
</content>
</entry>
<entry>
<title>Allow passing ProxyUrlAliasingRules to clients directly</title>
<updated>2025-06-13T13:43:25Z</updated>
<author>
<name>ngc224</name>
<email>ngc224@yandex-team.com</email>
</author>
<published>2025-06-13T13:17:14Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5af77c069f798dda36e69d1628c12252a5117702'/>
<id>urn:sha1:5af77c069f798dda36e69d1628c12252a5117702</id>
<content type='text'>
commit_hash:5493d9ed32b24050fa5feb08fe13097302ca0a23
</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>Add a todo to remove the LogUseCore option</title>
<updated>2025-06-03T21:30:00Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-06-03T21:03:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5a0c4130701ca71b820a48ccb151b3bde804bda0'/>
<id>urn:sha1:5a0c4130701ca71b820a48ccb151b3bde804bda0</id>
<content type='text'>
commit_hash:2af1e11b5ae48afa30c1762d0170f3089a2e117f
</content>
</entry>
<entry>
<title>Fix style of namespace</title>
<updated>2025-06-02T16:55:50Z</updated>
<author>
<name>hiddenpath</name>
<email>hiddenpath@yandex-team.com</email>
</author>
<published>2025-06-02T16:40:54Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c509944b9a40a900dc9906bf7436efa8517d55a5'/>
<id>urn:sha1:c509944b9a40a900dc9906bf7436efa8517d55a5</id>
<content type='text'>
commit_hash:979d1b6765ed3cc3e4cc9875306f2454ffad7096
</content>
</entry>
<entry>
<title>Drop Sequoia retries in non-native client</title>
<updated>2025-05-30T22:02:16Z</updated>
<author>
<name>kvk1920</name>
<email>kvk1920@yandex-team.com</email>
</author>
<published>2025-05-30T21:48:07Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ee5b6fbd5d93c6d327d0b9e2081067d41997d17e'/>
<id>urn:sha1:ee5b6fbd5d93c6d327d0b9e2081067d41997d17e</id>
<content type='text'>
commit_hash:57d91f37a7ee671db070142a51c437103bb881ba
</content>
</entry>
</feed>
