jihoonson commented on issue #7890: Set Test timeout higher for robust performance URL: https://github.com/apache/incubator-druid/pull/7890#issuecomment-501950900 @SandishKumarHN thanks for your contribution. I'm wondering why it took so long time. This test is supposed to finish really quickly. It took 1.255 sec in Intellij with my laptop. It took even shorter time in [Travis](https://travis-ci.org/apache/incubator-druid/jobs/545534922) as seen below: ``` Running org.apache.druid.server.SegmentManagerThreadSafetyTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec - in org.apache.druid.server.SegmentManagerThreadSafetyTest ``` If it took 6 seconds, I suspect something might go wrong with parallel segment loading. As I asked in the dev mailing list, would you please check there is any suspicious behavior in thread dump? I'm wondering what took so much time. If it's a sort of bug, we should fix it rather than increasing timeout.
---------------------------------------------------------------- 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]
