Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Not A Bug
-
Impala 2.5.0
-
None
Description
The test consistently takes over an hour to run
that's about 1/3 the time of the gvm. As far as I can tell the only query the test runs is
Query: select count(*) from (select * from lineitem limit 10) p +----------+ | count(*) | +----------+ | 10 | +----------+ Fetched 1 row(s) in 0.12s
which is really fast. Jenkins says it takes ~1 min to run that query 5 times. We should figure out why that is so slow.
Attachments
Issue Links
- relates to
-
IMPALA-2605 Builds are hanging in mini stress test
- Resolved