aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add method for sending message without waking thread up,kruall2022-09-0712-122/+238
|
* strip enum valuesuzhas2022-09-072-2/+28
|
* hotfix: always only one block per file.a-romanov2022-09-072-5/+6
|
* Update contrib/restricted/aws/aws-c-io to 0.13.4robot-contrib2022-09-072-4/+3
|
* enable vcsPath for yfm docssnermolaev2022-09-07887-193644/+29
|
* Fix empty resolve result queryalexvru2022-09-079-50/+74
|
* size limit has been addedhcpp2022-09-076-61/+75
|
* Pass JobId and RetryCount to RunActorhor9112022-09-066-5/+20
|
* Update contrib/libs/sqlite3 to 3.39.3robot-contrib2022-09-063-34/+102
|
* new recommended flags and add features flags argument to GetParsedUrisocialgraph2022-09-061-0/+2
| | | features flags to GetParsedUri
* Use simple refcount and tagged list items for TOperationsnaury2022-09-063-88/+78
|
* Fix incorrectly replying with potentially uncommitted data in readssnaury2022-09-062-4/+154
|
* simultaneous limits for different request casesivanmorozov2022-09-064-28/+58
|
* add recipes for driver init and go's database/sqlasmyasnikov2022-09-0688-1298/+2279
| | | add recipes for driver init and go's database/sql
* use text for NULL literalvvvv2022-09-061-1/+1
| | | | select fff(x) from (select null as x) a Query Error: error: function fff(text) does not exist
* [] migrate to new topic serviceshmel1k2022-09-064-129/+39
|
* [review] [YDB] Cluster extensionalextarazanov2022-09-062-21/+20
| | | | | Страница: > https://7762d3cd6edec7bdf26eedd18ac9af6ba14fd5a8.testing.docs.yandex-team.ru/ydb-tech/maintenance/manual/cluster_expansion
* Add healthcheck to YDB CLIpnv12022-09-064-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-belyakov2022-09-062-32/+5
| | | SetStorageStatusFlagsByColor in group mock now takes TPDiskSpaceColor::E as an argument
* Update contrib/restricted/boost/serialization to 1.80.0robot-contrib2022-09-06154-1192/+2746
|
* Add storageLImitMb to MVP YDS datastreams responsemokhotskii2022-09-061-0/+1
| | | Add storageLImitMb to MVP YDS datastreams response
* Fix pdisk mock in race tests,serg-belyakov2022-09-062-20/+67
| | | Fix pdisk mock in race tests,
* add not null info to describe table resultulya-sidorina2022-09-062-4/+42
| | | fix(kqp): add not null info to describe table result
* Persistent write locks in datashard,snaury2022-09-0627-589/+1989
|
* Fix GC in kv tablet,kruall2022-09-064-17/+89
|
* set memtag in Perform threaduzhas2022-09-062-0/+9
|
* ,revert changes, remove confusing column listuzhas2022-09-061-2/+1
|
* prevent evicting duplication and ttl conflictivanmorozov2022-09-0610-64/+95
|
* protoc: Backport unaccepted PR #9977 to add keywords introduced by C++20alexiprof2022-09-061-1/+5
|
* Update the pdisk chunk state diagram v2cthulhu2022-09-061-338/+565
| | | Update the pdisk chunk state diagram v2
* convert most locations to positions in AST and errorsvvvv2022-09-062-44/+167
|
* PR from branch users/alexv-smirnov/fix/-topics-write-cli-docsalexv-smirnov2022-09-0610-298/+431
| | | | | ydb docs topic write ydb docs topic read
* [][refactoring] Reduce copy-paste by introducing BuildJoinRenameLambdaaneporada2022-09-063-34/+44
|
* add test coveringbug fixildar-khisam2022-09-061-21/+57
| | | add test
* External build system generator release 7robot-ya-builder2022-09-06338-367/+376
|
* resource manager configure simultaneously shards count scannerivanmorozov2022-09-055-12/+31
|
* Reinit curl handle when retriedhor9112022-09-051-24/+52
|
* csv parsing issuesbbiff2022-09-056-7/+23
|
* support of length-related castsvvvv2022-09-056-33/+90
|
* fix codec ids parse in write requestsildar-khisam2022-09-051-3/+6
| | | fix codec ids parse in write requests
* topic writes in sdkildar-khisam2022-09-0518-42/+2165
| | | | | better implement topic writes
* cancel downloads on read actor finalizingbbiff2022-09-051-1/+7
|
* revert commentandrew-rykov2022-09-051-1/+1
|
* fix some() in SSAchertus2022-09-057-79/+191
|
* prepare for cgi param length checkingjoker2k2022-09-051-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 handlingpnv12022-09-0512-144/+160
|
* Add string description to "Unexpected message type" errorgalaxycrab2022-09-051-1/+6
|
* fixed typomzinal2022-09-051-1/+1
|
* [mirrorer] async creation of credential factoryalexbogo2022-09-054-25/+90
| | | init
* add balancer ignore-tablets-by-type featureijon2022-09-057-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.