diff options
| author | h0pless <[email protected]> | 2023-10-18 18:22:40 +0300 |
|---|---|---|
| committer | h0pless <[email protected]> | 2023-10-18 19:42:57 +0300 |
| commit | f478d51d98b2c8a87c65ea71694b91933ac3b7ff (patch) | |
| tree | bacf84e7ed0364a5dee7086fde058176f80841de /yt | |
| parent | b1b0b06c1d58cd180b5eadb152b35fc3d5bf5d2a (diff) | |
Fix System TX replication breaking types
Diffstat (limited to 'yt')
| -rw-r--r-- | yt/yt/client/object_client/helpers.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt/client/object_client/helpers.cpp b/yt/yt/client/object_client/helpers.cpp index a482061f032..e90a1d48972 100644 --- a/yt/yt/client/object_client/helpers.cpp +++ b/yt/yt/client/object_client/helpers.cpp @@ -241,6 +241,8 @@ bool IsCypressTransactionType(EObjectType type) return type == EObjectType::Transaction || type == EObjectType::NestedTransaction || + type == EObjectType::ExternalizedTransaction || + type == EObjectType::ExternalizedNestedTransaction || type == EObjectType::UploadTransaction || type == EObjectType::UploadNestedTransaction; } |
