Duplicate
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Alex Baranau
Alex BaranauReporter
Alex Baranau
Alex BaranauComponents
Priority
Created December 10, 2014 at 2:33 AM
Updated December 30, 2014 at 1:32 AM
Resolved December 30, 2014 at 1:32 AM
Inside IncrementSummingScanner we advance on baseScanner using passed limit. But we may grab cells up to the middle of the the group of delta-increment-puts of the counter. See todo in the code for more details - it is easier to explain there right at the code.
marked as "major" as we don't set batch or limit explicitly so far, so it probably doesn't affect the correctness at the moment. Will need to dig more.