You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2021/12/07 08:48:25 UTC

[GitHub] [hive] vcsomor commented on pull request #2837: HIVE-25716 Fix of flaky test TestCompactionMetrics#testOldestReadyForCleaningAge

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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org