Closed xiu closed 5 years ago
Before this fix, the latest committed lag was used for the metric, it now uses the current lag on the partition.
Fixes #26
+1 when this would be merged?
@jirwin Could you merge this or deny with reason please?
+1 before this fix, total_lag is not equal to sum(partition_lag).
total_lag
sum(partition_lag)
but, Burrow's totallag is equal to sum(partition.current_lag) It is calculated here on Burrow source code.
totallag
sum(partition.current_lag)
Would you merge this PR? Please.
Before this fix, the latest committed lag was used for the metric, it now uses the current lag on the partition.
Fixes #26