Skip to content

Commit 72e7bfc

Browse files
[-] the UseDeduplication flag was reset in the TPartitionWriter options (#1256)
1 parent 526ec53 commit 72e7bfc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/services/deprecated/persqueue_v0/grpc_pq_write_actor.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,7 @@ void TWriteSessionActor::ProceedPartition(const ui32 partition, const TActorCont
483483
}
484484

485485
TPartitionWriterOpts opts;
486-
opts.WithDeduplication(false)
487-
.WithSourceId(SourceId);
486+
opts.WithSourceId(SourceId);
488487
Writer = ctx.RegisterWithSameMailbox(NPQ::CreatePartitionWriter(ctx.SelfID, PartitionTabletId, Partition, opts));
489488
State = ES_WAIT_WRITER_INIT;
490489

0 commit comments

Comments
 (0)