mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
Current code uses a single counter to produce multiple buffer worth of data. This uses carry-on from on buffer to the other, which happens to work with the current memory accounting but is very fragile. Account each buffer separately, resetting the counter between them.