-
Bug
-
Resolution: Done
-
Minor
-
1.9.3.Final
-
None
-
False
-
None
-
False
Misleading statistics are written to the log.
Example:
2022-08-04 09:22:21,943 INFO [reporting-03aug|task-0] 16 records sent during previous 01:59:29.401, last recorded offset (...)
The log entry above informs that only 16 records were sent during last 2 hours.
This is not accurate and can be confusing; mentioned 16 records are just from the last polling, and not every polling results are logged - only those that coincide with timer elapse.
Please fix either by providing correct number for mentioned time period (preferred) or change the text message to avoid misleading.