VictoriaMetrics/app/vminsert/common
Aliaksandr Valialkin f4252f87e6 app/vminsert: really fix #60
ReadLinesBlock may accept dstBuf with non-zero length. In this case the last line without trailing newline isn't read.
Fix this by comparing len(dstBuf) to 0 instead of its original length.
2019-06-07 23:37:03 +03:00
..
insert_ctx.go app/vminsert: properly reset InsertCtx.mrs - they must be empty after Reset call 2019-05-28 16:08:01 +03:00
lines_reader.go app/vminsert: really fix #60 2019-06-07 23:37:03 +03:00
lines_reader_test.go app/vminsert: really fix #60 2019-06-07 23:37:03 +03:00