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

Steve Loughran commented on HADOOP-16364:
-----------------------------------------

Fixed in HADOOP-15183 with a new exception {{TableDeleteTimeoutException 
extends PathIOException}}; IllegalArgumentException on teardown is mapped to 
this. 

Just realised I need to catch this in the S3GuardTool.Destroy as it's not a 
failure, I'm going to downgrade to warn. Scripts will still succeed, they just 
may fail if there is a new init immediately after -and that failure will be 
caught and reported.

> S3Guard table destroy to map IllegalArgumentExceptions to IOEs
> --------------------------------------------------------------
>
>                 Key: HADOOP-16364
>                 URL: https://issues.apache.org/jira/browse/HADOOP-16364
>             Project: Hadoop Common
>          Issue Type: Sub-task
>          Components: fs/s3
>    Affects Versions: 3.3.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>            Priority: Minor
>
> in the DDB metastore.destroy, waitForTableDeletion() is called to await the 
> destruction. But sometimes it takes longer than the allocated time, after 
> which an IllegalArgumentException is raised.
> Catch this and convert to a specific IOE which can be swallowed as desired



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to