Github user javadba commented on the pull request:
https://github.com/apache/spark/pull/1586#issuecomment-50951779
I ran another time and get an OOME this time.
ImplicitOrderingSuite:
*** RUN ABORTED ***
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:679)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.startThread(QueuedThreadPool.java:441)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.doStart(QueuedThreadPool.java:108)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
at
org.eclipse.jetty.util.component.AggregateLifeCycle.doStart(AggregateLifeCycle.java:81)
at
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:58)
at
org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:96)
at org.eclipse.jetty.server.Server.doStart(Server.java:282)
at
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64)
I do not understand. You can see the file diff's for this PR: the modified
logic has nothing to do with these CORE operations - it should only be
following modules affected:
sql/catalyst
sql/core
sql/hive
sql/hive/compatibility
But these errors are happing in:
core
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---