pkolaczk / latte

Latency Tester for Apache Cassandra
Apache License 2.0
176 stars 19 forks source link

Fix recording of the last snapshot cycle count and time #30

Closed pkolaczk closed 2 years ago

pkolaczk commented 2 years ago

Some information about the last snapshot point was not recorded properly in the Sampler which in some cases led to far_from_the_end variable turn to false too early and new samples were not emitted anymore.

Fixes #27