You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Jacky Li (JIRA)" <ji...@apache.org> on 2017/09/27 17:50:00 UTC

[jira] [Resolved] (CARBONDATA-1486) Fixed issue of table status updation on insert overwrite failure and exception thrown while deletion of stale folders

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

Jacky Li resolved CARBONDATA-1486.
----------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: 1.2.0)
                   1.3.0

> Fixed issue of table status updation on insert overwrite failure and exception thrown while deletion of stale folders
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1486
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1486
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Manish Gupta
>            Assignee: Manish Gupta
>            Priority: Minor
>             Fix For: 1.3.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Problems to be fixed:
> 1. HDFS file system throwing exception while deleting a non-existent folder. This happens because on multiple run of insert overwrite operation, same folder is getting added to the stale folder list even though it has been deleted during first time insert overwrite operation run and when the same folder is tried to be deleted again HDFS file system throws an IO exception.
> 2. Insert or Load operation should throw exception if:
>        a. If insert overwrite is in progress and any other load or insert operation is triggered
>        b. If load or insert into operation is in progress and insert overwrite operation is triggered
> 3. Table status not getting updated after failure of insert/load job. In case of insert overwrite job status in table status file is "Overwrite in Progress". In this case no other load for same table can run in parallel and if this status is not changes on success of failure jobs, the system will still assume that insert overwrite is in progress and fail all next insert/load jobs
> 4. Removed Unused Code



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)