Skip to content

Commit ad9d295

Browse files
Merge 6941494 into 0d364ae
2 parents 0d364ae + 6941494 commit ad9d295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/services/persqueue_v1/actors/partition_actor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ void TPartitionActor::Handle(TEvTabletPipe::TEvClientDestroyed::TPtr& ev, const
826826

827827

828828
void TPartitionActor::Handle(TEvPQProxy::TEvGetStatus::TPtr&, const TActorContext& ctx) {
829-
ctx.Send(ParentId, new TEvPQProxy::TEvPartitionStatus(Partition, CommittedOffset, EndOffset, WriteTimestampEstimateMs, TabletGeneration, NodeId, false));
829+
ctx.Send(ParentId, new TEvPQProxy::TEvPartitionStatus(Partition, CommittedOffset, EndOffset, WriteTimestampEstimateMs, NodeId, TabletGeneration, false));
830830
}
831831

832832

0 commit comments

Comments
 (0)