ankitsultana opened a new pull request, #10690: URL: https://github.com/apache/pinot/pull/10690
Saw this in our prod cluster. minConsumingFreshnessMs is sometimes returned as Long.MAX_VALUE, which leads to an overflow. ``` 2023-04-26 21:56:55.217 [pqr-5] INFO org.apache.pinot.core.query.scheduler.QueryScheduler - Processed requestId=58,table=<redacted>segments(queried/processed/matc hed/consumingQueried/consumingProcessed/consumingMatched/invalid/limit/value)=2/0/0/2/0/0/0/0/0,schedulerWaitMs=1,reqDeserMs=0,totalExecMs=0,resSerMs=0,totalTimeMs=1,minConsumingFreshnessM s=9223372036854775807,broker=<redacted>,numDocsScanned=0,scanInFilter=0,scanPostFilter=0<redacted> ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
