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

Elliott Clark commented on HBASE-9655:
--------------------------------------

bq.Aborting on all DoNotRetryIOEs is too generic I think. For instance, my last 
run aborted do to an UnknownScannerException.

I'm on the fence with this one.  Seems like any exception (other than the 
explicit ones you mentioned) that bubbles up the user could be un-expected and 
cause for a failure.  but then again the chaos monkey is pretty extreme in this 
test so maybe that's not cause for a failure.

+1 on whatever you think.
                
> IntegrationTestMTTR can loop forever on improperly configured clusters
> ----------------------------------------------------------------------
>
>                 Key: HBASE-9655
>                 URL: https://issues.apache.org/jira/browse/HBASE-9655
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.95.2
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>         Attachments: HBASE-9655.00.patch, HBASE-9655.01.patch
>
>
> IntegrationTestMTTR has a retry loop that can run infinitely. For instance, 
> running the test on a secure cluster as a user who lacks permissions to 
> perform table actions can cause the this scenario. Add another loop counter 
> and bail when a TimingCalable instance throws too many unexpected Exceptions.

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