Skip to content

Commit

Permalink
[-] the UseDeduplication flag was reset in the TPartitionWriter optio…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alek5andr-Kotov authored Jan 24, 2024
1 parent 526ec53 commit 72e7bfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ydb/services/deprecated/persqueue_v0/grpc_pq_write_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 72e7bfc

Please sign in to comment.