InfluxDB2 write error

After migration to OH 5.1.0M1 I get sometimes a write error. OH and InfluxBD2 are running on 2 different systems but I did’t see this before. How can I debug this to find if this is a OH issue or not

2025-10-26 23:11:44.622 [WARN ] [rite.events.WriteRetriableErrorEvent] - The retriable error occurred during writing of data. Reason: 'timeout'. Retry in: 6.246s.
2025-10-26 23:11:53.336 [ERROR] [.client.write.events.WriteErrorEvent] - The error occurred during writing of data
com.influxdb.exceptions.InfluxException: interrupted
	at com.influxdb.internal.AbstractRestClient.toInfluxException(AbstractRestClient.java:102) ~[?:?]
	at com.influxdb.client.internal.AbstractWriteClient.lambda$new$8(AbstractWriteClient.java:174) ~[?:?]
	at io.reactivex.rxjava3.internal.subscribers.LambdaSubscriber.onNext(LambdaSubscriber.java:65) ~[?:?]
	

In the log I get pages with error’s and I want to solve it.

Since there as network between OH and InfluxDB I’d look there first. Next review the system load of the two machines. If either or both are high that could cause problems.

I assume you’ve already checked that the file system for the InfluxDB server isn’t full.

In general, it’s taking too long for writes to occur and the writes are timing out. Something is causing them to be delayed.

1 Like