Before this commit, the filter count of the contribution was applied for each item of a scanned chunk. For example, with a chunk of 30, if the filter count is 10 and an item is skipped during write, then the filter count is equal to 210 (10 + 20 * 10). If this commit is applied, the filter count will be re-initialized when scanning the chunk. Resolves BATCH-2663