[ 
https://issues.apache.org/jira/browse/HADOOP-17964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17427757#comment-17427757
 ] 

Masatake Iwasaki commented on HADOOP-17964:
-------------------------------------------

I got a bit different stack trace on another run.

{noformat}
$ tail -n 14 patchprocess/mvn_install.log
---------------------------------------------------
Exception in thread "main" java.lang.OutOfMemoryError: PermGen space
        at 
java.util.concurrent.CopyOnWriteArrayList.iterator(CopyOnWriteArrayList.java:961)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:877)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:607)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at 
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
{noformat}

> Increase Java heap size for running Maven in Dockerfile of branch-2.10
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-17964
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17964
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Major
>
> I got OOM on running create-release script in branch-2.10.
> {noformat}
> $ ./dev-support/bin/create-release --docker --dockercache --native
> $ tail -n 5 patchprocess/mvn_install.log
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 07:06 min
> Exception in thread "main"
> Exception: java.lang.OutOfMemoryError thrown from the 
> UncaughtExceptionHandler in thread "main"
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to