NovatecConsulting/JMeter-InfluxDB-Writer

Batch could not be sent.

ahlongas07 opened this issue · 0 comments

Hi guys, I'm is working over a high throughput test (over 5000 req/seg) but I'm getting the next error:

org.influxdb.impl.BatchProcessor write
SEVERE: Batch could not be sent. Data will be lost
java.lang.RuntimeException: java.net.SocketTimeoutException: timeout
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at org.influxdb.impl.InfluxDBImpl.execute(InfluxDBImpl.java:270)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:167)
at org.influxdb.impl.BatchProcessor.write(BatchProcessor.java:171)
at org.influxdb.impl.BatchProcessor.put(BatchProcessor.java:188)
at org.influxdb.impl.InfluxDBImpl.write(InfluxDBImpl.java:153)
at rocks.nt.apm.jmeter.JMeterInfluxDBBackendListenerClient.handleSampleResults(JMeterInfluxDBBackendListenerClient.java:114)
at org.apache.jmeter.visualizers.backend.BackendListener.sendToListener(BackendListener.java:267)
at org.apache.jmeter.visualizers.backend.BackendListener$Worker.run(BackendListener.java:239)
Caused by: java.net.SocketTimeoutException: timeout

When I turn off the component the test finish normally. Could you please support me?