summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Improve Too big attachment fallback message (#47062)Sergey Uzhakov7 days1-18/+28
| |
* | Merge pull request #47071 from ydb-platform/merge-rightlib-260719-0102YDBot7 days90-498/+60567
|\ \
| * | Sync branches 260719-0102YDBot7 days90-498/+60567
| |\|
| | * Fix handling ErasureCodecCpuForDqaneporada8 days1-2/+3
| | | | | | | | | | | | commit_hash:6c97e544db55d7f17c91ab9075d6c717d8e2f101
| | * Update contrib/libs/apache/orc to 2.3.1robot-contrib8 days15-63/+264
| | | | | | | | | | | | commit_hash:c8e08b15e4a3b315772f3e7816ee13eb8cf9604e
| | * Intermediate changesrobot-piglet8 days55-264/+60009
| | | | | | | | | | | | commit_hash:00357c01b4775f036be5aa773440dcd003ae3c75
| | * Check for Meta in ytflow_integration as it is done in dq_integrationaneporada8 days1-0/+5
| | | | | | | | | | | | commit_hash:abadc80261600303f8445d969c538ea37192e3b3
| | * Fix environment pointer invalidation in TShellCommandilikepugs8 days1-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | TShellCommand built the environment array by storing pointers to strings while simultaneously appending those strings to a vector. When the vector reallocated, short strings using SSO were moved together with their inline storage. Previously stored pointers could therefore become dangling and cause environment variables passed to the child process to be corrupted or lost. Build all environment strings first and only then create the pointer array passed to execve. This ensures that the underlying string storage remains stable for the lifetime of the pointer array. commit_hash:039e0f4a94f1eedea47e53e1258b36a7266193df
| | * Whitespaceaneporada8 days1-18/+18
| | | | | | | | | | | | commit_hash:6eca1e891d27252cf69cbafdbec9630420a9a958
| | * Move flow/lib into flow/library/cppmikari8 days2-1/+1
| | | | | | | | | | | | commit_hash:5edb1ef14c5fb5a8244a9716d9d1367d32b14caf
| | * YT-28161: Add Commit optionsachains8 days6-11/+13
| | | | | | | | | | | | commit_hash:254111f674ff4126bd7781741ad035f436bfa073
| | * Intermediate changesrobot-piglet8 days8-135/+245
| | | | | | | | | | | | commit_hash:23bcdc033a7cf948ea47d34f1a7cfbce49bdb9b6
* | | Merge pull request #47088 from ydb-platform/update-muted-ya_main_release-tsanYDBot7 days1-0/+23
|\ \ \
| * | | Update muted_ya for release-tsan mainYDBot7 days1-0/+23
| | | |
* | | | Update muted_ya for relwithdebinfo mainYDBot7 days1-2/+0
|/ / /
* | | Merge pull request #47080 from ydb-platform/update-muted-ya_main_release-msanYDBot7 days1-0/+1
|\ \ \
| * | | Update muted_ya for release-msan mainYDBot7 days1-0/+1
| | | |
* | | | Merge pull request #47075 from ydb-platform/update-muted-ya_main_relwithdebinfoYDBot7 days1-1/+0
|\ \ \ \
| * | | | Update muted_ya for relwithdebinfo mainYDBot7 days1-1/+0
| |/ / /
* / / / Update muted_ya for release-tsan mainYDBot7 days1-12/+0
|/ / /
* | | Merge pull request #47070 from ydb-platform/update-muted-ya_main_release-asanYDBot7 days1-3/+2
|\ \ \
| * | | Update muted_ya for release-asan mainYDBot7 days1-3/+2
| |/ /
* / / Update muted_ya for release-msan mainYDBot7 days1-1/+0
|/ /
* | Update muted_ya for release-asan mainYDBot8 days1-0/+11
| |
* | Update muted_ya for relwithdebinfo mainYDBot8 days1-1/+0
| |
* | Update muted_ya for release-asan mainYDBot8 days1-0/+1
| |
* | Merge pull request #47052 from ydb-platform/update-muted-ya_main_release-asanYDBot8 days1-0/+1
|\ \
| * | Update muted_ya for release-asan mainYDBot8 days1-0/+1
| | |
* | | Update muted_ya for relwithdebinfo mainYDBot8 days1-0/+1
|/ /
* | Add build info to crash/VERIFY backtrace output (#46291)Innokentii Mokin8 days6-2/+84
| |
* | export import compatibility test for cs (#46978)Oleg Doronin8 days1-3/+80
| |
* | cs stress test has been added (#46986)Oleg Doronin8 days2-2/+40
| |
* | YQ-5461 added test on streaming switch constraint (#47035)Pisarenko Grigoriy8 days1-2/+0
| |
* | Merge pull request #47032 from ydb-platform/update-muted-ya_main_release-tsanYDBot8 days1-0/+1
|\ \
| * | Update muted_ya for release-tsan mainYDBot8 days1-0/+1
| | |
* | | Merge pull request #47008 from ydb-platform/merge-rightlib-260718-0100YDBot8 days238-20867/+3258
|\ \ \ | |/ / |/| |
| * | Sync branches 260718-0100YDBot8 days238-20867/+3258
| |\|
| | * Intermediate changesrobot-piglet9 days3-0/+20
| | | | | | | | | | | | commit_hash:7466cacb2971d86743b7541ddb2fbb6c8850085a
| | * YQL-21081: Limit strip IO via stdout pipeeakozyrev9 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() constexprthegeorg9 days5-100/+151
| | | | | | | | | | | | commit_hash:ff7ca9a2428930638288f8c0e92a303b8f620063
| | * Update docs cli to "5.50.2" versionrobot-infraui-ci9 days2-4/+10
| | | | | | | | | | | | | | | Update docs cli to "5.50.2" version commit_hash:f32e118e2d0699638980f2b56e3933952b243ca9
| | * Intermediate changesrobot-piglet9 days13-38/+146
| | | | | | | | | | | | commit_hash:620bab14628472356beb29079f160b53495d5044
| | * move dqrun to yt/uzhas9 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-piglet9 days1-1/+1
| | | | | | | | | | | | commit_hash:a80bf33d3a13bab295324f0e5cbdcfa09c3807b1
| | * Update contrib/libs/libevent to 2.1.13robot-contrib9 days28-363/+738
| | | | | | | | | | | | commit_hash:5d4096712a76f98714c8b9f819d311a9b6785d08
| | * Intermediate changesrobot-piglet9 days1-0/+6
| | | | | | | | | | | | commit_hash:c0b1da7b115e919dbd516a2928043b111830dee6
| | * YQL-21372, fixed switch data multiplication, fixed hanging of DQ stages with ↵grigoriypisar9 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-piglet9 days5-0/+49
| | | | | | | | | | | | commit_hash:eec33221ed9e1cb593f4bf434a7f6986ec14bd02
| | * YT-28011: pass io_fair_share_weight to data node.vvshlyaga9 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 implementationatarasov59 days34-8/+1047
| | | | | | | | | | | | | | | BlockVariantItem implementation commit_hash:f35a597dee3dc67ebc5be599ed9d379d7ad57802