[ 
https://issues.apache.org/jira/browse/HBASE-8326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13631913#comment-13631913
 ] 

Andrew Purtell edited comment on HBASE-8326 at 4/15/13 5:38 PM:
----------------------------------------------------------------

bq. It's not creating 12 separate MiniMR clusters. 

Pardon. It is launching distinct MR jobs, though, clearly. (Under Hadoop 2, 
that's a new AM, and workers, etc.)

bq. It seems to me that each test runs its own scan and then reports 
success/failure. I would assume that counts as a kind of heart-beat to indicate 
the test is still operating.

There is a global timeout of 900 seconds (forkedProcessTimeoutInSeconds). If 
the forked process has not terminated by then, the child is killed and the test 
is marked as timed out.
                
      was (Author: apurtell):
    bq. It's not creating 12 separate MiniMR clusters. 

Pardon. It is launching distinct MR jobs, though, clearly.

bq. It seems to me that each test runs its own scan and then reports 
success/failure. I would assume that counts as a kind of heart-beat to indicate 
the test is still operating.

There is a global timeout of 900 seconds (forkedProcessTimeoutInSeconds). If 
the forked process has not terminated by then, the child is killed and the test 
is marked as timed out.
                  
> mapreduce.TestTableInputFormatScan times out frequently
> -------------------------------------------------------
>
>                 Key: HBASE-8326
>                 URL: https://issues.apache.org/jira/browse/HBASE-8326
>             Project: HBase
>          Issue Type: Bug
>          Components: mapreduce, test
>    Affects Versions: 0.98.0, 0.94.7, 0.95.1
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>
> bq. It looks like since this change 
> org.apache.hadoop.hbase.mapreduce.TestTableInputFormatScan has not passed a 
> single time in the EC2 builds (http://54.241.6.143/job/HBase-0.94/). Change 
> was introduced in Build #72, since then this tests times out (or doesn't 
> finish)
> via [~lhofhansl] in [HBASE-8140 
> comment|https://issues.apache.org/jira/browse/HBASE-8140?focusedCommentId=13629101&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13629101].

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

Reply via email to