You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2013/07/30 05:39:49 UTC

[jira] [Created] (HBASE-9082) A bunch of tests have client retries only but bulid boxes are contended and overloaded

stack created HBASE-9082:
----------------------------

             Summary: A bunch of tests have client retries only but bulid boxes are contended and overloaded
                 Key: HBASE-9082
                 URL: https://issues.apache.org/jira/browse/HBASE-9082
             Project: HBase
          Issue Type: Bug
          Components: test
            Reporter: stack


Let me up the retries so more likely tests will fail.

I went over a bunch of those w/ retries == 1 but most times it is what is wanted... a fail fast.  In snapshot test it is set to 1 retry only but seems like it could do w/ more retrying since a bunch of them load data first and it can take a while for stuff to come on line on loaded server.  See this failure:

http://54.241.6.143/job/HBase-0.95-Hadoop-2/org.apache.hbase$hbase-server/720/testReport/org.apache.hadoop.hbase.client/TestSnapshotFromClient/testSnapshotDeletionWithRegex/

Says....

org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 4600 actions: SocketTimeoutException: 4600 times, 

It is in the loadTable at start of the test.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira