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 78503cb commit 2f9f362Copy full SHA for 2f9f362
ydb/core/persqueue/pq_impl.cpp
@@ -1000,9 +1000,7 @@ void TPersQueue::ReadConfig(const NKikimrClient::TKeyValueResponse::TReadResult&
1000
SetTxInFlyCounter();
1001
1002
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
- }
+ PlannedTxs.emplace_back(tx.GetStep(), tx.GetTxId());
1006
}
1007
1008
if (tx.HasWriteId()) {
0 commit comments