aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Intermediate changesrobot-piglet2025-02-0540-734/+3892
| | | | | | | | | | | | commit_hash:16909afb4de17d1f1bd0d7141d98403b2fd74e46
| | * Enable building abseil for WASM platforms.vchigrin2025-02-051-5/+1
| | | | | | | | | | | | commit_hash:1b1635c9cb3c2a51c4ab2b446495c2d3478d29e5
| | * YT: Fix race on TAddressResolverConfigpechatnov2025-02-051-13/+15
| | | | | | | | | | | | commit_hash:8d5365eafb264f581ae6fa5ad92cd486ba87ca6e
| | * YT: Fix queue cluster name logicpechatnov2025-02-051-0/+5
| | | | | | | | | | | | commit_hash:b9fd5effa683442a4e23af6537b74ed0dc195600
| | * [queues] YT-23208: Queue static table exports refactorapachee2025-02-052-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: feature Component: queue-agent Refactor and improve queue static table exports: - Add retries. - Limit RPS to master. - Change exporting mechanics: exported table (in most cases) contains data for some time interval [T; T+period). Previously, that was not the case for newly setup exports, all rows were combined in a single table. Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/928 commit_hash:2aa619d7f0df07abae3d1a225d9ea7c060869810
| | * Intermediate changesrobot-piglet2025-02-0521-75/+97
| | | | | | | | | | | | commit_hash:6c65b2ed290900c658e42d7818d9bd50d568a8ba
| | * make concatenate request heavyermolovd2025-02-051-1/+3
| | | | | | | | | | | | commit_hash:b9c0a7fd0ba37d4b66ac0b3bd38387dc4f85738b
| | * Do not send UBERJAR related info to jbuild. It is not handled by jbuild anymore.svidyuk2025-02-051-20/+0
| | | | | | | | | | | | commit_hash:43ba235775704a049a26aaba66e16c4266c8b64a
| | * Remove never used and long time broken macrosvidyuk2025-02-051-9/+0
| | | | | | | | | | | | commit_hash:14eb6b8456c47697ac1326a0d549528f4a021c4c
| | * Automatic release build for ymake, os_ymakerobot-ya-builder2025-02-053-10/+20
| | | | | | | | | | | | | | | Update tools: ymake, os_ymake commit_hash:b48dce24a59b8978afa19fd484fb91cd19be3dbf
| | * Cosmeticsdtorilov2025-02-051-1/+1
| | | | | | | | | | | | commit_hash:43e13265425ebdb172d40eb9be91a56e5fffab21
* | | More RAM for log stress test (#14242)Олег2025-02-061-8/+2
| | |
* | | Use an empty AckTo for plans from mediator to tablets (#14223)Aleksei Borzenkov2025-02-066-20/+59
| | |
* | | More PK diversity in OLTP stress test (#14250)azevaykin2025-02-061-10/+30
| | |
* | | Test for BulkUpsert and Decimal PK (#14254)azevaykin2025-02-061-0/+57
| | |
* | | Move yql yt plugin to ytsaurus (#13286)Marina Pereskokova2025-02-0622-2228/+0
| | |
* | | Refactor shared threads (#13980)kruall2025-02-06194-1965/+3205
| | |
* | | add tablet start time sensor (#14041)vporyadke2025-02-066-1/+22
| | |
* | | Increase MaxTableKeyColumns to 30 (#14219)azevaykin2025-02-062-2/+13
| | |
* | | hive docs (#7413)vporyadke2025-02-064-6/+56
| | | | | | | | | | | | | | | Co-authored-by: anton-bobkov <anton-bobkov@ydb.tech> Co-authored-by: Andrey Fomichev <andrey.fomichev@gmail.com> Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* | | Edited the Error Handling article (#11695)anton-bobkov2025-02-0631-144/+2073
| | | | | | | | | Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
* | | don't require token for login page (#14246)Alexey Efimov2025-02-061-2/+9
| | |
* | | [docs] workaround for a diplodoc issue (#14245)Ivan Blinkov2025-02-061-1/+1
|/ /
* | Mute ↵Kirill Rysin2025-02-051-0/+1
| | | | | | | | ydb/core/statistics/aggregator/ut/AnalyzeColumnshard.AnalyzeRebootColumnShard (#14241)
* | Introduce scheme operation factory (#14229)Ilnaz Nizametdinov2025-02-0511-95/+169
| |
* | Purge YQL_UDF_YDB_TEST macro usage (#14236)Igor Munkin2025-02-054-4/+4
| |
* | Add CMS client to CPP SDK (#14189)Ilia Shakhov2025-02-054-0/+460
| |
* | fix uninitialized value (#14233)vporyadke2025-02-051-1/+1
| |
* | Refactor bsconfig SDK client (#14162)Bulat2025-02-052-21/+26
| |
* | Fixed SDK CMake build in topics (#14212)Bulat2025-02-051-4/+4
| |
* | YDB FQ: enable Timestamp pushdown for Generic provider (#14222)Vitaly Isaev2025-02-052-1/+2
| |
* | feature flags: enable EnableAlterDatabaseCreateHiveFirst (#14078)ijon2025-02-054-15/+45
| | | | | | | | | | | | | | | | | | This is a long awaited improvement in the dedicated database creation process. `EnableAlterDatabaseCreateHiveFirst` (`enable_alter_database_create_hive_first` in the config) feature flag affects how system tablets of the dedicated database are created (and than managed throughout their lifetime). System tablets (schemeshard, hive, coordinators/mediators, sysview-processor etc) are those that constitute and service the database itself. Without `EnableAlterDatabaseCreateHiveFirst`, creation of the new dedicated database leaves all it's system tablets in the custody of the main ("root") Hive of the cluster (all other tablets created afterwards live in the custody of the tenant Hive). Database with that separation of responsibilities works fine. The downside is that complete lack of common vision and coordination between two Hives (root and the tenant's) can lead to suboptimal results when database' tablets (both system and others) are balanced under the load. With `EnableAlterDatabaseCreateHiveFirst`, creation of the new dedicated database leaves all tenant tablets (except tenant Hive) in the custody of the tenant hive. Which alleviates problem with tablet balancing.
* | import generator for logs workload (#14232)Олег2025-02-056-112/+226
| |
* | Stress OLTP workload for all types (#14202)azevaykin2025-02-059-96/+368
| |
* | Doc fixes for Import 714 (#14136)anton-bobkov2025-02-053-27/+22
| |
* | Fix find login provider with empty database (#14204)Andrey Molotkov2025-02-051-2/+2
| |
* | KESUS: local backups (ydb tools dump / restore) (#14199)Daniil Demin2025-02-0510-40/+244
| |
* | Revert "Fix schedule actor events for self" (#14217)beehelit2025-02-052-11/+9
| |
* | add dry run mode to vdisk throttling (#14206)Aleksandr Dmitriev2025-02-056-3/+17
| |
* | fix macro usage for win build (#14215)Semyon2025-02-051-4/+1
| |
* | List all topics in kafka metaRequest (#14110)FloatingCrowbar2025-02-0510-145/+396
| |
* | TOPIC: drop topics if an error has occured on ydb tools restore (#14185)Daniil Demin2025-02-051-0/+5
| |
* | Randomize queries in workload run (#14197)Олег2025-02-052-17/+14
| | | | | | Co-authored-by: Nikolay Perfilov <pnv1@yandex-team.ru>
* | Drop excess assumptions in KQP peephole optimizer (#14200)Igor Munkin2025-02-051-34/+6
| |
* | Delete rows with decimal in PK (#14208)azevaykin2025-02-052-34/+90
| |
* | Import libraries 250205-0050Alexander Smirnov2025-02-051-1/+1
| |
* | Merge branch 'rightlib' into merge-libs-250205-0050Alexander Smirnov2025-02-05111-234/+1140
|\|
| * Change "devtools/contrib/piglet/projects/ydblib/config.yaml"udovichenko-r2025-02-0512-0/+494
| | | | | | | | commit_hash:a068cc9fa90067fb04da7964b210b69110aa0062
| * Move max_inline_hunk_size proto option to yt/ignat2025-02-051-0/+2
| | | | | | | | commit_hash:2e5d10ac170a0c0d0e150c3cf40206f4c40c1092
| * [WIP]Update ktlint to 1.4.1pazus2025-02-051-1/+1
| | | | | | | | | | | | В мердж реквесте обновляется klint. Исправления только в форматировании кода. commit_hash:20237278881c9df6d8d5b243942ed7445126f153