Skip to content

Commit 40b3303

Browse files
qyryqblinkov
authored andcommitted
Initialize PartitionToWriteId (#14536)
1 parent fb2b252 commit 40b3303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/public/lib/ydb_cli/commands/topic_workload/topic_workload_writer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ namespace NYdb {
7676
TInstant StartTimestamp;
7777

7878
std::vector<std::shared_ptr<TTopicWorkloadWriterProducer>> Producers;
79-
ui64 PartitionToWriteId;
79+
ui64 PartitionToWriteId = 0;
8080

8181
std::shared_ptr<std::atomic<bool>> Closed;
8282
std::shared_ptr<TTopicWorkloadStatsCollector> StatsCollector;

0 commit comments

Comments
 (0)