<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/contrib/libs/grpc/src, branch docs-quickstart-add-mkdir</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=docs-quickstart-add-mkdir</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=docs-quickstart-add-mkdir'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2023-10-18T08:51:06Z</updated>
<entry>
<title>Y_FAIL-&gt;Y_ABORT at '^contrib/[^y]'</title>
<updated>2023-10-18T08:51:06Z</updated>
<author>
<name>ilnurkh</name>
<email>ilnurkh@yandex-team.com</email>
</author>
<published>2023-10-18T08:00:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=bf3f1b1d9f38b4cfe7523dc4b83180b0c608801b'/>
<id>urn:sha1:bf3f1b1d9f38b4cfe7523dc4b83180b0c608801b</id>
<content type='text'>
https://clubs.at.yandex-team.ru/arcadia/29404
</content>
</entry>
<entry>
<title>Y_VERIFY-&gt;Y_ABORT_UNLESS at '^contrib/[^y]'</title>
<updated>2023-10-10T06:36:57Z</updated>
<author>
<name>ilnurkh</name>
<email>ilnurkh@yandex-team.com</email>
</author>
<published>2023-10-10T06:22:19Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b359f0072dbc794d0287c26984dd0ea0a2c27efc'/>
<id>urn:sha1:b359f0072dbc794d0287c26984dd0ea0a2c27efc</id>
<content type='text'>
https://clubs.at.yandex-team.ru/arcadia/29404
</content>
</entry>
<entry>
<title>Fix input variable missprint</title>
<updated>2023-08-30T17:50:06Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2023-08-30T17:31:54Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c76aaf823d18acf064939d806427b39cea1bbe16'/>
<id>urn:sha1:c76aaf823d18acf064939d806427b39cea1bbe16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All .ll files support in LLVM_BC</title>
<updated>2023-08-30T09:42:20Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.com</email>
</author>
<published>2023-08-30T09:12:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cb3da9494c53283f0230ad37e4e8d0ea61b7d8fc'/>
<id>urn:sha1:cb3da9494c53283f0230ad37e4e8d0ea61b7d8fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>grpc: allow limitation for number of threads via environment</title>
<updated>2023-08-02T08:23:31Z</updated>
<author>
<name>leonidlazarev</name>
<email>leonidlazarev@yandex-team.com</email>
</author>
<published>2023-08-02T08:23:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=616e600cdea06a9aed80467aadaf10a7c680a074'/>
<id>urn:sha1:616e600cdea06a9aed80467aadaf10a7c680a074</id>
<content type='text'>
Allow to set limitation for number of threads via environment GRPC_MAX_THREADS_THREAD_POOL_ENV</content>
</entry>
<entry>
<title>feat grpc: update to grpc 1.54.2</title>
<updated>2023-08-01T09:39:29Z</updated>
<author>
<name>leonidlazarev</name>
<email>leonidlazarev@yandex-team.com</email>
</author>
<published>2023-08-01T09:39:29Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=a3b63938a35abe460ed6b601e55e57bb44449c83'/>
<id>urn:sha1:a3b63938a35abe460ed6b601e55e57bb44449c83</id>
<content type='text'>
update grpc to 1.54.2
update grpcio to 1.54.2

Added patches:
pr33239_fix_use_after_free.patch

Removed patches:
pr32547-fix-race.patch - exists in upstream</content>
</entry>
<entry>
<title>feat grpc: update to grpc 1.53.1</title>
<updated>2023-07-17T16:35:29Z</updated>
<author>
<name>leonidlazarev</name>
<email>leonidlazarev@yandex-team.com</email>
</author>
<published>2023-07-17T16:35:29Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cb8e9a6330e4e5d9a0e2f8506e7469bbd641ec63'/>
<id>urn:sha1:cb8e9a6330e4e5d9a0e2f8506e7469bbd641ec63</id>
<content type='text'>
update grpc to 1.53.1
update grpcio/py3 to 1.53.1

Added patches:
    22-grpc-code-output.patch - allow translation of grpc code to internal string type.
    23-max-thread-limitation.patch - to provide interface for settings of thread number limit, as
    grpc::DynamicThreadPool doesn't provide interface to limit thread number anymore.
    24-support_for-non-abort-grpc.patch - generate exception instead of application crash
    25-forkable-destruction-order.patch - correct forkable logic for TimerManager
    27-skip-child-post-fork-operations.patch - allow to skip child post fork operations to exclude UB (used for unified agent only)
    pr33495_fox_nested_fork.patch - fix issues with nested forks
    pr33582_fork_handler.patch - disable fork handler support  if it is not requested intentionally</content>
</entry>
<entry>
<title>Backport gRPC forking assert fix</title>
<updated>2023-07-07T07:43:23Z</updated>
<author>
<name>somov</name>
<email>somov@yandex-team.com</email>
</author>
<published>2023-07-07T07:43:23Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=76a8d10767f44c35f29a333cca2573b090a52a7f'/>
<id>urn:sha1:76a8d10767f44c35f29a333cca2573b090a52a7f</id>
<content type='text'>
https://github.com/grpc/grpc/commit/51f276e7beef3a9e4e9f96d4525e2035169d24be</content>
</entry>
<entry>
<title>Remove wrong useless patch from grpc</title>
<updated>2023-06-15T20:50:16Z</updated>
<author>
<name>gotocoding</name>
<email>gotocoding@yandex-team.com</email>
</author>
<published>2023-06-15T20:50:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=675b1ea2d6747563c434ac78becc2a4414bcf510'/>
<id>urn:sha1:675b1ea2d6747563c434ac78becc2a4414bcf510</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix applying 05-thread.patch to contrib/libs/grpc</title>
<updated>2023-06-13T15:38:02Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2023-06-13T15:38:02Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=fb9e47e69a3ddd916808da1e266f3572dcd4aa86'/>
<id>urn:sha1:fb9e47e69a3ddd916808da1e266f3572dcd4aa86</id>
<content type='text'>
</content>
</entry>
</feed>
