Closed lorinescu closed 7 months ago
Looks like this is still occurring in InfluxDB v2.7.5. @lorinescu did you ever try to create a pull request for this fix? Looks like it never made it into any of the released versions.
Looks like this is still occurring in InfluxDB v2.7.5. @lorinescu did you ever try to create a pull request for this fix? Looks like it never made it into any of the released versions.
@leeparayno yeap https://github.com/influxdata/influx-cli/pull/503
I am trying to import an LP file exported from influxdb v1.8 into v2.7. When I use
--skipRowOnError
the input data is not correctly parsed. When I don't use this flag everything works as expected. I believe the problem was introduced in v2.4.0 when--skipRowOnError
was enabled for LP format. What I think happens is that when theLineReader
buffer fills up the data between the last\n
in the buffer and the end of the buffer is not read byLineProtocolFilter
.Example: