vcsomor commented on pull request #2837:
URL: https://github.com/apache/hive/pull/2837#issuecomment-987700542


   Root cause was:
   ```java
   
Assert.assertTrue(Metrics.getOrCreateGauge(MetricsConstants.OLDEST_READY_FOR_CLEANING_AGE).intValue()
 >= youngDiff);
   ```
   Output:
   ```
   Now: 1638863282765
   Old start: 1638863245187
   Young start: 1638863263762
   Old diff: 37 (diff 37578)
   Young diff: 19 (19003)
   Age: 18 (which is calculated and rounded inside the runAcidMetricsService)
   ```


-- 
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]

Reply via email to