Troubleshooting OH4 InfluxDB2 Data Writing Issues

Hi everyone, I’m currently facing an issue with OH4 and InfluxDB2 where data writing stops working after a few days. Despite rebooting the system, the problem persists, and I’ve observed this behavior multiple times. The error logs indicate an ‘interrupted’ exception during data writing, which is puzzling. I’ve shared the detailed logs below for reference.

I also introduced a new value into the database via Node-RED, but I’m unsure if this is related to the issue. The system is hosted on Synology using Docker, and no other changes have been made recently. I’m curious if anyone else has encountered similar problems or has insights into potential causes, such as configuration issues, network timeouts, or resource limitations. Any suggestions or troubleshooting steps would be greatly appreciated!

java
2023-12-15 12:33:09.462 [ERROR] [.client.write.events.WriteErrorEvent] - The error occurred during writing of data com.influxdb.exceptions.InfluxException: interrupted

Caused by: java.io.InterruptedIOException: interrupted

I’ve tried increasing the timeout settings and checking network connectivity, but the issue remains. I’m wondering if there’s a known bug or if additional logging could help identify the root cause. Thanks in advance for your help!