thulab / iot-benchmark

IoT-benchmark is a tool for benchmarking TSDB in IoT scenario.
Apache License 2.0
182 stars 104 forks source link

Replace Timer with ScheduledExecutorService so that scheduled tasks can be executed in parallel. #440

Closed YangYumings closed 2 months ago

YangYumings commented 2 months ago

It is suspected that a task in the Timer is blocked, affecting the execution of other tasks.