jugomezv commented on code in PR #10121: URL: https://github.com/apache/pinot/pull/10121#discussion_r1083156295
########## pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/IngestionDelayTracker.java: ########## @@ -141,10 +150,7 @@ public IngestionDelayTracker(ServerMetrics serverMetrics, String tableNameWithTy * * @param ingestionTimeMs original ingestion time in milliseconds. */ - private long getIngestionDelayMs(Long ingestionTimeMs) { - if (ingestionTimeMs == null) { - return 0; // return 0 when not initialized - } + private long getIngestionDelayMs(long ingestionTimeMs) { Review Comment: Same as above set to < 0 so as to take 0 as valid timestamp, see commit 9bb0befe9a55c01bb3a5066a4b30137469819f38 -- 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. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org