Skip to content

Commit 0924499

Browse files
Merge 65d7332 into 528f54c
2 parents 528f54c + 65d7332 commit 0924499

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ydb/core/persqueue/pq_impl.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,9 +1000,7 @@ void TPersQueue::ReadConfig(const NKikimrClient::TKeyValueResponse::TReadResult&
10001000
SetTxInFlyCounter();
10011001

10021002
if (tx.HasStep()) {
1003-
if (std::make_pair(tx.GetStep(), tx.GetTxId()) >= std::make_pair(ExecStep, ExecTxId)) {
1004-
PlannedTxs.emplace_back(tx.GetStep(), tx.GetTxId());
1005-
}
1003+
PlannedTxs.emplace_back(tx.GetStep(), tx.GetTxId());
10061004
}
10071005

10081006
if (tx.HasWriteId()) {

0 commit comments

Comments
 (0)