[
https://issues.apache.org/jira/browse/GOBBLIN-2114?focusedWorklogId=926568&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-926568
]
ASF GitHub Bot logged work on GOBBLIN-2114:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jul/24 21:21
Start Date: 18/Jul/24 21:21
Worklog Time Spent: 10m
Work Description: linweihs commented on code in PR #4005:
URL: https://github.com/apache/gobblin/pull/4005#discussion_r1683520845
##########
gobblin-modules/gobblin-kafka-common/src/main/java/org/apache/gobblin/source/extractor/extract/kafka/KafkaExtractorStatsTracker.java:
##########
@@ -306,6 +310,13 @@ public void onDecodeableRecord(int partitionIdx, long
readStartTime, long decode
if (logAppendTimestamp > 0 && (System.currentTimeMillis() -
logAppendTimestamp > recordLevelSlaMillis)) {
v.slaMissedRecordCount++;
}
+ // See context in GOBBLIN-2114
Review Comment:
comment addressed
Issue Time Tracking
-------------------
Worklog Id: (was: 926568)
Time Spent: 0.5h (was: 20m)
> Add fields to show computed delta between consume and producer/append time
> respectively
> ---------------------------------------------------------------------------------------
>
> Key: GOBBLIN-2114
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2114
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Wei-Hsiang Lin
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> This is a follow up ticket of GOBBLIN-2093 to further adding more SLA metrics
> to compare
> 1. hdfs write time - producer time
> 2. hdfs write time - append time
--
This message was sent by Atlassian Jira
(v8.20.10#820010)