[jira] [Updated] (CARBONDATA-3921) SI load fails with unable to get filestatus error in concurrent scenario

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (CARBONDATA-3921) SI load fails with unable to get filestatus error in concurrent scenario

Akash R Nilugal (Jira)

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

Akshay updated CARBONDATA-3921:
-------------------------------
    Description:
The clean up mechanism in SI finally block causes to delete the ongoing load files which caused the issue.

Solution - Remove calling of the API TableProcessingOperations.deletePartialLoadDataIfExist, as it's not required for the scenario and clean up happens with clean files and deleteLoadsAndUpdateMetadata API.

  was:
The clean up mechanism in SI finally block causes to delete the ongoing load files which caused the issue.

Solution - Remove calling of the API TableProcessingOperations.deletePartialLoadDataIfExist, as it's not required for he scenario and clean up happens with clean files and deleteLoadsAndUpdateMetadata API.


> SI load fails with unable to get filestatus error in concurrent scenario
> ------------------------------------------------------------------------
>
>                 Key: CARBONDATA-3921
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3921
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Akshay
>            Priority: Major
>
> The clean up mechanism in SI finally block causes to delete the ongoing load files which caused the issue.
> Solution - Remove calling of the API TableProcessingOperations.deletePartialLoadDataIfExist, as it's not required for the scenario and clean up happens with clean files and deleteLoadsAndUpdateMetadata API.



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