Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Batch could not be sent. #33

@ahlongas07

Description

@ahlongas07

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions