From 688feee87e220d5764ed86a45d6a0a658e6e7dfc Mon Sep 17 00:00:00 2001 From: Alexander Kotov Date: Wed, 24 Jan 2024 14:34:03 +0300 Subject: [PATCH] =?UTF-8?q?[-]=20=D0=B2=20=D0=BE=D0=BF=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=D1=85=20=D1=81=D0=B1=D1=80=D0=B0=D1=81=D1=8B=D0=B2=D0=B0=D0=BB?= =?UTF-8?q?=D1=81=D1=8F=20=D1=84=D0=BB=D0=B0=D0=B3=20UseDeduplication?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ydb/services/deprecated/persqueue_v0/grpc_pq_write_actor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ydb/services/deprecated/persqueue_v0/grpc_pq_write_actor.cpp b/ydb/services/deprecated/persqueue_v0/grpc_pq_write_actor.cpp index e91ab6821151..20dad1f11416 100644 --- a/ydb/services/deprecated/persqueue_v0/grpc_pq_write_actor.cpp +++ b/ydb/services/deprecated/persqueue_v0/grpc_pq_write_actor.cpp @@ -483,8 +483,7 @@ void TWriteSessionActor::ProceedPartition(const ui32 partition, const TActorCont } TPartitionWriterOpts opts; - opts.WithDeduplication(false) - .WithSourceId(SourceId); + opts.WithSourceId(SourceId); Writer = ctx.RegisterWithSameMailbox(NPQ::CreatePartitionWriter(ctx.SelfID, PartitionTabletId, Partition, opts)); State = ES_WAIT_WRITER_INIT;