thulab / iot-benchmark

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

Support nodeurls in session mode #376

Closed JackieTien97 closed 10 months ago

JackieTien97 commented 10 months ago

Previously, we only use first hostname for Session mode, this will cause error continuing throwing if we kill one node in iotdb cluster. So we need to use nodeurls in sessio mode.

Before: image

After:

image