We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d014cba commit 12d23d2Copy full SHA for 12d23d2
yt/yt/client/hive/transaction_participant.h
@@ -42,6 +42,11 @@ struct ITransactionParticipant
42
bool stronglyOrdered,
43
const std::vector<TCellId>& cellIdsToSyncWith,
44
const NRpc::TAuthenticationIdentity& identity) = 0;
45
+ virtual TFuture<void> MakeTransactionReadyToCommit(
46
+ TTransactionId transactionId,
47
+ TTimestamp commitTimestamp,
48
+ NApi::TClusterTag commitTimestampClusterTag,
49
+ const NRpc::TAuthenticationIdentity& identity) = 0;
50
virtual TFuture<void> CommitTransaction(
51
TTransactionId transactionId,
52
TTimestamp commitTimestamp,
0 commit comments