You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2013/01/04 19:30:12 UTC

[jira] [Created] (HBASE-7496) TestZKProcedure fails interrmittently.

Jonathan Hsieh created HBASE-7496:
-------------------------------------

             Summary: TestZKProcedure fails interrmittently.
                 Key: HBASE-7496
                 URL: https://issues.apache.org/jira/browse/HBASE-7496
             Project: HBase
          Issue Type: Sub-task
            Reporter: Jonathan Hsieh


This was found in a routine CI run for 
org.apache.hadoop.hbase.procedure.TestZKProcedure.testMultipleMembers

{code}
org.apache.hadoop.hbase.errorhandling.TimeoutException via timer-java.util.Timer@5d04e28b:org.apache.hadoop.hbase.errorhandling.TimeoutException: Timeout elapsed! Source:Timeout caused Foreign Exception Start:1357318701315, End:1357318701816, diff:501, max:500 ms
	at org.apache.hadoop.hbase.errorhandling.ForeignExceptionDispatcher.rethrowException(ForeignExceptionDispatcher.java:84)
	at org.apache.hadoop.hbase.procedure.Subprocedure.rethrowException(Subprocedure.java:137)
	at org.apache.hadoop.hbase.procedure.Subprocedure.call(Subprocedure.java:169)
	at org.apache.hadoop.hbase.procedure.Subprocedure$SubprocedureImpl.call(Subprocedure.java:314)

{code}

the 500ms is normally the time between checks -- and for some reason is now the timeout. (which is too short).

--
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