summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/small_containers/compact_queue.h
Commit message (Collapse)AuthorAgeFilesLines
* YT-18655 Support prerequisite transactions in dynamic tables writeGrigory Reznikov2023-12-051-0/+37
We are building a service that uses dynamic tables as a metadata storage. Cypress is used for a leader election and prerequisite transactions are used to prevent races, however prerequisite transactions are not supported for dynamic table operations. This PR fixes that. I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/162