Add YT_OPERATION_TRANSACTION_ID to job environment
Open
good first issue
mapreduce
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 219
- PR merge metrics
- No merged PRs in 30d
Description
I have an operation that acquires a lock during start to ensure that no two operations are running concurrently. After the lock is acquired, transaction that was used for locking is used as a prerequisite.
Now I have to start such a per-operation transaction manually, however there are already operation-specific transactions that are managed by scheduler. We can pass id of such transaction to job environment and use it.
Contributor guide
Assessment
This issue has not been assessed yet.