autumnust commented on a change in pull request #2845: GOBBLIN-1000: Add min
and max LogAppendTime to tracking events emitte…
URL: https://github.com/apache/incubator-gobblin/pull/2845#discussion_r355616622
##########
File path:
gobblin-modules/gobblin-kafka-common/src/main/java/org/apache/gobblin/source/extractor/extract/kafka/KafkaExtractorStatsTracker.java
##########
@@ -107,6 +109,8 @@ public int getErrorPartitionCount() {
private long startFetchEpochTime;
private long stopFetchEpochTime;
private long lastSuccessfulRecordHeaderTimestamp;
+ private long minLogAppendTime = -1L;
Review comment:
Should be min initialized as LONG_MAX ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services