aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* YT-19441: Add shared write locks.ponasenko-rs2023-11-1610-6/+146
|
* Support Save/Load TYsonStringyurial2023-11-168-0/+102
|
* storage handler return excess groups with node_id givenandrew-rykov2023-11-161-1/+1
|
* Default JAVA_SRCS for java testsdimdim112023-11-161-0/+15
|
* CDC & async index data lag KIKIMR-16851ilnaz2023-11-164-9/+23
|
* KIKIMR-19603 added shared cache info and sessions number in nodes handlerandrew-rykov2023-11-164-12/+60
| | | | | | added SharedCache to whiteboard KIKIMR-19603 memory info nodes handler
* Fix reimport for contrib/libs/c-ares after rXXXXXXthegeorg2023-11-169-56/+23
|
* Add CUDA11 and CUDA12 presets and fix CUDNN 8.6.0 static buildspreis2023-11-161-0/+10
| | | | | | | | | | | | | | | | | | | | - This will allow to have multiple CUDA defaults and so simplify migration - CuDNN was split into multiple static libraries. Let's link them all by now (we may inroduce fine-grain control later) - CUDA12.1 with default OS_SDK fails to link even with lowest possible CuDNN and TensorRT: ``` [=] ya make dict/mt/libs/nn/ynmt/gtest/gpu -DCUDA_VERSION=12.1 -DCUDNN_VERSION=8.0.5 -DTENSORRT_VERSION=7 . . . ld.lld: error: undefined symbol: std::invalid_argument::invalid_argument(char const*) >>> referenced by builtin.cpp >>> _0_4_builtin.cpp.o:(cask__5x_cublas::ir::CreateOrGetTensorArgument(cask__5x_cublas::ir::Namespace&, cask__5x_cublas::ir::NumericType*, cask__5x_cublas::ir::LayoutType*)) in archive /home/spreis/.ya/tools/v4/5048904205/lib64/libcublasLt_static.a >>> did you mean: std::invalid_argument::invalid_argument(char const*) >>> defined in: dict/dictutil/libdict-dictutil.a(exceptions.cpp.o) clang-14: error: linker command failed with exit code 1 (use -v to see invocation) Failed [=] ya make dict/mt/libs/nn/ynmt/gtest/gpu -DCUDA_VERSION=12.1 -DCUDNN_VERSION=8.0.5 -DTENSORRT_VERSION=7 -DOS_SDK=ubuntu-20 Ok ```
* Default JAVA_SRCS with fixdimdim112023-11-162-6/+27
| | | | | | Fix JAVA_SRCS Default JAVA_SRCS
* Intermediate changesrobot-piglet2023-11-166-22/+16
|
* KIKIMR-20087: add helpers for compute-shardingivanmorozov2023-11-163-87/+256
|
* [yql] Enable TableContentLocalExecution in testsudovichenko-r2023-11-162-0/+10
| | | | YQL-16749
* Move MaxFailedJobCount to TOperationSpecBaseermolovd2023-11-161-3/+3
|
* KIKIMR-19852: cleaningivanmorozov2023-11-1614-230/+2
|
* new GLOBAL_CFLAGS macrosnermolaev2023-11-161-0/+8
|
* Update contrib/python/botocore/py3 to 1.31.76robot-contrib2023-11-16401-39/+884
|
* Update contrib/python/boto3/py3 to 1.28.76robot-contrib2023-11-163-4/+4
|
* Update contrib/restricted/aws/s2n to 1.3.56robot-contrib2023-11-1615-120/+239
|
* Update contrib/python/zstandard/py3 to 0.22.0robot-contrib2023-11-166-12/+23
|
* fix yfm warningsIvan Blinkov2023-11-161-0/+7
| | | | | | fix yfm warnings Pull Request resolved: https://github.com/ydb-platform/ydb/pull/445
* move some scripts to build/internal/scripssnermolaev2023-11-165-468/+0
|
* Intermediate changesrobot-piglet2023-11-161-2/+2
|
* Upd libc++ to 01 July 2022 da1609ad73540978f66111e96ea500b97ca9b39amikhnenko2023-11-1598-1859/+2824
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` [libc++] Improve the formatting of static_assert messages [libc++] Remove dead code and unneeded C++03 specializations from type_traits [libc++] Implement P0618R0 (Deprecating <codecvt>) [libc++] Disentangle _If, _Or and _And Uglify __support/xlocale [libc++][format] Improve pointer formatters. [libc++][format] Improve integral formatters. [libc++] Fix signature of main() in tests [libc++][ranges] Finish LWG issues directly related to the One Ranges Proposal. [libc++] Re-add transitive includes that had been removed since LLVM 14 [libc++] Add a few missing min/max macro push/pop [libc++] Remove dummy command in Dockerfile [libc++] Use bounded iterators in std::span when the debug mode is enabled [libc++] Improve Lit's buildhost=XXXX feature on a few platforms [libc++] Simplify type_traits and use more builtins [libc++] P2321R2 section [tuple.tuple]. Adding C++23 constructors, assignment operators and swaps to `tuple` [libc++][AIX] Make basic_string layout compatible with earlier version [libcxx][test] Suppress complex<int> warnings when testing MSVC [libc++] Add a test to pin down the set of transitive public includes [libc++][format] Copy code to new location. [libc++] Implement ranges::move{, _backward} [libc++] Implement P0154R1 (Hardware inference size) [libc++] Simplify the visibility attributes [libc++] Clarify std::function release note [libc++] Reduces std::to_chars instantiations. [libc++] Fixesbuild. [libc++] fix views::all hard error on lvalue move only views instead of SFINAE [libc++] Complete the implementation of N4190 [libc++] Remove std::function in C++03 [libc++][format] Improve string formatters [libc++] Pass -fno-modules to clang-tidy instead of disabling it for the modules build [libc++][clang-tidy] Enable bugprone-use-after-move and explicitly list all used checks [libc++] Improve charconv base10 algorithm. [libc++][format] Improves the handle test. [libc++] Implement P0174R2 (Deprecating Vestigial Library Parts in C++17) ```
* Filecache per nodeIdaozeritsky2023-11-151-4/+4
|
* YQL-17123: move pgrun to ydb/library/yql/toolsfedor-miron2023-11-15272-0/+113116
|
* Fix replication counters KIKIMR-20008alexvru2023-11-152-26/+18
|
* YT-20029: Support url schema for YT_PROXYwhatsername2023-11-152-7/+29
| | | | | Example YT_PROXY=https://freud.yt.yandex.net
* Make Unicode license permissive againthegeorg2023-11-151-4/+1
| | | | | | | | | This license text can be found [here](http://www.unicode.org/copyright.html). The only statements regarding the changes being forbidden is > Modification is not permitted with respect to this document. All copies of this document must be verbatim. This statement forbids arbitrary license text modification, not the code patching.
* update docs_build.yamlIvan Blinkov2023-11-151-2/+2
| | | | | | update docs_build.yaml Pull Request resolved: https://github.com/ydb-platform/ydb/pull/443
* Allow to handle Y_SAVELOAD_DEFINE() without argsyurial2023-11-152-16/+37
|
* [yt provider] Support local YtTableContent executionudovichenko-r2023-11-1523-306/+379
| | | | YQL-16749
* KIKIMR-20025: fix stats collecting for stream lookup joinulya-sidorina2023-11-156-41/+165
| | | | fix(kqp): collect stats
* KIKIMR-19982: no limits for generic queryns-vasilev2023-11-152-1/+41
|
* Intermediate changesrobot-piglet2023-11-151-0/+7
|
* Try to isolate host platform for gospreis2023-11-151-11/+15
|
* KIKIMR-19957 Implement UNIFORM_PARTITIONS for UUID.mshulb2023-11-1513-46/+258
| | | | | | | | | | | | Note that UUID is stored and compared as byte array with following byte order: ``` UUID 00 11 22 33-44 55-66 77-88 99-AA BB CC DD EE FF bytes 33 22 11 00 55 44 77 66 88 99 AA BB CC DD EE FF byte order 3 2 1 0 5 4 7 6 8 9 10 11 12 13 14 15 ``` Thus UUID ordering gives surprising results (not that anyone should use it on UUIDs).
* Tidy up in KeyValue collector code KIKIMR-11082alexvru2023-11-154-70/+7
|
* KIKIMR-20110: Optimization of getting the SourceID listtesseract2023-11-155-93/+166
|
* add compress base UDFuzhas2023-11-1540-0/+1618
|
* Revert rXXXXXX: Turn on assert, KIKIMR-19280kruall2023-11-152-5/+5
|
* documentation preview in PRsIvan Blinkov2023-11-154-9/+32
| | | | | | documentation preview in PRs Pull Request resolved: https://github.com/ydb-platform/ydb/pull/439
* Fix replication bug KIKIMR-20008alexvru2023-11-154-83/+106
|
* do not return nodes without any info KIKIMR-20118xenoxeno2023-11-151-1/+4
|
* YT: fix duplicated proxy in url for write_file requestslysheva2023-11-151-1/+4
| | | | YT: fix duplicated proxy in url for write_file request
* Revert commit rXXXXXX,Default JAVA_SRCSnogert2023-11-152-19/+8
|
* Add auto spin threshold, KIKIMR-19343kruall2023-11-1523-63/+640
|
* Turn on assert, KIKIMR-19280kruall2023-11-152-5/+5
|
* Revert commit rXXXXXX, Revert commit rXXXXXX, Automatic release build for ↵prettyboy2023-11-153-24/+24
| | | | ya_bin3, ya_bin, os_ya, test_tool, test_tool3
* Decrease default block size from 1MB to 240KB to improve block channel ↵aneporada2023-11-152-2/+2
| | | | | | performance 240KB allocations works better with tcmalloc's 256KB page size
* KIKIMR-20126 do not fill ending seq no for opened partitionsalexnick2023-11-151-2/+3
| | | | do not fill ending seqno for opened partitions