Facing error “panic has occurred: /api/v2/write?org=testbucket=testprecision=s: runtime error: integer divide by zero” when writing to influxdb2.7.4
I have installed influxdb 2.7.4 docker container on AWS EC2 having AL2023 OS image. I copied the data from S3 to this docker container and this data file in compressed format is around 4 GB. I restored this data into influxdb successfully . However, facing the below error when trying to write to influxdb from my code, which uses curl for influxdb writes .