Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
ghx-label-9
Description
Error Message
The difference between NsToMs(sw.ElapsedTime()) and static_cast<float>(50) is 9, which exceeds 5, where NsToMs(sw.ElapsedTime()) evaluates to 59, static_cast<float>(50) evaluates to 50, and 5 evaluates to 5.
Stacktrace
/data/jenkins/workspace/impala-cdw-master-staging-core-release-arm/repos/Impala/be/src/util/ticker-test.cc:96 The difference between NsToMs(sw.ElapsedTime()) and static_cast<float>(50) is 9, which exceeds 5, where NsToMs(sw.ElapsedTime()) evaluates to 59, static_cast<float>(50) evaluates to 50, and 5 evaluates to 5.