Peter Somogyi created HBASE-19019:
-------------------------------------
Summary: QA fails on hbase-thrift module with timeout
Key: HBASE-19019
URL: https://issues.apache.org/jira/browse/HBASE-19019
Project: HBase
Issue Type: Bug
Components: Thrift
Reporter: Peter Somogyi
Priority: Critical
For any modification in hbase-thrift module the precommit build fails with
timeout for {{TestThriftServerCmdLine}}. I noticed this failure on multiple
patches: HBASE-18967 and HBASE-18996 even when the patch did not contain any
modification
(https://issues.apache.org/jira/secure/attachment/12892414/HBASE-18967.branch-1.3.002.patch)
The {{TestThriftServerCmdLine}} test passes locally on both mentioned patches.
One failure: https://builds.apache.org/job/PreCommit-HBASE-Build/9127/
{code}
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ hbase-thrift ---
[INFO] Surefire report directory:
/testptch/hbase/hbase-thrift/target/surefire-reports
[INFO] Using configured provider
org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0,
useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0,
threadCountMethods=0, parallelOptimized=true
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.thrift2.TestThriftHBaseServiceHandler
Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 48.201 sec -
in org.apache.hadoop.hbase.thrift2.TestThriftHBaseServiceHandler
Running
org.apache.hadoop.hbase.thrift2.TestThriftHBaseServiceHandlerWithReadOnly
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.257 sec - in
org.apache.hadoop.hbase.thrift2.TestThriftHBaseServiceHandlerWithReadOnly
Running org.apache.hadoop.hbase.thrift2.TestThriftHBaseServiceHandlerWithLabels
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 sec - in
org.apache.hadoop.hbase.thrift2.TestThriftHBaseServiceHandlerWithLabels
Running org.apache.hadoop.hbase.thrift.TestCallQueue
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 sec - in
org.apache.hadoop.hbase.thrift.TestCallQueue
Running org.apache.hadoop.hbase.thrift.TestThriftHttpServer
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.239 sec - in
org.apache.hadoop.hbase.thrift.TestThriftHttpServer
Running org.apache.hadoop.hbase.thrift.TestThriftServer
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 75.55 sec - in
org.apache.hadoop.hbase.thrift.TestThriftServer
Running org.apache.hadoop.hbase.thrift.TestThriftServerCmdLine
Results :
Tests run: 72, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18:33.104s
[INFO] Finished at: Mon Oct 16 03:42:59 UTC 2017
[INFO] Final Memory: 61M/1299M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on
project hbase-thrift: There was a timeout or other error in the fork -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)