<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/library/cpp/yt, branch readme-links-update</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=readme-links-update</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=readme-links-update'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2023-08-06T15:52:22Z</updated>
<entry>
<title>Intermediate changes</title>
<updated>2023-08-06T15:52:22Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2023-08-06T14:49:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d1257d50ffa27ba0ba788a7dd11a797bfbdad0c5'/>
<id>urn:sha1:d1257d50ffa27ba0ba788a7dd11a797bfbdad0c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop misused __LINE__ in macro</title>
<updated>2023-08-02T11:10:27Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2023-08-02T11:10:27Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2e245bbbb426e59e719f543874363ede8869d040'/>
<id>urn:sha1:2e245bbbb426e59e719f543874363ede8869d040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>YT-19210: expose YQL shared library for YT.</title>
<updated>2023-07-28T21:02:16Z</updated>
<author>
<name>max42</name>
<email>max42@yandex-team.com</email>
</author>
<published>2023-07-28T21:02:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=73b89de71748a21e102d27b9f3ed1bf658766cb5'/>
<id>urn:sha1:73b89de71748a21e102d27b9f3ed1bf658766cb5</id>
<content type='text'>
After this, a new target libyqlplugin.so appears. in open-source cmake build.
Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264</content>
</entry>
<entry>
<title>revert rXXXXXX (see discusstion in pr), will commit again more pci-dss friendly way</title>
<updated>2023-07-27T09:28:50Z</updated>
<author>
<name>kulikov</name>
<email>kulikov@yandex-team.com</email>
</author>
<published>2023-07-27T09:28:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4a7691c519e6114e013dc1dd0c3b2528154507f9'/>
<id>urn:sha1:4a7691c519e6114e013dc1dd0c3b2528154507f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add explicit sanitizer dependencies up to market</title>
<updated>2023-07-26T16:42:22Z</updated>
<author>
<name>reshilkin</name>
<email>reshilkin@yandex-team.com</email>
</author>
<published>2023-07-26T16:42:22Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=dc22dc4d36515ee10fafaa812e67523debbf590a'/>
<id>urn:sha1:dc22dc4d36515ee10fafaa812e67523debbf590a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support h-format for escaped (but unquoted) strings</title>
<updated>2023-07-25T22:52:36Z</updated>
<author>
<name>babenko</name>
<email>babenko@yandex-team.com</email>
</author>
<published>2023-07-25T22:52:36Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e8de0780d2be7eeb40075bfbcfaabc5d46fe5ae6'/>
<id>urn:sha1:e8de0780d2be7eeb40075bfbcfaabc5d46fe5ae6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>try to get rid of locks and allocations for elastic queue thread pool</title>
<updated>2023-07-21T10:59:33Z</updated>
<author>
<name>kulikov</name>
<email>kulikov@yandex-team.com</email>
</author>
<published>2023-07-21T10:59:33Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5706cb392271ea40eab053314e7c0f4d9d4547ba'/>
<id>urn:sha1:5706cb392271ea40eab053314e7c0f4d9d4547ba</id>
<content type='text'>
In case of heavy load and high rps current thread pool implementation seems to have problems at least with contention on lock inside condvar (long futex wait calls from http server listener thread), so try to implement something more efficient:
 - replace condvar with TEventCounter implementation without internal lock (pthread condvar maintains waiters wakeup order, thread pool doesn't need it);
 - introduce well-known bounded mpmc queue over ring buffer;
 - get rid of TDecrementingWrapper;
 - add options to turn on new pool in library/cpp/http/server and search/daemons (will remove after adoption);
 - make elastic queue ut check both versions;
 - workaround problems with android/arm build targets.</content>
</entry>
<entry>
<title>Introduce TLazyMultiValueFormatter</title>
<updated>2023-07-06T19:56:46Z</updated>
<author>
<name>ifsmirnov</name>
<email>ifsmirnov@yandex-team.com</email>
</author>
<published>2023-07-06T19:56:46Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3edecc646fd526f54d6cca6331130a9aafb52be4'/>
<id>urn:sha1:3edecc646fd526f54d6cca6331130a9aafb52be4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Intermediate changes</title>
<updated>2023-06-30T14:09:50Z</updated>
<author>
<name>robot-piglet</name>
<email>robot-piglet@yandex-team.com</email>
</author>
<published>2023-06-30T14:09:50Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=97664d8dda87c01b255d33055b33d1209de5e0fe'/>
<id>urn:sha1:97664d8dda87c01b255d33055b33d1209de5e0fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "YT-19324: move YT provider to ydb/library/yql"</title>
<updated>2023-06-30T08:13:34Z</updated>
<author>
<name>max42</name>
<email>max42@yandex-team.com</email>
</author>
<published>2023-06-30T08:13:34Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3e1899838408bbad47622007aa382bc8a2b01f87'/>
<id>urn:sha1:3e1899838408bbad47622007aa382bc8a2b01f87</id>
<content type='text'>
This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing
changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.</content>
</entry>
</feed>
