[jira] [Created] (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] [Created] (CARBONDATA-3921) SI load fails with unable to get filestatus error in concurrent scenario

Akash R Nilugal (Jira)
Akshay created CARBONDATA-3921:
----------------------------------

             Summary: 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


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.



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