You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2025. It is now read-only.
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?
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?