Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add method for sending message without waking thread up, | kruall | 2022-09-07 | 12 | -122/+238 |
| | |||||
* | strip enum values | uzhas | 2022-09-07 | 2 | -2/+28 |
| | |||||
* | hotfix: always only one block per file. | a-romanov | 2022-09-07 | 2 | -5/+6 |
| | |||||
* | Update contrib/restricted/aws/aws-c-io to 0.13.4 | robot-contrib | 2022-09-07 | 2 | -4/+3 |
| | |||||
* | enable vcsPath for yfm docs | snermolaev | 2022-09-07 | 887 | -193644/+29 |
| | |||||
* | Fix empty resolve result query | alexvru | 2022-09-07 | 9 | -50/+74 |
| | |||||
* | size limit has been added | hcpp | 2022-09-07 | 6 | -61/+75 |
| | |||||
* | Pass JobId and RetryCount to RunActor | hor911 | 2022-09-06 | 6 | -5/+20 |
| | |||||
* | Update contrib/libs/sqlite3 to 3.39.3 | robot-contrib | 2022-09-06 | 3 | -34/+102 |
| | |||||
* | new recommended flags and add features flags argument to GetParsedUri | socialgraph | 2022-09-06 | 1 | -0/+2 |
| | | | features flags to GetParsedUri | ||||
* | Use simple refcount and tagged list items for TOperation | snaury | 2022-09-06 | 3 | -88/+78 |
| | |||||
* | Fix incorrectly replying with potentially uncommitted data in reads | snaury | 2022-09-06 | 2 | -4/+154 |
| | |||||
* | simultaneous limits for different request cases | ivanmorozov | 2022-09-06 | 4 | -28/+58 |
| | |||||
* | add recipes for driver init and go's database/sql | asmyasnikov | 2022-09-06 | 88 | -1298/+2279 |
| | | | add recipes for driver init and go's database/sql | ||||
* | use text for NULL literal | vvvv | 2022-09-06 | 1 | -1/+1 |
| | | | | select fff(x) from (select null as x) a Query Error: error: function fff(text) does not exist | ||||
* | [] migrate to new topic service | shmel1k | 2022-09-06 | 4 | -129/+39 |
| | |||||
* | [review] [YDB] Cluster extension | alextarazanov | 2022-09-06 | 2 | -21/+20 |
| | | | | | Страница: > https://7762d3cd6edec7bdf26eedd18ac9af6ba14fd5a8.testing.docs.yandex-team.ru/ydb-tech/maintenance/manual/cluster_expansion | ||||
* | Add healthcheck to YDB CLI | pnv1 | 2022-09-06 | 4 | -0/+143 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | %% pnv1@mr-nvme-testing-04:~/arcadia$ kikimr/public/tools/ydb/ydb -p ydb-ru mon healthcheck Healthcheck status: GOOD pnv1@mr-nvme-testing-04:~/arcadia$ kikimr/public/tools/ydb/ydb -p ydb-ru mon healthcheck --format json { "self_check_result": "GOOD" } pnv1@mr-nvme-testing-04:~/arcadia$ kikimr/public/tools/ydb/ydb -p ydb-vla-dev02 mon healthcheck Healthcheck status: DEGRADED For more info use "--format json" option pnv1@mr-nvme-testing-04:~/arcadia$ kikimr/public/tools/ydb/ydb -p ydb-vla-dev02 mon healthcheck --format json { "self_check_result": "DEGRADED", "issue_log": [ { "id": "YELLOW-be81", "status": "YELLOW", "message": "Database has storage issues", "location": { "database": { "name": "/dev02/home/xenoxeno/db1" } }, "reason": [ "" ], "type": "DATABASE", "level": 1 }, { "id": "", "status": "YELLOW", "message": "Storage degraded", "location": { "database": { "name": "/dev02/home/xenoxeno/db1" } }, ... %% | ||||
* | Improve dsproxy mock space color flag setter, | serg-belyakov | 2022-09-06 | 2 | -32/+5 |
| | | | SetStorageStatusFlagsByColor in group mock now takes TPDiskSpaceColor::E as an argument | ||||
* | Update contrib/restricted/boost/serialization to 1.80.0 | robot-contrib | 2022-09-06 | 154 | -1192/+2746 |
| | |||||
* | Add storageLImitMb to MVP YDS datastreams response | mokhotskii | 2022-09-06 | 1 | -0/+1 |
| | | | Add storageLImitMb to MVP YDS datastreams response | ||||
* | Fix pdisk mock in race tests, | serg-belyakov | 2022-09-06 | 2 | -20/+67 |
| | | | Fix pdisk mock in race tests, | ||||
* | add not null info to describe table result | ulya-sidorina | 2022-09-06 | 2 | -4/+42 |
| | | | fix(kqp): add not null info to describe table result | ||||
* | Persistent write locks in datashard, | snaury | 2022-09-06 | 27 | -589/+1989 |
| | |||||
* | Fix GC in kv tablet, | kruall | 2022-09-06 | 4 | -17/+89 |
| | |||||
* | set memtag in Perform thread | uzhas | 2022-09-06 | 2 | -0/+9 |
| | |||||
* | ,revert changes, remove confusing column list | uzhas | 2022-09-06 | 1 | -2/+1 |
| | |||||
* | prevent evicting duplication and ttl conflict | ivanmorozov | 2022-09-06 | 10 | -64/+95 |
| | |||||
* | protoc: Backport unaccepted PR #9977 to add keywords introduced by C++20 | alexiprof | 2022-09-06 | 1 | -1/+5 |
| | |||||
* | Update the pdisk chunk state diagram v2 | cthulhu | 2022-09-06 | 1 | -338/+565 |
| | | | Update the pdisk chunk state diagram v2 | ||||
* | convert most locations to positions in AST and errors | vvvv | 2022-09-06 | 2 | -44/+167 |
| | |||||
* | PR from branch users/alexv-smirnov/fix/-topics-write-cli-docs | alexv-smirnov | 2022-09-06 | 10 | -298/+431 |
| | | | | | ydb docs topic write ydb docs topic read | ||||
* | [][refactoring] Reduce copy-paste by introducing BuildJoinRenameLambda | aneporada | 2022-09-06 | 3 | -34/+44 |
| | |||||
* | add test coveringbug fix | ildar-khisam | 2022-09-06 | 1 | -21/+57 |
| | | | add test | ||||
* | External build system generator release 7 | robot-ya-builder | 2022-09-06 | 338 | -367/+376 |
| | |||||
* | resource manager configure simultaneously shards count scanner | ivanmorozov | 2022-09-05 | 5 | -12/+31 |
| | |||||
* | Reinit curl handle when retried | hor911 | 2022-09-05 | 1 | -24/+52 |
| | |||||
* | csv parsing issues | bbiff | 2022-09-05 | 6 | -7/+23 |
| | |||||
* | support of length-related casts | vvvv | 2022-09-05 | 6 | -33/+90 |
| | |||||
* | fix codec ids parse in write requests | ildar-khisam | 2022-09-05 | 1 | -3/+6 |
| | | | fix codec ids parse in write requests | ||||
* | topic writes in sdk | ildar-khisam | 2022-09-05 | 18 | -42/+2165 |
| | | | | | better implement topic writes | ||||
* | cancel downloads on read actor finalizing | bbiff | 2022-09-05 | 1 | -1/+7 |
| | |||||
* | revert comment | andrew-rykov | 2022-09-05 | 1 | -1/+1 |
| | |||||
* | fix some() in SSA | chertus | 2022-09-05 | 7 | -79/+191 |
| | |||||
* | prepare for cgi param length checking | joker2k | 2022-09-05 | 1 | -0/+10 |
| | | | | | | | add market_report_disable_cgi_params_check flag add TPackedConstChar, use it for property in UserData, misc modifications refactor query_parsing, no strlen for every string | ||||
* | Change YDB CLI processing with better system commands handling | pnv1 | 2022-09-05 | 12 | -144/+160 |
| | |||||
* | Add string description to "Unexpected message type" error | galaxycrab | 2022-09-05 | 1 | -1/+6 |
| | |||||
* | fixed typo | mzinal | 2022-09-05 | 1 | -1/+1 |
| | |||||
* | [mirrorer] async creation of credential factory | alexbogo | 2022-09-05 | 4 | -25/+90 |
| | | | init | ||||
* | add balancer ignore-tablets-by-type feature | ijon | 2022-09-05 | 7 | -6/+118 |
| | | | | | | | Tablets could be excluded from attempts to rebalance them across nodes by their type. BalancerIgnoreTabletTypes configuration parameter specifies tablet type list for the balancer to ignore. Empty by default. Could be set by config(s) and/or changed through Hive's web-ui. |