jihoonson commented on issue #7890: Set Test timeout higher for robust performance URL: https://github.com/apache/incubator-druid/pull/7890#issuecomment-502497195 Thank you for providing details of your test environment. I assume you used the default heap configurations, and if so, they look fine. > I observed that segmentManager.loadSegment(segment); taking ~100 milliseconds for each segment. is that normal? if that's normal it makes sense why 5 seconds for the whole test. I don't think it's normal. `loadSegment` is a method essentially copying a file of 15 bytes from a temp directory to another one. It shouldn't take 100 ms and it actually took less than 1 ms in my laptop. Would you please check again where it takes so much time? Also, do you see this problem happening all the time whenever you run those tests?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
