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

Jonathan Albrecht commented on HBASE-27451:
-------------------------------------------

[~zhangduo] I've been testing on a local s390x VM setup to be close to what the 
s390x jenkins nodes appear to be running (ubuntu 20.04, openjdk 11 provided by 
ubuntu packages (11.0.16), maven 3.8.6 from maven downloads). I'm not seeing 
any of the Timeout and Out of Memory errors locally that are in some of the 
HBase-Nightly-s390x logs. My local s390x runAllTests builds complete in about 
7.25 hrs which is a bit faster than a local amd64 VM with same core count and 
memory at 8.75 hrs.

The last two s390x builds (13 and 14) completed in 9-10 hrs but I think the 
stability of the builds could still be improved. I don't want to take up too 
much of your time, but I was wondering if it would be possible to run the 
dev-support/gather_machine_environment.sh script at the start of the build and 
store the output somewhere that I could get it later. I'd like to try to see if 
there is maybe some OS setting that could be tweaked to improve the build 
stability.

Let me know what you think. I'm happy to help in any way that I can. For 
reference, here are the build commands I'm running locally:

{code:sh}
export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-s390x
export MAVEN_HOME=/home/jalbrecht/apache-maven-3.8.6
export PATH=${MAVEN_HOME}/bin:${JAVA_HOME}/bin:${PATH}
${MAVEN_HOME}/bin/mvn clean install -DskipTests
${MAVEN_HOME}/bin/mvn clean test -P runAllTests -Dmaven.javadoc.skip=true 
-Dcheckstyle.skip=true -Dfindbugs.skip=true -Dspotbugs.skip=true -fn 
>~/hbase-runAllTests.txt 2>&1
{code}

> Setup nightly job for s390x node
> --------------------------------
>
>                 Key: HBASE-27451
>                 URL: https://issues.apache.org/jira/browse/HBASE-27451
>             Project: HBase
>          Issue Type: Sub-task
>          Components: community, jenkins
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to