Skip to content

Commit 1ef6af1

Browse files
authored
Fix replication query error in Bridge mode (merge from main ydb-platform#24164) (ydb-platform#24197)
2 parents caee924 + 5a4385f commit 1ef6af1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/blobstorage/vdisk/repl/blobstorage_hullrepljob.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,7 @@ namespace NKikimr {
749749
auto ev = std::make_unique<TEvBlobStorage::TEvGet>(queries, numItems, TInstant::Max(),
750750
NKikimrBlobStorage::EGetHandleClass::AsyncRead);
751751
ev->PhantomCheck = true;
752+
ev->ForceGroupGeneration = GInfo->GroupGeneration;
752753
SendToBSProxy(SelfId(), GInfo->GroupID, ev.release(), cookie);
753754
}
754755
}

0 commit comments

Comments
 (0)