influxdata / influx-stress

New tool for generating artificial load on InfluxDB
MIT License
121 stars 43 forks source link

No writes happen in case of series count less than 20 #15

Open creativcoder opened 7 years ago

creativcoder commented 7 years ago

Issuing the command:

./influx-stress insert -r 1m -s 19 -f --host "http://<ip-addr>:8086" the influx_stress tool doesn't write any data to influxd.

But for data of 20 and above, the writes happen fine.

Directions to resolve this would be appreciated.

desa commented 7 years ago

@creativcoder Just verified this myself. Looking into it now.