influxDB3 writePoints InfluxDBApiHttpException

Sometimes when I use writePoints (java) to write a list of points, I get an InfluxDBApiHttpException. The exception occurs in the middle of the list, lets say point number 50 of 100. My question is, did points 1-49 get written to the database, or do they all fail together? I’m working on determining this myself, but I thought someone here might have a quick answer.

We do not have NoSync turned on, so I believe under the hood it is using the v2 RequestClient.

Which version of Java SDK are you using ? InfluxDB does support partial writes so it’s possible some points that were not malformed or had no schema conflicts etc were successfully written and others were not. You can confirm this by querying the relevant bucket and also check the message body of the InfluxDBApiHttpException.

openjdk 17.0.18, influxdb3 1.1.0