| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
commit_hash:6452cbd39bd37ef1f2bd6be70bf9ceb91fb08a26
|
|
|
|
|
|
| |
to avoid compiler warnings.
commit_hash:6dda5bad9e3d887f91817bd4fdab95b66f3db001
|
|
|
|
|
|
| |
test_fit_on_scipy_sparse_spmatrix on Windows.
commit_hash:c52cdc5529aff5cda1cbd11be2852647736ceb49
|
|
|
|
| |
commit_hash:19ac2b49b9bb7ac988b229e4d5c4c4ed6f75b138
|
|
|
|
|
| |
Followup for rXXXXXX - reduce false-positives of include cleaner
commit_hash:03bb3b1817067ed576faa57c597737b01d63d2e4
|
|
|
|
|
|
| |
TTaskScheduler
commit_hash:b8c3ae8e8ca6b0fea0bbf820f40513da41a242f8
|
|
|
|
| |
commit_hash:909fa7aadbf673448dbc709b19d2088963b40404
|
|
|
|
| |
commit_hash:f76f3edfa160fba90d0f8d594211fa35c6eb6077
|
|
|
|
| |
commit_hash:a9d505ad0eca8d52e322f9b3f5daaa1968f65b7b
|
|
|
|
|
|
|
|
|
| |
- blocking_counter: fix destroy order;
- thread_local: Head_.load must use std::memory_order_acquire to match memory_order_release in compare_exchange and ensure all writes are visible; also fix always null node value in first compare_exchange call;
- work_stealing: use atomics.
commit_hash:53f01a16bb40dd3eb890b0eb60388ecb0ce9c908
|
|
|
|
| |
71ff0471827f8bde6feb9549ead39faefb7f9b0f
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
IsReady returns true if exception or value was set.
allows to check readiness without locking cheсker-thread
NOTE: returns true even if value was extracted from promise
good replace for HasValue() || HasException()
b2d64093e25cef5a350dfebe784c449203a5b383
|
| |
|
| |
|
|
|
|
| |
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
|
|
|
|
|
| |
* Library import 5, delete go dependencies
* Fix yt client
|
| |
|
| |
|
|
|
|
| |
Включаем TSAN над юнит-тестами репорта + для реализации TLightGuard-ов делаем фолбэк на обычные гарды в режиме сборки с санитайзерами.
|
|
|
|
| |
Update tools: yexport, os-yexport
|
| |
|
|
|
|
| |
https://clubs.at.yandex-team.ru/arcadia/29404
|
|
|
|
| |
https://clubs.at.yandex-team.ru/arcadia/29404
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
friendly way
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing
changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text.
This commit has zero effect on all projects that depend on YQL.
The summary of changes:
- `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library;
- `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes;
- `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`;
- `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`;
- `yql/core` is gone;
- `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`.
**NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Update tools: yexport
|
| |
|
|
|
| |
Update tools: yexport
|
| |
|
| |
|
| |
|
|
|
| |
Update tools: yexport
|
| |
|
| |
|