gianm commented on issue #6794: Query vectorization.
URL: https://github.com/apache/incubator-druid/pull/6794#issuecomment-508841487
 
 
   The Travis errors are interesting; the tests run OOM. I got a heap dump and 
saw that ~78% of the heap is being used by 
org.apache.maven.plugin.surefire.report.WrappedReportEntry objects. It sounds 
like https://issues.apache.org/jira/browse/SUREFIRE-1147. It seems like there 
are too many tests now for surefire to handle!
   
   I'll try updating to the latest 2.x surefire (2.22.2). If that doesn't 
change anything I'll try bumping up the Xmx in Travis a bit. Right now it's set 
to 512m. If _that_ doesn't work then I guess we either need to patch surefire, 
or refactor the tests to not have so many test cases.

----------------------------------------------------------------
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]

Reply via email to