You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/02/04 17:08:34 UTC

[GitHub] [hbase] ndimiduk opened a new pull request #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality

ndimiduk opened a new pull request #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality
URL: https://github.com/apache/hbase/pull/1122
 
 
   I saw this over on
   https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Nightly/job/branch-2/2447/console. Looks
   like we need to bump the memory allocation for maven. I wonder if this
   is the underlying cause of HBASE-22470.
   
   ```
   6:38:47  ============================================================================
   16:38:47  ============================================================================
   16:38:47                                Finished build.
   16:38:47  ============================================================================
   16:38:47  ============================================================================
   16:38:47
   16:38:47
   Post stage
   [Pipeline] stash
   16:38:48  Warning: overwriting stash 'hadoop2-result'
   16:38:48  Stashed 1 file(s)
   [Pipeline] junit
   16:38:48  Recording test results
   16:38:54  Remote call on H2 failed
   Error when executing always post condition:
   java.io.IOException: Remote call on H2 failed
   	at hudson.remoting.Channel.call(Channel.java:963)
   	at hudson.FilePath.act(FilePath.java:1072)
   	at hudson.FilePath.act(FilePath.java:1061)
   	at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114)
   	at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:137)
   	at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:167)
   	at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:52)
   	at hudson.tasks.junit.pipeline.JUnitResultsStepExecution.run(JUnitResultsStepExecution.java:25)
   	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
   	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   	at java.lang.Thread.run(Thread.java:748)
   Caused by: java.lang.OutOfMemoryError: Java heap space
   	at com.sun.org.apache.xerces.internal.util.XMLStringBuffer.append(XMLStringBuffer.java:208)
   	at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.scanData(XMLEntityScanner.java:1515)
   	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanCDATASection(XMLDocumentFragmentScannerImpl.java:1654)
   	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:3014)
   	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
   	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
   	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
   	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
   	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
   	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
   	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
   	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
   	at org.dom4j.io.SAXReader.read(SAXReader.java:465)
   	at org.dom4j.io.SAXReader.read(SAXReader.java:343)
   	at hudson.tasks.junit.SuiteResult.parse(SuiteResult.java:178)
   	at hudson.tasks.junit.TestResult.parse(TestResult.java:348)
   	at hudson.tasks.junit.TestResult.parsePossiblyEmpty(TestResult.java:281)
   	at hudson.tasks.junit.TestResult.parse(TestResult.java:206)
   	at hudson.tasks.junit.TestResult.parse(TestResult.java:178)
   	at hudson.tasks.junit.TestResult.<init>(TestResult.java:143)
   	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:146)
   	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:118)
   	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
   	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
   	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
   	at hudson.remoting.Request$2.run(Request.java:369)
   	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
   	... 4 more
   
   [Pipeline] }
   [Pipeline] // withEnv
   [Pipeline] }
   [Pipeline] // node
   [Pipeline] }
   [Pipeline] // stage
   [Pipeline] }
   16:38:54  Failed in branch yetus jdk8 hadoop2 checks
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [hbase] ndimiduk commented on issue #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality

Posted by GitBox <gi...@apache.org>.
ndimiduk commented on issue #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality
URL: https://github.com/apache/hbase/pull/1122#issuecomment-582016423
 
 
   > Try it. Push on branch-2 too as I'm watching it.
   
   Just reading through the `Jenkinsfile`s on `master`, `branch-2`, and `branch-1` -- seems they all pull the personality file from `master`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [hbase] busbey commented on issue #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality

Posted by GitBox <gi...@apache.org>.
busbey commented on issue #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality
URL: https://github.com/apache/hbase/pull/1122#issuecomment-582046222
 
 
   it has to be pushed to the branches to work for precommit, IIRC.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [hbase] Apache-HBase commented on issue #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality

Posted by GitBox <gi...@apache.org>.
Apache-HBase commented on issue #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality
URL: https://github.com/apache/hbase/pull/1122#issuecomment-582016241
 
 
   :confetti_ball: **+1 overall**
   
   
   
   
   
   
   | Vote | Subsystem | Runtime | Comment |
   |:----:|----------:|--------:|:--------|
   | +0 :ok: |  reexec  |   0m 31s |  Docker mode activated.  |
   ||| _ Prechecks _ |
   | +1 :green_heart: |  dupname  |   0m  0s |  No case conflicting files found.  |
   | +0 :ok: |  shelldocs  |   0m  0s |  Shelldocs was not available.  |
   | +1 :green_heart: |  @author  |   0m  0s |  The patch does not contain any @author tags.  |
   ||| _ master Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 40s |  Maven dependency ordering for branch  |
   ||| _ Patch Compile Tests _ |
   | +0 :ok: |  mvndep  |   0m 11s |  Maven dependency ordering for patch  |
   | +1 :green_heart: |  shellcheck  |   0m  3s |  There were no new shellcheck issues.  |
   | +1 :green_heart: |  whitespace  |   0m  0s |  The patch has no whitespace issues.  |
   ||| _ Other Tests _ |
   | +0 :ok: |  asflicense  |   0m  0s |  ASF License check generated no output?  |
   |  |   |   2m 23s |   |
   
   
   | Subsystem | Report/Notes |
   |----------:|:-------------|
   | Docker | Client=19.03.5 Server=19.03.5 base: https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1122/1/artifact/out/Dockerfile |
   | GITHUB PR | https://github.com/apache/hbase/pull/1122 |
   | Optional Tests | dupname asflicense shellcheck shelldocs |
   | uname | Linux 96ef265eff4e 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 GNU/Linux |
   | Build tool | maven |
   | Personality | /home/jenkins/jenkins-slave/workspace/Base-PreCommit-GitHub-PR_PR-1122/out/precommit/personality/provided.sh |
   | git revision | master / bb14bdad62 |
   | Max. process+thread count | 52 (vs. ulimit of 10000) |
   | modules | C:  U:  |
   | Console output | https://builds.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-1122/1/console |
   | versions | git=2.11.0 maven=2018-06-17T18:33:14Z) shellcheck=0.7.0 |
   | Powered by | Apache Yetus 0.11.1 https://yetus.apache.org |
   
   
   This message was automatically generated.
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [hbase] ndimiduk merged pull request #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality

Posted by GitBox <gi...@apache.org>.
ndimiduk merged pull request #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality
URL: https://github.com/apache/hbase/pull/1122
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [hbase] busbey commented on issue #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality

Posted by GitBox <gi...@apache.org>.
busbey commented on issue #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality
URL: https://github.com/apache/hbase/pull/1122#issuecomment-582046363
 
 
   e.g. https://github.com/apache/hbase/blob/branch-1/dev-support/Jenkinsfile_GitHub#L163

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [hbase] ndimiduk commented on issue #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality

Posted by GitBox <gi...@apache.org>.
ndimiduk commented on issue #1122: HBASE-23793 Increase maven heap allocation to 4G in Yetus personality
URL: https://github.com/apache/hbase/pull/1122#issuecomment-582182662
 
 
   > it has to be pushed to the branches to work for precommit, IIRC.
   > e.g. https://github.com/apache/hbase/blob/branch-1/dev-support/Jenkinsfile_GitHub#L163
   
   Nightly and precommit disagree :(
   
   https://github.com/apache/hbase/blob/branch-1/dev-support/Jenkinsfile#L42

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services