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

ASF GitHub Bot logged work on HADOOP-17964:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Oct/21 15:18
            Start Date: 12/Oct/21 15:18
    Worklog Time Spent: 10m 
      Work Description: 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]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 664114)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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