gianm opened a new pull request, #19073: URL: https://github.com/apache/druid/pull/19073
This patch changes the loadTime and loadWait such that they are accumulated in nanoseconds and snapshotted in milliseconds. Snapshots are in the same units they were before (milliseconds), but by using nanoseconds for accumulation, we avoid accumulating rounding errors. This fixes some flakiness in QueryVirtualStorageTest, which asserts that the loadWait is > 0. If the test runs quickly enough that the individual waits are always sub-ms, this would end up zero due to rounding errors. -- 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]
