aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove PredicateExtract20 & OldJoinsBehavior options (#6502)Mikhail Surin2024-07-1024-2285/+62
|
* Add end-to-end async replication test. (#6522)Daniil Cherednik2024-07-103-0/+142
|
* Remove KIKIMR_ALLOW_FLOWCONTROLLED_QUEUE_FOR_SSLOOKUP (#6511)Maxim Yurchuk2024-07-105-317/+7
|
* remove feature flag: modify tests to remove source reads feature flag (#6505)Vitalii Gridnev2024-07-1011-249/+70
|
* Added table service flag for CBO (#6493)Pavel Velikhov2024-07-108-11/+14
|
* Upload tests results to ydb (#6363)Kirill Rysin2024-07-102-1/+299
|
* Improve replication code (#6501)Alexander Rutkovsky2024-07-103-24/+54
|
* Tidy up in heap iterator a little (#6510)Alexander Rutkovsky2024-07-102-20/+16
|
* fix TabletsTotal counter (#6492)vporyadke2024-07-101-0/+1
|
* Memory leak in Topic SDK (#6249)Alek5andr-Kotov2024-07-103-14/+105
|
* lower boot priority for delayed tablets (#6491)vporyadke2024-07-102-0/+37
|
* fix neighbours count (#6409)vporyadke2024-07-102-1/+83
|
* set pg port in config (#6124)Timofey Koolin2024-07-101-0/+7
|
* Create separate trace id for BlobStorage requests and link them to original ↵Alexander Rutkovsky2024-07-0919-68/+189
| | | | traces (#6444)
* Kqprun added request time info printing (#6479)Pisarenko Grigoriy2024-07-091-0/+4
|
* remove some always enabled feature flags (#6438)Vitalii Gridnev2024-07-0920-136/+33
|
* remove unused proto imports (#6476)uzhastik2024-07-091-3/+0
|
* Fix test_db_counters test (#6447)Daniil Demin2024-07-091-5/+14
|
* canonize window tests & add order by to the query (#6478)Vitalii Gridnev2024-07-092-9/+9
|
* Fix YSON codec to support complex YT types (#6396)Vadim Averin2024-07-098-105/+201
|
* Set join-lookup limit (#6455)Mikhail Surin2024-07-091-1/+1
|
* Prohibit UDF on Flow in case of PartitionByKeys callable. (#6322)Aidar Samerkhanov2024-07-096-1/+44
|
* Check ldap domain as suffix of user login (#6426)Andrey Molotkov2024-07-092-3/+16
|
* YDB FQ: fix external datasource tests (#6471)Timur Sufiyanov2024-07-092-0/+6
|
* conveyor logging and remove ownerId - internal processes only (#6442)ivanmorozov3332024-07-0928-173/+183
|
* fix disk writing limiter (#6452)ivanmorozov3332024-07-091-1/+1
|
* Fix include file path for win version (#6417)Andrey Molotkov2024-07-091-1/+1
|
* Remove KIKIMR_PDISK_ENABLE_T1HA_HASH_WRITING (#6439)Maxim Yurchuk2024-07-0919-127/+65
|
* YQ-3367 frozen fq yt-kqp test list (#6397)Pisarenko Grigoriy2024-07-092-1/+2995
|
* Fix bugs in coordinator state migration (#6401)Aleksei Borzenkov2024-07-0911-10/+613
|
* use nullable columns for tpcds (#6453)Олег2024-07-091-393/+393
|
* Refactoring: DataShard handling indexes (#6425)Valery Mironov2024-07-0910-30/+40
| | | Co-authored-by: Ilnaz Nizametdinov <i.nizametdinov@gmail.com>
* ca factory in executer to support extra allocations and memory tracking ↵Vitalii Gridnev2024-07-0921-289/+309
| | | | everywhere (#6084)
* fix query errors processing (#6441)Alexey Efimov2024-07-092-15/+18
|
* Migration to new protobuf (devtools request) (#6437)Maxim Yurchuk2024-07-091-1/+1
|
* Refactor event pb (#6235)Maxim Yurchuk2024-07-092-22/+13
|
* reduce logging volume (#6418)ivanmorozov3332024-07-091-3/+2
|
* Permanently enable extended payload format generation (#6434)Alexander Rutkovsky2024-07-091-36/+0
|
* [CBO] Warning FIX (#6420)pilik2024-07-091-2/+2
|
* Upgrade pg to 14.12 (#6432)Vitaly Stoyan2024-07-09178-1561/+4059
|
* Tpcds test, fix tpcds init (#6435)Олег2024-07-096-83/+136
|
* Remove some ancient feature flags (#6242)Maxim Yurchuk2024-07-0918-241/+27
|
* Merge pull request #6421 from ydb-platform/mergelibs-240708-1553Maxim Yurchuk2024-07-081300-110290/+65981
|\ | | | | Library import 240708-1553
| * Import libraries 240708-1553Alexander Smirnov2024-07-081-1/+1
| |
| * Merge branch 'rightlib' into mergelibs-240708-1553Alexander Smirnov2024-07-081299-110289/+65980
| |\
| | * Update flake8 to 7.1.0shadchin2024-07-083-247/+302
| | | | | | | | | | | | e6707877e6c6e4d8195ef1ed9953953bf91ddd05
| | * YT-20614: Change cross-cell copy format (in preparation for Sequoia)h0pless2024-07-081-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new format is better optimized for VectorizedRead, which is needed in Sequoia. Previously, the output for the BeginCopy verb was a serialized subtree plus the list of opaque children. In a non-Sequoia world, that is useful and easy to work with. However, in Sequoia, a subtree might not be contained on the same cell, which makes it difficult to use the old data transfer format. Now it's a vector of nodes with clear separation between them. This change makes it easier to work with VectorizedRead since the conversion between BeginCopy return and VectorizedRead(BeginCopy) return is very straight-forward. Additionally, this change helps with copying from Cypress to Sequoia, since now it's much easier to process each node individually (which is needed for Sequoia to work and not clog up one cell). In the next PR, I'm planning on: 1. Making BeginCopy a read-request (removing snapshot locks). So the verb will only return meta-information about the requested nodes. 2. Adding a verb, executed before BeginCopy, where the locks would be taken and the general structure of the tree is returned. 017ec9971e8e0a611a7286ed748b6071cfc89048
| | * Fix yt log leveldon-dron2024-07-081-1/+1
| | | | | | | | | | | | e627af2077a1a17b4b06d99b048a886611643919
| | * YT-16507: Set default value of IgnoreSortOrder to false.yuryalekseev2024-07-081-1/+1
| | | | | | | | | | | | e19e97f5d1622abcee8e20bde714c4e8fc263782
| | * Revert "Conan2 support by use_conan2 flag in yexport.toml"mikhnenko2024-07-0813-1495/+75
| | | | | | | | | | | | | | | | | | This reverts commit 53b2f6c57e617e4efacd04b2205da51579655ac8, reversing changes made to a265b57511425cc8130c5ac369e9ecb0ba0b10cf. b598f7b7bd94c27933dae8874d4a2a4a5e366591