aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Import Temurin JDK21pazus2023-10-195-2/+67
|
* make stable order of pdisks, vdisks and tablets KIKIMR-19773xenoxeno2023-10-191-0/+25
|
* New DQ statisticshor9112023-10-1994-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-19754serg-belyakov2023-10-191-1/+1
| | | | Remove parse format VERIFY
* fixed coverity issue: Structurally dead codeuzhas2023-10-191-12/+0
|
* KIKIMR-19745: add validation between transactionsivanmorozov2023-10-191-0/+10
|
* YQL-16876 Copy constraints in case of trivial merge, more places.a-romanov2023-10-191-2/+2
|
* class instead of struct (often mistake in predeclaration)ivanmorozov2023-10-194-4/+4
|
* Update contrib/python/boto3/py3 to 1.28.60robot-contrib2023-10-193-4/+4
|
* Update contrib/python/botocore/py3 to 1.31.60robot-contrib2023-10-19404-10/+13648
|
* Change delivery lag KIKIMR-19368ilnaz2023-10-183-6/+31
|
* KIKIMR-16538: Add SelectNoAsciiValue testshumkovnd2023-10-181-0/+29
|
* KIKIMR-19213: reading actor interface correction, remove composite flag ↵ivanmorozov2023-10-1829-244/+244
| | | | (will move into normalizer)
* YT-20192: Add new Secondary Index object to YT mastersabdenovch2023-10-184-1/+5
| | | | Создал новый тип объекта - вторичный индекс + апи. Нет проверки на легальность схемы.
* Fix counter underflow in outgoing snapshot requests KIKIMR-19733snaury2023-10-182-5/+5
|
* refactor rpc alter table KIKIMR-18963gvit2023-10-185-405/+373
|
* nightly: enable ya buildnkozlovskiy2023-10-181-1/+1
|
* fixed coverity issue: Operator precedence logic erroruzhas2023-10-181-1/+1
|
* fixed coverity issue: Operator precedence logic erroruzhas2023-10-181-2/+2
|
* fixed coverity issue: Operator precedence logic erroruzhas2023-10-181-1/+1
|
* Intermediate changesrobot-piglet2023-10-1810-10/+19
|
* Fix System TX replication breaking typesh0pless2023-10-181-0/+2
|
* Update Discord link in README.mdIvan Blinkov2023-10-181-2/+2
| | | | | | Update Discord link in README.md Pull Request resolved: https://github.com/ydb-platform/ydb/pull/400
* YQL-15891 Drop BlockExtend.a-romanov2023-10-1820-329/+3
|
* KIKIMR-19740: Add mask for as-signature ticketsmolotkov-and2023-10-182-24/+29
|
* Do not reuse ids of expired nodes outside allowed interval, KIKIMR-19726serg-belyakov2023-10-182-1/+43
| | | | Check that dynnode id is in allowed interval on applying epoch diff
* Fix importing multiple converted csv columns KIKIMR-19751snaury2023-10-181-1/+1
|
* YQL-16880 s-exprvvvv2023-10-18160-4/+54725
|
* compute QueueCounters on leader node when it is possiblesergeyveselov2023-10-188-13/+265
| | | | compute QueueCounters on leader node when it is possible
* YT-20033: Add peer alternative hostname for Bus TLS Verificationkhlebnikov2023-10-184-0/+61
|
* Remove percentile counters for services. This code is broken and must be ↵dcherednik2023-10-186-93/+19
| | | | reimplemented if this feature is realy helpful. KIKIMR-19703
* ci: use --bazel-remote-store for test runsnkozlovskiy2023-10-183-5/+33
|
* YQL-16869 ut for Kleene star in match_recognizezverevgeny2023-10-182-0/+179
|
* KIKIMR-19213: use log scanner for simple cases in intervals interationivanmorozov2023-10-1811-96/+236
| | | | clickbench out of mem will be fix soon
* Enable consteval in fmtlibdakovalkov2023-10-185-5/+0
|
* Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at 'ydb'ilnurkh2023-10-181-1/+1
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* YQL-16898 fix.a-romanov2023-10-181-1/+1
|
* KIKIMR-19428: fix access errorns-vasilev2023-10-1812-65/+168
|
* YQL-16876 Copy constraints in case of trivial merge.a-romanov2023-10-183-1/+8
|
* Actualize YDB-DOTNET-SDK docsy4blokof2023-10-182-87/+87
|
* add owner id to object id to make it unique KIKIMR-19697zalyalov2023-10-1821-58/+145
|
* YT-19880: Add ListSubgroups method to DiscoveryClientvovamelnikov2023-10-181-0/+17
| | | | ListSubgroups added to DiscoveryClient API
* Actualize YDB-DOTNET-SDK docsy4blokof2023-10-1814-0/+278
|
* Y_ABORT_UNLESS -> YT_VERIFY within main YT C++ codebasebabenko2023-10-188-59/+59
|
* Cosmeticsbabenko2023-10-181-27/+38
|
* Send snapshot request to a single coordinator, add counters KIKIMR-19733snaury2023-10-185-4/+71
|
* Don't allow new reads in certain states KIKIMR-19739snaury2023-10-182-1/+7
|
* remove Y_FAILilnurkh2023-10-181-1/+0
|
* Move swag from devtools/ to library/python/testing/alexv-smirnov2023-10-187-1/+507
|
* fix typosviknet2023-10-181-4/+4
|