summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Replaced config.ParseResult->Has/Get to .StoreResultbrgayazov2022-11-012-253/+257
|
* Rework TTimer in SessionActorva-kuznecov2022-11-011-17/+44
|
* Add TABLESTORE supportpnv12022-11-0116-80/+688
|
* fix datashard unit tests, use public api protobuf formatgvit2022-11-012-26/+14
|
* fix disabled provider caseivanmorozov2022-11-011-0/+3
|
* [review] [YDB] "Added ydb operation docs" check translatealextarazanov2022-11-016-7/+166
|
* idle partitions implementationd-mokhnatkin2022-11-0117-112/+363
|
* Fix TTimer usage in SessionActor, rev. 2va-kuznecov2022-11-011-3/+6
|
* Fix TTimer usage in SessionActorva-kuznecov2022-11-011-7/+4
|
* [review] [YDB] Check translate ydb cli profile update/replacealextarazanov2022-11-016-44/+144
|
* [review] [YDB] Check translate about columnsalextarazanov2022-11-013-10/+9
|
* [review] [YDB] Check translate cdc changefeedalextarazanov2022-11-012-5/+5
|
* Remove WorkerActor code pathva-kuznecov2022-11-014-13/+5
|
* External build system generator release 4robot-ya-builder2022-11-011-2/+5
| | | Update tools: yexport
* Missing deps to generated headerssvidyuk2022-11-014-6/+4
| | | | * Always add ARCHIVE output to cmake sorces as it's intendend to be used as header generator * Precise port of ragel output file name from ya.make to generated cmake
* fixed ubuntu version hardcode;;qkrorlqr2022-10-311-3/+3
|
* Revert changes fromaneporada2022-10-315-59/+55
|
* move datashard tests to rpc actor usage: step 1gvit2022-10-315-212/+199
|
* avoid serialization of source location in MKQL_MEM_TAKEvvvv2022-10-313-14/+33
|
* Copy issue code in TIssues::AddIssuesgalaxycrab2022-10-311-1/+4
|
* Remove unlocalized mode from NLG libraryalexanderplat2022-10-311-1/+2
|
* Add process_cpu_time_us to SessionActor's statsva-kuznecov2022-10-311-2/+14
|
* FIx strict context testsiaz16072022-10-312-0/+7
|
* [review] [YDB] Check translate database/sql sessionalextarazanov2022-10-311-1/+5
|
* Fix crash caused by writing nonutf-8 to issue messagegalaxycrab2022-10-3145-134/+195
| | | | | В issue поле Message является публичным, поэтому легко записать в него всё что угодно. Хотя кострукторы TIssue делают эскейпинг строк. В S3 source был парсинг сжатых бинарных данных как json'а (юзер забыл указать в биндинге, что файл сжат с помощью gzip) и парсер (clickhouse) выдал в качестве ошибки кусочек этих данных, который затем пошёл в Message (напрямую, не через конструктор, который эскейпит их). В результате не-utf-8 строка была записана в протобуф и передана в акторном сообщении на другую ноду. Другая нода упала в верифайке на распаковке сообщения: протобуф проверяет, что поле типа string должно содержать строку в utf-8. Сделал поле Message private и в методе SetMessage() вызвал эскейпинг строки, такой же, какой делается в конструкторе.
* Support uncommitted changes in cdcsnaury2022-10-3139-406/+1441
|
* WIP. Solidify SessionActor in KQP UTva-kuznecov2022-10-3123-710/+607
|
* Fix handling of nulls in output[] for Wide{Take/Skip}Blocksaneporada2022-10-311-0/+8
|
* deduplicate PlanNodeId for kqp query plansulya-sidorina2022-10-31537-559/+596
| | | fix(kqp_query_plan): deduplicate plan node ids
* Add DocumentApiRestricted into SessionActorva-kuznecov2022-10-313-6/+10
|
* Fix memory limits in pure and scan requestsva-kuznecov2022-10-311-26/+18
|
* Fix public YDB build (lua issue)svidyuk2022-10-314-5/+16
|
* Ymake maven-export config fixessvidyuk2022-10-311-1/+0
|
* Correct debug trap for M1somov2022-10-301-0/+4
|
* Support Wide{Take/Skip}Blocksaneporada2022-10-3014-39/+508
|
* [pg] initialize tx timestampsvvvv2022-10-304-21/+48
| | | | влияет на функции now, statement_timestamp - они будут брать кешированное значение с момента инициализации comp graph. clock_timestamp сейчас всегда возвращает некешированное системное время - это потом надо будет увести в TimeProvider
* Remove a workaround for ancient CUDA versionsdfyz2022-10-293-7/+94
| | | `#define noexcept throw()` is a questionable idea, since replacing `noexcept` with `throw()` in expressions such as `noexcept(true)` results in spectacular compiler errors. We stopped supporting CUDA 8 (and even CUDA 9) long ago, which means we can just get rid of the problematic define.
* [docs] TryMember limitationsudovichenko-r2022-10-281-0/+6
|
* tiering throught metadata from datashard tableivanmorozov2022-10-2851-768/+1567
|
* fix coveriy issue 16907: Uninitialized pointer fielduzhas2022-10-281-0/+1
|
* Docs for Unicode::Strip and Unicode::Is{Category}amnosov2022-10-281-3/+30
|
* Added ydb table ttl docsbazeltsev2022-10-284-2/+78
| | | updated
* remove tenant pool event usagegvit2022-10-281-72/+16
|
* temporary hotfix to resolve an error when compiling in githubalexv-smirnov2022-10-283-0/+6
|
* Added ydb operation docsbazeltsev2022-10-286-4/+166
| | | updated
* cloud id for audit logs has been improvedhcpp2022-10-281-117/+118
|
* Calculate per-group balancing weightalexvru2022-10-283-23/+51
|
* fix race between drop and propose on ColumnShardchertus2022-10-287-41/+55
|
* DQ, limit concurrencywhcrc2022-10-285-3/+31
|
* Test for drop/write race in columnshardsnaury2022-10-283-1/+83
|