Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ydb tornado from tests | rekby | 2023-03-10 | 3 | -197/+100 |
| | |||||
* | Github build/test: add matrix run for X64/ARM64 | alexv-smirnov | 2023-03-10 | 1 | -2/+5 |
| | |||||
* | Do not use TOperationId to format queryId string. | dcherednik | 2023-03-10 | 5 | -10/+41 |
| | |||||
* | Support CREATE TABLE in Postgres syntax | marsaly | 2023-03-10 | 3 | -4/+377 |
| | |||||
* | mute kqp delete on planned test | gvit | 2023-03-10 | 1 | -2/+2 |
| | |||||
* | remove executer progress message handling & sending | gvit | 2023-03-10 | 12 | -85/+25 |
| | |||||
* | [yt provider] Keep sortness in FlatMap/LMap optimizers with multi outputs | udovichenko-r | 2023-03-10 | 1 | -0/+6 |
| | | | YQL-13474 | ||||
* | Improve coroutine actor interface | alexvru | 2023-03-10 | 17 | -79/+110 |
| | |||||
* | Add THandle using in TEventLight | va-kuznecov | 2023-03-10 | 1 | -0/+1 |
| | | | Add THandle using in TEventLight | ||||
* | Fix log grep #2 | auzhegov | 2023-03-10 | 1 | -36/+51 |
| | | | Initial fix | ||||
* | Optimize varints | babenko | 2023-03-10 | 2 | -94/+158 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: %% Run on (56 X 3200 MHz CPU s) CPU Caches: L1 Data 32 KiB (x28) L1 Instruction 32 KiB (x28) L2 Unified 256 KiB (x28) L3 Unified 35840 KiB (x2) Load Average: 1.29, 2.30, 2.18 ***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead. ----------------------------------------------------------- Benchmark Time CPU Iterations ----------------------------------------------------------- BM_SmallVarUint 275 ns 275 ns 1843898 BM_MediumVarUint 825 ns 824 ns 843158 BM_LargeVarUint 1200 ns 1200 ns 585964 %% After: %% Run on (56 X 3200 MHz CPU s) CPU Caches: L1 Data 32 KiB (x28) L1 Instruction 32 KiB (x28) L2 Unified 256 KiB (x28) L3 Unified 35840 KiB (x2) Load Average: 1.67, 1.73, 1.74 ***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead. ----------------------------------------------------------- Benchmark Time CPU Iterations ----------------------------------------------------------- BM_SmallVarUint 131 ns 130 ns 5345527 BM_MediumVarUint 505 ns 505 ns 1000000 BM_LargeVarUint 793 ns 793 ns 871621 %% | ||||
* | Add macro for ut -> gtest replcement. | dcherednik | 2023-03-10 | 8 | -7/+229 |
| | |||||
* | Add GetPort(port) support to maintain compatibility with unittest TPortManager | alexv-smirnov | 2023-03-10 | 3 | -8/+89 |
| | | | | | Singleton did not allow reinitialisation, so in existing tests this line https://a.yandex-team.ru/arcadia/library/cpp/testing/common/ut/network_ut.cpp?rev=rXXXXXX#L45 did not have any effect. The tests worked just because in both tests the env var PORT_SYNC_PATH was the same and its changes did not affect the tests anyway. As we need to change the env var NO_RANDOM_PORTS to run GetPort( port ) test, I had to make a reinitialisation method, which is now being called from inside the constructor, causing its double invocation during the tests. I could not find a better solution for Singleton( | ||||
* | Intermediate changes | robot-piglet | 2023-03-10 | 1 | -1/+23 |
| | |||||
* | YQL-15754 owning ptr to async nodes, don't resurrect unreachable nodes | vvvv | 2023-03-10 | 2 | -4/+23 |
| | |||||
* | cleanup event_pb.h | xenoxeno | 2023-03-10 | 1 | -37/+0 |
| | |||||
* | Add errors count to TKqpStreamLookupActor. | yuryalekseev | 2023-03-10 | 1 | -0/+8 |
| | |||||
* | формат raw приводит к ошибкам чтения при ↵ | auzhegov | 2023-03-10 | 2 | -22/+45 |
| | | | | | explicit partitioned данных Initial fix | ||||
* | неожиданно пустой результат в грепе логов | auzhegov | 2023-03-10 | 3 | -152/+39 |
| | | | Initial fix | ||||
* | Revert commit rXXXXXX | bazeltsev | 2023-03-10 | 19 | -825/+523 |
| | |||||
* | Revert commit rXXXXXX | bazeltsev | 2023-03-10 | 3 | -21/+11 |
| | |||||
* | Revert commit rXXXXXX | bazeltsev | 2023-03-10 | 8 | -16/+0 |
| | |||||
* | Revert commit rXXXXXX | bazeltsev | 2023-03-10 | 2 | -28/+41 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-10 | 1 | -0/+4 |
| | |||||
* | Revert commit rXXXXXX | bazeltsev | 2023-03-10 | 7 | -194/+23 |
| | |||||
* | Improve coroutine actor interface | alexvru | 2023-03-10 | 8 | -44/+53 |
| | |||||
* | YT: Allow to define enum with custom string represenation | bulatman | 2023-03-10 | 2 | -0/+30 |
| | |||||
* | Add errors count to TKqpReadActor. | yuryalekseev | 2023-03-10 | 1 | -0/+10 |
| | |||||
* | Optimized CanonizePath implementation. | dcherednik | 2023-03-09 | 6 | -6/+214 |
| | |||||
* | Сохранять информацию об статусе ReadOnly ↵ | tesseract | 2023-03-09 | 24 | -156/+584 |
| | | | | | | | | | | базы данных в партиции топика В ПР перенесена логика TDataShard по получению информации по OutOfSpace для SubDomain-а Спорные моменты: - Получение информации сделано в ReadBalancer-е, а не непосредственно в TPartition. Это сделано т.к. необходима информация об SchemeShard-е, а ее в TPartition нет, но она есть в ReadBalancer-е - Прикапывание OutOfSpace не персистентное, и после рестарта таблетки пройдет какое-то время до получения актуального статуса. В этот период клиент сможет записывать в топик, даже если место закончилось. (В DataShard-е информация персистентная) | ||||
* | Refactor filter pushdowns. | aidarsamer | 2023-03-09 | 8 | -333/+526 |
| | |||||
* | Add SSL_set_tlsext_host_name ssl option | molotkov-and | 2023-03-09 | 4 | -14/+19 |
| | |||||
* | Reordered row group read | hor911 | 2023-03-09 | 5 | -37/+114 |
| | |||||
* | Improve UT for sysview | va-kuznecov | 2023-03-09 | 1 | -5/+20 |
| | |||||
* | (no commit message) | abcdef | 2023-03-09 | 19 | -192/+785 |
| | |||||
* | YQL-15703 Get rid of keep_sys EquiJoin flag. | a-romanov | 2023-03-09 | 5 | -52/+27 |
| | |||||
* | light events for actor system | xenoxeno | 2023-03-09 | 513 | -2107/+3324 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 3042 | -33/+83504 |
| | |||||
* | trivial: data executer can share mailbox with CA if there is only one CA | gvit | 2023-03-09 | 1 | -3/+5 |
| | |||||
* | use Temporary pool in tmp vars | uzhas | 2023-03-09 | 1 | -4/+4 |
| | |||||
* | CREATE/DROP ASYNC REPLICATION syntax | ilnaz | 2023-03-09 | 7 | -22/+341 |
| | |||||
* | Stream mode for GraceJoin | aakulaga | 2023-03-09 | 2 | -33/+99 |
| | | | Stream mode for GraceJoin | ||||
* | YDB CLI params | alexv-smirnov | 2023-03-09 | 7 | -23/+194 |
| | |||||
* | impl tracker proof of idea | ildar-khisam | 2023-03-08 | 26 | -3161/+4040 |
| | | | impl tracker proof of idea | ||||
* | validation has been added for projection types | hcpp | 2023-03-08 | 3 | -14/+283 |
| | |||||
* | Add basic yaml cluster-config api impl | innokentii | 2023-03-08 | 13 | -0/+500 |
| | | | add basic yaml cluster-config api impl | ||||
* | fix test crash | uzhas | 2023-03-08 | 1 | -2/+2 |
| | |||||
* | YQL-15748 Fix push cast join keys for left and right to single stage. | a-romanov | 2023-03-07 | 3 | -38/+72 |
| | |||||
* | Remove timeout from COMPUTE_ACTOR | va-kuznecov | 2023-03-07 | 1 | -43/+40 |
| | |||||
* | Fix split handling in multi-range requests | ssmike | 2023-03-07 | 2 | -207/+236 |
| |