Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | KIKIMR-18556:use peer state for correct memory volume calculation in case ↵ | ivanmorozov | 2023-07-18 | 4 | -72/+97 |
| | | | | | actor system queue in interconnect + TrySendAsyncChannelData check memory usage | ||||
* | Update contrib/libs/double-conversion to 3.3.0 | robot-contrib | 2023-07-17 | 4 | -11/+43 |
| | |||||
* | Fix tests KIKIMR-18774 | ilnaz | 2023-07-17 | 6 | -52/+39 |
| | |||||
* | ydb: replace build/ in denylists with some build/ subfolders | nkozlovskiy | 2023-07-17 | 2 | -0/+26 |
| | |||||
* | Fix some TestShard issues KIKIMR-11082 | alexvru | 2023-07-17 | 8 | -55/+71 |
| | |||||
* | feat grpc: update to grpc 1.53.1 | leonidlazarev | 2023-07-17 | 1400 | -50702/+80779 |
| | | | | | | | | | | | | | | 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 | ||||
* | Extract ISource to separate files | zverevgeny | 2023-07-17 | 17 | -1222/+1264 |
| | | | YQL-16186 extract ISource to separate files | ||||
* | Do not emit heartbeats to disabled stream KIKIMR-18159 | ilnaz | 2023-07-17 | 2 | -0/+16 |
| | |||||
* | YQ Connector: support multiple tables in a single request | vitalyisaev | 2023-07-17 | 11 | -148/+173 |
| | | | | 1. Исправлена ошибка в generic provider, не позволявшая в одном запросе извлекать данные из нескольких таблиц (в том числе, делать JOIN). 2. Добавлены интеграционные тесты на JOIN, которые проверяют различные варианты комбинаций таблиц и источников данных. | ||||
* | ci: fix docker local_ydb build | Nikita Kozlovskiy | 2023-07-17 | 4 | -73/+3 |
| | | | | | ci: fix docker local_ydb build Pull Request resolved: #308 | ||||
* | Update contrib/restricted/google/benchmark to 1.8.2 | thegeorg | 2023-07-17 | 7 | -23/+60 |
| | |||||
* | support all types in external tables, switch test_interval_unit to v2 | uzhas | 2023-07-17 | 2 | -26/+2 |
| | |||||
* | Do not emit heartbeats during initial scan KIKIMR-18159 | ilnaz | 2023-07-17 | 3 | -13/+80 |
| | |||||
* | Make SignalTabletActive call mandatory, common TEvPoison handling in tablets ↵ | snaury | 2023-07-17 | 55 | -337/+246 |
| | | | | KIKIMR-18752 | ||||
* | Wrap WritesInFlight control | nsofya | 2023-07-17 | 3 | -21/+67 |
| | |||||
* | [ymq] response unavailable for retryable error & restore retries | alexbogo | 2023-07-17 | 2 | -5/+46 |
| | | | init | ||||
* | Fix smart pointers misusage in *Wrapper classes KIKIMR-18169 | va-kuznecov | 2023-07-17 | 1 | -33/+56 |
| | |||||
* | Continue emitting heartbeats after split/merge KIKIMR-18159 | ilnaz | 2023-07-17 | 4 | -1/+29 |
| | |||||
* | KIKIMR-18071 support GRPC with TLS in ydb-dstool | mzinal | 2023-07-17 | 1 | -7/+39 |
| | |||||
* | Improve TestShard KIKIMR-11082 | alexvru | 2023-07-17 | 3 | -9/+54 |
| | |||||
* | Remove TX_KIND_DATA processing | nsofya | 2023-07-17 | 3 | -70/+0 |
| | |||||
* | Disable new predicate-extract logic by default | ssmike | 2023-07-17 | 1 | -1/+4 |
| | |||||
* | Improve dstool group show usage-by-tablets command KIKIMR-11082 | alexvru | 2023-07-17 | 1 | -24/+17 |
| | |||||
* | YQL-16031 Take + Sort = TopSort. | a-romanov | 2023-07-17 | 2 | -4/+23 |
| | |||||
* | serial data type support in sql v1 KIKIMR-13368 | gvit | 2023-07-17 | 13 | -7/+251 |
| | |||||
* | KIKIMR-18758: improve priorities control | ivanmorozov | 2023-07-17 | 32 | -159/+383 |
| | |||||
* | remove useless validation | ivanmorozov | 2023-07-17 | 1 | -18/+11 |
| | |||||
* | Improve dstool group show storage-efficiency command KIKIMR-11082 | alexvru | 2023-07-17 | 1 | -34/+71 |
| | |||||
* | distribute memory limits on all channels in task. prevent overlimit in case ↵ | ivanmorozov | 2023-07-17 | 2 | -4/+11 |
| | | | | many channels. | ||||
* | Add STDOUT and STDOUT_NOAUTO params to RUN_JAVA_PROGRAM | say | 2023-07-17 | 2 | -4/+12 |
| | |||||
* | normalize external table attributes, enable test_timestamp_simple_posix @ v2 | uzhas | 2023-07-17 | 3 | -5/+5 |
| | |||||
* | return precondition failed in case of task runner exception KIKIMR-18745 | gvit | 2023-07-17 | 1 | -1/+2 |
| | |||||
* | new GetEvents and GetEvent methods | abcdef | 2023-07-17 | 15 | -2/+538 |
| | | | новые методы GetEvents и GetEvent | ||||
* | KIKIMR-18343 Do not use TEvWrite for blob put result aggregation | nsofya | 2023-07-17 | 27 | -326/+602 |
| | | | Вытащила часть из https://a.yandex-team.ru/review/4073073/details | ||||
* | New config for yexport excludes | alperevyshin | 2023-07-17 | 2 | -7/+20 |
| | |||||
* | KIKIMR-18343: Check overloaded function | nsofya | 2023-07-16 | 9 | -78/+138 |
| | | | | | IsWritableTable -> IsReadyForWrite Check overloaded function | ||||
* | ,switch test_binding_projection_date_type_validation to v2 | uzhas | 2023-07-14 | 1 | -1/+1 |
| | |||||
* | wait for async index receive all data before check the content. KIKIMR-18753 | dcherednik | 2023-07-14 | 1 | -1/+40 |
| | |||||
* | Fix InitQueue behaviour KIKIMR-18750 | alexvru | 2023-07-14 | 2 | -12/+14 |
| | |||||
* | KIKIMR-18749: add YDB_KQP_ENABLE_IMMEDIATE_EFFECTS to env vars | ulya-sidorina | 2023-07-14 | 1 | -4/+6 |
| | | | test(ydb): add YDB_KQP_ENABLE_IMMEDIATE_EFFECTS to env vars | ||||
* | New topic tests | azevaykin | 2023-07-14 | 8 | -0/+140 |
| | |||||
* | [ymq] move code to ydb folder | alexbogo | 2023-07-14 | 25 | -13/+1965 |
| | | | init | ||||
* | [ydb_persqueue sdk] change cluster dicovery default : on -> auto | alexbogo | 2023-07-14 | 3 | -2/+4 |
| | | | init | ||||
* | Move HasOnlyCrossJoin to utils | aozeritsky | 2023-07-14 | 15 | -14/+440 |
| | |||||
* | /nodes handler rack sorting | andrew-rykov | 2023-07-14 | 1 | -1/+9 |
| | |||||
* | PR from branch users/zverevgeny/YQL-16186_refactor_sql | zverevgeny | 2023-07-14 | 22 | -11915/+12259 |
| | | | Split sql.cpp to several files | ||||
* | Fix review issue KIKIMR-18159 | ilnaz | 2023-07-14 | 2 | -2/+2 |
| | | | https://a.yandex-team.ru/review/4098445/details#comment-6045983 | ||||
* | External build system generator release 42 | robot-ya-builder | 2023-07-14 | 1 | -2/+2 |
| | | | Update tools: yexport | ||||
* | storage handler filters | andrew-rykov | 2023-07-14 | 2 | -16/+246 |
| | | | | | | | | | added row initialization added sort sorting added CheckGroupFilters method | ||||
* | Fix spurious failure in conflicts cache on rollback KIKIMR-18742 | snaury | 2023-07-14 | 1 | -1/+1 |
| |