When using this sequence of commands:
[ydb@ydb-s1 ~]$ ydb -p root workload topic clean
[ydb@ydb-s1 ~]$ ydb -p root workload topic init -p 100 -c 10
[ydb@ydb-s1 ~]$ ydb -p root workload topic run full --seconds 600 -p 100 -c 10 --print-timestamp --message-rate 10 --message-size 100000 --warmup 0
I see that load generation starts after 30-40 seconds. Analyzing logs (attached to this ticket) I can see that write session for every partition for some reason initiates for several hundred times. Also there is no error in logs and no reason for write session to startup up again.
YDB CLI version: 2.20.0
YDB version: 24.4
workload2.log.zip