Error in writing a DataFrame to InfluxDB

While pushing a DataFrame to the InfluxDB, I am getting the following error:

Reason: Internal Server Error
HTTP response headers: HTTPHeaderDict({'Content-Type': 'application/json; charset=utf-8', 'X-Influxdb-Build': 'OSS', 'X-Influxdb-Version': '2.1.1', 'X-Platform-Error-Code': 'internal error', 'Date': 'Tue, 30 Nov 2021 18:24:16 GMT', 'Content-Length': '107'})
HTTP response body: {"code":"internal error","message":"unexpected error writing points to database: [shard 516] short buffer"}

Any help will be appreciated, thanks

Hi @Mohit_Gupta,

thanks for using our client.

Try to look at: write points fail and report [shard 90] short buffer? · Issue #22951 · influxdata/influxdb · GitHub

Regards