[jira] [Created] (CARBONDATA-1319) Support concurrent data load on the same table

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

[jira] [Created] (CARBONDATA-1319) Support concurrent data load on the same table

Akash R Nilugal (Jira)
Manish Gupta created CARBONDATA-1319:
----------------------------------------

             Summary: Support concurrent data load on the same table
                 Key: CARBONDATA-1319
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1319
             Project: CarbonData
          Issue Type: Improvement
            Reporter: Manish Gupta
            Assignee: Manish Gupta


Currently in the carbondata system concurrent load on the same table is not allowed. Whenever a load operation is performed on a table a meta.lock file is created inside that table folder and if another load is tried to be executed on the same table then it is blocked using the check for the meta lock file.
This behavior needs to be changed and concurrent load operation on the same table need to be allowed.



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