<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/yt, branch CLI_2.22.1</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.22.1</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.22.1'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-06-07T14:58:56Z</updated>
<entry>
<title>YT-25193: support taking pprof and llvm-symbolizer from env</title>
<updated>2025-06-07T14:58:56Z</updated>
<author>
<name>ignat</name>
<email>ignat@yandex-team.com</email>
</author>
<published>2025-06-07T14:45:03Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=095065d4e960d1e10b150b61aa79533744a3f3be'/>
<id>urn:sha1:095065d4e960d1e10b150b61aa79533744a3f3be</id>
<content type='text'>
commit_hash:cd50261c43b760159ad24f689964e656d0b76404
</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>Counter ids for locations</title>
<updated>2025-06-06T20:39:52Z</updated>
<author>
<name>aleksandra-zh</name>
<email>aleksandra-zh@yandex-team.com</email>
</author>
<published>2025-06-06T20:25:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4090cb78bac6232cb38fb8dde597d315070fca46'/>
<id>urn:sha1:4090cb78bac6232cb38fb8dde597d315070fca46</id>
<content type='text'>
commit_hash:22bdea457718070edbc02306a0575b4a6fddb88a
</content>
</entry>
<entry>
<title>Overdraft of async semaphore fixes</title>
<updated>2025-06-06T12:54:47Z</updated>
<author>
<name>cherepashka</name>
<email>cherepashka@yandex-team.com</email>
</author>
<published>2025-06-06T12:34:44Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4fddc5f94a6f0285a2a3c4af1780d1f8c10634d6'/>
<id>urn:sha1:4fddc5f94a6f0285a2a3c4af1780d1f8c10634d6</id>
<content type='text'>
* Changelog entry
  Type: fix
  Component: core

Overdraft of async semaphore fixes
commit_hash:12004b16cb354059903d17b72c025df317b12d47
</content>
</entry>
<entry>
<title>Enable YQL_BETTER_CONF_SETTING_API</title>
<updated>2025-06-06T09:35:08Z</updated>
<author>
<name>aneporada</name>
<email>aneporada@yandex-team.com</email>
</author>
<published>2025-06-06T09:00:28Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d46faefd308c5000b4d3b74562e96d8bbd16afab'/>
<id>urn:sha1:d46faefd308c5000b4d3b74562e96d8bbd16afab</id>
<content type='text'>
commit_hash:cee72176174f3e997c24d395aeef14424217fcab
</content>
</entry>
<entry>
<title>Initialize Fair share thread pool threads correctly</title>
<updated>2025-06-05T21:00:10Z</updated>
<author>
<name>sabdenovch</name>
<email>sabdenovch@yandex-team.com</email>
</author>
<published>2025-06-05T20:42:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f27c79a69f6c2be73b36d87010e160d72f297f61'/>
<id>urn:sha1:f27c79a69f6c2be73b36d87010e160d72f297f61</id>
<content type='text'>
* Changelog entry
Type: fix
Component: misc-server

Fixed bad initialization of threads within fair-share thread pool.
commit_hash:1db38c436c8ed4de3b5b86b7dab7e5bd8e1a3100
</content>
</entry>
<entry>
<title>YT-24943: CAST for YTQL</title>
<updated>2025-06-05T20:49:52Z</updated>
<author>
<name>sabdenovch</name>
<email>sabdenovch@yandex-team.com</email>
</author>
<published>2025-06-05T20:34:40Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3bb209565d8dffadb79879126206ff4282621a5a'/>
<id>urn:sha1:3bb209565d8dffadb79879126206ff4282621a5a</id>
<content type='text'>
* Changelog entry
Type: feature
Component: dynamic-tables

Implemented CAST operator for YTQL.
commit_hash:c2ba91dab1077ba605108c0653e9f19bce36589a
</content>
</entry>
<entry>
<title>YT-21709: Support running Shuffle Service in Job Proxy</title>
<updated>2025-06-05T19:08:47Z</updated>
<author>
<name>apollo1321</name>
<email>apollo1321@yandex-team.com</email>
</author>
<published>2025-06-05T18:52:47Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=321916591b78447ff52c96e8f248f423bb405bb6'/>
<id>urn:sha1:321916591b78447ff52c96e8f248f423bb405bb6</id>
<content type='text'>
commit_hash:e14340b096804a5c7122eb494fd88fb6e1a80ef7
</content>
</entry>
<entry>
<title>YT-24872: Refactor builtin user creation and add more of them</title>
<updated>2025-06-05T15:32:16Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2025-06-05T15:15:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8e27c4d85ee02c8fe637ab37c9e48cc3db72f759'/>
<id>urn:sha1:8e27c4d85ee02c8fe637ab37c9e48cc3db72f759</id>
<content type='text'>
commit_hash:1e0d9c5162d3c69cdcfdce819e2d663c1cb92c9b
</content>
</entry>
<entry>
<title>Cosmetics</title>
<updated>2025-06-05T13:45:20Z</updated>
<author>
<name>ermolovd</name>
<email>ermolovd@yandex-team.com</email>
</author>
<published>2025-06-05T13:28:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5fcdc6fe8f1f2cb873403857431904e255522944'/>
<id>urn:sha1:5fcdc6fe8f1f2cb873403857431904e255522944</id>
<content type='text'>
commit_hash:66d8e5fc6068a31f2afd10d44310115dcd7a4106
</content>
</entry>
</feed>
