HI team
I have deployed the influxDB 1.8.3(In kubernetes) which is used for storing the Prometheus data. The data sending is good and storing data read and write operation are also good. I am maintaining the data inside the DB with retention period as 30 days. After some days the InfluxDB by its self server is disconnecting and restart happening and there is no errors its just reading the stored data to connect, finally not connecting to DB until i delete the all data inside the DB. How to resolve this.
This is the configuration i am using
infludb.cong
[meta]
dir = "/var/lib/influxdb/meta"
logging-enabled = true
[data]
dir = "/var/lib/influxdb/data"
wal-dir = "/var/lib/influxdb/wal"
query-log-enabled = true
cache-max-memory-size = 0
max-series-per-database = 0
max-values-per-tag = 0
series-id-set-cache-size = 100