[jira] [Updated] (HADOOP-14758) S3GuardTool.prune to handle UnsupportedOperationException
[ https://issues.apache.org/jira/browse/HADOOP-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-14758: Resolution: Fixed Fix Version/s: 3.2.0 Status: Resolved (was: Patch Available) +1, committed —thanks! > S3GuardTool.prune to handle UnsupportedOperationException > - > > Key: HADOOP-14758 > URL: https://issues.apache.org/jira/browse/HADOOP-14758 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 >Affects Versions: 3.0.0-beta1 >Reporter: Steve Loughran >Assignee: Gabor Bota >Priority: Trivial > Fix For: 3.2.0 > > Attachments: HADOOP-14758.001.patch > > > {{MetadataStore.prune()}} may throw {{UnsupportedOperationException}} if not > supported. > {{S3GuardTool.prune}} should recognise this, catch it and treat it > differently from any other failure, e.g. inform and return 0 as its a no-op -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org
[jira] [Updated] (HADOOP-14758) S3GuardTool.prune to handle UnsupportedOperationException
[ https://issues.apache.org/jira/browse/HADOOP-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Bota updated HADOOP-14758: Status: Patch Available (was: Open) > S3GuardTool.prune to handle UnsupportedOperationException > - > > Key: HADOOP-14758 > URL: https://issues.apache.org/jira/browse/HADOOP-14758 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 >Affects Versions: 3.0.0-beta1 >Reporter: Steve Loughran >Assignee: Gabor Bota >Priority: Trivial > Attachments: HADOOP-14758.001.patch > > > {{MetadataStore.prune()}} may throw {{UnsupportedOperationException}} if not > supported. > {{S3GuardTool.prune}} should recognise this, catch it and treat it > differently from any other failure, e.g. inform and return 0 as its a no-op -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org
[jira] [Updated] (HADOOP-14758) S3GuardTool.prune to handle UnsupportedOperationException
[ https://issues.apache.org/jira/browse/HADOOP-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Bota updated HADOOP-14758: Attachment: HADOOP-14758.001.patch > S3GuardTool.prune to handle UnsupportedOperationException > - > > Key: HADOOP-14758 > URL: https://issues.apache.org/jira/browse/HADOOP-14758 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 >Affects Versions: 3.0.0-beta1 >Reporter: Steve Loughran >Assignee: Gabor Bota >Priority: Trivial > Attachments: HADOOP-14758.001.patch > > > {{MetadataStore.prune()}} may throw {{UnsupportedOperationException}} if not > supported. > {{S3GuardTool.prune}} should recognise this, catch it and treat it > differently from any other failure, e.g. inform and return 0 as its a no-op -- This message was sent by Atlassian JIRA (v7.6.3#76005) - To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org
[jira] [Updated] (HADOOP-14758) S3GuardTool.prune to handle UnsupportedOperationException
[ https://issues.apache.org/jira/browse/HADOOP-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-14758: Parent Issue: HADOOP-14825 (was: HADOOP-13345) > S3GuardTool.prune to handle UnsupportedOperationException > - > > Key: HADOOP-14758 > URL: https://issues.apache.org/jira/browse/HADOOP-14758 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 >Affects Versions: 3.0.0-beta1 >Reporter: Steve Loughran >Priority: Trivial > > {{MetadataStore.prune()}} may throw {{UnsupportedOperationException}} if not > supported. > {{S3GuardTool.prune}} should recognise this, catch it and treat it > differently from any other failure, e.g. inform and return 0 as its a no-op -- This message was sent by Atlassian JIRA (v6.4.14#64029) - To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org
[jira] [Updated] (HADOOP-14758) S3GuardTool.prune to handle UnsupportedOperationException
[ https://issues.apache.org/jira/browse/HADOOP-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-14758: Affects Version/s: 3.0.0-beta1 Priority: Trivial (was: Major) > S3GuardTool.prune to handle UnsupportedOperationException > - > > Key: HADOOP-14758 > URL: https://issues.apache.org/jira/browse/HADOOP-14758 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 >Affects Versions: 3.0.0-beta1 >Reporter: Steve Loughran >Priority: Trivial > > {{MetadataStore.prune()}} may throw {{UnsupportedOperationException}} if not > supported. > {{S3GuardTool.prune}} should recognise this, catch it and treat it > differently from any other failure, e.g. inform and return 0 as its a no-op -- This message was sent by Atlassian JIRA (v6.4.14#64029) - To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org
[jira] [Updated] (HADOOP-14758) S3GuardTool.prune to handle UnsupportedOperationException
[ https://issues.apache.org/jira/browse/HADOOP-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-14758: Description: {{MetadataStore.prune()}} may throw {{UnsupportedOperationException}} if not supported. {{S3GuardTool.prune}} should recognise this, catch it and treat it differently from any other failure, e.g. inform and return 0 as its a no-op was: {{MetadataStore.prune()} may throw {{UnsupportedOperationException}} if not supported. {{S3GuardTool.prune}} should recognise this, catch it and treat it differently from any other failure, e.g. inform and return 0 as its a no-op > S3GuardTool.prune to handle UnsupportedOperationException > - > > Key: HADOOP-14758 > URL: https://issues.apache.org/jira/browse/HADOOP-14758 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 >Reporter: Steve Loughran > > {{MetadataStore.prune()}} may throw {{UnsupportedOperationException}} if not > supported. > {{S3GuardTool.prune}} should recognise this, catch it and treat it > differently from any other failure, e.g. inform and return 0 as its a no-op -- This message was sent by Atlassian JIRA (v6.4.14#64029) - To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org
[jira] [Updated] (HADOOP-14758) S3GuardTool.prune to handle UnsupportedOperationException
[ https://issues.apache.org/jira/browse/HADOOP-14758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Loughran updated HADOOP-14758: Description: {{MetadataStore.prune()} may throw {{UnsupportedOperationException}} if not supported. {{S3GuardTool.prune}} should recognise this, catch it and treat it differently from any other failure, e.g. inform and return 0 as its a no-op was: {{MetadataStore.prune()}}e may throw {{UnsupportedOperationException}} if not supported. {{S3GuardTool.prune}} should recognise this, catch it and treat it differently from any other failure, e.g. inform and return 0 as its a no-op > S3GuardTool.prune to handle UnsupportedOperationException > - > > Key: HADOOP-14758 > URL: https://issues.apache.org/jira/browse/HADOOP-14758 > Project: Hadoop Common > Issue Type: Sub-task > Components: fs/s3 >Reporter: Steve Loughran > > {{MetadataStore.prune()} may throw {{UnsupportedOperationException}} if not > supported. > {{S3GuardTool.prune}} should recognise this, catch it and treat it > differently from any other failure, e.g. inform and return 0 as its a no-op -- This message was sent by Atlassian JIRA (v6.4.14#64029) - To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org