aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* VirtualTimestamp in cpp sdkilnaz2022-12-073-6/+27
|
* sync scheme in load actors with YCSBeivanov892022-12-064-32/+32
|
* check malloc resultvvvv2022-12-062-1/+14
|
* Bytes and string fixesv-korovin2022-12-061-2/+2
|
* add validation for secret operationsivanmorozov2022-12-0613-23/+265
| | | add test
* extract state from aggregatorvvvv2022-12-065-100/+192
|
* wait tiering ready for usageivanmorozov2022-12-069-8/+39
|
* support Tagged type in kqpuzhas2022-12-065-2/+46
|
* Introduce LabeledCounters to SysViewmokhotskii2022-12-0638-56/+1183
| | | Introduce labeled_db counters
* [yql] Proper Rewind for exec transformersudovichenko-r2022-12-061-0/+8
|
* Check queries size in TKqpLoadActorva-kuznecov2022-12-061-0/+1
|
* show rendered tagged type instead of nulluzhas2022-12-061-0/+4
|
* Start introducing volatile distributed transactionssnaury2022-12-0617-26/+449
|
* use path for metadata storage from configivanmorozov2022-12-067-5/+28
|
* improve acl control for initializations and secret tablesivanmorozov2022-12-068-22/+70
| | | | correct test format secret requests
* schemeshard, alter-extsubdomain: create hive before all other system tabletsijon2022-12-0660-2482/+3781
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | schemeshard, alter-extsubdomain: create hive before all other system tablets - make alter-extsubdomain a composite operation: hive creation and extsubdomain construction/altering - create feature flag `EnableAlterDatabaseCreateHiveFirst` (default: false) to switch between old and new behavior alter-extsubdomain now create extsubdomain's Hive first, then wait for it coming alive and only then create other extsubdomain's system tablets (SchemeShard, Coordinators, Mediators and SysViewProcessor). So system tablets are emerging directly in the extsubdomain's Hive and not in the root hive (and do not require separate migration pass). - tests/functional/{rename,serverless,tenants}: refactor to use the common set of cluster/database fixtures - schemeshard: move states of subdomain operations into separate header - schemeshard: move CreateEvCreateTablet out of CreateParts - schemeshard: make alter-extsubdomain semantics on input more strict - schemeshard (unit)tests: add ability to check expected results also by reason - schemeshard (unit)tests: convert TSubDomainSettings into raw literals - schemeshard: fix typos CreateFroceDrop -> CreateForceDrop ListSubThee -> ListSubTree Droping -> Dropping Trasaction -> Transaction Dafault -> Default Buket -> Bucket etc - console: make code for {Create,Alter}Subdomain more identical
* Fix race in Info Collectort1mursadykov2022-12-061-2/+2
|
* Fix nallocx redefinition when using lf allocator on windowsaleexfi2022-12-063-13/+18
|
* [dq] Remove wrong file dedupudovichenko-r2022-12-063-10/+3
|
* refactor waitresolve statefnssmike2022-12-063-61/+80
|
* turn on withTagged flaguzhas2022-12-062-8/+10
|
* Show the dynamic node use certificate in node broker viewermolotkov-and2022-12-065-8/+28
|
* audit logsandrew-rykov2022-12-063-36/+30
|
* turn on withTagged flag in query compileruzhas2022-12-061-2/+2
|
* (refactoring) Tabular representation of index & changefeed infoilnaz2022-12-061-29/+21
|
* general schemeshard data fetching for alter-tiering-validationivanmorozov2022-12-0623-9/+669
|
* interrupt inheritance by aclivanmorozov2022-12-064-1/+16
| | | acl usage for stop inheritance
* refactored out robinhood hash map/set + testsvvvv2022-12-054-0/+375
|
* fix wall-e 'reject' statusshmel1k2022-12-051-1/+1
|
* Fix common type for inner/full join.a-romanov2022-12-053-1/+17
|
* Fix curl on mobile platformsthegeorg2022-12-052-2/+7
|
* Format small disks with minimal chunk size,serg-belyakov2022-12-059-12/+54
| | | Format small disks with smaller chunk size
* revert OperationLog,serg-belyakov2022-12-059-222/+17
| | | | | Revert "Add diagnostic information to TOwnerData," This reverts commit 5f54c21bac8edbf124178965a012636c8dafb866, reversing changes made to 247eeb8d9722b4d9f4b32dd7240a7e525da61ce1.
* Rename table snapshots when renaming a tablesnaury2022-12-054-0/+80
|
* suport Tagged type in Ydb::Value and Ydb::Type builders, yson/json formatter ↵uzhas2022-12-058-1/+173
| | | | and parser
* fix.a-romanov2022-12-051-8/+7
|
* Resolve only shards used in remote tasksssmike2022-12-052-45/+120
|
* columntable storage for synchronization with tiering infoivanmorozov2022-12-0512-61/+228
|
* issue-storage-limitandrew-rykov2022-12-052-4/+92
| | | | | | | | | | | removed logs changed status to yellow changed test ChangeDescribeSchemeResult changed logs issue storage limit
* metadata path in commonivanmorozov2022-12-0512-20/+20
| | | prepare metadata path usage in common
* пример подключения без tlsrekby2022-12-052-8/+8
|
* Switch to uint8 layout for booleans on block computation levelaneporada2022-12-0525-405/+972
|
* Add tabs into load actors UIva-kuznecov2022-12-051-33/+36
|
* First version of QueryService (draft). ()spuchin2022-12-054-0/+377
|
* TPC-H for PG types passedaakulaga2022-12-053-16/+45
| | | TPC-H for PG types passed
* remove s3 internal from apigvit2022-12-0544-2618/+0
|
* issue has been added for abortedhcpp2022-12-053-0/+18
|
* Load actors introbazeltsev2022-12-0513-123/+158
| | | updated
* kill resolver in data executorssmike2022-12-042-4/+3
|
* Drop custom maps mobile configs support from curl and yamakerthegeorg2022-12-043-2105/+8
| | | | | The only usage of this configs (contrib/libs/curl) was related to switching curl dns resolver to multithreaded mode. We have a variable for this.