iwasakims opened a new pull request #3545:
URL: https://github.com/apache/hadoop/pull/3545


   https://issues.apache.org/jira/browse/HADOOP-17964
   
   I got OOM on running create-release script in branch-2.10.
   
   ```
   $ ./dev-support/bin/create-release --docker --dockercache
   $ 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)
   ```
   
   I got no issue when I build the RC of 2.10.1 using the Dockerfile. JDK 
migration to Zulu by 
[HADOOP-17572](https://issues.apache.org/jira/browse/HADOOP-17572) might be 
related.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to