Skip to content

Commit 5a4385f

Browse files
committed
Fix replication query error in Bridge mode (ydb-platform#24164)
1 parent caee924 commit 5a4385f

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)