Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VirtualTimestamp in cpp sdk | ilnaz | 2022-12-07 | 3 | -6/+27 |
| | |||||
* | sync scheme in load actors with YCSB | eivanov89 | 2022-12-06 | 4 | -32/+32 |
| | |||||
* | check malloc result | vvvv | 2022-12-06 | 2 | -1/+14 |
| | |||||
* | Bytes and string fixes | v-korovin | 2022-12-06 | 1 | -2/+2 |
| | |||||
* | add validation for secret operations | ivanmorozov | 2022-12-06 | 13 | -23/+265 |
| | | | add test | ||||
* | extract state from aggregator | vvvv | 2022-12-06 | 5 | -100/+192 |
| | |||||
* | wait tiering ready for usage | ivanmorozov | 2022-12-06 | 9 | -8/+39 |
| | |||||
* | support Tagged type in kqp | uzhas | 2022-12-06 | 5 | -2/+46 |
| | |||||
* | Introduce LabeledCounters to SysView | mokhotskii | 2022-12-06 | 38 | -56/+1183 |
| | | | Introduce labeled_db counters | ||||
* | [yql] Proper Rewind for exec transformers | udovichenko-r | 2022-12-06 | 1 | -0/+8 |
| | |||||
* | Check queries size in TKqpLoadActor | va-kuznecov | 2022-12-06 | 1 | -0/+1 |
| | |||||
* | show rendered tagged type instead of null | uzhas | 2022-12-06 | 1 | -0/+4 |
| | |||||
* | Start introducing volatile distributed transactions | snaury | 2022-12-06 | 17 | -26/+449 |
| | |||||
* | use path for metadata storage from config | ivanmorozov | 2022-12-06 | 7 | -5/+28 |
| | |||||
* | improve acl control for initializations and secret tables | ivanmorozov | 2022-12-06 | 8 | -22/+70 |
| | | | | correct test format secret requests | ||||
* | schemeshard, alter-extsubdomain: create hive before all other system tablets | ijon | 2022-12-06 | 60 | -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 Collector | t1mursadykov | 2022-12-06 | 1 | -2/+2 |
| | |||||
* | Fix nallocx redefinition when using lf allocator on windows | aleexfi | 2022-12-06 | 3 | -13/+18 |
| | |||||
* | [dq] Remove wrong file dedup | udovichenko-r | 2022-12-06 | 3 | -10/+3 |
| | |||||
* | refactor waitresolve statefn | ssmike | 2022-12-06 | 3 | -61/+80 |
| | |||||
* | turn on withTagged flag | uzhas | 2022-12-06 | 2 | -8/+10 |
| | |||||
* | Show the dynamic node use certificate in node broker viewer | molotkov-and | 2022-12-06 | 5 | -8/+28 |
| | |||||
* | audit logs | andrew-rykov | 2022-12-06 | 3 | -36/+30 |
| | |||||
* | turn on withTagged flag in query compiler | uzhas | 2022-12-06 | 1 | -2/+2 |
| | |||||
* | (refactoring) Tabular representation of index & changefeed info | ilnaz | 2022-12-06 | 1 | -29/+21 |
| | |||||
* | general schemeshard data fetching for alter-tiering-validation | ivanmorozov | 2022-12-06 | 23 | -9/+669 |
| | |||||
* | interrupt inheritance by acl | ivanmorozov | 2022-12-06 | 4 | -1/+16 |
| | | | acl usage for stop inheritance | ||||
* | refactored out robinhood hash map/set + tests | vvvv | 2022-12-05 | 4 | -0/+375 |
| | |||||
* | fix wall-e 'reject' status | shmel1k | 2022-12-05 | 1 | -1/+1 |
| | |||||
* | Fix common type for inner/full join. | a-romanov | 2022-12-05 | 3 | -1/+17 |
| | |||||
* | Fix curl on mobile platforms | thegeorg | 2022-12-05 | 2 | -2/+7 |
| | |||||
* | Format small disks with minimal chunk size, | serg-belyakov | 2022-12-05 | 9 | -12/+54 |
| | | | Format small disks with smaller chunk size | ||||
* | revert OperationLog, | serg-belyakov | 2022-12-05 | 9 | -222/+17 |
| | | | | | Revert "Add diagnostic information to TOwnerData," This reverts commit 5f54c21bac8edbf124178965a012636c8dafb866, reversing changes made to 247eeb8d9722b4d9f4b32dd7240a7e525da61ce1. | ||||
* | Rename table snapshots when renaming a table | snaury | 2022-12-05 | 4 | -0/+80 |
| | |||||
* | suport Tagged type in Ydb::Value and Ydb::Type builders, yson/json formatter ↵ | uzhas | 2022-12-05 | 8 | -1/+173 |
| | | | | and parser | ||||
* | fix. | a-romanov | 2022-12-05 | 1 | -8/+7 |
| | |||||
* | Resolve only shards used in remote tasks | ssmike | 2022-12-05 | 2 | -45/+120 |
| | |||||
* | columntable storage for synchronization with tiering info | ivanmorozov | 2022-12-05 | 12 | -61/+228 |
| | |||||
* | issue-storage-limit | andrew-rykov | 2022-12-05 | 2 | -4/+92 |
| | | | | | | | | | | | removed logs changed status to yellow changed test ChangeDescribeSchemeResult changed logs issue storage limit | ||||
* | metadata path in common | ivanmorozov | 2022-12-05 | 12 | -20/+20 |
| | | | prepare metadata path usage in common | ||||
* | пример подключения без tls | rekby | 2022-12-05 | 2 | -8/+8 |
| | |||||
* | Switch to uint8 layout for booleans on block computation level | aneporada | 2022-12-05 | 25 | -405/+972 |
| | |||||
* | Add tabs into load actors UI | va-kuznecov | 2022-12-05 | 1 | -33/+36 |
| | |||||
* | First version of QueryService (draft). () | spuchin | 2022-12-05 | 4 | -0/+377 |
| | |||||
* | TPC-H for PG types passed | aakulaga | 2022-12-05 | 3 | -16/+45 |
| | | | TPC-H for PG types passed | ||||
* | remove s3 internal from api | gvit | 2022-12-05 | 44 | -2618/+0 |
| | |||||
* | issue has been added for aborted | hcpp | 2022-12-05 | 3 | -0/+18 |
| | |||||
* | Load actors intro | bazeltsev | 2022-12-05 | 13 | -123/+158 |
| | | | updated | ||||
* | kill resolver in data executor | ssmike | 2022-12-04 | 2 | -4/+3 |
| | |||||
* | Drop custom maps mobile configs support from curl and yamaker | thegeorg | 2022-12-04 | 3 | -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. |