| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Add CheckClusterLiveness handle
commit_hash:9b3f23b70fb639693a67edbe9ed2b80683fea61b
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Add prerequisite options for cypress and transactions requests.
commit_hash:4288a35e2237cfaa015ff3990e2be909d18cd6b0
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
YT-драйвер уже принимает параметр lock_type для insert_rows
(<https://nda.ya.ru/t/y1DKR88L7dogTW>),
но C\+\+ mapreduce-клиент не пробрасывает его дальше, поэтому вызывающий
код всегда использует ELockType::Exclusive.
В груте есть задача инициализации табличных (внешних) счётчиков:
тасклет считает map-reduce-ом дельты по всем владельцам и батчами пишет
их в общую динтаблицу (<https://nda.ya.ru/t/4G2o2Jdo7dogTX> и аналоги), куда рантайм
одновременно дописывает инкременты на каждое событие в источнике.
Колонка `value` в такой таблице — aggregate-sum;
рантайм через NApi пишет в неё с lock_type=shared_write, чтобы параллельные
записи не конфликтовали. Тасклет инциализации счетчика же ходит через mapreduce-клиент и в нем тоже хочется уметь брать shared_write lock.
(<https://nda.ya.ru/t/WrJ9_kf77dogTb>).
commit_hash:7cbcd19f8d0532d6cf0e7f48abe197bb7fda99d3
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: cpp-sdk
Add Prerequisite options similar to native client ones. Only for Cypress Get for now
commit_hash:6c3c0fe7e6540754033486f785f3b1b3c313808e
|
| |
|
|
| |
commit_hash:2b3c252afc470f808af644051444907eddc53c04
|
| |
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: cpp-sdk
<Message for release notes>
Support TCreateOptions::IgnoreTypeMismatch in C\+\+ SDK
commit_hash:5d45311d21562502b1df035fa6edbacb720a34a0
|
| |
|
|
| |
commit_hash:568d5d9a722dbfc08bee1a1666a1b49c8369cd03
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: proxy
Rename shadowed data member NYT::TStartDistributedWriteTable(File)Options::Timeout -\> SessionTimeout
<Message for release notes>
commit_hash:1b5b967b5136a7105627854044de6eee634dde03
|
| |
|
|
|
|
|
|
|
|
|
| |
* Changelog entry
Type: fix
Component: proxy
Support ControlAttributes with table partition reader (C\+\+ SDK and driver)
<Message for release notes>
commit_hash:56b1aaa58c4580fda0f9136d40092081eaab2292
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-sdk
Start distributed session methods (file/table) now support attaching to transaction.
commit_hash:0a40dfd6d556f9890fa5abccf29c0baf33df4e7d
|
| |
|
|
|
|
|
|
|
|
|
| |
<Message NOT for release notes>
* Changelog entry
Type: fix
Component: scheduler
Rework get\_job\_trace api: enable streaming and return perfetto-friendly format
commit_hash:082e255afb9022eb137dac3d0c3be8ac49d3b5e2
|
| |
|
|
|
| |
yet another list jobs filter
commit_hash:8d2b248c73991a44afefcc274c5081bd95e73a32
|
| |
|
|
| |
commit_hash:1b44475c0447374091b3f13cd7e2126757874ebb
|
| |
|
|
| |
commit_hash:9395b2e879d30ba83d17dcc8c94af4618a13d2a7
|
| |
|
|
|
|
|
|
|
| |
* Changelog entry
Type: feature
Component: cpp-mapreduce-sdk
Introduce methods for reading table partition
commit_hash:ab818edd21ccb2a9c5f3d5f010686c3314532192
|
| |
|
|
| |
commit_hash:a8223fd786e254539dc86102b30558c16c8bd760
|
| |
|
|
| |
commit_hash:44e1ba0faf219486e6b5fac896bcc6ea507b3cff
|
| |
|
|
|
|
|
|
|
|
|
| |
No description
---
Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1046
Co-authored-by: ignat <[email protected]>
commit_hash:9f0ae549cebc6e2e3bfdb510c88afa1aa2bdec55
|
| |
|
|
| |
commit_hash:e84d2a750dc219e544df03b6d84a154aa312ef1b
|
| |
|
|
| |
commit_hash:3882b76fe4391a0a2dd80d40c940ffa250067a58
|
|
|
commit_hash:df330f3a0c0ca36d9bcf801fd96b964f1be6383a
|