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.
