You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ajeet Rai (JIRA)" <ji...@apache.org> on 2018/02/06 13:02:00 UTC

[jira] [Closed] (CARBONDATA-1789) Carbon1.3.0 Concurrent Load-Drop: user is able to drop table even if insert/load job is running

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

Ajeet Rai closed CARBONDATA-1789.
---------------------------------

Issue is fixed.When user tries to drop a table while load is still in progress, a error message is shown to user:

Error: org.apache.carbondata.spark.exception.ConcurrentOperationException: loading is in progress for table db1.t1, drop table operation is not allowed (state=,code=0)                                                                                                                                             

> Carbon1.3.0 Concurrent Load-Drop: user is able to drop table even if insert/load job is running
> -----------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1789
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1789
>             Project: CarbonData
>          Issue Type: Bug
>          Components: data-load
>         Environment: 3 Node ant cluster
>            Reporter: Ajeet Rai
>            Assignee: Akash R Nilugal
>            Priority: Major
>              Labels: dfx
>             Fix For: 1.3.0
>
>          Time Spent: 6h 50m
>  Remaining Estimate: 0h
>
> Carbon1.3.0 Concurrent Load-Drop: user is able to drop table even if insert/load job is running
> Steps:
> 1:  Create a table
> 2: Start a insert job
> 3: Concurrently drop the table
> 4: Observe that drop is success
> 5: Observe that insert job is running and after some times job fails
> Expected behvaiour: drop job should wait for insert job to complete



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)