Bri Augenreich
Bri Augenreich
Looking into the issues above. May be due to my branch being a little behind the branch-2 latest changes.
I'm trying to reproduce/troubleshoot the issues above locally. I am able to successfully build with a subset of tests with the following command: ``` mvn clean verify -pl hbase-client -am...
Actually I think I just found the links to the results on the ci server which is helpful. [mvninstall error](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4786/4/artifact/yetus-jdk11-hadoop3-check/output/patch-mvninstall-root.txt) [shadejar errors](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4786/4/artifact/yetus-jdk11-hadoop3-check/output/patch-shadedjars.txt) [spotbugs issues](https://ci-hbase.apache.org/job/HBase-PreCommit-GitHub-PR/job/PR-4786/4/PR_20General_20Check_20Report/) Though still curious if I can...
Everything looks good here, but not sure what to do for existing spotbugs failures. I don't think I introduced the errors called out in the report. cc: @bbeaudreault
@bbeaudreault Should I rerun this build? It looks like there were some changes merged to fix the spotbugs warnings (https://issues.apache.org/jira/browse/HBASE-27373)
May retrigger this latest build... ran the failing test locally and it seemed happy. ``` mvn clean verify -pl hbase-client,hbase-server -am -Phadoop-3.0 -Dhadoop.profile=3.0 -Dtest=TestMetricsConnection,TestAsyncProcess,TestAsyncProcessWithRegionException,TestRpcRetryingCallerImpl,TestHBaseAdminNoCluster,TestPrefetchPersistence . . . [INFO] ------------------------------------------------------------------------ [INFO]...
Actually, doesn't look like I have permission to do this. @bbeaudreault Should/can I request access to the build server?
@bbeaudreault i believe we are interested in this change.