You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Rakesh Radhakrishnan (Jira)" <ji...@apache.org> on 2021/03/13 06:05:00 UTC

[jira] [Resolved] (HDDS-4973) [FSO] Missed to cleanup new FileTables in OMRequests

     [ https://issues.apache.org/jira/browse/HDDS-4973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rakesh Radhakrishnan resolved HDDS-4973.
----------------------------------------
    Resolution: Fixed

> [FSO] Missed to cleanup new FileTables in OMRequests
> ----------------------------------------------------
>
>                 Key: HDDS-4973
>                 URL: https://issues.apache.org/jira/browse/HDDS-4973
>             Project: Apache Ozone
>          Issue Type: Sub-task
>            Reporter: Rakesh Radhakrishnan
>            Assignee: Rakesh Radhakrishnan
>            Priority: Major
>              Labels: pull-request-available
>
> This task is to cleanup New FileTables when the request is not successful in the following requests:
> {code:java}
> -> OMAllocateBlockRequestV1,
> -> OMFileCreateRequestV1,
> -> OMKeyCreateRequestV1,
> -> OMKeyRenameRequestV1,
> -> S3InitiateMultipartUploadRequestV1{code}
> For example, [OMKeyCreateRequestV1.java#L216|https://github.com/apache/ozone/blob/HDDS-2939/hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/key/OMKeyCreateRequestV1.java#L216] is invoking OMKeyCreateResponse, where it is cleaning up OPEN_KEY_TABLE, KEY_TABLE tables. Actually, it should cleanup the new tables - DIRECTORY_TABLE, OPEN_FILE_TABLE and FILE_TABLE.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org