-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: hbase-7290
-
Fix Version/s: 0.95.0
-
Component/s: None
-
Labels:None
This was found in a routine CI run for
org.apache.hadoop.hbase.procedure.TestZKProcedure.testMultipleMembers
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)
the 500ms is normally the time between checks – and for some reason is now the timeout. (which is too short).