aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* KIKIMR-18796: final incapsulate service activity in CSivanmorozov2023-07-2351-1040/+1201
|
* Find balanced brackets inside expressions only + check for double format for ↵vvvv2023-07-222-12/+36
| | | | all tests
* YQL-13180 Fix AsDict type ann.a-romanov2023-07-221-58/+24
|
* KIKIMR-18796: small fixes and prevent guard alert on actors cleaningivanmorozov2023-07-222-4/+9
|
* add some warnings (even in release build) if host memory estimation was wrongilnurkh2023-07-223-5/+12
|
* YQL-13180 Fix ListFromRange type ann.a-romanov2023-07-221-22/+9
|
* Update Cython to 0.29.36shadchin2023-07-2220-135/+1255
|
* Intermediate changesrobot-piglet2023-07-221-0/+1
|
* Change "ya.make"gvit2023-07-212-5/+4
|
* Add warning to cms consoleinnokentii2023-07-217-0/+54
| | | add warning to cms console
* fix shard hint for sequential readsssmike2023-07-211-9/+8
|
* Disable limits for sqlin collectionsssmike2023-07-211-24/+27
|
* KIKIMR-18796:split service logic for column shard index modification into ↵ivanmorozov2023-07-2158-1331/+2059
| | | | different change-objects
* fix 0 columns in result schemeuzhas2023-07-212-0/+33
|
* KIKIMR-18779 limit S3 reading threadschertus2023-07-213-0/+10
|
* Test suppress version check, KIKIMR-18776serg-belyakov2023-07-211-32/+59
| | | Add suppress version check UT
* Fix generating broken as config, KIKIMR-18789kruall2023-07-211-1/+1
|
* handlers check equality while sortingandrew-rykov2023-07-214-99/+52
|
* Change "test_serializable.py": decrease the number of iterationsgvit2023-07-211-1/+1
|
* try to get rid of locks and allocations for elastic queue thread poolkulikov2023-07-2144-40/+1261
| | | | | | | | | 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.
* KIKIMR-18779 batch S3 deleteschertus2023-07-211-13/+82
|
* YQL-13180 Fix If type annotation.a-romanov2023-07-211-12/+6
|
* Fix trash processing before actual commit KIKIMR-18784alexvru2023-07-215-35/+46
|
* Do not use libprofile.a from sourcesthegeorg2023-07-214-91/+5
| | | | | | ``` TypeError: join() argument must be str, bytes, or os.PathLike object, not 'NoneType' Failed ```
* Move kqp related tests to ydb.dcherednik2023-07-2119-0/+942
|
* Refactor message metakomels2023-07-2116-71/+196
| | | https://a.yandex-team.ru/arcadia/kikimr/docs/ru/overlay/rfc/107_topic_message_meta.md
* Update tools: ya_bin3, ya_bin, test_tool, test_tool3v-korovin2023-07-211-4/+4
| | | | | | | | | | | | | | | | | | | | | Ya ем на обед ревизии из арка Питоновый десерт плюсовые сливки Мне имя ябины хозяин static-сборки Я нереальный кул собираю корки В левой руке - Linux в правой руке - Mac Мой пиар менеджер - господин Прайс! Моё лицо консолька внутри из python 2 ya make devtools/ya/bin & arc push! Ябины! Ябины! Ябины! From hash: [43598ba95ffdc2965b495ead9f4814455549c222](https://a.yandex-team.ru/arcadia/commit/43598ba95ffdc2965b495ead9f4814455549c222) From revision: [11900430](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=191) Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin) Update tools: ya_bin3, ya_bin, test_tool, test_tool3 Original PR: https://a.yandex-team.ru/review/4192641/details
* Split TableService session for common and table service part. KIKIMR-18788dcherednik2023-07-2125-225/+424
|
* KIKIMR-18712: Retry first retryable error from access service immediatelymolotkov-and2023-07-213-19/+146
|
* Deduce swig paths in ymake.confsvidyuk2023-07-212-44/+29
|
* syntax has been fixedhcpp2023-07-201-1/+1
|
* Fixed optimizer: == with literal boolsvvvv2023-07-201-2/+2
|
* Ordered execution of CmdTrimLeakedBlobs vs garbage collection KIKIMR-18784alexvru2023-07-204-22/+52
|
* EnableChangefeedInitialScan is true by default KIKIMR-15846ilnaz2023-07-201-1/+1
|
* Support arrow blocks in transport packeraneporada2023-07-2015-42/+867
|
* fix url parsinggrigoriypisar2023-07-201-4/+9
| | | Fixed url parsing.
* PR from branch users/artem-trof/-ingress-settingsartem-trof2023-07-201-3/+3
| | | Обновил название метрики для healthcheck и добавил ingress для protmetheus/grafana
* Fix blob leakage KIKIMR-18784alexvru2023-07-209-405/+126
|
* KIKIMR-15081: Push TopSort below renaming FlatMappavelvelikhov2023-07-20121-252/+561
| | | Pushing TopSort below renaming FlatMap
* Beatify links in export-import sectionilnaz2023-07-2031-33/+62
|
* KIKIMR-18570 check S3 object via Head for consistencychertus2023-07-204-14/+27
|
* Set idea.max.content.load.filesize globallya-beliakov2023-07-201-1/+1
|
* Apply TTL's run-interval option KIKIMR-18800ilnaz2023-07-203-1/+59
|
* Move sdk helpers to ydb.dcherednik2023-07-2010-1/+201
|
* Revert commit rXXXXXX, Revert commit rXXXXXX, Automatic release build for ↵v-korovin2023-07-201-4/+4
| | | | ya_bin3, ya_bin, test_tool, test_tool3
* Don't sync kill sys tablet on reboot in tests KIKIMR-18752snaury2023-07-203-4/+8
|
* Deploy clang without runtimesmikhnenko2023-07-201-1/+1
|
* Use profile from sourcesmikhnenko2023-07-204-4/+90
|
* Allow DISCARD in SUBQUERYvvvv2023-07-206-10/+49
|
* Track struct layout over Member inside window functionsvvvv2023-07-201-0/+4
|