Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copy ineffective rope in DS proxy Get request KIKIMR-18902 | alexvru | 2023-08-01 | 8 | -0/+27 |
| | |||||
* | Use UDFs from YDB | vvvv | 2023-07-31 | 286 | -23598/+0 |
| | |||||
* | add exception with related exceptions | jansenin | 2023-07-31 | 3 | -31/+116 |
| | |||||
* | YQL-16239 Move purecalc to public | vvvv | 2023-07-31 | 286 | -0/+23598 |
| | |||||
* | Check TProcStat.Fill result in library/cpp/actors/core/process_stats.cpp | kungasc | 2023-07-31 | 1 | -5/+7 |
| | |||||
* | ToDebugString | azevaykin | 2023-07-30 | 1 | -0/+9 |
| | |||||
* | YT-19210: expose YQL shared library for YT. | max42 | 2023-07-29 | 216 | -0/+21895 |
| | | | | After this, a new target libyqlplugin.so appears. in open-source cmake build. Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264 | ||||
* | replace wilson/protos with PEERDIR to contrib/libs/opentelemetry-proto | soniachrn | 2023-07-28 | 16 | -828/+22 |
| | | | remove duplicate protos | ||||
* | Intermediate changes | robot-piglet | 2023-07-28 | 6 | -20/+321 |
| | |||||
* | add TryNodeFromJsonString: ability to parse object and check errors without ↵ | ilnurkh | 2023-07-27 | 5 | -0/+30 |
| | | | | try-catch | ||||
* | revert rXXXXXX (see discusstion in pr), will commit again more pci-dss ↵ | kulikov | 2023-07-27 | 44 | -1261/+40 |
| | | | | friendly way | ||||
* | Add explicit sanitizer dependencies up to market | reshilkin | 2023-07-26 | 5 | -0/+5 |
| | |||||
* | Add several pools for one thread, KIKIMR-18440 | kruall | 2023-07-26 | 17 | -154/+350 |
| | |||||
* | Support h-format for escaped (but unquoted) strings | babenko | 2023-07-26 | 2 | -10/+32 |
| | |||||
* | Exclude util, libc++ and libc_compat dependencies from ↵ | thegeorg | 2023-07-25 | 5 | -12/+2 |
| | | | | library/cpp/sanitizer/include | ||||
* | Add explicit sanitizer dependencies | reshilkin | 2023-07-25 | 10 | -0/+100 |
| | |||||
* | Improve payload wire encoding and XDC selection KIKIMR-18394 | alexvru | 2023-07-24 | 9 | -64/+221 |
| | |||||
* | Add explicit sanitizer dependencies | reshilkin | 2023-07-24 | 1 | -0/+8 |
| | |||||
* | try to get rid of locks and allocations for elastic queue thread pool | kulikov | 2023-07-21 | 44 | -40/+1261 |
| | | | | | | | | | In case of heavy load and high rps current thread pool implementation seems to have problems at least with contention on lock inside condvar (long futex wait calls from http server listener thread), so try to implement something more efficient: - replace condvar with TEventCounter implementation without internal lock (pthread condvar maintains waiters wakeup order, thread pool doesn't need it); - introduce well-known bounded mpmc queue over ring buffer; - get rid of TDecrementingWrapper; - add options to turn on new pool in library/cpp/http/server and search/daemons (will remove after adoption); - make elastic queue ut check both versions; - workaround problems with android/arm build targets. | ||||
* | Fix data race in case of handling clinet timeout during streaming call. Fix ↵ | dcherednik | 2023-07-19 | 1 | -10/+12 |
| | | | | possible use after free in case of enabled grpc debug log and streaming call. KIKIMR-18801 | ||||
* | Check the kqp session is destroyed during intermediate node stuck. KIKIMR-18250 | dcherednik | 2023-07-19 | 1 | -4/+9 |
| | |||||
* | Don't validate version tag, if it is absent in peer, KIKIMR-18776 | serg-belyakov | 2023-07-18 | 1 | -1/+4 |
| | | | Don't validate version tag, if it is absent in peer | ||||
* | Allow using ibdrv interface in opensource apps | thegeorg | 2023-07-18 | 3 | -8/+4 |
| | |||||
* | guard for memory markers + split actor type operators | ivanmorozov | 2023-07-18 | 28 | -125/+303 |
| | |||||
* | actor instance custom name | ivanmorozov | 2023-07-18 | 2 | -0/+8 |
| | |||||
* | feat grpc: update to grpc 1.53.1 | leonidlazarev | 2023-07-17 | 3 | -4/+2 |
| | | | | | | | | | | | | | | update grpc to 1.53.1 update grpcio/py3 to 1.53.1 Added patches: 22-grpc-code-output.patch - allow translation of grpc code to internal string type. 23-max-thread-limitation.patch - to provide interface for settings of thread number limit, as grpc::DynamicThreadPool doesn't provide interface to limit thread number anymore. 24-support_for-non-abort-grpc.patch - generate exception instead of application crash 25-forkable-destruction-order.patch - correct forkable logic for TimerManager 27-skip-child-post-fork-operations.patch - allow to skip child post fork operations to exclude UB (used for unified agent only) pr33495_fox_nested_fork.patch - fix issues with nested forks pr33582_fork_handler.patch - disable fork handler support if it is not requested intentionally | ||||
* | Опеспечить совместимость с GCC 12.3 | philimonov | 2023-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | Команда робототехники Я.Маркета собирает свою кодовую базу с помощью GCC 10.3. Хотелось бы в ближайшем будущем обновиться до GCC 12.3. Часть кода собирается из директорий: * util * library * yandex_io Поправил ошибки лексического анализатора GCC 12.3 + добавил пропущенный стандартные include файлы | ||||
* | unified-agent - fix static initialization order problem | grebelnik | 2023-07-13 | 1 | -5/+8 |
| | | | unified-agent - fix static initialization order problem | ||||
* | metrics input: compress number hist buckets | aleksei-le | 2023-07-13 | 6 | -9/+155 |
| | |||||
* | Switch to TRope reply in TEvGet query result KIKIMR-18394 | alexvru | 2023-07-12 | 2 | -61/+48 |
| | |||||
* | Build transitive closure of equality classes | aozeritsky | 2023-07-11 | 12 | -0/+180 |
| | |||||
* | KIKIMR-18568: internal control stats pool size limit | ivanmorozov | 2023-07-09 | 16 | -49/+54 |
| | |||||
* | Move LOGGER component from kikimr-specific services to actorlib common ones ↵ | alexvru | 2023-07-08 | 4 | -3/+4 |
| | | | | KIKIMR-11082 | ||||
* | KIKIMR-18568: remove dependency library/cpp/actors to ydb/core/protos | ivanmorozov | 2023-07-08 | 42 | -117/+228 |
| | |||||
* | Make retry settings configurable | ssmike | 2023-07-07 | 6 | -0/+92 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-07-07 | 1 | -0/+4 |
| | |||||
* | Introduce TLazyMultiValueFormatter | ifsmirnov | 2023-07-06 | 3 | -0/+81 |
| | |||||
* | Revert commit rXXXXXX, Revert commit rXXXXXX,use profile tags for any method ↵ | ivanmorozov | 2023-07-05 | 5 | -50/+46 |
| | | | | actor name generation | ||||
* | Revert commit rXXXXXX,use profile tags for any method actor name generation | ivanmorozov | 2023-07-05 | 5 | -46/+50 |
| | |||||
* | use profile tags for any method actor name generation | ivanmorozov | 2023-07-05 | 5 | -50/+46 |
| | |||||
* | Fix tsan race in TExecutor::GetMaxQueueSizeAndClear | snaury | 2023-07-04 | 1 | -1/+1 |
| | |||||
* | Fix misaligned arena block size in TEvUploadRowsRequest causing ubsan failures | snaury | 2023-07-04 | 1 | -0/+5 |
| | |||||
* | Fix critical TRcBuf issue | alexvru | 2023-07-03 | 1 | -2/+5 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-07-03 | 1 | -1/+1 |
| | |||||
* | client-cpp for unified-agent: changing log level | aleksei-le | 2023-07-03 | 1 | -18/+18 |
| | |||||
* | Replace the functions for the `Levenshtein` and the `Damerau–Levenshtein` ↵ | akinshchikov | 2023-07-03 | 2 | -8/+47 |
| | | | | | | distances with the memory effective version. YQL UDFs `String::LevensteinDistance` and `Unicode::LevensteinDistance` use `NLevenshtein::Distance` inside. The previous version of `NLevenshtein::Distance` uses O(nm) space instead of O(min(n, m)). | ||||
* | Intermediate changes | robot-piglet | 2023-06-30 | 3 | -16/+43 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-06-30 | 5 | -51/+20 |
| | |||||
* | Revert "YT-19324: move YT provider to ydb/library/yql" | max42 | 2023-06-30 | 143 | -20706/+0 |
| | | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12. | ||||
* | deallocation on destroy | ivanmorozov | 2023-06-30 | 1 | -2/+4 |
| |