aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reduce log verbosityazevaykin2023-08-041-1/+1
|
* YT-17268: Add support for load_from_certs_dir to bus config.yuryalekseev2023-08-045-4/+36
|
* Add new macros for py23library & sandbox py3 taskv-korovin2023-08-041-0/+33
|
* Use Service-Py23-Proxy license in contrib/libs/pythonthegeorg2023-08-032-4/+14
| | | | I would like to get rid of weird Yandex* licenses. YandexOpen is the least used member of the group.
* Get rid of excessive PEERDIRsthegeorg2023-08-031-4/+0
|
* Fix uwrap Arrays for PG typesvvvv2023-08-031-1/+1
|
* Get rid of a hacky contrib/libs/libeatmydata/autocheck_wrapperthegeorg2023-08-031-1/+4
|
* [blockstore]check fillTolen in alter volume transactionbarkovbg2023-08-032-0/+55
|
* Fixed bug in ydb import file json with bad moveBulat Gayazov2023-08-031-1/+2
| | | | | Fixed bug in ydb import file json with bad move Pull Request resolved: #316
* KIKIMR-18932:private snapshot and other features for portionivanmorozov2023-08-0313-84/+91
|
* KIKIMR-18937: async deduplication in special CPU poolivanmorozov2023-08-0310-86/+159
|
* KIKIMR-18826: enable sourceRead for genericQueryqrort2023-08-032-1/+35
|
* Add set_metric_value, so non-pytest tests could write metricsanterpin2023-08-031-0/+22
|
* Fix incorrect python string warningvitja2023-08-031-1/+1
| | | | | | | | вызывает вот такое вот предупреждение: ``` /home/vitja/arcadia/library/python/testing/filter/filter.py:10: DeprecationWarning: invalid escape sequence '\w' PARSE_TAG_RE = re.compile("([+-]?[\w:]*)") ```
* KIKIMR-18932: common data move into portion (10% RAM reduce)ivanmorozov2023-08-0321-205/+210
|
* Kafka write protocoltesseract2023-08-0317-39/+1030
|
* Restore lost comment start symbols in "session_window.md"blinkov2023-08-031-3/+3
|
* Use grpc request proxy provided method to register rpc actor.Daniil Cherednik2023-08-031-2/+1
| | | | | Use grpc request proxy provided method to register rpc actor. Pull Request resolved: #315
* Fix iterator readsssmike2023-08-038-49/+128
|
* Improve TestShard KIKIMR-11082alexvru2023-08-034-29/+73
|
* MARKETRECOM-8673_json_enum_valuemalkovskynv2023-08-0320-5/+329
|
* Fix incorrect QueryResultIndex handling in executer result proxy. (KIKIMR-18919)spuchin2023-08-035-10/+32
|
* KIKIMR-18328 query handler add discovery and proxyandrew-rykov2023-08-034-64/+231
| | | | | fixed TEvHttpInfoRes handler KIKIMR-18328 quer handler add discovery
* Use more lightweight buffer in block serializationaneporada2023-08-031-6/+26
|
* KIKIMR-18876: Split data for EvWritensofya2023-08-0316-122/+341
| | | | | - Добавила разбиение данных по MaxBlobSize (теперь на одну операцию может приходить несколько InternalWriteIds) - Для старого EvWrite разбивка пока осталась снаружи, но есть проверки, что блобы приходят правильного размера (на входе) + перед записью, что мы дополнительно ничего не разбили (старый тест на ошибку при большом размере прошел) - Дочистила MetaShard в TWriteMeta
* Use common poison handling in more tablets KIKIMR-18929snaury2023-08-0315-131/+1
|
* KIKIMR-18353 cluster handlre return domainandrew-rykov2023-08-032-29/+41
|
* fix for different clocks on hostsalexnick2023-08-031-3/+12
| | | update
* Add virtual destructor for TImpl class for TAtomicRefCount correct workchay-chitsd2023-08-031-0/+2
|
* Fix Compact to support undetached containers KIKIMR-18902alexvru2023-08-032-9/+34
|
* Fix ubsan failure in bscontroller KIKIMR-18924snaury2023-08-031-1/+1
|
* UsePreferredEndpointStrictlyazevaykin2023-08-0310-76/+57
| | | Connect only to an explicitly specified point endpoint.
* Intermediate changesrobot-piglet2023-08-033-53/+0
|
* Update contrib/python/pytest/py3 to 7.3.2robot-contrib2023-08-031-0/+1
|
* Topic read partition ids KIKIMR-18159ilnaz2023-08-032-0/+8
|
* move more stuff to specific confssnermolaev2023-08-034-85/+88
|
* Intermediate changesrobot-piglet2023-08-031-6/+1
|
* Handle If over structs in lineagevvvv2023-08-023-81/+159
|
* Fix chunked array building, fix output block len in output consumeraneporada2023-08-025-22/+19
|
* Remove unused proto field.Daniil Cherednik2023-08-021-1/+0
| | | | | Remove unused proto field. Pull Request resolved: #314
* KIKIMR-18343: Remove BatchCachensofya2023-08-0216-51/+12
| | | | | | | | Убрала BatchCache по нескольким присинам 1) Маленький объем 8 мб (на фоне рейса записи в логи) 2) По факту не работал на при SetupIndexation (где он мог потенциально экономить время на паркинге) 3) Вклад в поиск учитывая объем незначителен 4) и основное: на текущий момент усложняет внесение разбивки данных на уровень колумншарда, выигрыша после разбиения битве не будет, их придется парить повторно в любом случае 5) Если в нем все-таки возникнет необходимость: то лучше его внести в InsertTable
* KIKIMR-18689: automaic table update for QueryServiceandrewproni2023-08-0212-239/+694
|
* Added ydb import testsBulat Gayazov2023-08-0284-20208/+884
| | | | | Added ydb import tests Pull Request resolved: #312
* YQL-9853: add batch list for ytfedor-miron2023-08-0214-335/+848
|
* YQL-16067 Implement LLVM for wide FromFlow.a-romanov2023-08-021-22/+143
|
* Discard inside subqueryvvvv2023-08-026-10/+57
|
* Make possible to add UserDataTable in TProgrammpereskokova2023-08-022-0/+11
|
* (no commit message)hiddenpath2023-08-021-3/+0
|
* revert hive warmupzalyalov2023-08-022-3/+3
| | | | | Revert "enable hive warmup by default" This reverts commit 5bb843f48f8c6c8181b6885c6b60305b2d6544ff, reversing changes made to 8a73751a25a7c04af1d8bd24f098f673b0fe4e4d.
* Add oauth authenticatorGleb Vishnevsky2023-08-0213-13/+368
| | | Pull Request resolved: #51