summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #47080 from ydb-platform/update-muted-ya_main_release-msanYDBot3 days1-0/+1
|\ \ \
| * | | Update muted_ya for release-msan mainYDBot3 days1-0/+1
| | | |
* | | | Merge pull request #47075 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot3 days1-1/+0
|\ \ \ \
| * | | | Update muted_ya for relwithdebinfo mainYDBot3 days1-1/+0
| |/ / /
* / / / Update muted_ya for release-tsan mainYDBot3 days1-12/+0
|/ / /
* | | Merge pull request #47070 from ydb-platform/update-muted-ya_main_release-asanYDBot3 days1-3/+2
|\ \ \
| * | | Update muted_ya for release-asan mainYDBot3 days1-3/+2
| |/ /
* / / Update muted_ya for release-msan mainYDBot3 days1-1/+0
|/ /
* | Update muted_ya for release-asan mainYDBot4 days1-0/+11
| |
* | Update muted_ya for relwithdebinfo mainYDBot4 days1-1/+0
| |
* | Update muted_ya for release-asan mainYDBot4 days1-0/+1
| |
* | Merge pull request #47052 from ydb-platform/update-muted-ya_main_release-asanYDBot4 days1-0/+1
|\ \
| * | Update muted_ya for release-asan mainYDBot4 days1-0/+1
| | |
* | | Update muted_ya for relwithdebinfo mainYDBot4 days1-0/+1
|/ /
* | Add build info to crash/VERIFY backtrace output (#46291)Innokentii Mokin4 days6-2/+84
| |
* | export import compatibility test for cs (#46978)Oleg Doronin4 days1-3/+80
| |
* | cs stress test has been added (#46986)Oleg Doronin4 days2-2/+40
| |
* | YQ-5461 added test on streaming switch constraint (#47035)Pisarenko Grigoriy4 days1-2/+0
| |
* | Merge pull request #47032 from ydb-platform/update-muted-ya_main_release-tsanYDBot4 days1-0/+1
|\ \
| * | Update muted_ya for release-tsan mainYDBot4 days1-0/+1
| | |
* | | Merge pull request #47008 from ydb-platform/merge-rightlib-260718-0100YDBot4 days238-20867/+3258
|\ \ \ | |/ / |/| |
| * | Sync branches 260718-0100YDBot4 days238-20867/+3258
| |\|
| | * Intermediate changesrobot-piglet5 days3-0/+20
| | | | | | | | | | | | commit_hash:7466cacb2971d86743b7541ddb2fbb6c8850085a
| | * YQL-21081: Limit strip IO via stdout pipeeakozyrev5 days4-2/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **Description:** Use stdout pipe with optional pv bandwidth limit for strip operation instead of direct disk write. ### Важно: `> strip /usr/bin/ls -o /dev/stdout | pv > dst ` `strip: /dev/stdout[.interp]: Illegal seek` \| не умеет работать с pipe! "Оператор конвейра (`|`) создает **канал (pipe)**, который является последовательным потоком данных и **не поддерживает** операцию произвольного поиска (`lseek`)" В ПР делаю запись в `dev/shm/` - это запись в оперативную память, должно быть гораздо быстрее чем на диск. \+ Я вставил исключение, если утилита не найдена. commit_hash:3bad6eebafe7a1af56a7909d1954c76d2d9c98b5
| | * Make Ascii-related functions and StripString() constexprthegeorg5 days5-100/+151
| | | | | | | | | | | | commit_hash:ff7ca9a2428930638288f8c0e92a303b8f620063
| | * Update docs cli to "5.50.2" versionrobot-infraui-ci5 days2-4/+10
| | | | | | | | | | | | | | | Update docs cli to "5.50.2" version commit_hash:f32e118e2d0699638980f2b56e3933952b243ca9
| | * Intermediate changesrobot-piglet5 days13-38/+146
| | | | | | | | | | | | commit_hash:620bab14628472356beb29079f160b53495d5044
| | * move dqrun to yt/uzhas5 days131-20167/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move `contrib/ydb/library/yql/providers/dq/{config,local_gateway,service,stats_collector}` and gateway/control implementation to `yt/yql/providers/dq/` - Move `contrib/ydb/library/yql/tools/dqrun` to `yt/yql/tools/dqrun` - Clean up `contrib/ydb` provider (slim `yql_dq_gateway.h`, PEERDIR updates) and fix consumers (`scheduler`, `global_worker_manager`, `pq/provider/ut`, benchmarks, solomon tests) ## Test plan - [x] `./ya make --build debug contrib/ydb/library/yql/providers/dq/provider contrib/ydb/library/yql/providers/dq/provider/exec yt/yql/providers/dq/gateway yt/yql/providers/dq/local_gateway yt/yql/providers/dq/service yt/yql/tools/dqrun` - [x] `./ya make --build debug -tA yt/yql/providers/dq/provider/ut` commit_hash:18a321f318f5903167749b88541a79b34ab1c8d7
| | * Intermediate changesrobot-piglet5 days1-1/+1
| | | | | | | | | | | | commit_hash:a80bf33d3a13bab295324f0e5cbdcfa09c3807b1
| | * Update contrib/libs/libevent to 2.1.13robot-contrib5 days28-363/+738
| | | | | | | | | | | | commit_hash:5d4096712a76f98714c8b9f819d311a9b6785d08
| | * Intermediate changesrobot-piglet5 days1-0/+6
| | | | | | | | | | | | commit_hash:c0b1da7b115e919dbd516a2928043b111830dee6
| | * YQL-21372, fixed switch data multiplication, fixed hanging of DQ stages with ↵grigoriypisar5 days2-119/+889
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | multi output, refactor switch state handling Adjusted LLVM code for switch Refactored switch state, and fixed: 1. Stop processing once the active handler is finished. Previously, `Switch` could continue reading from input and forwarding `Yield` even after all handlers had already completed, for example with `Take <stream> <limit>`. 2. Do not finish prematurely when input is finished. If input returned `Finish`, the handler could still produce final `Yield`/data before completing. `Switch` now waits for the handler to fully drain instead of dropping the final output. 3. Preserve buffered input when handler yields early. If a handler returned `Yield` before consuming the whole input buffer, the remaining buffered data could be skipped after switching. This is now handled correctly. 4. Handle repeated `Yield` from input correctly. Previously, after sending `Yield`, the read index could be reset immediately in the handler. If the handler did not produce its own `Yield`, the same input could be reread, producing incorrect results. This case is now covered and fixed. Also fixed previously reverted hanging when switch produce extra yields. Refactoring request: <https://nda.ya.ru/t/8F3L9v3_7isKfN> commit_hash:ef7fd73dbdee60d33c384b6d6b505ad7bee20458
| | * Intermediate changesrobot-piglet5 days5-0/+49
| | | | | | | | | | | | commit_hash:eec33221ed9e1cb593f4bf434a7f6986ec14bd02
| | * YT-28011: pass io_fair_share_weight to data node.vvshlyaga5 days2-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Changelog entry Type: feature Component: job-proxy Pass IO fair share weight, which is equal to cpu_limit, to data_node in the job proxy. commit_hash:3232f496ac46afe117c736441e28748f5277d94b
| | * YQL-21315: Block variant item implementationatarasov55 days34-8/+1047
| | | | | | | | | | | | | | | BlockVariantItem implementation commit_hash:f35a597dee3dc67ebc5be599ed9d379d7ad57802
| | * YT-26684: Suppress access logging for internal Cypress requestsdanilalexeev5 days1-0/+1
| | | | | | | | | | | | | | | Internal Cypress Proxy reads and Sequoia action execution invoke master node proxies, but these operations are implementation details rather than user requests. This change marks them with an explicit `suppress_access_logging` request-header flag and makes the context-aware master access logger honor it. commit_hash:2de2379afe8bf9b3511ee28e25ae7670880ae062
| | * Intermediate changesrobot-piglet5 days5-50/+27
| | | | | | | | | | | | commit_hash:95dde0e11acb020de45a6103f756c6bdbe686709
| | * Intermediate changesrobot-piglet5 days1-8/+8
| | | | | | | | | | | | commit_hash:6d08a0f04f0b161de32e9a4043623df23a6fbd05
| | * добавить ram и ram_diskbaymer5 days1-4/+13
| | | | | | | | | | | | commit_hash:25bfc3fc4c7e2859bef8a21f1548c33bd373b502
| | * Unpoison use-after-dtor access to ref countermakxenov5 days3-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | Two scenarios addressed: - Access to ref counters after explicit destructor of an object - Access to vptr for upcast of an already destroyed object commit_hash:a8f27500111817f325832d006feb3ce6c3c830f1
* | | Auto-translate docs from PR #43997 (#46609)sintjuri4 days20-3571/+6317
| | | | | | | | | Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* | | Merge pull request #47029 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot4 days1-1/+1
|\ \ \
| * | | Update muted_ya for relwithdebinfo mainYDBot4 days1-1/+1
| | | |
* | | | Merge pull request #47030 from ydb-platform/update-muted-ya_main_release-asanYDBot4 days1-0/+2
|\ \ \ \
| * | | | Update muted_ya for release-asan mainYDBot4 days1-0/+2
| |/ / /
* | | | Merge pull request #47025 from ydb-platform/update-muted-ya_main_release-tsanYDBot4 days1-0/+8
|\ \ \ \
| * | | | Update muted_ya for release-tsan mainYDBot4 days1-0/+8
| |/ / /
* / / / [NEW RBO] Do not emit dead columns where possible (#43917)alexpaniman4 days16-96/+372
|/ / /
* | | Merge pull request #47012 from ydb-platform/update-muted-ya_main_release-asanYDBot4 days1-5/+0
|\ \ \
| * | | Update muted_ya for release-asan mainYDBot4 days1-5/+0
| |/ /