Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Import Temurin JDK21 | pazus | 2023-10-19 | 5 | -2/+67 | |
| | ||||||
* | make stable order of pdisks, vdisks and tablets KIKIMR-19773 | xenoxeno | 2023-10-19 | 1 | -0/+25 | |
| | ||||||
* | New DQ statistics | hor911 | 2023-10-19 | 94 | -1631/+2821 | |
| | | | | | | | 1. Выравниваю уровни KQP и DQ - добавляю DQ_STATS_MODE_FULL 2. При запуске графа DQ (TDqExecuter) можно указать требуемый уровень сбора статистики (сейчас он почти всегда PROFILE) 3. Унифицирую метрики всех входов и выходов TaskRunner по (1) трафику и (2) таймингам 4. Оптимизирую собираемую статистику исходя из концепции: NONE - нет вообще, BASIC - per query/graph, FULL - агрегированная per stage, PROFILE - исходные метрики от каждой task | |||||
* | Remove parse format VERIFY, KIKIMR-19754 | serg-belyakov | 2023-10-19 | 1 | -1/+1 | |
| | | | | Remove parse format VERIFY | |||||
* | fixed coverity issue: Structurally dead code | uzhas | 2023-10-19 | 1 | -12/+0 | |
| | ||||||
* | KIKIMR-19745: add validation between transactions | ivanmorozov | 2023-10-19 | 1 | -0/+10 | |
| | ||||||
* | YQL-16876 Copy constraints in case of trivial merge, more places. | a-romanov | 2023-10-19 | 1 | -2/+2 | |
| | ||||||
* | class instead of struct (often mistake in predeclaration) | ivanmorozov | 2023-10-19 | 4 | -4/+4 | |
| | ||||||
* | Update contrib/python/boto3/py3 to 1.28.60 | robot-contrib | 2023-10-19 | 3 | -4/+4 | |
| | ||||||
* | Update contrib/python/botocore/py3 to 1.31.60 | robot-contrib | 2023-10-19 | 404 | -10/+13648 | |
| | ||||||
* | Change delivery lag KIKIMR-19368 | ilnaz | 2023-10-18 | 3 | -6/+31 | |
| | ||||||
* | KIKIMR-16538: Add SelectNoAsciiValue test | shumkovnd | 2023-10-18 | 1 | -0/+29 | |
| | ||||||
* | KIKIMR-19213: reading actor interface correction, remove composite flag ↵ | ivanmorozov | 2023-10-18 | 29 | -244/+244 | |
| | | | | (will move into normalizer) | |||||
* | YT-20192: Add new Secondary Index object to YT master | sabdenovch | 2023-10-18 | 4 | -1/+5 | |
| | | | | Создал новый тип объекта - вторичный индекс + апи. Нет проверки на легальность схемы. | |||||
* | Fix counter underflow in outgoing snapshot requests KIKIMR-19733 | snaury | 2023-10-18 | 2 | -5/+5 | |
| | ||||||
* | refactor rpc alter table KIKIMR-18963 | gvit | 2023-10-18 | 5 | -405/+373 | |
| | ||||||
* | nightly: enable ya build | nkozlovskiy | 2023-10-18 | 1 | -1/+1 | |
| | ||||||
* | fixed coverity issue: Operator precedence logic error | uzhas | 2023-10-18 | 1 | -1/+1 | |
| | ||||||
* | fixed coverity issue: Operator precedence logic error | uzhas | 2023-10-18 | 1 | -2/+2 | |
| | ||||||
* | fixed coverity issue: Operator precedence logic error | uzhas | 2023-10-18 | 1 | -1/+1 | |
| | ||||||
* | Intermediate changes | robot-piglet | 2023-10-18 | 10 | -10/+19 | |
| | ||||||
* | Fix System TX replication breaking types | h0pless | 2023-10-18 | 1 | -0/+2 | |
| | ||||||
* | Update Discord link in README.md | Ivan Blinkov | 2023-10-18 | 1 | -2/+2 | |
| | | | | | | Update Discord link in README.md Pull Request resolved: https://github.com/ydb-platform/ydb/pull/400 | |||||
* | YQL-15891 Drop BlockExtend. | a-romanov | 2023-10-18 | 20 | -329/+3 | |
| | ||||||
* | KIKIMR-19740: Add mask for as-signature tickets | molotkov-and | 2023-10-18 | 2 | -24/+29 | |
| | ||||||
* | Do not reuse ids of expired nodes outside allowed interval, KIKIMR-19726 | serg-belyakov | 2023-10-18 | 2 | -1/+43 | |
| | | | | Check that dynnode id is in allowed interval on applying epoch diff | |||||
* | Fix importing multiple converted csv columns KIKIMR-19751 | snaury | 2023-10-18 | 1 | -1/+1 | |
| | ||||||
* | YQL-16880 s-expr | vvvv | 2023-10-18 | 160 | -4/+54725 | |
| | ||||||
* | compute QueueCounters on leader node when it is possible | sergeyveselov | 2023-10-18 | 8 | -13/+265 | |
| | | | | compute QueueCounters on leader node when it is possible | |||||
* | YT-20033: Add peer alternative hostname for Bus TLS Verification | khlebnikov | 2023-10-18 | 4 | -0/+61 | |
| | ||||||
* | Remove percentile counters for services. This code is broken and must be ↵ | dcherednik | 2023-10-18 | 6 | -93/+19 | |
| | | | | reimplemented if this feature is realy helpful. KIKIMR-19703 | |||||
* | ci: use --bazel-remote-store for test runs | nkozlovskiy | 2023-10-18 | 3 | -5/+33 | |
| | ||||||
* | YQL-16869 ut for Kleene star in match_recognize | zverevgeny | 2023-10-18 | 2 | -0/+179 | |
| | ||||||
* | KIKIMR-19213: use log scanner for simple cases in intervals interation | ivanmorozov | 2023-10-18 | 11 | -96/+236 | |
| | | | | clickbench out of mem will be fix soon | |||||
* | Enable consteval in fmtlib | dakovalkov | 2023-10-18 | 5 | -5/+0 | |
| | ||||||
* | Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at 'ydb' | ilnurkh | 2023-10-18 | 1 | -1/+1 | |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | |||||
* | YQL-16898 fix. | a-romanov | 2023-10-18 | 1 | -1/+1 | |
| | ||||||
* | KIKIMR-19428: fix access error | ns-vasilev | 2023-10-18 | 12 | -65/+168 | |
| | ||||||
* | YQL-16876 Copy constraints in case of trivial merge. | a-romanov | 2023-10-18 | 3 | -1/+8 | |
| | ||||||
* | Actualize YDB-DOTNET-SDK docs | y4blokof | 2023-10-18 | 2 | -87/+87 | |
| | ||||||
* | add owner id to object id to make it unique KIKIMR-19697 | zalyalov | 2023-10-18 | 21 | -58/+145 | |
| | ||||||
* | YT-19880: Add ListSubgroups method to DiscoveryClient | vovamelnikov | 2023-10-18 | 1 | -0/+17 | |
| | | | | ListSubgroups added to DiscoveryClient API | |||||
* | Actualize YDB-DOTNET-SDK docs | y4blokof | 2023-10-18 | 14 | -0/+278 | |
| | ||||||
* | Y_ABORT_UNLESS -> YT_VERIFY within main YT C++ codebase | babenko | 2023-10-18 | 8 | -59/+59 | |
| | ||||||
* | Cosmetics | babenko | 2023-10-18 | 1 | -27/+38 | |
| | ||||||
* | Send snapshot request to a single coordinator, add counters KIKIMR-19733 | snaury | 2023-10-18 | 5 | -4/+71 | |
| | ||||||
* | Don't allow new reads in certain states KIKIMR-19739 | snaury | 2023-10-18 | 2 | -1/+7 | |
| | ||||||
* | remove Y_FAIL | ilnurkh | 2023-10-18 | 1 | -1/+0 | |
| | ||||||
* | Move swag from devtools/ to library/python/testing/ | alexv-smirnov | 2023-10-18 | 7 | -1/+507 | |
| | ||||||
* | fix typos | viknet | 2023-10-18 | 1 | -4/+4 | |
| |