<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/yt/memory, branch CLI_2.0.1</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.0.1</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.0.1'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2022-10-07T08:08:40Z</updated>
<entry>
<title>Memory reference tracking restyling</title>
<updated>2022-10-07T08:08:40Z</updated>
<author>
<name>savrus</name>
<email>savrus@yandex-team.com</email>
</author>
<published>2022-10-07T08:08:40Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ab78e5e98f7093c7b8d5307f676067a08f537506'/>
<id>urn:sha1:ab78e5e98f7093c7b8d5307f676067a08f537506</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix of aligned_free on windows</title>
<updated>2022-10-04T10:53:13Z</updated>
<author>
<name>aleexfi</name>
<email>aleexfi@yandex-team.com</email>
</author>
<published>2022-10-04T10:53:13Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4cf93820c1ced899f7d1be40a63e60451003fb8a'/>
<id>urn:sha1:4cf93820c1ced899f7d1be40a63e60451003fb8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce shared range holders</title>
<updated>2022-09-19T19:36:24Z</updated>
<author>
<name>savrus</name>
<email>savrus@yandex-team.com</email>
</author>
<published>2022-09-19T19:36:24Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c62e39eff60f637bfe4eeae1984034d010cc3e80'/>
<id>urn:sha1:c62e39eff60f637bfe4eeae1984034d010cc3e80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tsan warnings in yt intrusive ptr</title>
<updated>2022-09-19T09:27:43Z</updated>
<author>
<name>ayles</name>
<email>ayles@yandex-team.com</email>
</author>
<published>2022-09-19T09:27:43Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ff49fbec3c655b16509b12a0f3a82efacd521771'/>
<id>urn:sha1:ff49fbec3c655b16509b12a0f3a82efacd521771</id>
<content type='text'>
For example, https://github.com/google/sanitizers/issues/1352 - tsan is not working well with std::atomic_thread_fence

Minimal reproducible example (and one that bothers most in every fiber-aware service):

```
auto threadPool = NYT::New&lt;NYT::NConcurrency::TThreadPool&gt;(2, "thread");
    
TVector&lt;NYT::TFuture&lt;void&gt;&gt; futures;

for (size_t i = 0; i &lt; 100000; ++i) {
    futures.emplace_back(BIND([]() {
        
    }).AsyncVia(threadPool-&gt;GetInvoker()).Run());
}

for (auto&amp; future : futures) {
    future.Get().ThrowOnError();
}
```</content>
</entry>
<entry>
<title>Rebalancing autocheck partitions and distbuild clusters.</title>
<updated>2022-09-19T05:51:10Z</updated>
<author>
<name>robot-dts-analyst</name>
<email>robot-dts-analyst@yandex-team.com</email>
</author>
<published>2022-09-19T05:51:10Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=1c6db88c11405145297950dcc139a992c560c362'/>
<id>urn:sha1:1c6db88c11405145297950dcc139a992c560c362</id>
<content type='text'>
The process of preparing changes https://sandbox.yandex-team.ru/task/1452983473/view</content>
</entry>
<entry>
<title>Support logging unstructured messages to structured log</title>
<updated>2022-09-15T07:16:02Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2022-09-15T07:16:02Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b9588379f518a95feabccf562b290a487f8f130a'/>
<id>urn:sha1:b9588379f518a95feabccf562b290a487f8f130a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add simple atomic ptr</title>
<updated>2022-08-15T19:02:21Z</updated>
<author>
<name>lukyan</name>
<email>lukyan@yandex-team.com</email>
</author>
<published>2022-08-15T19:02:21Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d9fbef9fe6370e3b86bab8759ee0b6fd44b0effe'/>
<id>urn:sha1:d9fbef9fe6370e3b86bab8759ee0b6fd44b0effe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of NYTAlloc::GetAllocationSize usages</title>
<updated>2022-08-08T20:32:27Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2022-08-08T20:32:27Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6f0dca4575782eca7bfe2d9160574767444c4f06'/>
<id>urn:sha1:6f0dca4575782eca7bfe2d9160574767444c4f06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of NYTAlloc::FreeNonNull usages</title>
<updated>2022-08-08T04:58:50Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2022-08-08T04:58:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d3b45ae65a1291007dcbc5b1e02c752914421d64'/>
<id>urn:sha1:d3b45ae65a1291007dcbc5b1e02c752914421d64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce TSharedMutableRefAllocateOptions</title>
<updated>2022-08-07T14:29:43Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2022-08-07T14:29:43Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e3b2f4c99d645adbb0956e98dd7d38bc01b7db29'/>
<id>urn:sha1:e3b2f4c99d645adbb0956e98dd7d38bc01b7db29</id>
<content type='text'>
</content>
</entry>
</feed>
